Skip to content

Commit 100ddff

Browse files
author
awstools
committed
feat(client-cloudfront): Added new viewer security policy, TLSv1.3_2025, for CloudFront.
1 parent fee76f4 commit 100ddff

14 files changed

+22
-15
lines changed

clients/client-cloudfront/src/commands/CopyDistributionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ export interface CopyDistributionCommandOutput extends CopyDistributionResult, _
368368
* // IAMCertificateId: "STRING_VALUE",
369369
* // ACMCertificateArn: "STRING_VALUE",
370370
* // 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",
372372
* // Certificate: "STRING_VALUE",
373373
* // CertificateSource: "cloudfront" || "iam" || "acm",
374374
* // },

clients/client-cloudfront/src/commands/CreateDistributionCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ export interface CreateDistributionCommandOutput extends CreateDistributionResul
323323
* IAMCertificateId: "STRING_VALUE",
324324
* ACMCertificateArn: "STRING_VALUE",
325325
* 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",
327327
* Certificate: "STRING_VALUE",
328328
* CertificateSource: "cloudfront" || "iam" || "acm",
329329
* },
@@ -681,7 +681,7 @@ export interface CreateDistributionCommandOutput extends CreateDistributionResul
681681
* // IAMCertificateId: "STRING_VALUE",
682682
* // ACMCertificateArn: "STRING_VALUE",
683683
* // 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",
685685
* // Certificate: "STRING_VALUE",
686686
* // CertificateSource: "cloudfront" || "iam" || "acm",
687687
* // },

clients/client-cloudfront/src/commands/CreateDistributionWithTagsCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ export interface CreateDistributionWithTagsCommandOutput extends CreateDistribut
324324
* IAMCertificateId: "STRING_VALUE",
325325
* ACMCertificateArn: "STRING_VALUE",
326326
* 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",
328328
* Certificate: "STRING_VALUE",
329329
* CertificateSource: "cloudfront" || "iam" || "acm",
330330
* },
@@ -691,7 +691,7 @@ export interface CreateDistributionWithTagsCommandOutput extends CreateDistribut
691691
* // IAMCertificateId: "STRING_VALUE",
692692
* // ACMCertificateArn: "STRING_VALUE",
693693
* // 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",
695695
* // Certificate: "STRING_VALUE",
696696
* // CertificateSource: "cloudfront" || "iam" || "acm",
697697
* // },

clients/client-cloudfront/src/commands/GetDistributionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ export interface GetDistributionCommandOutput extends GetDistributionResult, __M
364364
* // IAMCertificateId: "STRING_VALUE",
365365
* // ACMCertificateArn: "STRING_VALUE",
366366
* // 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",
368368
* // Certificate: "STRING_VALUE",
369369
* // CertificateSource: "cloudfront" || "iam" || "acm",
370370
* // },

clients/client-cloudfront/src/commands/GetDistributionConfigCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ export interface GetDistributionConfigCommandOutput extends GetDistributionConfi
327327
* // IAMCertificateId: "STRING_VALUE",
328328
* // ACMCertificateArn: "STRING_VALUE",
329329
* // 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",
331331
* // Certificate: "STRING_VALUE",
332332
* // CertificateSource: "cloudfront" || "iam" || "acm",
333333
* // },

clients/client-cloudfront/src/commands/ListDistributionsByAnycastIpListIdCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ export interface ListDistributionsByAnycastIpListIdCommandOutput
339339
* // IAMCertificateId: "STRING_VALUE",
340340
* // ACMCertificateArn: "STRING_VALUE",
341341
* // 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",
343343
* // Certificate: "STRING_VALUE",
344344
* // CertificateSource: "cloudfront" || "iam" || "acm",
345345
* // },

clients/client-cloudfront/src/commands/ListDistributionsByConnectionModeCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ export interface ListDistributionsByConnectionModeCommandOutput
339339
* // IAMCertificateId: "STRING_VALUE",
340340
* // ACMCertificateArn: "STRING_VALUE",
341341
* // 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",
343343
* // Certificate: "STRING_VALUE",
344344
* // CertificateSource: "cloudfront" || "iam" || "acm",
345345
* // },

clients/client-cloudfront/src/commands/ListDistributionsByRealtimeLogConfigCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ export interface ListDistributionsByRealtimeLogConfigCommandOutput
340340
* // IAMCertificateId: "STRING_VALUE",
341341
* // ACMCertificateArn: "STRING_VALUE",
342342
* // 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",
344344
* // Certificate: "STRING_VALUE",
345345
* // CertificateSource: "cloudfront" || "iam" || "acm",
346346
* // },

clients/client-cloudfront/src/commands/ListDistributionsByWebACLIdCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ export interface ListDistributionsByWebACLIdCommandOutput extends ListDistributi
334334
* // IAMCertificateId: "STRING_VALUE",
335335
* // ACMCertificateArn: "STRING_VALUE",
336336
* // 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",
338338
* // Certificate: "STRING_VALUE",
339339
* // CertificateSource: "cloudfront" || "iam" || "acm",
340340
* // },

clients/client-cloudfront/src/commands/ListDistributionsCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ export interface ListDistributionsCommandOutput extends ListDistributionsResult,
333333
* // IAMCertificateId: "STRING_VALUE",
334334
* // ACMCertificateArn: "STRING_VALUE",
335335
* // 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",
337337
* // Certificate: "STRING_VALUE",
338338
* // CertificateSource: "cloudfront" || "iam" || "acm",
339339
* // },

0 commit comments

Comments
 (0)