Skip to content

Commit dd4752d

Browse files
AWSL-Applin
AWS
authored andcommitted
Updated endpoints.json and partitions.json.
1 parent f2c093c commit dd4752d

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
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 SDK for Java v2",
4+
"contributor": "",
5+
"description": "Updated endpoint and partition metadata."
6+
}

codegen/src/main/resources/software/amazon/awssdk/codegen/rules/partitions.json.resource

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,17 @@
187187
},
188188
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
189189
"regions" : { }
190+
}, {
191+
"id" : "aws-iso-f",
192+
"outputs" : {
193+
"dnsSuffix" : "csp.hci.ic.gov",
194+
"dualStackDnsSuffix" : "csp.hci.ic.gov",
195+
"name" : "aws-iso-f",
196+
"supportsDualStack" : false,
197+
"supportsFIPS" : true
198+
},
199+
"regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
200+
"regions" : { }
190201
} ],
191202
"version" : "1.1"
192203
}

0 commit comments

Comments
 (0)