Skip to content

Commit b6e5d71

Browse files
author
AWS
committed
Amazon CloudFront Update: Added new viewer security policy, TLSv1.3_2025, for CloudFront.
1 parent 9f212a8 commit b6e5d71

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.attach_pid811

Whitespace-only changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon CloudFront",
4+
"contributor": "",
5+
"description": "Added new viewer security policy, TLSv1.3_2025, for CloudFront."
6+
}

services/cloudfront/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10508,7 +10508,8 @@
1050810508
"TLSv1.1_2016",
1050910509
"TLSv1.2_2018",
1051010510
"TLSv1.2_2019",
10511-
"TLSv1.2_2021"
10511+
"TLSv1.2_2021",
10512+
"TLSv1.3_2025"
1051210513
]
1051310514
},
1051410515
"MissingBody":{

0 commit comments

Comments
 (0)