Skip to content

Commit c9ec34a

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 0094537 commit c9ec34a

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@
7373
"eu-west-3" : {
7474
"description" : "Europe (Paris)"
7575
},
76+
"il-central-1" : {
77+
"description" : "Israel (Tel Aviv)"
78+
},
7679
"me-central-1" : {
7780
"description" : "Middle East (UAE)"
7881
},

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16401,6 +16401,15 @@
1640116401
}
1640216402
}
1640316403
},
16404+
"tnb" : {
16405+
"endpoints" : {
16406+
"ap-southeast-2" : { },
16407+
"eu-central-1" : { },
16408+
"eu-west-3" : { },
16409+
"us-east-1" : { },
16410+
"us-west-2" : { }
16411+
}
16412+
},
1640416413
"transcribe" : {
1640516414
"defaults" : {
1640616415
"protocols" : [ "https" ],

0 commit comments

Comments
 (0)