Skip to content

Commit 65ef40a

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 00ee60e commit 65ef40a

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-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: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5467,7 +5467,12 @@
54675467
"tags" : [ "fips" ]
54685468
} ]
54695469
},
5470-
"ca-west-1" : { },
5470+
"ca-west-1" : {
5471+
"variants" : [ {
5472+
"hostname" : "ds-fips.ca-west-1.amazonaws.com",
5473+
"tags" : [ "fips" ]
5474+
} ]
5475+
},
54715476
"eu-central-1" : { },
54725477
"eu-central-2" : { },
54735478
"eu-north-1" : { },
@@ -5483,6 +5488,13 @@
54835488
"deprecated" : true,
54845489
"hostname" : "ds-fips.ca-central-1.amazonaws.com"
54855490
},
5491+
"fips-ca-west-1" : {
5492+
"credentialScope" : {
5493+
"region" : "ca-west-1"
5494+
},
5495+
"deprecated" : true,
5496+
"hostname" : "ds-fips.ca-west-1.amazonaws.com"
5497+
},
54865498
"fips-us-east-1" : {
54875499
"credentialScope" : {
54885500
"region" : "us-east-1"
@@ -13746,6 +13758,19 @@
1374613758
"deprecated" : true,
1374713759
"hostname" : "rds-fips.ca-central-1.amazonaws.com"
1374813760
},
13761+
"ca-west-1" : {
13762+
"variants" : [ {
13763+
"hostname" : "rds-fips.ca-west-1.amazonaws.com",
13764+
"tags" : [ "fips" ]
13765+
} ]
13766+
},
13767+
"ca-west-1-fips" : {
13768+
"credentialScope" : {
13769+
"region" : "ca-west-1"
13770+
},
13771+
"deprecated" : true,
13772+
"hostname" : "rds-fips.ca-west-1.amazonaws.com"
13773+
},
1374913774
"eu-central-1" : { },
1375013775
"eu-central-2" : { },
1375113776
"eu-north-1" : { },
@@ -13764,6 +13789,13 @@
1376413789
"deprecated" : true,
1376513790
"hostname" : "rds-fips.ca-central-1.amazonaws.com"
1376613791
},
13792+
"rds-fips.ca-west-1" : {
13793+
"credentialScope" : {
13794+
"region" : "ca-west-1"
13795+
},
13796+
"deprecated" : true,
13797+
"hostname" : "rds-fips.ca-west-1.amazonaws.com"
13798+
},
1376713799
"rds-fips.us-east-1" : {
1376813800
"credentialScope" : {
1376913801
"region" : "us-east-1"
@@ -13802,6 +13834,16 @@
1380213834
"tags" : [ "fips" ]
1380313835
} ]
1380413836
},
13837+
"rds.ca-west-1" : {
13838+
"credentialScope" : {
13839+
"region" : "ca-west-1"
13840+
},
13841+
"deprecated" : true,
13842+
"variants" : [ {
13843+
"hostname" : "rds-fips.ca-west-1.amazonaws.com",
13844+
"tags" : [ "fips" ]
13845+
} ]
13846+
},
1380513847
"rds.us-east-1" : {
1380613848
"credentialScope" : {
1380713849
"region" : "us-east-1"

0 commit comments

Comments
 (0)