Skip to content

Commit 656c262

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-11-15
1 parent 0aee9cb commit 656c262

File tree

2 files changed

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

2 files changed

+57
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9102,6 +9102,7 @@
91029102
"ap-northeast-2": {},
91039103
"ap-northeast-3": {},
91049104
"ap-south-1": {},
9105+
"ap-south-2": {},
91059106
"ap-southeast-1": {},
91069107
"ap-southeast-2": {},
91079108
"ap-southeast-3": {},
@@ -9156,6 +9157,7 @@
91569157
"deprecated": true,
91579158
"hostname": "emr-containers-fips.us-west-2.amazonaws.com"
91589159
},
9160+
"il-central-1": {},
91599161
"me-central-1": {},
91609162
"me-south-1": {},
91619163
"sa-east-1": {},
@@ -23924,6 +23926,7 @@
2392423926
"ap-southeast-2": {},
2392523927
"ap-southeast-3": {},
2392623928
"ap-southeast-4": {},
23929+
"ap-southeast-5": {},
2392723930
"ca-central-1": {
2392823931
"variants": [
2392923932
{

yarn.lock

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5936,6 +5936,60 @@ __metadata:
59365936
languageName: unknown
59375937
linkType: soft
59385938

5939+
"@aws-sdk/client-connectcampaignsv2@workspace:clients/client-connectcampaignsv2":
5940+
version: 0.0.0-use.local
5941+
resolution: "@aws-sdk/client-connectcampaignsv2@workspace:clients/client-connectcampaignsv2"
5942+
dependencies:
5943+
"@aws-crypto/sha256-browser": "npm:5.2.0"
5944+
"@aws-crypto/sha256-js": "npm:5.2.0"
5945+
"@aws-sdk/client-sso-oidc": "npm:*"
5946+
"@aws-sdk/client-sts": "npm:*"
5947+
"@aws-sdk/core": "npm:*"
5948+
"@aws-sdk/credential-provider-node": "npm:*"
5949+
"@aws-sdk/middleware-host-header": "npm:*"
5950+
"@aws-sdk/middleware-logger": "npm:*"
5951+
"@aws-sdk/middleware-recursion-detection": "npm:*"
5952+
"@aws-sdk/middleware-user-agent": "npm:*"
5953+
"@aws-sdk/region-config-resolver": "npm:*"
5954+
"@aws-sdk/types": "npm:*"
5955+
"@aws-sdk/util-endpoints": "npm:*"
5956+
"@aws-sdk/util-user-agent-browser": "npm:*"
5957+
"@aws-sdk/util-user-agent-node": "npm:*"
5958+
"@smithy/config-resolver": "npm:^3.0.11"
5959+
"@smithy/core": "npm:^2.5.2"
5960+
"@smithy/fetch-http-handler": "npm:^4.1.0"
5961+
"@smithy/hash-node": "npm:^3.0.9"
5962+
"@smithy/invalid-dependency": "npm:^3.0.9"
5963+
"@smithy/middleware-content-length": "npm:^3.0.11"
5964+
"@smithy/middleware-endpoint": "npm:^3.2.2"
5965+
"@smithy/middleware-retry": "npm:^3.0.26"
5966+
"@smithy/middleware-serde": "npm:^3.0.9"
5967+
"@smithy/middleware-stack": "npm:^3.0.9"
5968+
"@smithy/node-config-provider": "npm:^3.1.10"
5969+
"@smithy/node-http-handler": "npm:^3.3.0"
5970+
"@smithy/protocol-http": "npm:^4.1.6"
5971+
"@smithy/smithy-client": "npm:^3.4.3"
5972+
"@smithy/types": "npm:^3.7.0"
5973+
"@smithy/url-parser": "npm:^3.0.9"
5974+
"@smithy/util-base64": "npm:^3.0.0"
5975+
"@smithy/util-body-length-browser": "npm:^3.0.0"
5976+
"@smithy/util-body-length-node": "npm:^3.0.0"
5977+
"@smithy/util-defaults-mode-browser": "npm:^3.0.26"
5978+
"@smithy/util-defaults-mode-node": "npm:^3.0.26"
5979+
"@smithy/util-endpoints": "npm:^2.1.5"
5980+
"@smithy/util-middleware": "npm:^3.0.9"
5981+
"@smithy/util-retry": "npm:^3.0.9"
5982+
"@smithy/util-utf8": "npm:^3.0.0"
5983+
"@tsconfig/node16": "npm:16.1.3"
5984+
"@types/node": "npm:^16.18.96"
5985+
concurrently: "npm:7.0.0"
5986+
downlevel-dts: "npm:0.10.1"
5987+
rimraf: "npm:3.0.2"
5988+
tslib: "npm:^2.6.2"
5989+
typescript: "npm:~4.9.5"
5990+
languageName: unknown
5991+
linkType: soft
5992+
59395993
"@aws-sdk/client-connectcases@workspace:clients/client-connectcases":
59405994
version: 0.0.0-use.local
59415995
resolution: "@aws-sdk/client-connectcases@workspace:clients/client-connectcases"

0 commit comments

Comments
 (0)