File tree 2 files changed +32
-2
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region
2 files changed +32
-2
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 22426
22426
"ap-southeast-4" : { },
22427
22427
"ap-southeast-5" : { },
22428
22428
"ap-southeast-7" : { },
22429
- "ca-central-1" : { },
22430
- "ca-west-1" : { },
22429
+ "ca-central-1" : {
22430
+ "variants" : [ {
22431
+ "hostname" : "sqs-fips.ca-central-1.amazonaws.com",
22432
+ "tags" : [ "fips" ]
22433
+ } ]
22434
+ },
22435
+ "ca-west-1" : {
22436
+ "variants" : [ {
22437
+ "hostname" : "sqs-fips.ca-west-1.amazonaws.com",
22438
+ "tags" : [ "fips" ]
22439
+ } ]
22440
+ },
22431
22441
"eu-central-1" : { },
22432
22442
"eu-central-2" : { },
22433
22443
"eu-north-1" : { },
22436
22446
"eu-west-1" : { },
22437
22447
"eu-west-2" : { },
22438
22448
"eu-west-3" : { },
22449
+ "fips-ca-central-1" : {
22450
+ "credentialScope" : {
22451
+ "region" : "ca-central-1"
22452
+ },
22453
+ "deprecated" : true,
22454
+ "hostname" : "sqs-fips.ca-central-1.amazonaws.com"
22455
+ },
22456
+ "fips-ca-west-1" : {
22457
+ "credentialScope" : {
22458
+ "region" : "ca-west-1"
22459
+ },
22460
+ "deprecated" : true,
22461
+ "hostname" : "sqs-fips.ca-west-1.amazonaws.com"
22462
+ },
22439
22463
"fips-us-east-1" : {
22440
22464
"credentialScope" : {
22441
22465
"region" : "us-east-1"
You can’t perform that action at this time.
0 commit comments