Skip to content

Commit

Permalink
Update to latest partitions and endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 27, 2023
1 parent 4b77cdf commit 61b4888
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -5467,7 +5467,12 @@
"tags" : [ "fips" ]
} ]
},
"ca-west-1" : { },
"ca-west-1" : {
"variants" : [ {
"hostname" : "ds-fips.ca-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
Expand All @@ -5483,6 +5488,13 @@
"deprecated" : true,
"hostname" : "ds-fips.ca-central-1.amazonaws.com"
},
"fips-ca-west-1" : {
"credentialScope" : {
"region" : "ca-west-1"
},
"deprecated" : true,
"hostname" : "ds-fips.ca-west-1.amazonaws.com"
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
Expand Down Expand Up @@ -13746,6 +13758,19 @@
"deprecated" : true,
"hostname" : "rds-fips.ca-central-1.amazonaws.com"
},
"ca-west-1" : {
"variants" : [ {
"hostname" : "rds-fips.ca-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"ca-west-1-fips" : {
"credentialScope" : {
"region" : "ca-west-1"
},
"deprecated" : true,
"hostname" : "rds-fips.ca-west-1.amazonaws.com"
},
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
Expand All @@ -13764,6 +13789,13 @@
"deprecated" : true,
"hostname" : "rds-fips.ca-central-1.amazonaws.com"
},
"rds-fips.ca-west-1" : {
"credentialScope" : {
"region" : "ca-west-1"
},
"deprecated" : true,
"hostname" : "rds-fips.ca-west-1.amazonaws.com"
},
"rds-fips.us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
Expand Down Expand Up @@ -13802,6 +13834,16 @@
"tags" : [ "fips" ]
} ]
},
"rds.ca-west-1" : {
"credentialScope" : {
"region" : "ca-west-1"
},
"deprecated" : true,
"variants" : [ {
"hostname" : "rds-fips.ca-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"rds.us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
Expand Down

0 comments on commit 61b4888

Please sign in to comment.