A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/aws/aws-sdk-js-v3/commit/100ddffaa4561c7838347a856947ae27d6c2decd below:

Added new viewer security policy, TLSv1.3_20… · aws/aws-sdk-js-v3@100ddff · GitHub

File tree Expand file treeCollapse file tree 14 files changed

+22

-15

lines changed

Filter options

Expand file treeCollapse file tree 14 files changed

+22

-15

lines changed Original file line number Diff line number Diff line change

@@ -368,7 +368,7 @@ export interface CopyDistributionCommandOutput extends CopyDistributionResult, _

368 368

* // IAMCertificateId: "STRING_VALUE",

369 369

* // ACMCertificateArn: "STRING_VALUE",

370 370

* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",

371 -

* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",

371 +

* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",

372 372

* // Certificate: "STRING_VALUE",

373 373

* // CertificateSource: "cloudfront" || "iam" || "acm",

374 374

* // },

Original file line number Diff line number Diff line change

@@ -323,7 +323,7 @@ export interface CreateDistributionCommandOutput extends CreateDistributionResul

323 323

* IAMCertificateId: "STRING_VALUE",

324 324

* ACMCertificateArn: "STRING_VALUE",

325 325

* SSLSupportMethod: "sni-only" || "vip" || "static-ip",

326 -

* MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",

326 +

* MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",

327 327

* Certificate: "STRING_VALUE",

328 328

* CertificateSource: "cloudfront" || "iam" || "acm",

329 329

* },

@@ -681,7 +681,7 @@ export interface CreateDistributionCommandOutput extends CreateDistributionResul

681 681

* // IAMCertificateId: "STRING_VALUE",

682 682

* // ACMCertificateArn: "STRING_VALUE",

683 683

* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",

684 -

* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",

684 +

* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",

685 685

* // Certificate: "STRING_VALUE",

686 686

* // CertificateSource: "cloudfront" || "iam" || "acm",

687 687

* // },

Original file line number Diff line number Diff line change

@@ -324,7 +324,7 @@ export interface CreateDistributionWithTagsCommandOutput extends CreateDistribut

324 324

* IAMCertificateId: "STRING_VALUE",

325 325

* ACMCertificateArn: "STRING_VALUE",

326 326

* SSLSupportMethod: "sni-only" || "vip" || "static-ip",

327 -

* MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",

327 +

* MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",

328 328

* Certificate: "STRING_VALUE",

329 329

* CertificateSource: "cloudfront" || "iam" || "acm",

330 330

* },

@@ -691,7 +691,7 @@ export interface CreateDistributionWithTagsCommandOutput extends CreateDistribut

691 691

* // IAMCertificateId: "STRING_VALUE",

692 692

* // ACMCertificateArn: "STRING_VALUE",

693 693

* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",

694 -

* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",

694 +

* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",

695 695

* // Certificate: "STRING_VALUE",

696 696

* // CertificateSource: "cloudfront" || "iam" || "acm",

697 697

* // },

Original file line number Diff line number Diff line change

@@ -364,7 +364,7 @@ export interface GetDistributionCommandOutput extends GetDistributionResult, __M

364 364

* // IAMCertificateId: "STRING_VALUE",

365 365

* // ACMCertificateArn: "STRING_VALUE",

366 366

* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",

367 -

* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",

367 +

* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",

368 368

* // Certificate: "STRING_VALUE",

369 369

* // CertificateSource: "cloudfront" || "iam" || "acm",

370 370

* // },

Original file line number Diff line number Diff line change

@@ -327,7 +327,7 @@ export interface GetDistributionConfigCommandOutput extends GetDistributionConfi

327 327

* // IAMCertificateId: "STRING_VALUE",

328 328

* // ACMCertificateArn: "STRING_VALUE",

329 329

* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",

330 -

* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",

330 +

* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",

331 331

* // Certificate: "STRING_VALUE",

332 332

* // CertificateSource: "cloudfront" || "iam" || "acm",

333 333

* // },

Original file line number Diff line number Diff line change

@@ -339,7 +339,7 @@ export interface ListDistributionsByAnycastIpListIdCommandOutput

339 339

* // IAMCertificateId: "STRING_VALUE",

340 340

* // ACMCertificateArn: "STRING_VALUE",

341 341

* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",

342 -

* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",

342 +

* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",

343 343

* // Certificate: "STRING_VALUE",

344 344

* // CertificateSource: "cloudfront" || "iam" || "acm",

345 345

* // },

Original file line number Diff line number Diff line change

@@ -339,7 +339,7 @@ export interface ListDistributionsByConnectionModeCommandOutput

339 339

* // IAMCertificateId: "STRING_VALUE",

340 340

* // ACMCertificateArn: "STRING_VALUE",

341 341

* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",

342 -

* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",

342 +

* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",

343 343

* // Certificate: "STRING_VALUE",

344 344

* // CertificateSource: "cloudfront" || "iam" || "acm",

345 345

* // },

Original file line number Diff line number Diff line change

@@ -340,7 +340,7 @@ export interface ListDistributionsByRealtimeLogConfigCommandOutput

340 340

* // IAMCertificateId: "STRING_VALUE",

341 341

* // ACMCertificateArn: "STRING_VALUE",

342 342

* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",

343 -

* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",

343 +

* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",

344 344

* // Certificate: "STRING_VALUE",

345 345

* // CertificateSource: "cloudfront" || "iam" || "acm",

346 346

* // },

Original file line number Diff line number Diff line change

@@ -334,7 +334,7 @@ export interface ListDistributionsByWebACLIdCommandOutput extends ListDistributi

334 334

* // IAMCertificateId: "STRING_VALUE",

335 335

* // ACMCertificateArn: "STRING_VALUE",

336 336

* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",

337 -

* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",

337 +

* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",

338 338

* // Certificate: "STRING_VALUE",

339 339

* // CertificateSource: "cloudfront" || "iam" || "acm",

340 340

* // },

Original file line number Diff line number Diff line change

@@ -333,7 +333,7 @@ export interface ListDistributionsCommandOutput extends ListDistributionsResult,

333 333

* // IAMCertificateId: "STRING_VALUE",

334 334

* // ACMCertificateArn: "STRING_VALUE",

335 335

* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",

336 -

* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",

336 +

* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021" || "TLSv1.3_2025",

337 337

* // Certificate: "STRING_VALUE",

338 338

* // CertificateSource: "cloudfront" || "iam" || "acm",

339 339

* // },

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4