Skip to content

Commit 4c1650b

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2023-06-01
1 parent 0916451 commit 4c1650b

File tree

1 file changed

+40
-1
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+40
-1
lines changed

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

+40-1
Original file line numberDiff line numberDiff line change
@@ -2432,6 +2432,7 @@
24322432
"ap-southeast-1": {},
24332433
"ap-southeast-2": {},
24342434
"ap-southeast-3": {},
2435+
"ap-southeast-4": {},
24352436
"ca-central-1": {},
24362437
"eu-central-1": {},
24372438
"eu-central-2": {},
@@ -15375,6 +15376,8 @@
1537515376
"securitylake": {
1537615377
"endpoints": {
1537715378
"ap-northeast-1": {},
15379+
"ap-northeast-2": {},
15380+
"ap-south-1": {},
1537815381
"ap-southeast-1": {},
1537915382
"ap-southeast-2": {},
1538015383
"eu-central-1": {},
@@ -15383,6 +15386,7 @@
1538315386
"sa-east-1": {},
1538415387
"us-east-1": {},
1538515388
"us-east-2": {},
15389+
"us-west-1": {},
1538615390
"us-west-2": {}
1538715391
}
1538815392
},
@@ -23698,6 +23702,40 @@
2369823702
"us-gov-west-1": {}
2369923703
}
2370023704
},
23705+
"mgn": {
23706+
"endpoints": {
23707+
"fips-us-gov-east-1": {
23708+
"credentialScope": {
23709+
"region": "us-gov-east-1"
23710+
},
23711+
"deprecated": true,
23712+
"hostname": "mgn-fips.us-gov-east-1.amazonaws.com"
23713+
},
23714+
"fips-us-gov-west-1": {
23715+
"credentialScope": {
23716+
"region": "us-gov-west-1"
23717+
},
23718+
"deprecated": true,
23719+
"hostname": "mgn-fips.us-gov-west-1.amazonaws.com"
23720+
},
23721+
"us-gov-east-1": {
23722+
"variants": [
23723+
{
23724+
"hostname": "mgn-fips.us-gov-east-1.amazonaws.com",
23725+
"tags": ["fips"]
23726+
}
23727+
]
23728+
},
23729+
"us-gov-west-1": {
23730+
"variants": [
23731+
{
23732+
"hostname": "mgn-fips.us-gov-west-1.amazonaws.com",
23733+
"tags": ["fips"]
23734+
}
23735+
]
23736+
}
23737+
}
23738+
},
2370123739
"models.lex": {
2370223740
"defaults": {
2370323741
"credentialScope": {
@@ -26168,7 +26206,8 @@
2616826206
},
2616926207
"tagging": {
2617026208
"endpoints": {
26171-
"us-iso-east-1": {}
26209+
"us-iso-east-1": {},
26210+
"us-iso-west-1": {}
2617226211
}
2617326212
},
2617426213
"transcribe": {

0 commit comments

Comments
 (0)