Skip to content

Commit cbacd0c

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-03-19
1 parent 57d2abc commit cbacd0c

File tree

1 file changed

+76
-8
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+76
-8
lines changed

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

+76-8
Original file line numberDiff line numberDiff line change
@@ -4531,14 +4531,70 @@
45314531
},
45324532
"cleanrooms": {
45334533
"endpoints": {
4534-
"ap-northeast-1": {},
4535-
"ap-northeast-2": {},
4536-
"ap-southeast-1": {},
4537-
"ap-southeast-2": {},
4538-
"eu-central-1": {},
4539-
"eu-north-1": {},
4540-
"eu-west-1": {},
4541-
"eu-west-2": {},
4534+
"ap-northeast-1": {
4535+
"variants": [
4536+
{
4537+
"hostname": "cleanrooms.ap-northeast-1.api.aws",
4538+
"tags": ["dualstack"]
4539+
}
4540+
]
4541+
},
4542+
"ap-northeast-2": {
4543+
"variants": [
4544+
{
4545+
"hostname": "cleanrooms.ap-northeast-2.api.aws",
4546+
"tags": ["dualstack"]
4547+
}
4548+
]
4549+
},
4550+
"ap-southeast-1": {
4551+
"variants": [
4552+
{
4553+
"hostname": "cleanrooms.ap-southeast-1.api.aws",
4554+
"tags": ["dualstack"]
4555+
}
4556+
]
4557+
},
4558+
"ap-southeast-2": {
4559+
"variants": [
4560+
{
4561+
"hostname": "cleanrooms.ap-southeast-2.api.aws",
4562+
"tags": ["dualstack"]
4563+
}
4564+
]
4565+
},
4566+
"eu-central-1": {
4567+
"variants": [
4568+
{
4569+
"hostname": "cleanrooms.eu-central-1.api.aws",
4570+
"tags": ["dualstack"]
4571+
}
4572+
]
4573+
},
4574+
"eu-north-1": {
4575+
"variants": [
4576+
{
4577+
"hostname": "cleanrooms.eu-north-1.api.aws",
4578+
"tags": ["dualstack"]
4579+
}
4580+
]
4581+
},
4582+
"eu-west-1": {
4583+
"variants": [
4584+
{
4585+
"hostname": "cleanrooms.eu-west-1.api.aws",
4586+
"tags": ["dualstack"]
4587+
}
4588+
]
4589+
},
4590+
"eu-west-2": {
4591+
"variants": [
4592+
{
4593+
"hostname": "cleanrooms.eu-west-2.api.aws",
4594+
"tags": ["dualstack"]
4595+
}
4596+
]
4597+
},
45424598
"fips-us-east-1": {
45434599
"credentialScope": {
45444600
"region": "us-east-1"
@@ -4565,6 +4621,10 @@
45654621
{
45664622
"hostname": "cleanrooms-fips.us-east-1.amazonaws.com",
45674623
"tags": ["fips"]
4624+
},
4625+
{
4626+
"hostname": "cleanrooms.us-east-1.api.aws",
4627+
"tags": ["dualstack"]
45684628
}
45694629
]
45704630
},
@@ -4573,6 +4633,10 @@
45734633
{
45744634
"hostname": "cleanrooms-fips.us-east-2.amazonaws.com",
45754635
"tags": ["fips"]
4636+
},
4637+
{
4638+
"hostname": "cleanrooms.us-east-2.api.aws",
4639+
"tags": ["dualstack"]
45764640
}
45774641
]
45784642
},
@@ -4581,6 +4645,10 @@
45814645
{
45824646
"hostname": "cleanrooms-fips.us-west-2.amazonaws.com",
45834647
"tags": ["fips"]
4648+
},
4649+
{
4650+
"hostname": "cleanrooms.us-west-2.api.aws",
4651+
"tags": ["dualstack"]
45844652
}
45854653
]
45864654
}

0 commit comments

Comments
 (0)