Skip to content

Commit e05507a

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 4e11d58 commit e05507a

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
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: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8953,11 +8953,6 @@
89538953
"us-west-2" : { }
89548954
}
89558955
},
8956-
"honeycode" : {
8957-
"endpoints" : {
8958-
"us-west-2" : { }
8959-
}
8960-
},
89618956
"iam" : {
89628957
"endpoints" : {
89638958
"aws-global" : {
@@ -28922,7 +28917,11 @@
2892228917
"partition" : "aws-iso-e",
2892328918
"partitionName" : "AWS ISOE (Europe)",
2892428919
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
28925-
"regions" : { },
28920+
"regions" : {
28921+
"eu-isoe-west-1" : {
28922+
"description" : "EU ISOE West"
28923+
}
28924+
},
2892628925
"services" : { }
2892728926
}, {
2892828927
"defaults" : {

0 commit comments

Comments
 (0)