Skip to content

Commit c07785d

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-03-07
1 parent 23d9c73 commit c07785d

File tree

1 file changed

+32
-0
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+32
-0
lines changed

codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5760,6 +5760,14 @@
57605760
}
57615761
]
57625762
},
5763+
"ap-southeast-5": {
5764+
"variants": [
5765+
{
5766+
"hostname": "cognito-identity.ap-southeast-5.amazonaws.com",
5767+
"tags": ["dualstack"]
5768+
}
5769+
]
5770+
},
57635771
"ca-central-1": {
57645772
"variants": [
57655773
{
@@ -6056,6 +6064,14 @@
60566064
}
60576065
]
60586066
},
6067+
"ap-southeast-5": {
6068+
"variants": [
6069+
{
6070+
"hostname": "cognito-idp.ap-southeast-5.amazonaws.com",
6071+
"tags": ["dualstack"]
6072+
}
6073+
]
6074+
},
60596075
"ca-central-1": {
60606076
"variants": [
60616077
{
@@ -34178,6 +34194,14 @@
3417834194
"deprecated": true,
3417934195
"hostname": "cognito-identity-fips.us-gov-west-1.amazonaws.com"
3418034196
},
34197+
"us-gov-east-1": {
34198+
"variants": [
34199+
{
34200+
"hostname": "cognito-identity.us-gov-east-1.amazonaws.com",
34201+
"tags": ["dualstack"]
34202+
}
34203+
]
34204+
},
3418134205
"us-gov-west-1": {
3418234206
"variants": [
3418334207
{
@@ -34205,6 +34229,14 @@
3420534229
"deprecated": true,
3420634230
"hostname": "cognito-idp-fips.us-gov-west-1.amazonaws.com"
3420734231
},
34232+
"us-gov-east-1": {
34233+
"variants": [
34234+
{
34235+
"hostname": "cognito-idp.us-gov-east-1.amazonaws.com",
34236+
"tags": ["dualstack"]
34237+
}
34238+
]
34239+
},
3420834240
"us-gov-west-1": {
3420934241
"variants": [
3421034242
{

0 commit comments

Comments
 (0)