Skip to content

Commit 049596c

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent ea58296 commit 049596c

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-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+
}

codegen/src/main/resources/software/amazon/awssdk/codegen/rules/partitions.json.resource

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,11 @@
198198
"supportsFIPS" : true
199199
},
200200
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
201-
"regions" : { }
201+
"regions" : {
202+
"eu-isoe-west-1" : {
203+
"description" : "EU ISOE West"
204+
}
205+
}
202206
}, {
203207
"id" : "aws-iso-f",
204208
"outputs" : {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2816,6 +2816,7 @@
28162816
},
28172817
"braket" : {
28182818
"endpoints" : {
2819+
"eu-north-1" : { },
28192820
"eu-west-2" : { },
28202821
"us-east-1" : { },
28212822
"us-west-1" : { },

0 commit comments

Comments
 (0)