Skip to content

Commit e595ca9

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 806e267 commit e595ca9

File tree

2 files changed

+22
-1
lines changed

2 files changed

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

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3272,6 +3272,13 @@
32723272
"deprecated" : true,
32733273
"hostname" : "cognito-identity-fips.us-east-2.amazonaws.com"
32743274
},
3275+
"fips-us-west-1" : {
3276+
"credentialScope" : {
3277+
"region" : "us-west-1"
3278+
},
3279+
"deprecated" : true,
3280+
"hostname" : "cognito-identity-fips.us-west-1.amazonaws.com"
3281+
},
32753282
"fips-us-west-2" : {
32763283
"credentialScope" : {
32773284
"region" : "us-west-2"
@@ -3293,7 +3300,12 @@
32933300
"tags" : [ "fips" ]
32943301
} ]
32953302
},
3296-
"us-west-1" : { },
3303+
"us-west-1" : {
3304+
"variants" : [ {
3305+
"hostname" : "cognito-identity-fips.us-west-1.amazonaws.com",
3306+
"tags" : [ "fips" ]
3307+
} ]
3308+
},
32973309
"us-west-2" : {
32983310
"variants" : [ {
32993311
"hostname" : "cognito-identity-fips.us-west-2.amazonaws.com",
@@ -16057,8 +16069,11 @@
1605716069
},
1605816070
"transcribestreaming" : {
1605916071
"endpoints" : {
16072+
"af-south-1" : { },
1606016073
"ap-northeast-1" : { },
1606116074
"ap-northeast-2" : { },
16075+
"ap-south-1" : { },
16076+
"ap-southeast-1" : { },
1606216077
"ap-southeast-2" : { },
1606316078
"ca-central-1" : { },
1606416079
"eu-central-1" : { },

0 commit comments

Comments
 (0)