Skip to content

Commit a64f742

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 12ef03e commit a64f742

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
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+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8677,6 +8677,7 @@
86778677
"ap-southeast-3" : { },
86788678
"ap-southeast-4" : { },
86798679
"ca-central-1" : { },
8680+
"ca-west-1" : { },
86808681
"eu-central-1" : { },
86818682
"eu-central-2" : { },
86828683
"eu-north-1" : { },
@@ -10699,6 +10700,7 @@
1069910700
"ap-southeast-3" : { },
1070010701
"ap-southeast-4" : { },
1070110702
"ca-central-1" : { },
10703+
"ca-west-1" : { },
1070210704
"eu-central-1" : { },
1070310705
"eu-central-2" : { },
1070410706
"eu-north-1" : { },
@@ -14788,6 +14790,7 @@
1478814790
"ap-southeast-3" : { },
1478914791
"ap-southeast-4" : { },
1479014792
"ca-central-1" : { },
14793+
"ca-west-1" : { },
1479114794
"eu-central-1" : { },
1479214795
"eu-central-2" : { },
1479314796
"eu-north-1" : { },
@@ -21193,6 +21196,12 @@
2119321196
}
2119421197
}
2119521198
},
21199+
"network-firewall" : {
21200+
"endpoints" : {
21201+
"cn-north-1" : { },
21202+
"cn-northwest-1" : { }
21203+
}
21204+
},
2119621205
"oam" : {
2119721206
"endpoints" : {
2119821207
"cn-north-1" : { },
@@ -26598,7 +26607,8 @@
2659826607
},
2659926608
"arc-zonal-shift" : {
2660026609
"endpoints" : {
26601-
"us-iso-east-1" : { }
26610+
"us-iso-east-1" : { },
26611+
"us-iso-west-1" : { }
2660226612
}
2660326613
},
2660426614
"athena" : {

0 commit comments

Comments
 (0)