Skip to content

Commit a5361f8

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 70a3d56 commit a5361f8

File tree

2 files changed

+29
-0
lines changed

2 files changed

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

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,12 +1015,15 @@
10151015
},
10161016
"api.mediatailor" : {
10171017
"endpoints" : {
1018+
"af-south-1" : { },
10181019
"ap-northeast-1" : { },
1020+
"ap-south-1" : { },
10191021
"ap-southeast-1" : { },
10201022
"ap-southeast-2" : { },
10211023
"eu-central-1" : { },
10221024
"eu-west-1" : { },
10231025
"us-east-1" : { },
1026+
"us-east-2" : { },
10241027
"us-west-2" : { }
10251028
}
10261029
},
@@ -4736,6 +4739,7 @@
47364739
"ap-northeast-2" : { },
47374740
"ap-northeast-3" : { },
47384741
"ap-south-1" : { },
4742+
"ap-south-2" : { },
47394743
"ap-southeast-1" : { },
47404744
"ap-southeast-2" : { },
47414745
"ap-southeast-3" : { },
@@ -4746,8 +4750,10 @@
47464750
} ]
47474751
},
47484752
"eu-central-1" : { },
4753+
"eu-central-2" : { },
47494754
"eu-north-1" : { },
47504755
"eu-south-1" : { },
4756+
"eu-south-2" : { },
47514757
"eu-west-1" : { },
47524758
"eu-west-2" : { },
47534759
"eu-west-3" : { },
@@ -9334,6 +9340,7 @@
93349340
"m2" : {
93359341
"endpoints" : {
93369342
"ap-northeast-1" : { },
9343+
"ap-northeast-2" : { },
93379344
"ap-south-1" : { },
93389345
"ap-southeast-1" : { },
93399346
"ap-southeast-2" : { },
@@ -9352,6 +9359,12 @@
93529359
"fips-us-east-1" : {
93539360
"deprecated" : true
93549361
},
9362+
"fips-us-east-2" : {
9363+
"deprecated" : true
9364+
},
9365+
"fips-us-west-1" : {
9366+
"deprecated" : true
9367+
},
93559368
"fips-us-west-2" : {
93569369
"deprecated" : true
93579370
},
@@ -9361,6 +9374,16 @@
93619374
"tags" : [ "fips" ]
93629375
} ]
93639376
},
9377+
"us-east-2" : {
9378+
"variants" : [ {
9379+
"tags" : [ "fips" ]
9380+
} ]
9381+
},
9382+
"us-west-1" : {
9383+
"variants" : [ {
9384+
"tags" : [ "fips" ]
9385+
} ]
9386+
},
93649387
"us-west-2" : {
93659388
"variants" : [ {
93669389
"tags" : [ "fips" ]

0 commit comments

Comments
 (0)