We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ab688 commit f4a25aeCopy full SHA for f4a25ae
packages/util-endpoints/src/lib/aws/partitions.json
@@ -223,7 +223,17 @@
223
"supportsFIPS" : true
224
},
225
"regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
226
- "regions" : { }
+ "regions" : {
227
+ "aws-iso-f-global" : {
228
+ "description" : "AWS ISOF global region"
229
+ },
230
+ "us-isof-east-1" : {
231
+ "description" : "US ISOF EAST"
232
233
+ "us-isof-south-1" : {
234
+ "description" : "US ISOF SOUTH"
235
+ }
236
237
} ],
238
"version" : "1.1"
239
}
0 commit comments