Skip to content

Commit 20cc81f

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-10-25
1 parent 1429c43 commit 20cc81f

File tree

1 file changed

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

1 file changed

+36
-0
lines changed

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

+36
Original file line numberDiff line numberDiff line change
@@ -14915,6 +14915,7 @@
1491514915
"ap-northeast-2": {},
1491614916
"ap-northeast-3": {},
1491714917
"ap-south-1": {},
14918+
"ap-south-2": {},
1491814919
"ap-southeast-1": {},
1491914920
"ap-southeast-2": {},
1492014921
"ap-southeast-4": {},
@@ -14924,6 +14925,7 @@
1492414925
"eu-west-1": {},
1492514926
"eu-west-2": {},
1492614927
"eu-west-3": {},
14928+
"me-central-1": {},
1492714929
"sa-east-1": {},
1492814930
"us-east-1": {},
1492914931
"us-east-2": {},
@@ -31516,6 +31518,40 @@
3151631518
}
3151731519
}
3151831520
},
31521+
"redshift-serverless": {
31522+
"endpoints": {
31523+
"fips-us-gov-east-1": {
31524+
"credentialScope": {
31525+
"region": "us-gov-east-1"
31526+
},
31527+
"deprecated": true,
31528+
"hostname": "redshift-serverless-fips.us-gov-east-1.amazonaws.com"
31529+
},
31530+
"fips-us-gov-west-1": {
31531+
"credentialScope": {
31532+
"region": "us-gov-west-1"
31533+
},
31534+
"deprecated": true,
31535+
"hostname": "redshift-serverless-fips.us-gov-west-1.amazonaws.com"
31536+
},
31537+
"us-gov-east-1": {
31538+
"variants": [
31539+
{
31540+
"hostname": "redshift-serverless-fips.us-gov-east-1.amazonaws.com",
31541+
"tags": ["fips"]
31542+
}
31543+
]
31544+
},
31545+
"us-gov-west-1": {
31546+
"variants": [
31547+
{
31548+
"hostname": "redshift-serverless-fips.us-gov-west-1.amazonaws.com",
31549+
"tags": ["fips"]
31550+
}
31551+
]
31552+
}
31553+
}
31554+
},
3151931555
"rekognition": {
3152031556
"endpoints": {
3152131557
"rekognition-fips.us-gov-west-1": {

0 commit comments

Comments
 (0)