@cdklabs/cdk-ecs-codedeploy 0.0.230 → 0.0.232
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/.jsii.tabl.json +1 -1
- package/lib/api-canary/index.js +1 -1
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/package.json +6 -6
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-sts/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/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/core/package.json +8 -8
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/eventstream-codec/package.json +2 -2
- package/node_modules/@smithy/fetch-http-handler/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 +4 -4
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +8 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +7 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +7 -7
- package/node_modules/@smithy/middleware-retry/package.json +9 -9
- 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 +5 -5
- package/node_modules/@smithy/smithy-client/package.json +6 -6
- package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +4 -0
- 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 +5 -5
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/package.json +7 -7
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/eventstream-codec",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.16",
|
|
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
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@aws-crypto/crc32": "3.0.0",
|
|
26
|
-
"@smithy/types": "^2.
|
|
26
|
+
"@smithy/types": "^2.8.0",
|
|
27
27
|
"@smithy/util-hex-encoding": "^2.0.0",
|
|
28
28
|
"tslib": "^2.5.0"
|
|
29
29
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/fetch-http-handler",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.2",
|
|
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.12",
|
|
28
|
+
"@smithy/querystring-builder": "^2.0.16",
|
|
29
|
+
"@smithy/types": "^2.8.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.16",
|
|
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.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",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"typedoc": "0.23.23"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@smithy/types": "^2.
|
|
34
|
+
"@smithy/types": "^2.8.0",
|
|
35
35
|
"@smithy/util-buffer-from": "^2.0.0",
|
|
36
36
|
"@smithy/util-utf8": "^2.0.2",
|
|
37
37
|
"tslib": "^2.5.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/invalid-dependency",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.16",
|
|
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.8.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.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,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.12",
|
|
27
|
+
"@smithy/types": "^2.8.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.12",
|
|
51
51
|
"@tsconfig/recommended": "1.0.1",
|
|
52
52
|
"concurrently": "7.0.0",
|
|
53
53
|
"downlevel-dts": "0.10.1",
|
package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js
CHANGED
|
@@ -10,6 +10,14 @@ const createConfigValueProvider = (configKey, canonicalEndpointParamKey, config)
|
|
|
10
10
|
}
|
|
11
11
|
return configValue;
|
|
12
12
|
};
|
|
13
|
+
if (configKey === "credentialScope" || canonicalEndpointParamKey === "CredentialScope") {
|
|
14
|
+
return async () => {
|
|
15
|
+
var _a;
|
|
16
|
+
const credentials = typeof config.credentials === "function" ? await config.credentials() : config.credentials;
|
|
17
|
+
const configValue = (_a = credentials === null || credentials === void 0 ? void 0 : credentials.credentialScope) !== null && _a !== void 0 ? _a : credentials === null || credentials === void 0 ? void 0 : credentials.CredentialScope;
|
|
18
|
+
return configValue;
|
|
19
|
+
};
|
|
20
|
+
}
|
|
13
21
|
if (configKey === "endpoint" || canonicalEndpointParamKey === "endpoint") {
|
|
14
22
|
return async () => {
|
|
15
23
|
const endpoint = await configProvider();
|
package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js
CHANGED
|
@@ -6,6 +6,13 @@ export const createConfigValueProvider = (configKey, canonicalEndpointParamKey,
|
|
|
6
6
|
}
|
|
7
7
|
return configValue;
|
|
8
8
|
};
|
|
9
|
+
if (configKey === "credentialScope" || canonicalEndpointParamKey === "CredentialScope") {
|
|
10
|
+
return async () => {
|
|
11
|
+
const credentials = typeof config.credentials === "function" ? await config.credentials() : config.credentials;
|
|
12
|
+
const configValue = credentials?.credentialScope ?? credentials?.CredentialScope;
|
|
13
|
+
return configValue;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
9
16
|
if (configKey === "endpoint" || canonicalEndpointParamKey === "endpoint") {
|
|
10
17
|
return async () => {
|
|
11
18
|
const endpoint = await configProvider();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/middleware-endpoint",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.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.16",
|
|
27
|
+
"@smithy/node-config-provider": "^2.1.9",
|
|
28
|
+
"@smithy/shared-ini-file-loader": "^2.2.8",
|
|
29
|
+
"@smithy/types": "^2.8.0",
|
|
30
|
+
"@smithy/url-parser": "^2.0.16",
|
|
31
|
+
"@smithy/util-middleware": "^2.0.9",
|
|
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.26",
|
|
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,18 +31,18 @@
|
|
|
31
31
|
},
|
|
32
32
|
"license": "Apache-2.0",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@smithy/node-config-provider": "^2.1.
|
|
35
|
-
"@smithy/protocol-http": "^3.0.
|
|
36
|
-
"@smithy/service-error-classification": "^2.0.
|
|
37
|
-
"@smithy/smithy-client": "^2.2.
|
|
38
|
-
"@smithy/types": "^2.
|
|
39
|
-
"@smithy/util-middleware": "^2.0.
|
|
40
|
-
"@smithy/util-retry": "^2.0.
|
|
34
|
+
"@smithy/node-config-provider": "^2.1.9",
|
|
35
|
+
"@smithy/protocol-http": "^3.0.12",
|
|
36
|
+
"@smithy/service-error-classification": "^2.0.9",
|
|
37
|
+
"@smithy/smithy-client": "^2.2.1",
|
|
38
|
+
"@smithy/types": "^2.8.0",
|
|
39
|
+
"@smithy/util-middleware": "^2.0.9",
|
|
40
|
+
"@smithy/util-retry": "^2.0.9",
|
|
41
41
|
"tslib": "^2.5.0",
|
|
42
42
|
"uuid": "^8.3.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@smithy/util-test": "^0.1.
|
|
45
|
+
"@smithy/util-test": "^0.1.12",
|
|
46
46
|
"@tsconfig/recommended": "1.0.1",
|
|
47
47
|
"@types/uuid": "^8.3.0",
|
|
48
48
|
"concurrently": "7.0.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/middleware-serde",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.16",
|
|
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.8.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.12",
|
|
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.10",
|
|
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.8.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.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": "^2.0.
|
|
28
|
-
"@smithy/shared-ini-file-loader": "^2.2.
|
|
29
|
-
"@smithy/types": "^2.
|
|
27
|
+
"@smithy/property-provider": "^2.0.17",
|
|
28
|
+
"@smithy/shared-ini-file-loader": "^2.2.8",
|
|
29
|
+
"@smithy/types": "^2.8.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.2.
|
|
3
|
+
"version": "2.2.2",
|
|
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.16",
|
|
29
|
+
"@smithy/protocol-http": "^3.0.12",
|
|
30
|
+
"@smithy/querystring-builder": "^2.0.16",
|
|
31
|
+
"@smithy/types": "^2.8.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.17",
|
|
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.8.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.12",
|
|
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.8.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.16",
|
|
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.8.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.16",
|
|
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.8.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.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",
|
|
@@ -54,6 +54,6 @@
|
|
|
54
54
|
"directory": ".release/package"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@smithy/types": "^2.
|
|
57
|
+
"@smithy/types": "^2.8.0"
|
|
58
58
|
}
|
|
59
59
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/signature-v4",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.19",
|
|
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",
|
|
@@ -24,18 +24,18 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@smithy/eventstream-codec": "^2.0.
|
|
27
|
+
"@smithy/eventstream-codec": "^2.0.16",
|
|
28
28
|
"@smithy/is-array-buffer": "^2.0.0",
|
|
29
|
-
"@smithy/types": "^2.
|
|
29
|
+
"@smithy/types": "^2.8.0",
|
|
30
30
|
"@smithy/util-hex-encoding": "^2.0.0",
|
|
31
|
-
"@smithy/util-middleware": "^2.0.
|
|
31
|
+
"@smithy/util-middleware": "^2.0.9",
|
|
32
32
|
"@smithy/util-uri-escape": "^2.0.0",
|
|
33
33
|
"@smithy/util-utf8": "^2.0.2",
|
|
34
34
|
"tslib": "^2.5.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
38
|
-
"@smithy/protocol-http": "^3.0.
|
|
38
|
+
"@smithy/protocol-http": "^3.0.12",
|
|
39
39
|
"@tsconfig/recommended": "1.0.1",
|
|
40
40
|
"concurrently": "7.0.0",
|
|
41
41
|
"downlevel-dts": "0.10.1",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/smithy-client",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.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": "yarn g:tsc -p tsconfig.cjs.json",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@smithy/middleware-endpoint": "^2.
|
|
27
|
-
"@smithy/middleware-stack": "^2.0.
|
|
28
|
-
"@smithy/protocol-http": "^3.0.
|
|
29
|
-
"@smithy/types": "^2.
|
|
30
|
-
"@smithy/util-stream": "^2.0.
|
|
26
|
+
"@smithy/middleware-endpoint": "^2.3.0",
|
|
27
|
+
"@smithy/middleware-stack": "^2.0.10",
|
|
28
|
+
"@smithy/protocol-http": "^3.0.12",
|
|
29
|
+
"@smithy/types": "^2.8.0",
|
|
30
|
+
"@smithy/util-stream": "^2.0.24",
|
|
31
31
|
"tslib": "^2.5.0"
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|
|
@@ -16,6 +16,10 @@ export interface AwsCredentialIdentity extends Identity {
|
|
|
16
16
|
* present for temporary credentials.
|
|
17
17
|
*/
|
|
18
18
|
readonly sessionToken?: string;
|
|
19
|
+
/**
|
|
20
|
+
* AWS credential scope for this set of credentials.
|
|
21
|
+
*/
|
|
22
|
+
readonly credentialScope?: string;
|
|
19
23
|
}
|
|
20
24
|
/**
|
|
21
25
|
* @public
|
|
@@ -16,6 +16,10 @@ export interface AwsCredentialIdentity extends Identity {
|
|
|
16
16
|
* present for temporary credentials.
|
|
17
17
|
*/
|
|
18
18
|
readonly sessionToken?: string;
|
|
19
|
+
/**
|
|
20
|
+
* AWS credential scope for this set of credentials.
|
|
21
|
+
*/
|
|
22
|
+
readonly credentialScope?: string;
|
|
19
23
|
}
|
|
20
24
|
/**
|
|
21
25
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/url-parser",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.16",
|
|
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,8 +22,8 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@smithy/querystring-parser": "^2.0.
|
|
26
|
-
"@smithy/types": "^2.
|
|
25
|
+
"@smithy/querystring-parser": "^2.0.16",
|
|
26
|
+
"@smithy/types": "^2.8.0",
|
|
27
27
|
"tslib": "^2.5.0"
|
|
28
28
|
},
|
|
29
29
|
"typesVersions": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/util-defaults-mode-browser",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.24",
|
|
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,9 +22,9 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@smithy/property-provider": "^2.0.
|
|
26
|
-
"@smithy/smithy-client": "^2.2.
|
|
27
|
-
"@smithy/types": "^2.
|
|
25
|
+
"@smithy/property-provider": "^2.0.17",
|
|
26
|
+
"@smithy/smithy-client": "^2.2.1",
|
|
27
|
+
"@smithy/types": "^2.8.0",
|
|
28
28
|
"bowser": "^2.11.0",
|
|
29
29
|
"tslib": "^2.5.0"
|
|
30
30
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/util-defaults-mode-node",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.32",
|
|
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,12 +22,12 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@smithy/config-resolver": "^2.0.
|
|
26
|
-
"@smithy/credential-provider-imds": "^2.1.
|
|
27
|
-
"@smithy/node-config-provider": "^2.1.
|
|
28
|
-
"@smithy/property-provider": "^2.0.
|
|
29
|
-
"@smithy/smithy-client": "^2.2.
|
|
30
|
-
"@smithy/types": "^2.
|
|
25
|
+
"@smithy/config-resolver": "^2.0.23",
|
|
26
|
+
"@smithy/credential-provider-imds": "^2.1.5",
|
|
27
|
+
"@smithy/node-config-provider": "^2.1.9",
|
|
28
|
+
"@smithy/property-provider": "^2.0.17",
|
|
29
|
+
"@smithy/smithy-client": "^2.2.1",
|
|
30
|
+
"@smithy/types": "^2.8.0",
|
|
31
31
|
"tslib": "^2.5.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/util-endpoints",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Utilities to help with endpoint resolution.",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@smithy/node-config-provider": "^2.1.
|
|
30
|
-
"@smithy/types": "^2.
|
|
29
|
+
"@smithy/node-config-provider": "^2.1.9",
|
|
30
|
+
"@smithy/types": "^2.8.0",
|
|
31
31
|
"tslib": "^2.5.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/util-middleware",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.9",
|
|
4
4
|
"description": "Shared utilities for to be used in middleware packages.",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@smithy/types": "^2.
|
|
29
|
+
"@smithy/types": "^2.8.0",
|
|
30
30
|
"tslib": "^2.5.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/util-retry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.9",
|
|
4
4
|
"description": "Shared retry utilities to be used in middleware packages.",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
},
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@smithy/service-error-classification": "^2.0.
|
|
31
|
-
"@smithy/types": "^2.
|
|
30
|
+
"@smithy/service-error-classification": "^2.0.9",
|
|
31
|
+
"@smithy/types": "^2.8.0",
|
|
32
32
|
"tslib": "^2.5.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/util-stream",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.24",
|
|
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,9 +24,9 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@smithy/fetch-http-handler": "^2.3.
|
|
28
|
-
"@smithy/node-http-handler": "^2.2.
|
|
29
|
-
"@smithy/types": "^2.
|
|
27
|
+
"@smithy/fetch-http-handler": "^2.3.2",
|
|
28
|
+
"@smithy/node-http-handler": "^2.2.2",
|
|
29
|
+
"@smithy/types": "^2.8.0",
|
|
30
30
|
"@smithy/util-base64": "^2.0.1",
|
|
31
31
|
"@smithy/util-buffer-from": "^2.0.0",
|
|
32
32
|
"@smithy/util-hex-encoding": "^2.0.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"tslib": "^2.5.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@smithy/util-test": "^0.1.
|
|
37
|
+
"@smithy/util-test": "^0.1.12",
|
|
38
38
|
"@types/chai-as-promised": "^7.1.2",
|
|
39
39
|
"@types/node": "^14.14.31",
|
|
40
40
|
"chai": "^4.2.0",
|