Skip to content

Commit df8f839

Browse files
authored
chore(util-endpoints): update partitions.json (#4174)
1 parent 9721730 commit df8f839

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/util-endpoints/src/lib/aws/partitions.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
{
32
"version": "1.1",
43
"partitions": [
@@ -7,7 +6,7 @@
76
"regionRegex": "^(us|eu|ap|sa|ca|me|af)-\\w+-\\d+$",
87
"regions": {
98
"af-south-1": {},
10-
"af-east-1": {},
9+
"ap-east-1": {},
1110
"ap-northeast-1": {},
1211
"ap-northeast-2": {},
1312
"ap-northeast-3": {},
@@ -22,6 +21,7 @@
2221
"eu-west-1": {},
2322
"eu-west-2": {},
2423
"eu-west-3": {},
24+
"me-central-1": {},
2525
"me-south-1": {},
2626
"sa-east-1": {},
2727
"us-east-1": {},
@@ -81,6 +81,8 @@
8181
"dualStackDnsSuffix": "c2s.ic.gov"
8282
},
8383
"regions": {
84+
"us-iso-east-1": {},
85+
"us-iso-west-1": {},
8486
"aws-iso-global": {}
8587
}
8688
},
@@ -95,6 +97,7 @@
9597
"dualStackDnsSuffix": "sc2s.sgov.gov"
9698
},
9799
"regions": {
100+
"us-isob-east-1": {},
98101
"aws-iso-b-global": {}
99102
}
100103
}

0 commit comments

Comments
 (0)