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 c870b80 commit 95cbb69Copy full SHA for 95cbb69
codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json
@@ -349,6 +349,12 @@
349
"tags" : [ "fips" ]
350
} ]
351
},
352
+ "ca-west-1" : {
353
+ "variants" : [ {
354
+ "hostname" : "acm-pca-fips.ca-west-1.amazonaws.com",
355
+ "tags" : [ "fips" ]
356
+ } ]
357
+ },
358
"eu-central-1" : { },
359
"eu-central-2" : { },
360
"eu-north-1" : { },
@@ -364,6 +370,13 @@
364
370
"deprecated" : true,
365
371
"hostname" : "acm-pca-fips.ca-central-1.amazonaws.com"
366
372
373
+ "fips-ca-west-1" : {
374
+ "credentialScope" : {
375
+ "region" : "ca-west-1"
376
377
+ "deprecated" : true,
378
+ "hostname" : "acm-pca-fips.ca-west-1.amazonaws.com"
379
367
380
"fips-us-east-1" : {
368
381
"credentialScope" : {
369
382
"region" : "us-east-1"
0 commit comments