Skip to content

Commit a0ccaa1

Browse files
author
awstools
committedDec 3, 2024
feat(clients): update client endpoints as of 2024-12-03
1 parent 89b254c commit a0ccaa1

File tree

1 file changed

+114
-0
lines changed

1 file changed

+114
-0
lines changed
 

‎yarn.lock

+114
Original file line numberDiff line numberDiff line change
@@ -3173,11 +3173,13 @@ __metadata:
31733173
"@smithy/util-utf8": "npm:^3.0.0"
31743174
"@tsconfig/node16": "npm:16.1.3"
31753175
"@types/node": "npm:^16.18.96"
3176+
"@types/uuid": "npm:^9.0.1"
31763177
concurrently: "npm:7.0.0"
31773178
downlevel-dts: "npm:0.10.1"
31783179
rimraf: "npm:3.0.2"
31793180
tslib: "npm:^2.6.2"
31803181
typescript: "npm:~4.9.5"
3182+
uuid: "npm:^9.0.1"
31813183
languageName: unknown
31823184
linkType: soft
31833185

@@ -6802,6 +6804,7 @@ __metadata:
68026804
"@smithy/util-endpoints": "npm:^2.1.6"
68036805
"@smithy/util-middleware": "npm:^3.0.10"
68046806
"@smithy/util-retry": "npm:^3.0.10"
6807+
"@smithy/util-stream": "npm:^3.3.1"
68056808
"@smithy/util-utf8": "npm:^3.0.0"
68066809
"@tsconfig/node16": "npm:16.1.3"
68076810
"@types/node": "npm:^16.18.96"
@@ -7474,6 +7477,63 @@ __metadata:
74747477
languageName: unknown
74757478
linkType: soft
74767479

7480+
"@aws-sdk/client-dsql@workspace:clients/client-dsql":
7481+
version: 0.0.0-use.local
7482+
resolution: "@aws-sdk/client-dsql@workspace:clients/client-dsql"
7483+
dependencies:
7484+
"@aws-crypto/sha256-browser": "npm:5.2.0"
7485+
"@aws-crypto/sha256-js": "npm:5.2.0"
7486+
"@aws-sdk/client-sso-oidc": "npm:*"
7487+
"@aws-sdk/client-sts": "npm:*"
7488+
"@aws-sdk/core": "npm:*"
7489+
"@aws-sdk/credential-provider-node": "npm:*"
7490+
"@aws-sdk/middleware-host-header": "npm:*"
7491+
"@aws-sdk/middleware-logger": "npm:*"
7492+
"@aws-sdk/middleware-recursion-detection": "npm:*"
7493+
"@aws-sdk/middleware-user-agent": "npm:*"
7494+
"@aws-sdk/region-config-resolver": "npm:*"
7495+
"@aws-sdk/types": "npm:*"
7496+
"@aws-sdk/util-endpoints": "npm:*"
7497+
"@aws-sdk/util-user-agent-browser": "npm:*"
7498+
"@aws-sdk/util-user-agent-node": "npm:*"
7499+
"@smithy/config-resolver": "npm:^3.0.12"
7500+
"@smithy/core": "npm:^2.5.3"
7501+
"@smithy/fetch-http-handler": "npm:^4.1.1"
7502+
"@smithy/hash-node": "npm:^3.0.10"
7503+
"@smithy/invalid-dependency": "npm:^3.0.10"
7504+
"@smithy/middleware-content-length": "npm:^3.0.12"
7505+
"@smithy/middleware-endpoint": "npm:^3.2.3"
7506+
"@smithy/middleware-retry": "npm:^3.0.27"
7507+
"@smithy/middleware-serde": "npm:^3.0.10"
7508+
"@smithy/middleware-stack": "npm:^3.0.10"
7509+
"@smithy/node-config-provider": "npm:^3.1.11"
7510+
"@smithy/node-http-handler": "npm:^3.3.1"
7511+
"@smithy/protocol-http": "npm:^4.1.7"
7512+
"@smithy/smithy-client": "npm:^3.4.4"
7513+
"@smithy/types": "npm:^3.7.1"
7514+
"@smithy/url-parser": "npm:^3.0.10"
7515+
"@smithy/util-base64": "npm:^3.0.0"
7516+
"@smithy/util-body-length-browser": "npm:^3.0.0"
7517+
"@smithy/util-body-length-node": "npm:^3.0.0"
7518+
"@smithy/util-defaults-mode-browser": "npm:^3.0.27"
7519+
"@smithy/util-defaults-mode-node": "npm:^3.0.27"
7520+
"@smithy/util-endpoints": "npm:^2.1.6"
7521+
"@smithy/util-middleware": "npm:^3.0.10"
7522+
"@smithy/util-retry": "npm:^3.0.10"
7523+
"@smithy/util-utf8": "npm:^3.0.0"
7524+
"@smithy/util-waiter": "npm:^3.1.9"
7525+
"@tsconfig/node16": "npm:16.1.3"
7526+
"@types/node": "npm:^16.18.96"
7527+
"@types/uuid": "npm:^9.0.1"
7528+
concurrently: "npm:7.0.0"
7529+
downlevel-dts: "npm:0.10.1"
7530+
rimraf: "npm:3.0.2"
7531+
tslib: "npm:^2.6.2"
7532+
typescript: "npm:~4.9.5"
7533+
uuid: "npm:^9.0.1"
7534+
languageName: unknown
7535+
linkType: soft
7536+
74777537
"@aws-sdk/client-dynamodb-streams@workspace:clients/client-dynamodb-streams":
74787538
version: 0.0.0-use.local
74797539
resolution: "@aws-sdk/client-dynamodb-streams@workspace:clients/client-dynamodb-streams"
@@ -19010,6 +19070,60 @@ __metadata:
1901019070
languageName: unknown
1901119071
linkType: soft
1901219072

19073+
"@aws-sdk/client-s3tables@workspace:clients/client-s3tables":
19074+
version: 0.0.0-use.local
19075+
resolution: "@aws-sdk/client-s3tables@workspace:clients/client-s3tables"
19076+
dependencies:
19077+
"@aws-crypto/sha256-browser": "npm:5.2.0"
19078+
"@aws-crypto/sha256-js": "npm:5.2.0"
19079+
"@aws-sdk/client-sso-oidc": "npm:*"
19080+
"@aws-sdk/client-sts": "npm:*"
19081+
"@aws-sdk/core": "npm:*"
19082+
"@aws-sdk/credential-provider-node": "npm:*"
19083+
"@aws-sdk/middleware-host-header": "npm:*"
19084+
"@aws-sdk/middleware-logger": "npm:*"
19085+
"@aws-sdk/middleware-recursion-detection": "npm:*"
19086+
"@aws-sdk/middleware-user-agent": "npm:*"
19087+
"@aws-sdk/region-config-resolver": "npm:*"
19088+
"@aws-sdk/types": "npm:*"
19089+
"@aws-sdk/util-endpoints": "npm:*"
19090+
"@aws-sdk/util-user-agent-browser": "npm:*"
19091+
"@aws-sdk/util-user-agent-node": "npm:*"
19092+
"@smithy/config-resolver": "npm:^3.0.12"
19093+
"@smithy/core": "npm:^2.5.3"
19094+
"@smithy/fetch-http-handler": "npm:^4.1.1"
19095+
"@smithy/hash-node": "npm:^3.0.10"
19096+
"@smithy/invalid-dependency": "npm:^3.0.10"
19097+
"@smithy/middleware-content-length": "npm:^3.0.12"
19098+
"@smithy/middleware-endpoint": "npm:^3.2.3"
19099+
"@smithy/middleware-retry": "npm:^3.0.27"
19100+
"@smithy/middleware-serde": "npm:^3.0.10"
19101+
"@smithy/middleware-stack": "npm:^3.0.10"
19102+
"@smithy/node-config-provider": "npm:^3.1.11"
19103+
"@smithy/node-http-handler": "npm:^3.3.1"
19104+
"@smithy/protocol-http": "npm:^4.1.7"
19105+
"@smithy/smithy-client": "npm:^3.4.4"
19106+
"@smithy/types": "npm:^3.7.1"
19107+
"@smithy/url-parser": "npm:^3.0.10"
19108+
"@smithy/util-base64": "npm:^3.0.0"
19109+
"@smithy/util-body-length-browser": "npm:^3.0.0"
19110+
"@smithy/util-body-length-node": "npm:^3.0.0"
19111+
"@smithy/util-defaults-mode-browser": "npm:^3.0.27"
19112+
"@smithy/util-defaults-mode-node": "npm:^3.0.27"
19113+
"@smithy/util-endpoints": "npm:^2.1.6"
19114+
"@smithy/util-middleware": "npm:^3.0.10"
19115+
"@smithy/util-retry": "npm:^3.0.10"
19116+
"@smithy/util-utf8": "npm:^3.0.0"
19117+
"@tsconfig/node16": "npm:16.1.3"
19118+
"@types/node": "npm:^16.18.96"
19119+
concurrently: "npm:7.0.0"
19120+
downlevel-dts: "npm:0.10.1"
19121+
rimraf: "npm:3.0.2"
19122+
tslib: "npm:^2.6.2"
19123+
typescript: "npm:~4.9.5"
19124+
languageName: unknown
19125+
linkType: soft
19126+
1901319127
"@aws-sdk/client-sagemaker-a2i-runtime@workspace:clients/client-sagemaker-a2i-runtime":
1901419128
version: 0.0.0-use.local
1901519129
resolution: "@aws-sdk/client-sagemaker-a2i-runtime@workspace:clients/client-sagemaker-a2i-runtime"

0 commit comments

Comments
 (0)
Please sign in to comment.