@cdklabs/cdk-ecs-codedeploy 0.0.345 → 0.0.346
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/dist-types/models/models_0.d.ts +376 -376
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/models/models_0.d.ts +386 -376
- package/node_modules/@aws-sdk/client-codedeploy/package.json +7 -7
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +74 -74
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +74 -74
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +6 -6
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +56 -56
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +56 -56
- package/node_modules/@aws-sdk/client-sts/package.json +6 -6
- package/node_modules/@aws-sdk/core/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@smithy/abort-controller/package.json +4 -3
- package/node_modules/@smithy/config-resolver/package.json +7 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +21 -20
- package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
- package/node_modules/@smithy/core/package.json +10 -9
- package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +1 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +10 -3
- package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +3 -2
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +1 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
- package/node_modules/@smithy/hash-node/package.json +4 -3
- package/node_modules/@smithy/invalid-dependency/package.json +4 -3
- package/node_modules/@smithy/middleware-content-length/package.json +5 -4
- package/node_modules/@smithy/middleware-endpoint/package.json +11 -10
- package/node_modules/@smithy/middleware-retry/package.json +12 -10
- package/node_modules/@smithy/middleware-serde/package.json +6 -4
- package/node_modules/@smithy/middleware-stack/package.json +4 -3
- package/node_modules/@smithy/node-config-provider/package.json +6 -5
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +20 -14
- package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -4
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +5 -4
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +4 -3
- package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/package.json +7 -6
- package/node_modules/@smithy/property-provider/package.json +4 -3
- package/node_modules/@smithy/protocol-http/package.json +4 -3
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +4 -3
- package/node_modules/@smithy/service-error-classification/package.json +4 -3
- package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -3
- package/node_modules/@smithy/signature-v4/package.json +6 -5
- package/node_modules/@smithy/smithy-client/package.json +9 -8
- package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +5 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -5
- package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -8
- package/node_modules/@smithy/util-endpoints/package.json +7 -5
- package/node_modules/@smithy/util-middleware/package.json +4 -3
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +5 -1
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/package.json +5 -4
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
- package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -1
- package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -1
- package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
- package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
- package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
- package/node_modules/@smithy/util-stream/package.json +10 -6
- package/node_modules/@smithy/util-waiter/package.json +5 -4
- package/package.json +4 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sts",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.691.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sts",
|
|
@@ -22,18 +22,18 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
25
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
26
|
-
"@aws-sdk/core": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/client-sso-oidc": "3.691.0",
|
|
26
|
+
"@aws-sdk/core": "3.691.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.691.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.686.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.686.0",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "3.686.0",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.691.0",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "3.686.0",
|
|
33
33
|
"@aws-sdk/types": "3.686.0",
|
|
34
34
|
"@aws-sdk/util-endpoints": "3.686.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "3.686.0",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.691.0",
|
|
37
37
|
"@smithy/config-resolver": "^3.0.10",
|
|
38
38
|
"@smithy/core": "^2.5.1",
|
|
39
39
|
"@smithy/fetch-http-handler": "^4.0.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/core",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.691.0",
|
|
4
4
|
"description": "Core functions & classes shared by multiple AWS SDK clients.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
@@ -84,9 +84,9 @@
|
|
|
84
84
|
"@aws-sdk/types": "3.686.0",
|
|
85
85
|
"@smithy/core": "^2.5.1",
|
|
86
86
|
"@smithy/node-config-provider": "^3.1.9",
|
|
87
|
-
"@smithy/property-provider": "^3.1.
|
|
87
|
+
"@smithy/property-provider": "^3.1.8",
|
|
88
88
|
"@smithy/protocol-http": "^4.1.5",
|
|
89
|
-
"@smithy/signature-v4": "^4.2.
|
|
89
|
+
"@smithy/signature-v4": "^4.2.1",
|
|
90
90
|
"@smithy/smithy-client": "^3.4.2",
|
|
91
91
|
"@smithy/types": "^3.6.0",
|
|
92
92
|
"@smithy/util-middleware": "^3.0.8",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-env",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.691.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from known environment variables",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
},
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/core": "3.
|
|
28
|
+
"@aws-sdk/core": "3.691.0",
|
|
29
29
|
"@aws-sdk/types": "3.686.0",
|
|
30
|
-
"@smithy/property-provider": "^3.1.
|
|
30
|
+
"@smithy/property-provider": "^3.1.8",
|
|
31
31
|
"@smithy/types": "^3.6.0",
|
|
32
32
|
"tslib": "^2.6.2"
|
|
33
33
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-http",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.691.0",
|
|
4
4
|
"description": "AWS credential provider for containers and HTTP sources",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
},
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@aws-sdk/core": "3.
|
|
30
|
+
"@aws-sdk/core": "3.691.0",
|
|
31
31
|
"@aws-sdk/types": "3.686.0",
|
|
32
32
|
"@smithy/fetch-http-handler": "^4.0.0",
|
|
33
33
|
"@smithy/node-http-handler": "^3.2.5",
|
|
34
|
-
"@smithy/property-provider": "^3.1.
|
|
34
|
+
"@smithy/property-provider": "^3.1.8",
|
|
35
35
|
"@smithy/protocol-http": "^4.1.5",
|
|
36
36
|
"@smithy/smithy-client": "^3.4.2",
|
|
37
37
|
"@smithy/types": "^3.6.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.691.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
},
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/core": "3.
|
|
29
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
30
|
-
"@aws-sdk/credential-provider-http": "3.
|
|
31
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
33
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
28
|
+
"@aws-sdk/core": "3.691.0",
|
|
29
|
+
"@aws-sdk/credential-provider-env": "3.691.0",
|
|
30
|
+
"@aws-sdk/credential-provider-http": "3.691.0",
|
|
31
|
+
"@aws-sdk/credential-provider-process": "3.691.0",
|
|
32
|
+
"@aws-sdk/credential-provider-sso": "3.691.0",
|
|
33
|
+
"@aws-sdk/credential-provider-web-identity": "3.691.0",
|
|
34
34
|
"@aws-sdk/types": "3.686.0",
|
|
35
|
-
"@smithy/credential-provider-imds": "^3.2.
|
|
36
|
-
"@smithy/property-provider": "^3.1.
|
|
37
|
-
"@smithy/shared-ini-file-loader": "^3.1.
|
|
35
|
+
"@smithy/credential-provider-imds": "^3.2.5",
|
|
36
|
+
"@smithy/property-provider": "^3.1.8",
|
|
37
|
+
"@smithy/shared-ini-file-loader": "^3.1.9",
|
|
38
38
|
"@smithy/types": "^3.6.0",
|
|
39
39
|
"tslib": "^2.6.2"
|
|
40
40
|
},
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"typescript": "~4.9.5"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@aws-sdk/client-sts": "^3.
|
|
50
|
+
"@aws-sdk/client-sts": "^3.691.0"
|
|
51
51
|
},
|
|
52
52
|
"types": "./dist-types/index.d.ts",
|
|
53
53
|
"engines": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.691.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from a Node.JS environment. ",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16.0.0"
|
|
@@ -29,16 +29,16 @@
|
|
|
29
29
|
},
|
|
30
30
|
"license": "Apache-2.0",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
33
|
-
"@aws-sdk/credential-provider-http": "3.
|
|
34
|
-
"@aws-sdk/credential-provider-ini": "3.
|
|
35
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
36
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
37
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
32
|
+
"@aws-sdk/credential-provider-env": "3.691.0",
|
|
33
|
+
"@aws-sdk/credential-provider-http": "3.691.0",
|
|
34
|
+
"@aws-sdk/credential-provider-ini": "3.691.0",
|
|
35
|
+
"@aws-sdk/credential-provider-process": "3.691.0",
|
|
36
|
+
"@aws-sdk/credential-provider-sso": "3.691.0",
|
|
37
|
+
"@aws-sdk/credential-provider-web-identity": "3.691.0",
|
|
38
38
|
"@aws-sdk/types": "3.686.0",
|
|
39
|
-
"@smithy/credential-provider-imds": "^3.2.
|
|
40
|
-
"@smithy/property-provider": "^3.1.
|
|
41
|
-
"@smithy/shared-ini-file-loader": "^3.1.
|
|
39
|
+
"@smithy/credential-provider-imds": "^3.2.5",
|
|
40
|
+
"@smithy/property-provider": "^3.1.8",
|
|
41
|
+
"@smithy/shared-ini-file-loader": "^3.1.9",
|
|
42
42
|
"@smithy/types": "^3.6.0",
|
|
43
43
|
"tslib": "^2.6.2"
|
|
44
44
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-process",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.691.0",
|
|
4
4
|
"description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
},
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/core": "3.
|
|
28
|
+
"@aws-sdk/core": "3.691.0",
|
|
29
29
|
"@aws-sdk/types": "3.686.0",
|
|
30
|
-
"@smithy/property-provider": "^3.1.
|
|
31
|
-
"@smithy/shared-ini-file-loader": "^3.1.
|
|
30
|
+
"@smithy/property-provider": "^3.1.8",
|
|
31
|
+
"@smithy/shared-ini-file-loader": "^3.1.9",
|
|
32
32
|
"@smithy/types": "^3.6.0",
|
|
33
33
|
"tslib": "^2.6.2"
|
|
34
34
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-sso",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.691.0",
|
|
4
4
|
"description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
},
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/client-sso": "3.
|
|
29
|
-
"@aws-sdk/core": "3.
|
|
30
|
-
"@aws-sdk/token-providers": "3.
|
|
28
|
+
"@aws-sdk/client-sso": "3.691.0",
|
|
29
|
+
"@aws-sdk/core": "3.691.0",
|
|
30
|
+
"@aws-sdk/token-providers": "3.691.0",
|
|
31
31
|
"@aws-sdk/types": "3.686.0",
|
|
32
|
-
"@smithy/property-provider": "^3.1.
|
|
33
|
-
"@smithy/shared-ini-file-loader": "^3.1.
|
|
32
|
+
"@smithy/property-provider": "^3.1.8",
|
|
33
|
+
"@smithy/shared-ini-file-loader": "^3.1.9",
|
|
34
34
|
"@smithy/types": "^3.6.0",
|
|
35
35
|
"tslib": "^2.6.2"
|
|
36
36
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-web-identity",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.691.0",
|
|
4
4
|
"description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"test:watch": "vitest watch"
|
|
17
17
|
},
|
|
18
18
|
"browser": {
|
|
19
|
-
"./dist-
|
|
20
|
-
"./dist-
|
|
19
|
+
"./dist-cjs/fromTokenFile": false,
|
|
20
|
+
"./dist-es/fromTokenFile": false
|
|
21
21
|
},
|
|
22
22
|
"react-native": {
|
|
23
23
|
"./dist-es/fromTokenFile": false,
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
},
|
|
34
34
|
"license": "Apache-2.0",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@aws-sdk/core": "3.
|
|
36
|
+
"@aws-sdk/core": "3.691.0",
|
|
37
37
|
"@aws-sdk/types": "3.686.0",
|
|
38
|
-
"@smithy/property-provider": "^3.1.
|
|
38
|
+
"@smithy/property-provider": "^3.1.8",
|
|
39
39
|
"@smithy/types": "^3.6.0",
|
|
40
40
|
"tslib": "^2.6.2"
|
|
41
41
|
},
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"typescript": "~4.9.5"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@aws-sdk/client-sts": "^3.
|
|
51
|
+
"@aws-sdk/client-sts": "^3.691.0"
|
|
52
52
|
},
|
|
53
53
|
"types": "./dist-types/index.d.ts",
|
|
54
54
|
"engines": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-user-agent",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.691.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/core": "3.
|
|
27
|
+
"@aws-sdk/core": "3.691.0",
|
|
28
28
|
"@aws-sdk/types": "3.686.0",
|
|
29
29
|
"@aws-sdk/util-endpoints": "3.686.0",
|
|
30
30
|
"@smithy/core": "^2.5.1",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/token-providers",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.691.0",
|
|
4
4
|
"description": "A collection of token providers",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@aws-sdk/types": "3.686.0",
|
|
31
|
-
"@smithy/property-provider": "^3.1.
|
|
32
|
-
"@smithy/shared-ini-file-loader": "^3.1.
|
|
31
|
+
"@smithy/property-provider": "^3.1.8",
|
|
32
|
+
"@smithy/shared-ini-file-loader": "^3.1.9",
|
|
33
33
|
"@smithy/types": "^3.6.0",
|
|
34
34
|
"tslib": "^2.6.2"
|
|
35
35
|
},
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"typescript": "~4.9.5"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@aws-sdk/client-sso-oidc": "^3.
|
|
45
|
+
"@aws-sdk/client-sso-oidc": "^3.691.0"
|
|
46
46
|
},
|
|
47
47
|
"types": "./dist-types/index.d.ts",
|
|
48
48
|
"engines": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-user-agent-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.691.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"license": "Apache-2.0",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/middleware-user-agent": "3.691.0",
|
|
25
25
|
"@aws-sdk/types": "3.686.0",
|
|
26
26
|
"@smithy/node-config-provider": "^3.1.9",
|
|
27
27
|
"@smithy/types": "^3.6.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/abort-controller",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.7",
|
|
4
4
|
"description": "A simple abort controller library",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
|
17
17
|
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
|
18
18
|
"extract:docs": "api-extractor run --local",
|
|
19
|
-
"test": "yarn g:
|
|
19
|
+
"test": "yarn g:vitest run",
|
|
20
|
+
"test:watch": "yarn g:vitest watch"
|
|
20
21
|
},
|
|
21
22
|
"author": {
|
|
22
23
|
"name": "AWS SDK for JavaScript Team",
|
|
@@ -24,7 +25,7 @@
|
|
|
24
25
|
},
|
|
25
26
|
"license": "Apache-2.0",
|
|
26
27
|
"dependencies": {
|
|
27
|
-
"@smithy/types": "^3.
|
|
28
|
+
"@smithy/types": "^3.7.0",
|
|
28
29
|
"tslib": "^2.6.2"
|
|
29
30
|
},
|
|
30
31
|
"engines": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/config-resolver",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.11",
|
|
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 config-resolver",
|
|
@@ -11,8 +11,9 @@
|
|
|
11
11
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
|
12
12
|
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
|
13
13
|
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
|
14
|
-
"test": "yarn g:
|
|
15
|
-
"extract:docs": "api-extractor run --local"
|
|
14
|
+
"test": "yarn g:vitest run",
|
|
15
|
+
"extract:docs": "api-extractor run --local",
|
|
16
|
+
"test:watch": "yarn g:vitest watch"
|
|
16
17
|
},
|
|
17
18
|
"main": "./dist-cjs/index.js",
|
|
18
19
|
"module": "./dist-es/index.js",
|
|
@@ -23,10 +24,10 @@
|
|
|
23
24
|
},
|
|
24
25
|
"license": "Apache-2.0",
|
|
25
26
|
"dependencies": {
|
|
26
|
-
"@smithy/node-config-provider": "^3.1.
|
|
27
|
-
"@smithy/types": "^3.
|
|
27
|
+
"@smithy/node-config-provider": "^3.1.10",
|
|
28
|
+
"@smithy/types": "^3.7.0",
|
|
28
29
|
"@smithy/util-config-provider": "^3.0.0",
|
|
29
|
-
"@smithy/util-middleware": "^3.0.
|
|
30
|
+
"@smithy/util-middleware": "^3.0.9",
|
|
30
31
|
"tslib": "^2.6.2"
|
|
31
32
|
},
|
|
32
33
|
"devDependencies": {
|
|
@@ -23,7 +23,7 @@ __export(protocols_exports, {
|
|
|
23
23
|
collectBody: () => collectBody,
|
|
24
24
|
extendedEncodeURIComponent: () => extendedEncodeURIComponent,
|
|
25
25
|
requestBuilder: () => requestBuilder,
|
|
26
|
-
resolvedPath: () =>
|
|
26
|
+
resolvedPath: () => resolvedPath
|
|
27
27
|
});
|
|
28
28
|
module.exports = __toCommonJS(protocols_exports);
|
|
29
29
|
|
|
@@ -48,8 +48,26 @@ function extendedEncodeURIComponent(str) {
|
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
// src/submodules/protocols/requestBuilder.ts
|
|
51
|
-
var import_protocols = require("@smithy/core/protocols");
|
|
52
51
|
var import_protocol_http = require("@smithy/protocol-http");
|
|
52
|
+
|
|
53
|
+
// src/submodules/protocols/resolve-path.ts
|
|
54
|
+
var resolvedPath = (resolvedPath2, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => {
|
|
55
|
+
if (input != null && input[memberName] !== void 0) {
|
|
56
|
+
const labelValue = labelValueProvider();
|
|
57
|
+
if (labelValue.length <= 0) {
|
|
58
|
+
throw new Error("Empty value provided for input HTTP label: " + memberName + ".");
|
|
59
|
+
}
|
|
60
|
+
resolvedPath2 = resolvedPath2.replace(
|
|
61
|
+
uriLabel,
|
|
62
|
+
isGreedyLabel ? labelValue.split("/").map((segment) => extendedEncodeURIComponent(segment)).join("/") : extendedEncodeURIComponent(labelValue)
|
|
63
|
+
);
|
|
64
|
+
} else {
|
|
65
|
+
throw new Error("No value provided for input HTTP label: " + memberName + ".");
|
|
66
|
+
}
|
|
67
|
+
return resolvedPath2;
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
// src/submodules/protocols/requestBuilder.ts
|
|
53
71
|
function requestBuilder(input, context) {
|
|
54
72
|
return new RequestBuilder(input, context);
|
|
55
73
|
}
|
|
@@ -103,7 +121,7 @@ var RequestBuilder = class {
|
|
|
103
121
|
*/
|
|
104
122
|
p(memberName, labelValueProvider, uriLabel, isGreedyLabel) {
|
|
105
123
|
this.resolvePathStack.push((path) => {
|
|
106
|
-
this.path =
|
|
124
|
+
this.path = resolvedPath(path, this.input, memberName, labelValueProvider, uriLabel, isGreedyLabel);
|
|
107
125
|
});
|
|
108
126
|
return this;
|
|
109
127
|
}
|
|
@@ -136,23 +154,6 @@ var RequestBuilder = class {
|
|
|
136
154
|
return this;
|
|
137
155
|
}
|
|
138
156
|
};
|
|
139
|
-
|
|
140
|
-
// src/submodules/protocols/resolve-path.ts
|
|
141
|
-
var resolvedPath2 = (resolvedPath3, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => {
|
|
142
|
-
if (input != null && input[memberName] !== void 0) {
|
|
143
|
-
const labelValue = labelValueProvider();
|
|
144
|
-
if (labelValue.length <= 0) {
|
|
145
|
-
throw new Error("Empty value provided for input HTTP label: " + memberName + ".");
|
|
146
|
-
}
|
|
147
|
-
resolvedPath3 = resolvedPath3.replace(
|
|
148
|
-
uriLabel,
|
|
149
|
-
isGreedyLabel ? labelValue.split("/").map((segment) => extendedEncodeURIComponent(segment)).join("/") : extendedEncodeURIComponent(labelValue)
|
|
150
|
-
);
|
|
151
|
-
} else {
|
|
152
|
-
throw new Error("No value provided for input HTTP label: " + memberName + ".");
|
|
153
|
-
}
|
|
154
|
-
return resolvedPath3;
|
|
155
|
-
};
|
|
156
157
|
// Annotate the CommonJS export names for ESM import in node:
|
|
157
158
|
0 && (module.exports = {
|
|
158
159
|
RequestBuilder,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/core",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.2",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline core",
|
|
@@ -9,10 +9,11 @@
|
|
|
9
9
|
"build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
|
|
10
10
|
"stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
|
11
11
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
|
12
|
-
"lint": "npx eslint -c ../../.eslintrc.js \"src/**/*.ts\" && node ./scripts/lint",
|
|
12
|
+
"lint": "npx eslint -c ../../.eslintrc.js \"src/**/*.ts\" --fix && node ./scripts/lint",
|
|
13
13
|
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
|
14
|
-
"test": "yarn g:
|
|
15
|
-
"test:cbor:perf": "node ./scripts/cbor-perf.mjs"
|
|
14
|
+
"test": "yarn g:vitest run",
|
|
15
|
+
"test:cbor:perf": "node ./scripts/cbor-perf.mjs",
|
|
16
|
+
"test:watch": "yarn g:vitest watch"
|
|
16
17
|
},
|
|
17
18
|
"main": "./dist-cjs/index.js",
|
|
18
19
|
"module": "./dist-es/index.js",
|
|
@@ -53,12 +54,12 @@
|
|
|
53
54
|
},
|
|
54
55
|
"license": "Apache-2.0",
|
|
55
56
|
"dependencies": {
|
|
56
|
-
"@smithy/middleware-serde": "^3.0.
|
|
57
|
-
"@smithy/protocol-http": "^4.1.
|
|
58
|
-
"@smithy/types": "^3.
|
|
57
|
+
"@smithy/middleware-serde": "^3.0.9",
|
|
58
|
+
"@smithy/protocol-http": "^4.1.6",
|
|
59
|
+
"@smithy/types": "^3.7.0",
|
|
59
60
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
60
|
-
"@smithy/util-middleware": "^3.0.
|
|
61
|
-
"@smithy/util-stream": "^3.
|
|
61
|
+
"@smithy/util-middleware": "^3.0.9",
|
|
62
|
+
"@smithy/util-stream": "^3.3.0",
|
|
62
63
|
"@smithy/util-utf8": "^3.0.0",
|
|
63
64
|
"tslib": "^2.6.2"
|
|
64
65
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/credential-provider-imds",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.6",
|
|
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",
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
|
15
15
|
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
|
16
16
|
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
|
17
|
-
"test": "yarn g:
|
|
17
|
+
"test": "yarn g:vitest run",
|
|
18
|
+
"test:watch": "yarn g:vitest watch"
|
|
18
19
|
},
|
|
19
20
|
"keywords": [
|
|
20
21
|
"aws",
|
|
@@ -26,17 +27,16 @@
|
|
|
26
27
|
},
|
|
27
28
|
"license": "Apache-2.0",
|
|
28
29
|
"dependencies": {
|
|
29
|
-
"@smithy/node-config-provider": "^3.1.
|
|
30
|
-
"@smithy/property-provider": "^3.1.
|
|
31
|
-
"@smithy/types": "^3.
|
|
32
|
-
"@smithy/url-parser": "^3.0.
|
|
30
|
+
"@smithy/node-config-provider": "^3.1.10",
|
|
31
|
+
"@smithy/property-provider": "^3.1.9",
|
|
32
|
+
"@smithy/types": "^3.7.0",
|
|
33
|
+
"@smithy/url-parser": "^3.0.9",
|
|
33
34
|
"tslib": "^2.6.2"
|
|
34
35
|
},
|
|
35
36
|
"devDependencies": {
|
|
36
37
|
"@types/node": "^16.18.96",
|
|
37
38
|
"concurrently": "7.0.0",
|
|
38
39
|
"downlevel-dts": "0.10.1",
|
|
39
|
-
"nock": "^13.0.2",
|
|
40
40
|
"rimraf": "3.0.2",
|
|
41
41
|
"typedoc": "0.23.23"
|
|
42
42
|
},
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -30,6 +30,12 @@ module.exports = __toCommonJS(src_exports);
|
|
|
30
30
|
var import_protocol_http = require("@smithy/protocol-http");
|
|
31
31
|
var import_querystring_builder = require("@smithy/querystring-builder");
|
|
32
32
|
|
|
33
|
+
// src/create-request.ts
|
|
34
|
+
function createRequest(url, requestOptions) {
|
|
35
|
+
return new Request(url, requestOptions);
|
|
36
|
+
}
|
|
37
|
+
__name(createRequest, "createRequest");
|
|
38
|
+
|
|
33
39
|
// src/request-timeout.ts
|
|
34
40
|
function requestTimeout(timeoutInMs = 0) {
|
|
35
41
|
return new Promise((resolve, reject) => {
|
|
@@ -68,7 +74,7 @@ var _FetchHttpHandler = class _FetchHttpHandler {
|
|
|
68
74
|
}
|
|
69
75
|
if (keepAliveSupport.supported === void 0) {
|
|
70
76
|
keepAliveSupport.supported = Boolean(
|
|
71
|
-
typeof Request !== "undefined" && "keepalive" in
|
|
77
|
+
typeof Request !== "undefined" && "keepalive" in createRequest("https://[::1]")
|
|
72
78
|
);
|
|
73
79
|
}
|
|
74
80
|
}
|
|
@@ -127,7 +133,7 @@ var _FetchHttpHandler = class _FetchHttpHandler {
|
|
|
127
133
|
}
|
|
128
134
|
let removeSignalEventListener = /* @__PURE__ */ __name(() => {
|
|
129
135
|
}, "removeSignalEventListener");
|
|
130
|
-
const fetchRequest =
|
|
136
|
+
const fetchRequest = createRequest(url, requestOptions);
|
|
131
137
|
const raceOfPromises = [
|
|
132
138
|
fetch(fetchRequest).then((response) => {
|
|
133
139
|
const fetchHeaders = response.headers;
|
|
@@ -193,7 +199,8 @@ var FetchHttpHandler = _FetchHttpHandler;
|
|
|
193
199
|
|
|
194
200
|
// src/stream-collector.ts
|
|
195
201
|
var streamCollector = /* @__PURE__ */ __name(async (stream) => {
|
|
196
|
-
|
|
202
|
+
var _a;
|
|
203
|
+
if (typeof Blob === "function" && stream instanceof Blob || ((_a = stream.constructor) == null ? void 0 : _a.name) === "Blob") {
|
|
197
204
|
return new Uint8Array(await stream.arrayBuffer());
|
|
198
205
|
}
|
|
199
206
|
return collectStream(stream);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { buildQueryString } from "@smithy/querystring-builder";
|
|
3
|
+
import { createRequest } from "./create-request";
|
|
3
4
|
import { requestTimeout } from "./request-timeout";
|
|
4
5
|
export const keepAliveSupport = {
|
|
5
6
|
supported: undefined,
|
|
@@ -20,7 +21,7 @@ export class FetchHttpHandler {
|
|
|
20
21
|
this.configProvider = Promise.resolve(this.config);
|
|
21
22
|
}
|
|
22
23
|
if (keepAliveSupport.supported === undefined) {
|
|
23
|
-
keepAliveSupport.supported = Boolean(typeof Request !== "undefined" && "keepalive" in
|
|
24
|
+
keepAliveSupport.supported = Boolean(typeof Request !== "undefined" && "keepalive" in createRequest("https://[::1]"));
|
|
24
25
|
}
|
|
25
26
|
}
|
|
26
27
|
destroy() {
|
|
@@ -76,7 +77,7 @@ export class FetchHttpHandler {
|
|
|
76
77
|
Object.assign(requestOptions, this.config.requestInit(request));
|
|
77
78
|
}
|
|
78
79
|
let removeSignalEventListener = () => { };
|
|
79
|
-
const fetchRequest =
|
|
80
|
+
const fetchRequest = createRequest(url, requestOptions);
|
|
80
81
|
const raceOfPromises = [
|
|
81
82
|
fetch(fetchRequest).then((response) => {
|
|
82
83
|
const fetchHeaders = response.headers;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export const streamCollector = async (stream) => {
|
|
2
|
-
if (typeof Blob === "function" && stream instanceof Blob) {
|
|
2
|
+
if ((typeof Blob === "function" && stream instanceof Blob) || stream.constructor?.name === "Blob") {
|
|
3
3
|
return new Uint8Array(await stream.arrayBuffer());
|
|
4
4
|
}
|
|
5
5
|
return collectStream(stream);
|