@cdk8s/awscdk-resolver 0.0.31 → 0.0.33
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 +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/README.md +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/package.json +36 -36
- package/node_modules/@aws-sdk/client-sso/README.md +1 -1
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-sts/README.md +1 -1
- package/node_modules/@aws-sdk/client-sts/package.json +35 -35
- package/node_modules/@aws-sdk/core/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/core/package.json +2 -2
- package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-signing/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/region-config-resolver/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +31 -31
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/eventstream-codec/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-node/package.json +3 -3
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +4 -4
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +13 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +12 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +7 -7
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- 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 +6 -6
- package/node_modules/@smithy/smithy-client/package.json +4 -4
- package/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +8 -0
- package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/auth/index.js +9 -0
- package/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/identity/index.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +2 -0
- package/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-es/identity/index.js +2 -0
- package/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/{auth.d.ts → auth/auth.d.ts} +2 -0
- package/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/identity/index.d.ts +2 -0
- package/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/{auth.d.ts → auth/auth.d.ts} +2 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +2 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +1 -1
- 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/package.json +6 -6
- package/node_modules/@smithy/util-utf8/package.json +2 -7
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/package.json +6 -6
- package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js +0 -9
- package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js +0 -47
- package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js +0 -11
- package/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js +0 -4
- package/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js +0 -42
- package/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js +0 -6
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts +0 -17
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +0 -2
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +0 -2
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts +0 -2
- /package/node_modules/@smithy/types/dist-cjs/{auth.js → auth/auth.js} +0 -0
- /package/node_modules/@smithy/types/dist-es/{auth.js → auth/auth.js} +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/token-providers",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.451.0",
|
4
4
|
"description": "A collection of token providers",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -29,40 +29,40 @@
|
|
29
29
|
"dependencies": {
|
30
30
|
"@aws-crypto/sha256-browser": "3.0.0",
|
31
31
|
"@aws-crypto/sha256-js": "3.0.0",
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
36
|
-
"@aws-sdk/region-config-resolver": "3.
|
37
|
-
"@aws-sdk/types": "3.
|
38
|
-
"@aws-sdk/util-endpoints": "3.
|
39
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
40
|
-
"@aws-sdk/util-user-agent-node": "3.
|
41
|
-
"@smithy/config-resolver": "^2.0.
|
42
|
-
"@smithy/fetch-http-handler": "^2.2.
|
43
|
-
"@smithy/hash-node": "^2.0.
|
44
|
-
"@smithy/invalid-dependency": "^2.0.
|
45
|
-
"@smithy/middleware-content-length": "^2.0.
|
46
|
-
"@smithy/middleware-endpoint": "^2.
|
47
|
-
"@smithy/middleware-retry": "^2.0.
|
48
|
-
"@smithy/middleware-serde": "^2.0.
|
49
|
-
"@smithy/middleware-stack": "^2.0.
|
50
|
-
"@smithy/node-config-provider": "^2.1.
|
51
|
-
"@smithy/node-http-handler": "^2.1.
|
32
|
+
"@aws-sdk/middleware-host-header": "3.451.0",
|
33
|
+
"@aws-sdk/middleware-logger": "3.451.0",
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.451.0",
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.451.0",
|
36
|
+
"@aws-sdk/region-config-resolver": "3.451.0",
|
37
|
+
"@aws-sdk/types": "3.451.0",
|
38
|
+
"@aws-sdk/util-endpoints": "3.451.0",
|
39
|
+
"@aws-sdk/util-user-agent-browser": "3.451.0",
|
40
|
+
"@aws-sdk/util-user-agent-node": "3.451.0",
|
41
|
+
"@smithy/config-resolver": "^2.0.18",
|
42
|
+
"@smithy/fetch-http-handler": "^2.2.6",
|
43
|
+
"@smithy/hash-node": "^2.0.15",
|
44
|
+
"@smithy/invalid-dependency": "^2.0.13",
|
45
|
+
"@smithy/middleware-content-length": "^2.0.15",
|
46
|
+
"@smithy/middleware-endpoint": "^2.2.0",
|
47
|
+
"@smithy/middleware-retry": "^2.0.20",
|
48
|
+
"@smithy/middleware-serde": "^2.0.13",
|
49
|
+
"@smithy/middleware-stack": "^2.0.7",
|
50
|
+
"@smithy/node-config-provider": "^2.1.5",
|
51
|
+
"@smithy/node-http-handler": "^2.1.9",
|
52
52
|
"@smithy/property-provider": "^2.0.0",
|
53
|
-
"@smithy/protocol-http": "^3.0.
|
53
|
+
"@smithy/protocol-http": "^3.0.9",
|
54
54
|
"@smithy/shared-ini-file-loader": "^2.0.6",
|
55
|
-
"@smithy/smithy-client": "^2.1.
|
56
|
-
"@smithy/types": "^2.
|
57
|
-
"@smithy/url-parser": "^2.0.
|
58
|
-
"@smithy/util-base64": "^2.0.
|
55
|
+
"@smithy/smithy-client": "^2.1.15",
|
56
|
+
"@smithy/types": "^2.5.0",
|
57
|
+
"@smithy/url-parser": "^2.0.13",
|
58
|
+
"@smithy/util-base64": "^2.0.1",
|
59
59
|
"@smithy/util-body-length-browser": "^2.0.0",
|
60
60
|
"@smithy/util-body-length-node": "^2.1.0",
|
61
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
62
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
63
|
-
"@smithy/util-endpoints": "^1.0.
|
64
|
-
"@smithy/util-retry": "^2.0.
|
65
|
-
"@smithy/util-utf8": "^2.0.
|
61
|
+
"@smithy/util-defaults-mode-browser": "^2.0.19",
|
62
|
+
"@smithy/util-defaults-mode-node": "^2.0.25",
|
63
|
+
"@smithy/util-endpoints": "^1.0.4",
|
64
|
+
"@smithy/util-retry": "^2.0.6",
|
65
|
+
"@smithy/util-utf8": "^2.0.2",
|
66
66
|
"tslib": "^2.5.0"
|
67
67
|
},
|
68
68
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/types",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.451.0",
|
4
4
|
"main": "./dist-cjs/index.js",
|
5
5
|
"module": "./dist-es/index.js",
|
6
6
|
"types": "./dist-types/index.d.ts",
|
@@ -41,7 +41,7 @@
|
|
41
41
|
"directory": "packages/types"
|
42
42
|
},
|
43
43
|
"dependencies": {
|
44
|
-
"@smithy/types": "^2.
|
44
|
+
"@smithy/types": "^2.5.0",
|
45
45
|
"tslib": "^2.5.0"
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/util-endpoints",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.451.0",
|
4
4
|
"description": "Utilities to help with endpoint resolution",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -22,8 +22,8 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
|
-
"@aws-sdk/types": "3.
|
26
|
-
"@smithy/util-endpoints": "^1.0.
|
25
|
+
"@aws-sdk/types": "3.451.0",
|
26
|
+
"@smithy/util-endpoints": "^1.0.4",
|
27
27
|
"tslib": "^2.5.0"
|
28
28
|
},
|
29
29
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/util-user-agent-browser",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.451.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
@@ -22,8 +22,8 @@
|
|
22
22
|
"license": "Apache-2.0",
|
23
23
|
"react-native": "dist-es/index.native.js",
|
24
24
|
"dependencies": {
|
25
|
-
"@aws-sdk/types": "3.
|
26
|
-
"@smithy/types": "^2.
|
25
|
+
"@aws-sdk/types": "3.451.0",
|
26
|
+
"@smithy/types": "^2.5.0",
|
27
27
|
"bowser": "^2.11.0",
|
28
28
|
"tslib": "^2.5.0"
|
29
29
|
},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/util-user-agent-node",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.451.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
@@ -20,9 +20,9 @@
|
|
20
20
|
},
|
21
21
|
"license": "Apache-2.0",
|
22
22
|
"dependencies": {
|
23
|
-
"@aws-sdk/types": "3.
|
24
|
-
"@smithy/node-config-provider": "^2.1.
|
25
|
-
"@smithy/types": "^2.
|
23
|
+
"@aws-sdk/types": "3.451.0",
|
24
|
+
"@smithy/node-config-provider": "^2.1.5",
|
25
|
+
"@smithy/types": "^2.5.0",
|
26
26
|
"tslib": "^2.5.0"
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/abort-controller",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.13",
|
4
4
|
"description": "A simple abort controller library",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@smithy/types": "^2.
|
27
|
+
"@smithy/types": "^2.5.0",
|
28
28
|
"tslib": "^2.5.0"
|
29
29
|
},
|
30
30
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/config-resolver",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.18",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
@@ -23,10 +23,10 @@
|
|
23
23
|
},
|
24
24
|
"license": "Apache-2.0",
|
25
25
|
"dependencies": {
|
26
|
-
"@smithy/node-config-provider": "^2.1.
|
27
|
-
"@smithy/types": "^2.
|
26
|
+
"@smithy/node-config-provider": "^2.1.5",
|
27
|
+
"@smithy/types": "^2.5.0",
|
28
28
|
"@smithy/util-config-provider": "^2.0.0",
|
29
|
-
"@smithy/util-middleware": "^2.0.
|
29
|
+
"@smithy/util-middleware": "^2.0.6",
|
30
30
|
"tslib": "^2.5.0"
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/credential-provider-imds",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.1",
|
4
4
|
"description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -26,10 +26,10 @@
|
|
26
26
|
},
|
27
27
|
"license": "Apache-2.0",
|
28
28
|
"dependencies": {
|
29
|
-
"@smithy/node-config-provider": "^2.1.
|
30
|
-
"@smithy/property-provider": "^2.0.
|
31
|
-
"@smithy/types": "^2.
|
32
|
-
"@smithy/url-parser": "^2.0.
|
29
|
+
"@smithy/node-config-provider": "^2.1.5",
|
30
|
+
"@smithy/property-provider": "^2.0.14",
|
31
|
+
"@smithy/types": "^2.5.0",
|
32
|
+
"@smithy/url-parser": "^2.0.13",
|
33
33
|
"tslib": "^2.5.0"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/eventstream-codec",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.13",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
@@ -23,12 +23,12 @@
|
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
25
|
"@aws-crypto/crc32": "3.0.0",
|
26
|
-
"@smithy/types": "^2.
|
26
|
+
"@smithy/types": "^2.5.0",
|
27
27
|
"@smithy/util-hex-encoding": "^2.0.0",
|
28
28
|
"tslib": "^2.5.0"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
|
-
"@smithy/util-utf8": "^2.0.
|
31
|
+
"@smithy/util-utf8": "^2.0.2",
|
32
32
|
"@tsconfig/recommended": "1.0.1",
|
33
33
|
"@types/node": "^14.14.31",
|
34
34
|
"concurrently": "7.0.0",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/fetch-http-handler",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.6",
|
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'",
|
@@ -24,14 +24,14 @@
|
|
24
24
|
"module": "./dist-es/index.js",
|
25
25
|
"types": "./dist-types/index.d.ts",
|
26
26
|
"dependencies": {
|
27
|
-
"@smithy/protocol-http": "^3.0.
|
28
|
-
"@smithy/querystring-builder": "^2.0.
|
29
|
-
"@smithy/types": "^2.
|
27
|
+
"@smithy/protocol-http": "^3.0.9",
|
28
|
+
"@smithy/querystring-builder": "^2.0.13",
|
29
|
+
"@smithy/types": "^2.5.0",
|
30
30
|
"@smithy/util-base64": "^2.0.1",
|
31
31
|
"tslib": "^2.5.0"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
34
|
-
"@smithy/abort-controller": "^2.0.
|
34
|
+
"@smithy/abort-controller": "^2.0.13",
|
35
35
|
"@tsconfig/recommended": "1.0.1",
|
36
36
|
"@types/chai-as-promised": "^7.1.2",
|
37
37
|
"chai": "^4.2.0",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/hash-node",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.15",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
@@ -31,9 +31,9 @@
|
|
31
31
|
"typedoc": "0.23.23"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@smithy/types": "^2.
|
34
|
+
"@smithy/types": "^2.5.0",
|
35
35
|
"@smithy/util-buffer-from": "^2.0.0",
|
36
|
-
"@smithy/util-utf8": "^2.0.
|
36
|
+
"@smithy/util-utf8": "^2.0.2",
|
37
37
|
"tslib": "^2.5.0"
|
38
38
|
},
|
39
39
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/invalid-dependency",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.13",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
|
-
"@smithy/types": "^2.
|
25
|
+
"@smithy/types": "^2.5.0",
|
26
26
|
"tslib": "^2.5.0"
|
27
27
|
},
|
28
28
|
"typesVersions": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/middleware-content-length",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.15",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
@@ -23,8 +23,8 @@
|
|
23
23
|
},
|
24
24
|
"license": "Apache-2.0",
|
25
25
|
"dependencies": {
|
26
|
-
"@smithy/protocol-http": "^3.0.
|
27
|
-
"@smithy/types": "^2.
|
26
|
+
"@smithy/protocol-http": "^3.0.9",
|
27
|
+
"@smithy/types": "^2.5.0",
|
28
28
|
"tslib": "^2.5.0"
|
29
29
|
},
|
30
30
|
"engines": {
|
@@ -47,7 +47,7 @@
|
|
47
47
|
"directory": "packages/middleware-content-length"
|
48
48
|
},
|
49
49
|
"devDependencies": {
|
50
|
-
"@smithy/util-test": "^0.1.
|
50
|
+
"@smithy/util-test": "^0.1.9",
|
51
51
|
"@tsconfig/recommended": "1.0.1",
|
52
52
|
"concurrently": "7.0.0",
|
53
53
|
"downlevel-dts": "0.10.1",
|
@@ -1,10 +1,11 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.endpointMiddleware = void 0;
|
4
|
+
const util_middleware_1 = require("@smithy/util-middleware");
|
4
5
|
const getEndpointFromInstructions_1 = require("./adaptors/getEndpointFromInstructions");
|
5
6
|
const endpointMiddleware = ({ config, instructions, }) => {
|
6
7
|
return (next, context) => async (args) => {
|
7
|
-
var _a, _b;
|
8
|
+
var _a, _b, _c;
|
8
9
|
const endpoint = await (0, getEndpointFromInstructions_1.getEndpointFromInstructions)(args.input, {
|
9
10
|
getEndpointParameterInstructions() {
|
10
11
|
return instructions;
|
@@ -16,6 +17,17 @@ const endpointMiddleware = ({ config, instructions, }) => {
|
|
16
17
|
if (authScheme) {
|
17
18
|
context["signing_region"] = authScheme.signingRegion;
|
18
19
|
context["signing_service"] = authScheme.signingName;
|
20
|
+
const smithyContext = (0, util_middleware_1.getSmithyContext)(context);
|
21
|
+
const httpAuthOption = (_c = smithyContext === null || smithyContext === void 0 ? void 0 : smithyContext.selectedHttpAuthScheme) === null || _c === void 0 ? void 0 : _c.httpAuthOption;
|
22
|
+
if (httpAuthOption) {
|
23
|
+
httpAuthOption.signingProperties = Object.assign(httpAuthOption.signingProperties || {}, {
|
24
|
+
signing_region: authScheme.signingRegion,
|
25
|
+
signingRegion: authScheme.signingRegion,
|
26
|
+
signing_service: authScheme.signingName,
|
27
|
+
signingName: authScheme.signingName,
|
28
|
+
signingRegionSet: authScheme.signingRegionSet,
|
29
|
+
}, authScheme.properties);
|
30
|
+
}
|
19
31
|
}
|
20
32
|
return next({
|
21
33
|
...args,
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { getSmithyContext } from "@smithy/util-middleware";
|
1
2
|
import { getEndpointFromInstructions } from "./adaptors/getEndpointFromInstructions";
|
2
3
|
export const endpointMiddleware = ({ config, instructions, }) => {
|
3
4
|
return (next, context) => async (args) => {
|
@@ -12,6 +13,17 @@ export const endpointMiddleware = ({ config, instructions, }) => {
|
|
12
13
|
if (authScheme) {
|
13
14
|
context["signing_region"] = authScheme.signingRegion;
|
14
15
|
context["signing_service"] = authScheme.signingName;
|
16
|
+
const smithyContext = getSmithyContext(context);
|
17
|
+
const httpAuthOption = smithyContext?.selectedHttpAuthScheme?.httpAuthOption;
|
18
|
+
if (httpAuthOption) {
|
19
|
+
httpAuthOption.signingProperties = Object.assign(httpAuthOption.signingProperties || {}, {
|
20
|
+
signing_region: authScheme.signingRegion,
|
21
|
+
signingRegion: authScheme.signingRegion,
|
22
|
+
signing_service: authScheme.signingName,
|
23
|
+
signingName: authScheme.signingName,
|
24
|
+
signingRegionSet: authScheme.signingRegionSet,
|
25
|
+
}, authScheme.properties);
|
26
|
+
}
|
15
27
|
}
|
16
28
|
return next({
|
17
29
|
...args,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/middleware-endpoint",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.2.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
@@ -23,12 +23,12 @@
|
|
23
23
|
},
|
24
24
|
"license": "Apache-2.0",
|
25
25
|
"dependencies": {
|
26
|
-
"@smithy/middleware-serde": "^2.0.
|
27
|
-
"@smithy/node-config-provider": "^2.1.
|
28
|
-
"@smithy/shared-ini-file-loader": "^2.2.
|
29
|
-
"@smithy/types": "^2.
|
30
|
-
"@smithy/url-parser": "^2.0.
|
31
|
-
"@smithy/util-middleware": "^2.0.
|
26
|
+
"@smithy/middleware-serde": "^2.0.13",
|
27
|
+
"@smithy/node-config-provider": "^2.1.5",
|
28
|
+
"@smithy/shared-ini-file-loader": "^2.2.4",
|
29
|
+
"@smithy/types": "^2.5.0",
|
30
|
+
"@smithy/url-parser": "^2.0.13",
|
31
|
+
"@smithy/util-middleware": "^2.0.6",
|
32
32
|
"tslib": "^2.5.0"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/middleware-retry",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.20",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
@@ -24,17 +24,17 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@smithy/node-config-provider": "^2.1.
|
28
|
-
"@smithy/protocol-http": "^3.0.
|
29
|
-
"@smithy/service-error-classification": "^2.0.
|
30
|
-
"@smithy/types": "^2.
|
31
|
-
"@smithy/util-middleware": "^2.0.
|
32
|
-
"@smithy/util-retry": "^2.0.
|
27
|
+
"@smithy/node-config-provider": "^2.1.5",
|
28
|
+
"@smithy/protocol-http": "^3.0.9",
|
29
|
+
"@smithy/service-error-classification": "^2.0.6",
|
30
|
+
"@smithy/types": "^2.5.0",
|
31
|
+
"@smithy/util-middleware": "^2.0.6",
|
32
|
+
"@smithy/util-retry": "^2.0.6",
|
33
33
|
"tslib": "^2.5.0",
|
34
34
|
"uuid": "^8.3.2"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
|
-
"@smithy/util-test": "^0.1.
|
37
|
+
"@smithy/util-test": "^0.1.9",
|
38
38
|
"@tsconfig/recommended": "1.0.1",
|
39
39
|
"@types/uuid": "^8.3.0",
|
40
40
|
"concurrently": "7.0.0",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/middleware-serde",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.13",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
},
|
24
24
|
"license": "Apache-2.0",
|
25
25
|
"dependencies": {
|
26
|
-
"@smithy/types": "^2.
|
26
|
+
"@smithy/types": "^2.5.0",
|
27
27
|
"tslib": "^2.5.0"
|
28
28
|
},
|
29
29
|
"engines": {
|
@@ -46,7 +46,7 @@
|
|
46
46
|
"directory": "packages/middleware-serde"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
|
-
"@smithy/util-test": "^0.1.
|
49
|
+
"@smithy/util-test": "^0.1.9",
|
50
50
|
"@tsconfig/recommended": "1.0.1",
|
51
51
|
"concurrently": "7.0.0",
|
52
52
|
"downlevel-dts": "0.10.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/middleware-stack",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.7",
|
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": "^2.
|
28
|
+
"@smithy/types": "^2.5.0",
|
29
29
|
"tslib": "^2.5.0"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/node-config-provider",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.5",
|
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": "^2.0.
|
28
|
-
"@smithy/shared-ini-file-loader": "^2.2.
|
29
|
-
"@smithy/types": "^2.
|
27
|
+
"@smithy/property-provider": "^2.0.14",
|
28
|
+
"@smithy/shared-ini-file-loader": "^2.2.4",
|
29
|
+
"@smithy/types": "^2.5.0",
|
30
30
|
"tslib": "^2.5.0"
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/node-http-handler",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.9",
|
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": "^2.0.
|
29
|
-
"@smithy/protocol-http": "^3.0.
|
30
|
-
"@smithy/querystring-builder": "^2.0.
|
31
|
-
"@smithy/types": "^2.
|
28
|
+
"@smithy/abort-controller": "^2.0.13",
|
29
|
+
"@smithy/protocol-http": "^3.0.9",
|
30
|
+
"@smithy/querystring-builder": "^2.0.13",
|
31
|
+
"@smithy/types": "^2.5.0",
|
32
32
|
"tslib": "^2.5.0"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/property-provider",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.14",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
|
-
"@smithy/types": "^2.
|
25
|
+
"@smithy/types": "^2.5.0",
|
26
26
|
"tslib": "^2.5.0"
|
27
27
|
},
|
28
28
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/protocol-http",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.9",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
},
|
24
24
|
"license": "Apache-2.0",
|
25
25
|
"dependencies": {
|
26
|
-
"@smithy/types": "^2.
|
26
|
+
"@smithy/types": "^2.5.0",
|
27
27
|
"tslib": "^2.5.0"
|
28
28
|
},
|
29
29
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/querystring-builder",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.13",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
|
-
"@smithy/types": "^2.
|
25
|
+
"@smithy/types": "^2.5.0",
|
26
26
|
"@smithy/util-uri-escape": "^2.0.0",
|
27
27
|
"tslib": "^2.5.0"
|
28
28
|
},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/querystring-parser",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.13",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
|
-
"@smithy/types": "^2.
|
25
|
+
"@smithy/types": "^2.5.0",
|
26
26
|
"tslib": "^2.5.0"
|
27
27
|
},
|
28
28
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/service-error-classification",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.6",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
@@ -54,6 +54,6 @@
|
|
54
54
|
"directory": ".release/package"
|
55
55
|
},
|
56
56
|
"dependencies": {
|
57
|
-
"@smithy/types": "^2.
|
57
|
+
"@smithy/types": "^2.5.0"
|
58
58
|
}
|
59
59
|
}
|