We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590c9db commit 66e5439Copy full SHA for 66e5439
codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen/endpoints.json
@@ -12282,7 +12282,19 @@
12282
"ap-south-1" : { },
12283
"ap-southeast-1" : { },
12284
"ap-southeast-2" : { },
12285
- "ca-central-1" : { },
+ "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
12298
"eu-central-1" : { },
12299
"eu-west-2" : { },
12300
"il-central-1" : { },
0 commit comments