Skip to content

Commit ea7ea49

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent b8eeded commit ea7ea49

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-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: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3738,6 +3738,7 @@
37383738
"ap-southeast-1" : { },
37393739
"ap-southeast-2" : { },
37403740
"ap-southeast-3" : { },
3741+
"ap-southeast-4" : { },
37413742
"ca-central-1" : { },
37423743
"eu-central-1" : { },
37433744
"eu-central-2" : { },
@@ -16636,6 +16637,25 @@
1663616637
"deprecated" : true,
1663716638
"hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com"
1663816639
},
16640+
"ca-west-1" : {
16641+
"variants" : [ {
16642+
"hostname" : "servicediscovery-fips.ca-west-1.amazonaws.com",
16643+
"tags" : [ "fips" ]
16644+
}, {
16645+
"hostname" : "servicediscovery-fips.ca-west-1.api.aws",
16646+
"tags" : [ "dualstack", "fips" ]
16647+
}, {
16648+
"hostname" : "servicediscovery.ca-west-1.api.aws",
16649+
"tags" : [ "dualstack" ]
16650+
} ]
16651+
},
16652+
"ca-west-1-fips" : {
16653+
"credentialScope" : {
16654+
"region" : "ca-west-1"
16655+
},
16656+
"deprecated" : true,
16657+
"hostname" : "servicediscovery-fips.ca-west-1.amazonaws.com"
16658+
},
1663916659
"eu-central-1" : {
1664016660
"variants" : [ {
1664116661
"hostname" : "servicediscovery.eu-central-1.api.aws",
@@ -22451,6 +22471,18 @@
2245122471
},
2245222472
"bedrock" : {
2245322473
"endpoints" : {
22474+
"bedrock-runtime-us-gov-west-1" : {
22475+
"credentialScope" : {
22476+
"region" : "us-gov-west-1"
22477+
},
22478+
"hostname" : "bedrock-runtime.us-gov-west-1.amazonaws.com"
22479+
},
22480+
"bedrock-us-gov-west-1" : {
22481+
"credentialScope" : {
22482+
"region" : "us-gov-west-1"
22483+
},
22484+
"hostname" : "bedrock.us-gov-west-1.amazonaws.com"
22485+
},
2245422486
"us-gov-west-1" : { }
2245522487
}
2245622488
},

0 commit comments

Comments
 (0)