Skip to content

Commit b6f42c9

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent cafa36e commit b6f42c9

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
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: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12282,7 +12282,19 @@
1228212282
"ap-south-1" : { },
1228312283
"ap-southeast-1" : { },
1228412284
"ap-southeast-2" : { },
12285-
"ca-central-1" : { },
12285+
"ca-central-1" : {
12286+
"variants" : [ {
12287+
"hostname" : "meetings-chime-fips.ca-central-1.amazonaws.com",
12288+
"tags" : [ "fips" ]
12289+
} ]
12290+
},
12291+
"ca-central-1-fips" : {
12292+
"credentialScope" : {
12293+
"region" : "ca-central-1"
12294+
},
12295+
"deprecated" : true,
12296+
"hostname" : "meetings-chime-fips.ca-central-1.amazonaws.com"
12297+
},
1228612298
"eu-central-1" : { },
1228712299
"eu-west-2" : { },
1228812300
"il-central-1" : { },

0 commit comments

Comments
 (0)