Skip to content

Commit 444c809

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 505e2a2 commit 444c809

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
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: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4434,6 +4434,19 @@
44344434
"deprecated" : true,
44354435
"hostname" : "controltower-fips.ca-central-1.amazonaws.com"
44364436
},
4437+
"ca-west-1" : {
4438+
"variants" : [ {
4439+
"hostname" : "controltower-fips.ca-west-1.amazonaws.com",
4440+
"tags" : [ "fips" ]
4441+
} ]
4442+
},
4443+
"ca-west-1-fips" : {
4444+
"credentialScope" : {
4445+
"region" : "ca-west-1"
4446+
},
4447+
"deprecated" : true,
4448+
"hostname" : "controltower-fips.ca-west-1.amazonaws.com"
4449+
},
44374450
"eu-central-1" : { },
44384451
"eu-central-2" : { },
44394452
"eu-north-1" : { },
@@ -7858,6 +7871,12 @@
78587871
"tags" : [ "fips" ]
78597872
} ]
78607873
},
7874+
"ca-west-1" : {
7875+
"variants" : [ {
7876+
"hostname" : "fms-fips.ca-west-1.amazonaws.com",
7877+
"tags" : [ "fips" ]
7878+
} ]
7879+
},
78617880
"eu-central-1" : {
78627881
"variants" : [ {
78637882
"hostname" : "fms-fips.eu-central-1.amazonaws.com",
@@ -7947,6 +7966,13 @@
79477966
"deprecated" : true,
79487967
"hostname" : "fms-fips.ca-central-1.amazonaws.com"
79497968
},
7969+
"fips-ca-west-1" : {
7970+
"credentialScope" : {
7971+
"region" : "ca-west-1"
7972+
},
7973+
"deprecated" : true,
7974+
"hostname" : "fms-fips.ca-west-1.amazonaws.com"
7975+
},
79507976
"fips-eu-central-1" : {
79517977
"credentialScope" : {
79527978
"region" : "eu-central-1"
@@ -19150,7 +19176,12 @@
1915019176
"tags" : [ "fips" ]
1915119177
} ]
1915219178
},
19153-
"ca-west-1" : { },
19179+
"ca-west-1" : {
19180+
"variants" : [ {
19181+
"hostname" : "transfer-fips.ca-west-1.amazonaws.com",
19182+
"tags" : [ "fips" ]
19183+
} ]
19184+
},
1915419185
"eu-central-1" : { },
1915519186
"eu-central-2" : { },
1915619187
"eu-north-1" : { },
@@ -19166,6 +19197,13 @@
1916619197
"deprecated" : true,
1916719198
"hostname" : "transfer-fips.ca-central-1.amazonaws.com"
1916819199
},
19200+
"fips-ca-west-1" : {
19201+
"credentialScope" : {
19202+
"region" : "ca-west-1"
19203+
},
19204+
"deprecated" : true,
19205+
"hostname" : "transfer-fips.ca-west-1.amazonaws.com"
19206+
},
1916919207
"fips-us-east-1" : {
1917019208
"credentialScope" : {
1917119209
"region" : "us-east-1"

0 commit comments

Comments
 (0)