Skip to content

Commit

Permalink
chore(util-endpoints): update partitions.json (#4174)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Nov 11, 2022
1 parent 9721730 commit df8f839
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/util-endpoints/src/lib/aws/partitions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{
"version": "1.1",
"partitions": [
Expand All @@ -7,7 +6,7 @@
"regionRegex": "^(us|eu|ap|sa|ca|me|af)-\\w+-\\d+$",
"regions": {
"af-south-1": {},
"af-east-1": {},
"ap-east-1": {},
"ap-northeast-1": {},
"ap-northeast-2": {},
"ap-northeast-3": {},
Expand All @@ -22,6 +21,7 @@
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"me-central-1": {},
"me-south-1": {},
"sa-east-1": {},
"us-east-1": {},
Expand Down Expand Up @@ -81,6 +81,8 @@
"dualStackDnsSuffix": "c2s.ic.gov"
},
"regions": {
"us-iso-east-1": {},
"us-iso-west-1": {},
"aws-iso-global": {}
}
},
Expand All @@ -95,6 +97,7 @@
"dualStackDnsSuffix": "sc2s.sgov.gov"
},
"regions": {
"us-isob-east-1": {},
"aws-iso-b-global": {}
}
}
Expand Down

0 comments on commit df8f839

Please sign in to comment.