Skip to content

Commit fcadd2c

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-02-18
1 parent 91498e9 commit fcadd2c

File tree

1 file changed

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

1 file changed

+23
-0
lines changed

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

+23
Original file line numberDiff line numberDiff line change
@@ -19641,6 +19641,14 @@
1964119641
}
1964219642
]
1964319643
},
19644+
"eu-south-2": {
19645+
"variants": [
19646+
{
19647+
"hostname": "polly.eu-south-2.api.aws",
19648+
"tags": ["dualstack"]
19649+
}
19650+
]
19651+
},
1964419652
"eu-west-1": {
1964519653
"variants": [
1964619654
{
@@ -20347,6 +20355,14 @@
2034720355
"variants": [
2034820356
{
2034920357
"tags": ["dualstack"]
20358+
},
20359+
{
20360+
"hostname": "ram-fips.ca-west-1.amazonaws.com",
20361+
"tags": ["fips"]
20362+
},
20363+
{
20364+
"hostname": "ram-fips.ca-west-1.api.aws",
20365+
"tags": ["dualstack", "fips"]
2035020366
}
2035120367
]
2035220368
},
@@ -20413,6 +20429,13 @@
2041320429
"deprecated": true,
2041420430
"hostname": "ram-fips.ca-central-1.amazonaws.com"
2041520431
},
20432+
"fips-ca-west-1": {
20433+
"credentialScope": {
20434+
"region": "ca-west-1"
20435+
},
20436+
"deprecated": true,
20437+
"hostname": "ram-fips.ca-west-1.amazonaws.com"
20438+
},
2041620439
"fips-us-east-1": {
2041720440
"credentialScope": {
2041820441
"region": "us-east-1"

0 commit comments

Comments
 (0)