Skip to content

Commit c8a5146

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 92df7d8 commit c8a5146

File tree

1 file changed

+12
-1
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+12
-1
lines changed

codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen/endpoints.json

+12-1
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)