Skip to content

Commit 0048631

Browse files
author
AWS
committed
AWS DataSync Update: Added support for FIPS VPC endpoints in FIPS-enabled AWS Regions.
1 parent c6de935 commit 0048631

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": "AWS DataSync",
4+
"contributor": "",
5+
"description": "Added support for FIPS VPC endpoints in FIPS-enabled AWS Regions."
6+
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2466,7 +2466,8 @@
24662466
"enum":[
24672467
"PUBLIC",
24682468
"PRIVATE_LINK",
2469-
"FIPS"
2469+
"FIPS",
2470+
"FIPS_PRIVATE_LINK"
24702471
]
24712472
},
24722473
"FilterAttributeValue":{

0 commit comments

Comments
 (0)