Skip to content

Commit 0565432

Browse files
author
AWS
committed
Amazon CloudFront Update: Amazon CloudFront adds support for a new security policy, TLSv1.2_2021.
1 parent 94e50c6 commit 0565432

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
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": "Amazon CloudFront adds support for a new security policy, TLSv1.2_2021."
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
@@ -6081,7 +6081,8 @@
60816081
"TLSv1_2016",
60826082
"TLSv1.1_2016",
60836083
"TLSv1.2_2018",
6084-
"TLSv1.2_2019"
6084+
"TLSv1.2_2019",
6085+
"TLSv1.2_2021"
60856086
]
60866087
},
60876088
"MissingBody":{

0 commit comments

Comments
 (0)