Skip to content

Commit 95cbb69

Browse files
feat: update AWS service endpoints metadata
1 parent c870b80 commit 95cbb69

File tree

1 file changed

+13
-0
lines changed
  • codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen

1 file changed

+13
-0
lines changed

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,12 @@
349349
"tags" : [ "fips" ]
350350
} ]
351351
},
352+
"ca-west-1" : {
353+
"variants" : [ {
354+
"hostname" : "acm-pca-fips.ca-west-1.amazonaws.com",
355+
"tags" : [ "fips" ]
356+
} ]
357+
},
352358
"eu-central-1" : { },
353359
"eu-central-2" : { },
354360
"eu-north-1" : { },
@@ -364,6 +370,13 @@
364370
"deprecated" : true,
365371
"hostname" : "acm-pca-fips.ca-central-1.amazonaws.com"
366372
},
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+
},
367380
"fips-us-east-1" : {
368381
"credentialScope" : {
369382
"region" : "us-east-1"

0 commit comments

Comments
 (0)