Skip to content

Commit ba6a91d

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2023-03-14
1 parent 93445f3 commit ba6a91d

File tree

1 file changed

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

1 file changed

+27
-0
lines changed

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

+27
Original file line numberDiff line numberDiff line change
@@ -5608,6 +5608,7 @@
56085608
"ap-southeast-1": {},
56095609
"ap-southeast-2": {},
56105610
"ap-southeast-3": {},
5611+
"ap-southeast-4": {},
56115612
"ca-central-1": {},
56125613
"eu-central-1": {},
56135614
"eu-central-2": {},
@@ -19894,12 +19895,38 @@
1989419895
"credentialScope": {
1989519896
"region": "us-gov-east-1"
1989619897
},
19898+
"hostname": "access-analyzer.us-gov-east-1.amazonaws.com",
19899+
"variants": [
19900+
{
19901+
"hostname": "access-analyzer.us-gov-east-1.amazonaws.com",
19902+
"tags": ["fips"]
19903+
}
19904+
]
19905+
},
19906+
"us-gov-east-1-fips": {
19907+
"credentialScope": {
19908+
"region": "us-gov-east-1"
19909+
},
19910+
"deprecated": true,
1989719911
"hostname": "access-analyzer.us-gov-east-1.amazonaws.com"
1989819912
},
1989919913
"us-gov-west-1": {
1990019914
"credentialScope": {
1990119915
"region": "us-gov-west-1"
1990219916
},
19917+
"hostname": "access-analyzer.us-gov-west-1.amazonaws.com",
19918+
"variants": [
19919+
{
19920+
"hostname": "access-analyzer.us-gov-west-1.amazonaws.com",
19921+
"tags": ["fips"]
19922+
}
19923+
]
19924+
},
19925+
"us-gov-west-1-fips": {
19926+
"credentialScope": {
19927+
"region": "us-gov-west-1"
19928+
},
19929+
"deprecated": true,
1990319930
"hostname": "access-analyzer.us-gov-west-1.amazonaws.com"
1990419931
}
1990519932
}

0 commit comments

Comments
 (0)