Skip to content

Commit f4a25ae

Browse files
author
awstools
committed
chore(util-endpoints): update aws partitions.json
1 parent 93ab688 commit f4a25ae

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Diff for: packages/util-endpoints/src/lib/aws/partitions.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,17 @@
223223
"supportsFIPS" : true
224224
},
225225
"regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
226-
"regions" : { }
226+
"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+
}
227237
} ],
228238
"version" : "1.1"
229239
}

0 commit comments

Comments
 (0)