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 Mar 7, 2025
1 parent d4a43fe commit a09fb4e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -5053,6 +5053,12 @@
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-5" : {
"variants" : [ {
"hostname" : "cognito-identity.ap-southeast-5.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"ca-central-1" : {
"variants" : [ {
"hostname" : "cognito-identity.ca-central-1.amazonaws.com",
Expand Down Expand Up @@ -5283,6 +5289,12 @@
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-5" : {
"variants" : [ {
"hostname" : "cognito-idp.ap-southeast-5.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"ca-central-1" : {
"variants" : [ {
"hostname" : "cognito-idp.ca-central-1.amazonaws.com",
Expand Down Expand Up @@ -29755,6 +29767,12 @@
"deprecated" : true,
"hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : {
"variants" : [ {
"hostname" : "cognito-identity.us-gov-east-1.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com",
Expand All @@ -29778,6 +29796,12 @@
"deprecated" : true,
"hostname" : "cognito-idp-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : {
"variants" : [ {
"hostname" : "cognito-idp.us-gov-east-1.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "cognito-idp-fips.us-gov-west-1.amazonaws.com",
Expand Down

0 comments on commit a09fb4e

Please sign in to comment.