Skip to content

Commit ffb3e50

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent c5fac04 commit ffb3e50

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-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: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17527,7 +17527,18 @@
1752717527
"protocols" : [ "https" ]
1752817528
},
1752917529
"ca-central-1" : {
17530-
"protocols" : [ "https" ]
17530+
"protocols" : [ "https" ],
17531+
"variants" : [ {
17532+
"hostname" : "serverlessrepo-fips.ca-central-1.amazonaws.com",
17533+
"tags" : [ "fips" ]
17534+
} ]
17535+
},
17536+
"ca-central-1-fips" : {
17537+
"credentialScope" : {
17538+
"region" : "ca-central-1"
17539+
},
17540+
"deprecated" : true,
17541+
"hostname" : "serverlessrepo-fips.ca-central-1.amazonaws.com"
1753117542
},
1753217543
"eu-central-1" : {
1753317544
"protocols" : [ "https" ]

0 commit comments

Comments
 (0)