Skip to content

Commit 0084003

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-04-09
1 parent 9874c2e commit 0084003

File tree

1 file changed

+25
-3
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+25
-3
lines changed

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

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11765,6 +11765,7 @@
1176511765
}
1176611766
]
1176711767
},
11768+
"ca-west-1": {},
1176811769
"eu-central-1": {},
1176911770
"eu-north-1": {},
1177011771
"eu-south-1": {},
@@ -20674,6 +20675,7 @@
2067420675
"ca-central-1": {},
2067520676
"eu-central-1": {},
2067620677
"eu-north-1": {},
20678+
"eu-south-2": {},
2067720679
"eu-west-1": {},
2067820680
"eu-west-2": {},
2067920681
"sa-east-1": {},
@@ -34198,7 +34200,13 @@
3419834200
"region": "cn-northwest-1"
3419934201
},
3420034202
"hostname": "entitlement-marketplace.cn-northwest-1.amazonaws.com.cn",
34201-
"protocols": ["https"]
34203+
"protocols": ["https"],
34204+
"variants": [
34205+
{
34206+
"hostname": "entitlement-marketplace.cn-northwest-1.api.amazonwebservices.com.cn",
34207+
"tags": ["dualstack"]
34208+
}
34209+
]
3420234210
}
3420334211
}
3420434212
},
@@ -39177,8 +39185,22 @@
3917739185
}
3917839186
},
3917939187
"endpoints": {
39180-
"us-gov-east-1": {},
39181-
"us-gov-west-1": {}
39188+
"us-gov-east-1": {
39189+
"variants": [
39190+
{
39191+
"hostname": "metering-marketplace.us-gov-east-1.api.aws",
39192+
"tags": ["dualstack"]
39193+
}
39194+
]
39195+
},
39196+
"us-gov-west-1": {
39197+
"variants": [
39198+
{
39199+
"hostname": "metering-marketplace.us-gov-west-1.api.aws",
39200+
"tags": ["dualstack"]
39201+
}
39202+
]
39203+
}
3918239204
}
3918339205
},
3918439206
"metrics.sagemaker": {

0 commit comments

Comments
 (0)