We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92df7d8 commit c8a5146Copy full SHA for c8a5146
codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen/endpoints.json
@@ -17527,7 +17527,18 @@
17527
"protocols" : [ "https" ]
17528
},
17529
"ca-central-1" : {
17530
- "protocols" : [ "https" ]
+ "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"
17542
17543
"eu-central-1" : {
17544
0 commit comments