Skip to content

Commit aa033b3

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 19e5ccb commit aa033b3

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
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: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15458,6 +15458,7 @@
1545815458
"ap-south-1" : { },
1545915459
"ap-southeast-1" : { },
1546015460
"ap-southeast-2" : { },
15461+
"ap-southeast-3" : { },
1546115462
"ca-central-1" : {
1546215463
"variants" : [ {
1546315464
"hostname" : "redshift-serverless-fips.ca-central-1.amazonaws.com",
@@ -19707,8 +19708,18 @@
1970719708
"ap-southeast-3" : { },
1970819709
"ap-southeast-4" : { },
1970919710
"ap-southeast-5" : { },
19710-
"ca-central-1" : { },
19711-
"ca-west-1" : { },
19711+
"ca-central-1" : {
19712+
"variants" : [ {
19713+
"hostname" : "synthetics-fips.ca-central-1.amazonaws.com",
19714+
"tags" : [ "fips" ]
19715+
} ]
19716+
},
19717+
"ca-west-1" : {
19718+
"variants" : [ {
19719+
"hostname" : "synthetics-fips.ca-west-1.amazonaws.com",
19720+
"tags" : [ "fips" ]
19721+
} ]
19722+
},
1971219723
"eu-central-1" : { },
1971319724
"eu-central-2" : { },
1971419725
"eu-north-1" : { },
@@ -19717,6 +19728,20 @@
1971719728
"eu-west-1" : { },
1971819729
"eu-west-2" : { },
1971919730
"eu-west-3" : { },
19731+
"fips-ca-central-1" : {
19732+
"credentialScope" : {
19733+
"region" : "ca-central-1"
19734+
},
19735+
"deprecated" : true,
19736+
"hostname" : "synthetics-fips.ca-central-1.amazonaws.com"
19737+
},
19738+
"fips-ca-west-1" : {
19739+
"credentialScope" : {
19740+
"region" : "ca-west-1"
19741+
},
19742+
"deprecated" : true,
19743+
"hostname" : "synthetics-fips.ca-west-1.amazonaws.com"
19744+
},
1972019745
"fips-us-east-1" : {
1972119746
"credentialScope" : {
1972219747
"region" : "us-east-1"

0 commit comments

Comments
 (0)