Skip to content

Commit 1935873

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 741ca0c commit 1935873

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28325,7 +28325,8 @@
2832528325
},
2832628326
"apigateway" : {
2832728327
"endpoints" : {
28328-
"us-iso-east-1" : { }
28328+
"us-iso-east-1" : { },
28329+
"us-iso-west-1" : { }
2832928330
}
2833028331
},
2833128332
"appconfig" : {
@@ -29201,6 +29202,11 @@
2920129202
"us-isob-east-1" : { }
2920229203
}
2920329204
},
29205+
"apigateway" : {
29206+
"endpoints" : {
29207+
"us-isob-east-1" : { }
29208+
}
29209+
},
2920429210
"appconfig" : {
2920529211
"endpoints" : {
2920629212
"us-isob-east-1" : { }

0 commit comments

Comments
 (0)