Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed May 3, 2024
1 parent c458965 commit 223d9bc
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -8193,6 +8193,12 @@
"tags" : [ "fips" ]
} ]
},
"ca-west-1" : {
"variants" : [ {
"hostname" : "fsx-fips.ca-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
Expand All @@ -8208,13 +8214,27 @@
"deprecated" : true,
"hostname" : "fsx-fips.ca-central-1.amazonaws.com"
},
"fips-ca-west-1" : {
"credentialScope" : {
"region" : "ca-west-1"
},
"deprecated" : true,
"hostname" : "fsx-fips.ca-west-1.amazonaws.com"
},
"fips-prod-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"deprecated" : true,
"hostname" : "fsx-fips.ca-central-1.amazonaws.com"
},
"fips-prod-ca-west-1" : {
"credentialScope" : {
"region" : "ca-west-1"
},
"deprecated" : true,
"hostname" : "fsx-fips.ca-west-1.amazonaws.com"
},
"fips-prod-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
Expand Down Expand Up @@ -8284,6 +8304,16 @@
"tags" : [ "fips" ]
} ]
},
"prod-ca-west-1" : {
"credentialScope" : {
"region" : "ca-west-1"
},
"deprecated" : true,
"variants" : [ {
"hostname" : "fsx-fips.ca-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"prod-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
Expand Down Expand Up @@ -17716,6 +17746,7 @@
"deprecated" : true,
"hostname" : "snowball-fips.us-west-2.amazonaws.com"
},
"il-central-1" : { },
"me-central-1" : { },
"sa-east-1" : {
"variants" : [ {
Expand Down Expand Up @@ -19119,6 +19150,7 @@
"tags" : [ "fips" ]
} ]
},
"ca-west-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
Expand Down

0 comments on commit 223d9bc

Please sign in to comment.