Skip to content

Commit 4827e03

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 866d621 commit 4827e03

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed
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

+26-2
Original file line numberDiff line numberDiff line change
@@ -22426,8 +22426,18 @@
2242622426
"ap-southeast-4" : { },
2242722427
"ap-southeast-5" : { },
2242822428
"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+
},
2243122441
"eu-central-1" : { },
2243222442
"eu-central-2" : { },
2243322443
"eu-north-1" : { },
@@ -22436,6 +22446,20 @@
2243622446
"eu-west-1" : { },
2243722447
"eu-west-2" : { },
2243822448
"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+
},
2243922463
"fips-us-east-1" : {
2244022464
"credentialScope" : {
2244122465
"region" : "us-east-1"

0 commit comments

Comments
 (0)