@cdk8s/awscdk-resolver 0.0.189 → 0.0.190
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +2 -2
- package/lib/resolve.js +1 -1
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@smithy/core/dist-cjs/index.js +79 -158
- package/node_modules/@smithy/core/dist-cjs/setFeature.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +163 -0
- package/node_modules/@smithy/core/dist-es/index.js +4 -3
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -2
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +1 -2
- package/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +1 -67
- package/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +4 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +67 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
- package/node_modules/@smithy/core/dist-types/index.d.ts +4 -3
- package/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +2 -48
- package/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +4 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +2 -48
- package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/package.json +15 -8
- package/node_modules/@smithy/core/protocols.d.ts +7 -0
- package/node_modules/@smithy/core/protocols.js +6 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +4 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +4 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -7
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/package.json +2 -2
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -35
- package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -11
- package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -5
- package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -19
- package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +2 -7
- package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -4
- package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +2 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +2 -4
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/package.json +7 -6
- package/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +30 -6
- package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +26 -2
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +49 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +40 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +13 -0
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +5 -1
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +44 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
- package/node_modules/@smithy/util-stream/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +61 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +12 -0
- package/node_modules/@smithy/util-stream/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +60 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +12 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/LICENSE +201 -0
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/README.md +11 -0
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +1 -0
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +230 -0
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +1 -0
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +1 -0
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +138 -0
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +11 -0
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +27 -0
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +33 -0
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +1 -0
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +2 -0
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +33 -0
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +2 -0
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/package.json +62 -0
- package/node_modules/@smithy/util-stream/package.json +10 -4
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/package.json +3 -3
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/middleware-endpoint",
|
3
|
-
"version": "3.1
|
3
|
+
"version": "3.2.1",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "node ../../scripts/inline middleware-endpoint",
|
@@ -23,12 +23,13 @@
|
|
23
23
|
},
|
24
24
|
"license": "Apache-2.0",
|
25
25
|
"dependencies": {
|
26
|
-
"@smithy/
|
27
|
-
"@smithy/
|
28
|
-
"@smithy/
|
29
|
-
"@smithy/
|
30
|
-
"@smithy/
|
31
|
-
"@smithy/
|
26
|
+
"@smithy/core": "^2.5.1",
|
27
|
+
"@smithy/middleware-serde": "^3.0.8",
|
28
|
+
"@smithy/node-config-provider": "^3.1.9",
|
29
|
+
"@smithy/shared-ini-file-loader": "^3.1.9",
|
30
|
+
"@smithy/types": "^3.6.0",
|
31
|
+
"@smithy/url-parser": "^3.0.8",
|
32
|
+
"@smithy/util-middleware": "^3.0.8",
|
32
33
|
"tslib": "^2.6.2"
|
33
34
|
},
|
34
35
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/middleware-retry",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.25",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "node ../../scripts/inline middleware-retry",
|
@@ -31,13 +31,13 @@
|
|
31
31
|
},
|
32
32
|
"license": "Apache-2.0",
|
33
33
|
"dependencies": {
|
34
|
-
"@smithy/node-config-provider": "^3.1.
|
35
|
-
"@smithy/protocol-http": "^4.1.
|
36
|
-
"@smithy/service-error-classification": "^3.0.
|
37
|
-
"@smithy/smithy-client": "^3.4.
|
38
|
-
"@smithy/types": "^3.
|
39
|
-
"@smithy/util-middleware": "^3.0.
|
40
|
-
"@smithy/util-retry": "^3.0.
|
34
|
+
"@smithy/node-config-provider": "^3.1.9",
|
35
|
+
"@smithy/protocol-http": "^4.1.5",
|
36
|
+
"@smithy/service-error-classification": "^3.0.8",
|
37
|
+
"@smithy/smithy-client": "^3.4.2",
|
38
|
+
"@smithy/types": "^3.6.0",
|
39
|
+
"@smithy/util-middleware": "^3.0.8",
|
40
|
+
"@smithy/util-retry": "^3.0.8",
|
41
41
|
"tslib": "^2.6.2",
|
42
42
|
"uuid": "^9.0.1"
|
43
43
|
},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/middleware-serde",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.8",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "node ../../scripts/inline middleware-serde",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
},
|
24
24
|
"license": "Apache-2.0",
|
25
25
|
"dependencies": {
|
26
|
-
"@smithy/types": "^3.
|
26
|
+
"@smithy/types": "^3.6.0",
|
27
27
|
"tslib": "^2.6.2"
|
28
28
|
},
|
29
29
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/middleware-stack",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.8",
|
4
4
|
"description": "Provides a means for composing multiple middleware functions into a single handler",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"module": "./dist-es/index.js",
|
26
26
|
"types": "./dist-types/index.d.ts",
|
27
27
|
"dependencies": {
|
28
|
-
"@smithy/types": "^3.
|
28
|
+
"@smithy/types": "^3.6.0",
|
29
29
|
"tslib": "^2.6.2"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/node-config-provider",
|
3
|
-
"version": "3.1.
|
3
|
+
"version": "3.1.9",
|
4
4
|
"description": "Load config default values from ini config files and environmental variable",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
@@ -24,9 +24,9 @@
|
|
24
24
|
"module": "./dist-es/index.js",
|
25
25
|
"types": "./dist-types/index.d.ts",
|
26
26
|
"dependencies": {
|
27
|
-
"@smithy/property-provider": "^3.1.
|
28
|
-
"@smithy/shared-ini-file-loader": "^3.1.
|
29
|
-
"@smithy/types": "^3.
|
27
|
+
"@smithy/property-provider": "^3.1.8",
|
28
|
+
"@smithy/shared-ini-file-loader": "^3.1.9",
|
29
|
+
"@smithy/types": "^3.6.0",
|
30
30
|
"tslib": "^2.6.2"
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/node-http-handler",
|
3
|
-
"version": "3.2.
|
3
|
+
"version": "3.2.5",
|
4
4
|
"description": "Provides a way to make requests",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
@@ -25,10 +25,10 @@
|
|
25
25
|
"module": "./dist-es/index.js",
|
26
26
|
"types": "./dist-types/index.d.ts",
|
27
27
|
"dependencies": {
|
28
|
-
"@smithy/abort-controller": "^3.1.
|
29
|
-
"@smithy/protocol-http": "^4.1.
|
30
|
-
"@smithy/querystring-builder": "^3.0.
|
31
|
-
"@smithy/types": "^3.
|
28
|
+
"@smithy/abort-controller": "^3.1.6",
|
29
|
+
"@smithy/protocol-http": "^4.1.5",
|
30
|
+
"@smithy/querystring-builder": "^3.0.8",
|
31
|
+
"@smithy/types": "^3.6.0",
|
32
32
|
"tslib": "^2.6.2"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/property-provider",
|
3
|
-
"version": "3.1.
|
3
|
+
"version": "3.1.8",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "node ../../scripts/inline property-provider",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
|
-
"@smithy/types": "^3.
|
25
|
+
"@smithy/types": "^3.6.0",
|
26
26
|
"tslib": "^2.6.2"
|
27
27
|
},
|
28
28
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/protocol-http",
|
3
|
-
"version": "4.1.
|
3
|
+
"version": "4.1.5",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "node ../../scripts/inline protocol-http",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
},
|
24
24
|
"license": "Apache-2.0",
|
25
25
|
"dependencies": {
|
26
|
-
"@smithy/types": "^3.
|
26
|
+
"@smithy/types": "^3.6.0",
|
27
27
|
"tslib": "^2.6.2"
|
28
28
|
},
|
29
29
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/querystring-builder",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.8",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "node ../../scripts/inline querystring-builder",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
|
-
"@smithy/types": "^3.
|
25
|
+
"@smithy/types": "^3.6.0",
|
26
26
|
"@smithy/util-uri-escape": "^3.0.0",
|
27
27
|
"tslib": "^2.6.2"
|
28
28
|
},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/querystring-parser",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.8",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "node ../../scripts/inline querystring-parser",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
|
-
"@smithy/types": "^3.
|
25
|
+
"@smithy/types": "^3.6.0",
|
26
26
|
"tslib": "^2.6.2"
|
27
27
|
},
|
28
28
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/service-error-classification",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.8",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "node ../../scripts/inline service-error-classification",
|
@@ -53,6 +53,6 @@
|
|
53
53
|
"directory": ".release/package"
|
54
54
|
},
|
55
55
|
"dependencies": {
|
56
|
-
"@smithy/types": "^3.
|
56
|
+
"@smithy/types": "^3.6.0"
|
57
57
|
}
|
58
58
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/signature-v4",
|
3
|
-
"version": "4.2.
|
3
|
+
"version": "4.2.1",
|
4
4
|
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -25,10 +25,10 @@
|
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
27
|
"@smithy/is-array-buffer": "^3.0.0",
|
28
|
-
"@smithy/protocol-http": "^4.1.
|
29
|
-
"@smithy/types": "^3.
|
28
|
+
"@smithy/protocol-http": "^4.1.5",
|
29
|
+
"@smithy/types": "^3.6.0",
|
30
30
|
"@smithy/util-hex-encoding": "^3.0.0",
|
31
|
-
"@smithy/util-middleware": "^3.0.
|
31
|
+
"@smithy/util-middleware": "^3.0.8",
|
32
32
|
"@smithy/util-uri-escape": "^3.0.0",
|
33
33
|
"@smithy/util-utf8": "^3.0.0",
|
34
34
|
"tslib": "^2.6.2"
|
@@ -28,7 +28,7 @@ __export(src_exports, {
|
|
28
28
|
ServiceException: () => ServiceException,
|
29
29
|
StringWrapper: () => StringWrapper,
|
30
30
|
_json: () => _json,
|
31
|
-
collectBody: () => collectBody,
|
31
|
+
collectBody: () => import_protocols.collectBody,
|
32
32
|
convertMap: () => convertMap,
|
33
33
|
createAggregatedClient: () => createAggregatedClient,
|
34
34
|
dateToUtcString: () => dateToUtcString,
|
@@ -46,7 +46,7 @@ __export(src_exports, {
|
|
46
46
|
expectShort: () => expectShort,
|
47
47
|
expectString: () => expectString,
|
48
48
|
expectUnion: () => expectUnion,
|
49
|
-
extendedEncodeURIComponent: () => extendedEncodeURIComponent,
|
49
|
+
extendedEncodeURIComponent: () => import_protocols.extendedEncodeURIComponent,
|
50
50
|
getArrayIfSingleItem: () => getArrayIfSingleItem,
|
51
51
|
getDefaultClientConfiguration: () => getDefaultClientConfiguration,
|
52
52
|
getDefaultExtensionConfiguration: () => getDefaultExtensionConfiguration,
|
@@ -66,7 +66,7 @@ __export(src_exports, {
|
|
66
66
|
parseRfc7231DateTime: () => parseRfc7231DateTime,
|
67
67
|
quoteHeader: () => quoteHeader,
|
68
68
|
resolveDefaultRuntimeConfig: () => resolveDefaultRuntimeConfig,
|
69
|
-
resolvedPath: () => resolvedPath,
|
69
|
+
resolvedPath: () => import_protocols.resolvedPath,
|
70
70
|
serializeDateTime: () => serializeDateTime,
|
71
71
|
serializeFloat: () => serializeFloat,
|
72
72
|
splitEvery: () => splitEvery,
|
@@ -136,17 +136,7 @@ __name(_Client, "Client");
|
|
136
136
|
var Client = _Client;
|
137
137
|
|
138
138
|
// src/collect-stream-body.ts
|
139
|
-
var
|
140
|
-
var collectBody = /* @__PURE__ */ __name(async (streamBody = new Uint8Array(), context) => {
|
141
|
-
if (streamBody instanceof Uint8Array) {
|
142
|
-
return import_util_stream.Uint8ArrayBlobAdapter.mutate(streamBody);
|
143
|
-
}
|
144
|
-
if (!streamBody) {
|
145
|
-
return import_util_stream.Uint8ArrayBlobAdapter.mutate(new Uint8Array());
|
146
|
-
}
|
147
|
-
const fromContext = context.streamCollector(streamBody);
|
148
|
-
return import_util_stream.Uint8ArrayBlobAdapter.mutate(await fromContext);
|
149
|
-
}, "collectBody");
|
139
|
+
var import_protocols = require("@smithy/core/protocols");
|
150
140
|
|
151
141
|
// src/command.ts
|
152
142
|
|
@@ -899,12 +889,7 @@ var emitWarningIfUnsupportedVersion = /* @__PURE__ */ __name((version) => {
|
|
899
889
|
}, "emitWarningIfUnsupportedVersion");
|
900
890
|
|
901
891
|
// src/extended-encode-uri-component.ts
|
902
|
-
|
903
|
-
return encodeURIComponent(str).replace(/[!'()*]/g, function(c) {
|
904
|
-
return "%" + c.charCodeAt(0).toString(16).toUpperCase();
|
905
|
-
});
|
906
|
-
}
|
907
|
-
__name(extendedEncodeURIComponent, "extendedEncodeURIComponent");
|
892
|
+
|
908
893
|
|
909
894
|
// src/extensions/checksum.ts
|
910
895
|
|
@@ -1149,21 +1134,7 @@ function quoteHeader(part) {
|
|
1149
1134
|
__name(quoteHeader, "quoteHeader");
|
1150
1135
|
|
1151
1136
|
// src/resolve-path.ts
|
1152
|
-
|
1153
|
-
if (input != null && input[memberName] !== void 0) {
|
1154
|
-
const labelValue = labelValueProvider();
|
1155
|
-
if (labelValue.length <= 0) {
|
1156
|
-
throw new Error("Empty value provided for input HTTP label: " + memberName + ".");
|
1157
|
-
}
|
1158
|
-
resolvedPath2 = resolvedPath2.replace(
|
1159
|
-
uriLabel,
|
1160
|
-
isGreedyLabel ? labelValue.split("/").map((segment) => extendedEncodeURIComponent(segment)).join("/") : extendedEncodeURIComponent(labelValue)
|
1161
|
-
);
|
1162
|
-
} else {
|
1163
|
-
throw new Error("No value provided for input HTTP label: " + memberName + ".");
|
1164
|
-
}
|
1165
|
-
return resolvedPath2;
|
1166
|
-
}, "resolvedPath");
|
1137
|
+
|
1167
1138
|
|
1168
1139
|
// src/ser-utils.ts
|
1169
1140
|
var serializeFloat = /* @__PURE__ */ __name((value) => {
|
@@ -1,11 +1 @@
|
|
1
|
-
|
2
|
-
export const collectBody = async (streamBody = new Uint8Array(), context) => {
|
3
|
-
if (streamBody instanceof Uint8Array) {
|
4
|
-
return Uint8ArrayBlobAdapter.mutate(streamBody);
|
5
|
-
}
|
6
|
-
if (!streamBody) {
|
7
|
-
return Uint8ArrayBlobAdapter.mutate(new Uint8Array());
|
8
|
-
}
|
9
|
-
const fromContext = context.streamCollector(streamBody);
|
10
|
-
return Uint8ArrayBlobAdapter.mutate(await fromContext);
|
11
|
-
};
|
1
|
+
export { collectBody } from "@smithy/core/protocols";
|
@@ -1,19 +1 @@
|
|
1
|
-
|
2
|
-
export const resolvedPath = (resolvedPath, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => {
|
3
|
-
if (input != null && input[memberName] !== undefined) {
|
4
|
-
const labelValue = labelValueProvider();
|
5
|
-
if (labelValue.length <= 0) {
|
6
|
-
throw new Error("Empty value provided for input HTTP label: " + memberName + ".");
|
7
|
-
}
|
8
|
-
resolvedPath = resolvedPath.replace(uriLabel, isGreedyLabel
|
9
|
-
? labelValue
|
10
|
-
.split("/")
|
11
|
-
.map((segment) => extendedEncodeURIComponent(segment))
|
12
|
-
.join("/")
|
13
|
-
: extendedEncodeURIComponent(labelValue));
|
14
|
-
}
|
15
|
-
else {
|
16
|
-
throw new Error("No value provided for input HTTP label: " + memberName + ".");
|
17
|
-
}
|
18
|
-
return resolvedPath;
|
19
|
-
};
|
1
|
+
export { resolvedPath } from "@smithy/core/protocols";
|
@@ -1,10 +1,5 @@
|
|
1
|
-
import { SerdeContext } from "@smithy/types";
|
2
|
-
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
3
1
|
/**
|
4
2
|
* @internal
|
5
|
-
*
|
6
|
-
* Collect low-level response body stream to Uint8Array.
|
3
|
+
* Backwards compatibility re-export.
|
7
4
|
*/
|
8
|
-
export
|
9
|
-
streamCollector: SerdeContext["streamCollector"];
|
10
|
-
}) => Promise<Uint8ArrayBlobAdapter>;
|
5
|
+
export { collectBody } from "@smithy/core/protocols";
|
@@ -1,7 +1,5 @@
|
|
1
1
|
/**
|
2
2
|
* @internal
|
3
|
-
*
|
4
|
-
* Function that wraps encodeURIComponent to encode additional characters
|
5
|
-
* to fully adhere to RFC 3986.
|
3
|
+
* Backwards compatibility re-export.
|
6
4
|
*/
|
7
|
-
export
|
5
|
+
export { extendedEncodeURIComponent } from "@smithy/core/protocols";
|
@@ -1,4 +1,5 @@
|
|
1
1
|
/**
|
2
2
|
* @internal
|
3
|
+
* Backwards compatibility re-export.
|
3
4
|
*/
|
4
|
-
export
|
5
|
+
export { resolvedPath } from "@smithy/core/protocols";
|
@@ -1,10 +1,5 @@
|
|
1
|
-
import { SerdeContext } from "@smithy/types";
|
2
|
-
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
3
1
|
/**
|
4
2
|
* @internal
|
5
|
-
*
|
6
|
-
* Collect low-level response body stream to Uint8Array.
|
3
|
+
* Backwards compatibility re-export.
|
7
4
|
*/
|
8
|
-
export
|
9
|
-
streamCollector: SerdeContext["streamCollector"];
|
10
|
-
}) => Promise<Uint8ArrayBlobAdapter>;
|
5
|
+
export { collectBody } from "@smithy/core/protocols";
|
package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts
CHANGED
@@ -1,7 +1,5 @@
|
|
1
1
|
/**
|
2
2
|
* @internal
|
3
|
-
*
|
4
|
-
* Function that wraps encodeURIComponent to encode additional characters
|
5
|
-
* to fully adhere to RFC 3986.
|
3
|
+
* Backwards compatibility re-export.
|
6
4
|
*/
|
7
|
-
export
|
5
|
+
export { extendedEncodeURIComponent } from "@smithy/core/protocols";
|
@@ -1,4 +1,5 @@
|
|
1
1
|
/**
|
2
2
|
* @internal
|
3
|
+
* Backwards compatibility re-export.
|
3
4
|
*/
|
4
|
-
export
|
5
|
+
export { resolvedPath } from "@smithy/core/protocols";
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/smithy-client",
|
3
|
-
"version": "3.4.
|
3
|
+
"version": "3.4.2",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "node ../../scripts/inline smithy-client",
|
@@ -23,11 +23,12 @@
|
|
23
23
|
},
|
24
24
|
"license": "Apache-2.0",
|
25
25
|
"dependencies": {
|
26
|
-
"@smithy/
|
27
|
-
"@smithy/middleware-
|
28
|
-
"@smithy/
|
29
|
-
"@smithy/
|
30
|
-
"@smithy/
|
26
|
+
"@smithy/core": "^2.5.1",
|
27
|
+
"@smithy/middleware-endpoint": "^3.2.1",
|
28
|
+
"@smithy/middleware-stack": "^3.0.8",
|
29
|
+
"@smithy/protocol-http": "^4.1.5",
|
30
|
+
"@smithy/types": "^3.6.0",
|
31
|
+
"@smithy/util-stream": "^3.2.1",
|
31
32
|
"tslib": "^2.6.2"
|
32
33
|
},
|
33
34
|
"engines": {
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports = require("./index.js");
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -11,6 +11,7 @@ export * from "./endpoint";
|
|
11
11
|
export * from "./endpoints";
|
12
12
|
export * from "./eventStream";
|
13
13
|
export * from "./extensions";
|
14
|
+
export * from "./feature-ids";
|
14
15
|
export * from "./http";
|
15
16
|
export * from "./http/httpHandlerInitialization";
|
16
17
|
export * from "./identity";
|
@@ -0,0 +1,16 @@
|
|
1
|
+
/**
|
2
|
+
* @internal
|
3
|
+
*/
|
4
|
+
export type SmithyFeatures = Partial<{
|
5
|
+
RESOURCE_MODEL: "A";
|
6
|
+
WAITER: "B";
|
7
|
+
PAGINATOR: "C";
|
8
|
+
RETRY_MODE_LEGACY: "D";
|
9
|
+
RETRY_MODE_STANDARD: "E";
|
10
|
+
RETRY_MODE_ADAPTIVE: "F";
|
11
|
+
GZIP_REQUEST_COMPRESSION: "L";
|
12
|
+
PROTOCOL_RPC_V2_CBOR: "M";
|
13
|
+
ENDPOINT_OVERRIDE: "N";
|
14
|
+
SIGV4A_SIGNING: "S";
|
15
|
+
CREDENTIALS_CODE: "e";
|
16
|
+
}>;
|
@@ -11,6 +11,7 @@ export * from "./endpoint";
|
|
11
11
|
export * from "./endpoints";
|
12
12
|
export * from "./eventStream";
|
13
13
|
export * from "./extensions";
|
14
|
+
export * from "./feature-ids";
|
14
15
|
export * from "./http";
|
15
16
|
export * from "./http/httpHandlerInitialization";
|
16
17
|
export * from "./identity";
|
@@ -1,7 +1,10 @@
|
|
1
|
-
import { AuthScheme, HttpAuthDefinition } from "./auth/auth";
|
2
|
-
import {
|
3
|
-
import {
|
4
|
-
import {
|
1
|
+
import type { AuthScheme, HttpAuthDefinition } from "./auth/auth";
|
2
|
+
import type { SelectedHttpAuthScheme } from "./auth/HttpAuthScheme";
|
3
|
+
import type { Command } from "./command";
|
4
|
+
import type { EndpointV2 } from "./endpoint";
|
5
|
+
import type { SmithyFeatures } from "./feature-ids";
|
6
|
+
import type { Logger } from "./logger";
|
7
|
+
import type { UserAgent } from "./util";
|
5
8
|
/**
|
6
9
|
* @public
|
7
10
|
*/
|
@@ -484,6 +487,7 @@ export interface HandlerExecutionContext {
|
|
484
487
|
*/
|
485
488
|
currentAuthConfig?: HttpAuthDefinition;
|
486
489
|
/**
|
490
|
+
* @deprecated do not extend this field, it is a carryover from AWS SDKs.
|
487
491
|
* Used by DynamoDbDocumentClient.
|
488
492
|
*/
|
489
493
|
dynamoDbDocumentClientOptions?: Partial<{
|
@@ -492,9 +496,29 @@ export interface HandlerExecutionContext {
|
|
492
496
|
}>;
|
493
497
|
/**
|
494
498
|
* @internal
|
495
|
-
* Context for Smithy properties
|
499
|
+
* Context for Smithy properties.
|
500
|
+
*/
|
501
|
+
[SMITHY_CONTEXT_KEY]?: {
|
502
|
+
service?: string;
|
503
|
+
operation?: string;
|
504
|
+
commandInstance?: Command<any, any, any, any, any>;
|
505
|
+
selectedHttpAuthScheme?: SelectedHttpAuthScheme;
|
506
|
+
features?: SmithyFeatures;
|
507
|
+
/**
|
508
|
+
* @deprecated
|
509
|
+
* Do not assign arbitrary members to the Smithy Context,
|
510
|
+
* fields should be explicitly declared here to avoid collisions.
|
511
|
+
*/
|
512
|
+
[key: string]: unknown;
|
513
|
+
};
|
514
|
+
/**
|
515
|
+
* @deprecated
|
516
|
+
* Do not assign arbitrary members to the context, since
|
517
|
+
* they can interfere with existing functionality.
|
518
|
+
*
|
519
|
+
* Additional members should instead be declared on the SMITHY_CONTEXT_KEY
|
520
|
+
* or other reserved keys.
|
496
521
|
*/
|
497
|
-
[SMITHY_CONTEXT_KEY]?: Record<string, unknown>;
|
498
522
|
[key: string]: any;
|
499
523
|
}
|
500
524
|
/**
|
@@ -0,0 +1,16 @@
|
|
1
|
+
/**
|
2
|
+
* @internal
|
3
|
+
*/
|
4
|
+
export type SmithyFeatures = Partial<{
|
5
|
+
RESOURCE_MODEL: "A";
|
6
|
+
WAITER: "B";
|
7
|
+
PAGINATOR: "C";
|
8
|
+
RETRY_MODE_LEGACY: "D";
|
9
|
+
RETRY_MODE_STANDARD: "E";
|
10
|
+
RETRY_MODE_ADAPTIVE: "F";
|
11
|
+
GZIP_REQUEST_COMPRESSION: "L";
|
12
|
+
PROTOCOL_RPC_V2_CBOR: "M";
|
13
|
+
ENDPOINT_OVERRIDE: "N";
|
14
|
+
SIGV4A_SIGNING: "S";
|
15
|
+
CREDENTIALS_CODE: "e";
|
16
|
+
}>;
|
@@ -11,6 +11,7 @@ export * from "./endpoint";
|
|
11
11
|
export * from "./endpoints";
|
12
12
|
export * from "./eventStream";
|
13
13
|
export * from "./extensions";
|
14
|
+
export * from "./feature-ids";
|
14
15
|
export * from "./http";
|
15
16
|
export * from "./http/httpHandlerInitialization";
|
16
17
|
export * from "./identity";
|