Skip to content

Commit ac3e31b

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-07-18
1 parent c43a090 commit ac3e31b

File tree

1 file changed

+42
-4
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+42
-4
lines changed

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

+42-4
Original file line numberDiff line numberDiff line change
@@ -8393,6 +8393,7 @@
83938393
]
83948394
},
83958395
"eu-central-1": {},
8396+
"eu-central-2": {},
83968397
"eu-north-1": {},
83978398
"eu-south-1": {},
83988399
"eu-south-2": {},
@@ -14607,6 +14608,7 @@
1460714608
}
1460814609
]
1460914610
},
14611+
"ca-west-1": {},
1461014612
"eu-central-1": {},
1461114613
"eu-central-2": {},
1461214614
"eu-north-1": {},
@@ -15874,6 +15876,12 @@
1587415876
},
1587515877
"hostname": "portal.sso.ca-central-1.amazonaws.com"
1587615878
},
15879+
"ca-west-1": {
15880+
"credentialScope": {
15881+
"region": "ca-west-1"
15882+
},
15883+
"hostname": "portal.sso.ca-west-1.amazonaws.com"
15884+
},
1587715885
"eu-central-1": {
1587815886
"credentialScope": {
1587915887
"region": "eu-central-1"
@@ -21852,6 +21860,18 @@
2185221860
"us-west-2": {}
2185321861
}
2185421862
},
21863+
"tax": {
21864+
"endpoints": {
21865+
"aws-global": {
21866+
"credentialScope": {
21867+
"region": "us-east-1"
21868+
},
21869+
"hostname": "tax.us-east-1.amazonaws.com"
21870+
}
21871+
},
21872+
"isRegionalized": false,
21873+
"partitionEndpoint": "aws-global"
21874+
},
2185521875
"textract": {
2185621876
"endpoints": {
2185721877
"ap-northeast-2": {
@@ -27189,17 +27209,35 @@
2718927209
},
2719027210
"directconnect": {
2719127211
"endpoints": {
27192-
"us-gov-east-1": {
27212+
"fips-us-gov-east-1": {
2719327213
"credentialScope": {
2719427214
"region": "us-gov-east-1"
2719527215
},
27196-
"hostname": "directconnect.us-gov-east-1.amazonaws.com"
27216+
"deprecated": true,
27217+
"hostname": "directconnect-fips.us-gov-east-1.amazonaws.com"
2719727218
},
27198-
"us-gov-west-1": {
27219+
"fips-us-gov-west-1": {
2719927220
"credentialScope": {
2720027221
"region": "us-gov-west-1"
2720127222
},
27202-
"hostname": "directconnect.us-gov-west-1.amazonaws.com"
27223+
"deprecated": true,
27224+
"hostname": "directconnect-fips.us-gov-west-1.amazonaws.com"
27225+
},
27226+
"us-gov-east-1": {
27227+
"variants": [
27228+
{
27229+
"hostname": "directconnect-fips.us-gov-east-1.amazonaws.com",
27230+
"tags": ["fips"]
27231+
}
27232+
]
27233+
},
27234+
"us-gov-west-1": {
27235+
"variants": [
27236+
{
27237+
"hostname": "directconnect-fips.us-gov-west-1.amazonaws.com",
27238+
"tags": ["fips"]
27239+
}
27240+
]
2720327241
}
2720427242
}
2720527243
},

0 commit comments

Comments
 (0)