Skip to content

Commit fcbf692

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent fe0265e commit fcbf692

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Updated endpoint and partition metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/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)