File tree 2 files changed +38
-0
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region
2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS SDK for Java v2" ,
4
+ "contributor" : " " ,
5
+ "description" : " Updated endpoint and partition metadata."
6
+ }
Original file line number Diff line number Diff line change 3738
3738
"ap-southeast-1" : { },
3739
3739
"ap-southeast-2" : { },
3740
3740
"ap-southeast-3" : { },
3741
+ "ap-southeast-4" : { },
3741
3742
"ca-central-1" : { },
3742
3743
"eu-central-1" : { },
3743
3744
"eu-central-2" : { },
16636
16637
"deprecated" : true,
16637
16638
"hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com"
16638
16639
},
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
+ },
16639
16659
"eu-central-1" : {
16640
16660
"variants" : [ {
16641
16661
"hostname" : "servicediscovery.eu-central-1.api.aws",
22451
22471
},
22452
22472
"bedrock" : {
22453
22473
"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
+ },
22454
22486
"us-gov-west-1" : { }
22455
22487
}
22456
22488
},
You can’t perform that action at this time.
0 commit comments