Skip to content

Commit e505cd5

Browse files
author
AWS
committed
Updated endpoints.json, partitions.json, and example_meta.json.
1 parent d32def6 commit e505cd5

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1539,6 +1539,7 @@
15391539
"eu-central-1" : { },
15401540
"eu-north-1" : { },
15411541
"eu-west-1" : { },
1542+
"eu-west-2" : { },
15421543
"eu-west-3" : { },
15431544
"me-central-1" : { },
15441545
"sa-east-1" : { },
@@ -38535,7 +38536,8 @@
3853538536
},
3853638537
"route53resolver" : {
3853738538
"endpoints" : {
38538-
"us-isob-east-1" : { }
38539+
"us-isob-east-1" : { },
38540+
"us-isob-west-1" : { }
3853938541
}
3854038542
},
3854138543
"runtime.sagemaker" : {

0 commit comments

Comments
 (0)