@cdklabs/cdk-ecs-codedeploy 0.0.150 → 0.0.152
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/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/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/README.md +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/package.json +30 -30
- package/node_modules/@aws-sdk/client-sso/README.md +0 -3
- package/node_modules/@aws-sdk/client-sso/package.json +26 -26
- package/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -3
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +26 -26
- package/node_modules/@aws-sdk/client-sts/README.md +1 -5
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +1 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +1 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +8 -11
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +15 -17
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/package.json +29 -29
- package/node_modules/@aws-sdk/config-resolver/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- 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 +3 -3
- package/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/fetch-http-handler.js +1 -1
- package/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js +1 -1
- package/node_modules/@aws-sdk/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-endpoint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js +2 -2
- package/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js +2 -2
- package/node_modules/@aws-sdk/middleware-retry/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-serde/package.json +4 -3
- package/node_modules/@aws-sdk/middleware-signing/package.json +8 -7
- package/node_modules/@aws-sdk/middleware-stack/package.json +4 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -5
- package/node_modules/@aws-sdk/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@aws-sdk/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/smithy-client/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/package.json +5 -5
- package/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -1
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/util-retry/README.md +54 -3
- package/node_modules/@aws-sdk/util-retry/dist-cjs/ConfiguredRetryStrategy.js +22 -0
- package/node_modules/@aws-sdk/util-retry/dist-cjs/StandardRetryStrategy.js +3 -3
- package/node_modules/@aws-sdk/util-retry/dist-cjs/config.js +1 -1
- package/node_modules/@aws-sdk/util-retry/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
- package/node_modules/@aws-sdk/util-retry/dist-es/StandardRetryStrategy.js +3 -3
- package/node_modules/@aws-sdk/util-retry/dist-es/config.js +1 -1
- package/node_modules/@aws-sdk/util-retry/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -2
- package/node_modules/@aws-sdk/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@aws-sdk/util-retry/dist-types/DefaultRateLimiter.d.ts +2 -2
- package/node_modules/@aws-sdk/util-retry/dist-types/StandardRetryStrategy.d.ts +5 -3
- package/node_modules/@aws-sdk/util-retry/dist-types/config.d.ts +4 -4
- package/node_modules/@aws-sdk/util-retry/dist-types/constants.d.ts +9 -9
- package/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
- package/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts +1 -18
- package/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +24 -0
- package/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +4 -2
- package/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/config.d.ts +1 -1
- package/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@aws-sdk/util-waiter/package.json +3 -3
- package/package.json +4 -4
|
@@ -19,14 +19,12 @@ export interface GetCallerIdentityCommandOutput extends GetCallerIdentityRespons
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>Returns details about the IAM user or role whose credentials are used to call the
|
|
23
|
-
* operation.</p>
|
|
22
|
+
* <p>Returns details about the IAM user or role whose credentials are used to call the operation.</p>
|
|
24
23
|
* <note>
|
|
25
|
-
* <p>No permissions are required to perform this operation. If an administrator
|
|
26
|
-
*
|
|
24
|
+
* <p>No permissions are required to perform this operation. If an administrator
|
|
25
|
+
* attaches a policy to your identity that explicitly denies access to the
|
|
27
26
|
* <code>sts:GetCallerIdentity</code> action, you can still perform this operation.
|
|
28
|
-
* Permissions are not required because the same information is returned when an IAM
|
|
29
|
-
* or role is denied access. To view an example response, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot_general.html#troubleshoot_general_access-denied-delete-mfa">I Am Not Authorized to Perform: iam:DeleteVirtualMFADevice</a> in the
|
|
27
|
+
* Permissions are not required because the same information is returned when access is denied. To view an example response, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot_general.html#troubleshoot_general_access-denied-delete-mfa">I Am Not Authorized to Perform: iam:DeleteVirtualMFADevice</a> in the
|
|
30
28
|
* <i>IAM User Guide</i>.</p>
|
|
31
29
|
* </note>
|
|
32
30
|
* @example
|
|
@@ -20,15 +20,19 @@ export interface GetFederationTokenCommandOutput extends GetFederationTokenRespo
|
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
22
|
* <p>Returns a set of temporary security credentials (consisting of an access key ID, a
|
|
23
|
-
* secret access key, and a security token) for a
|
|
23
|
+
* secret access key, and a security token) for a user. A typical use is in a proxy
|
|
24
24
|
* application that gets temporary security credentials on behalf of distributed applications
|
|
25
|
-
* inside a corporate network
|
|
25
|
+
* inside a corporate network.</p>
|
|
26
|
+
* <p>You must call the <code>GetFederationToken</code> operation
|
|
26
27
|
* using the long-term security credentials of an IAM user. As a result, this call is
|
|
27
|
-
* appropriate in contexts where those credentials can be
|
|
28
|
+
* appropriate in contexts where those credentials can be safeguarded, usually in a
|
|
28
29
|
* server-based application. For a comparison of <code>GetFederationToken</code> with the
|
|
29
30
|
* other API operations that produce temporary credentials, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html">Requesting Temporary Security
|
|
30
31
|
* Credentials</a> and <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#stsapi_comparison">Comparing the
|
|
31
32
|
* Amazon Web Services STS API operations</a> in the <i>IAM User Guide</i>.</p>
|
|
33
|
+
* <p>Although it is possible to call <code>GetFederationToken</code> using the security credentials of an
|
|
34
|
+
* Amazon Web Services account root user rather than an IAM user that you create for the purpose of a proxy application, we do not recommend it. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#lock-away-credentials">Safeguard your root user credentials and don't use them for everyday tasks</a> in the
|
|
35
|
+
* <i>IAM User Guide</i>. </p>
|
|
32
36
|
* <note>
|
|
33
37
|
* <p>You can create a mobile-based or browser-based app that can authenticate users using
|
|
34
38
|
* a web identity provider like Login with Amazon, Facebook, Google, or an OpenID
|
|
@@ -36,19 +40,12 @@ export interface GetFederationTokenCommandOutput extends GetFederationTokenRespo
|
|
|
36
40
|
* <code>AssumeRoleWithWebIdentity</code>. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#api_assumerolewithwebidentity">Federation Through a Web-based Identity Provider</a> in the
|
|
37
41
|
* <i>IAM User Guide</i>.</p>
|
|
38
42
|
* </note>
|
|
39
|
-
* <p>You can also call <code>GetFederationToken</code> using the security credentials of an
|
|
40
|
-
* Amazon Web Services account root user, but we do not recommend it. Instead, we recommend that you create
|
|
41
|
-
* an IAM user for the purpose of the proxy application. Then attach a policy to the IAM
|
|
42
|
-
* user that limits federated users to only the actions and resources that they need to
|
|
43
|
-
* access. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html">IAM Best Practices</a> in the
|
|
44
|
-
* <i>IAM User Guide</i>. </p>
|
|
45
43
|
* <p>
|
|
46
44
|
* <b>Session duration</b>
|
|
47
45
|
* </p>
|
|
48
46
|
* <p>The temporary credentials are valid for the specified duration, from 900 seconds (15
|
|
49
47
|
* minutes) up to a maximum of 129,600 seconds (36 hours). The default session duration is
|
|
50
|
-
* 43,200 seconds (12 hours). Temporary credentials obtained by using the
|
|
51
|
-
* user credentials have a maximum duration of 3,600 seconds (1 hour).</p>
|
|
48
|
+
* 43,200 seconds (12 hours). Temporary credentials obtained by using the root user credentials have a maximum duration of 3,600 seconds (1 hour).</p>
|
|
52
49
|
* <p>
|
|
53
50
|
* <b>Permissions</b>
|
|
54
51
|
* </p>
|
|
@@ -22,12 +22,11 @@ export interface GetSessionTokenCommandOutput extends GetSessionTokenResponse, _
|
|
|
22
22
|
* <p>Returns a set of temporary credentials for an Amazon Web Services account or IAM user. The
|
|
23
23
|
* credentials consist of an access key ID, a secret access key, and a security token.
|
|
24
24
|
* Typically, you use <code>GetSessionToken</code> if you want to use MFA to protect
|
|
25
|
-
* programmatic calls to specific Amazon Web Services API operations like Amazon EC2 <code>StopInstances</code
|
|
26
|
-
* MFA-enabled IAM users
|
|
25
|
+
* programmatic calls to specific Amazon Web Services API operations like Amazon EC2 <code>StopInstances</code>.</p>
|
|
26
|
+
* <p>MFA-enabled IAM users must call <code>GetSessionToken</code> and submit an MFA
|
|
27
27
|
* code that is associated with their MFA device. Using the temporary security credentials
|
|
28
|
-
* that
|
|
29
|
-
* operations that require MFA authentication.
|
|
30
|
-
* the API returns an access denied error. For a comparison of <code>GetSessionToken</code>
|
|
28
|
+
* that the call returns, IAM users can then make programmatic calls to API
|
|
29
|
+
* operations that require MFA authentication. An incorrect MFA code causes the API to return an access denied error. For a comparison of <code>GetSessionToken</code>
|
|
31
30
|
* with the other API operations that produce temporary credentials, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html">Requesting
|
|
32
31
|
* Temporary Security Credentials</a> and <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#stsapi_comparison">Comparing the
|
|
33
32
|
* Amazon Web Services STS API operations</a> in the <i>IAM User Guide</i>.</p>
|
|
@@ -42,7 +41,7 @@ export interface GetSessionTokenCommandOutput extends GetSessionTokenResponse, _
|
|
|
42
41
|
* <b>Session Duration</b>
|
|
43
42
|
* </p>
|
|
44
43
|
* <p>The <code>GetSessionToken</code> operation must be called by using the long-term Amazon Web Services
|
|
45
|
-
* security credentials of
|
|
44
|
+
* security credentials of an IAM user. Credentials that are
|
|
46
45
|
* created by IAM users are valid for the duration that you specify. This duration can range
|
|
47
46
|
* from 900 seconds (15 minutes) up to a maximum of 129,600 seconds (36 hours), with a default
|
|
48
47
|
* of 43,200 seconds (12 hours). Credentials based on account credentials can range from 900
|
|
@@ -62,20 +61,19 @@ export interface GetSessionTokenCommandOutput extends GetSessionTokenResponse, _
|
|
|
62
61
|
* <code>AssumeRole</code> or <code>GetCallerIdentity</code>.</p>
|
|
63
62
|
* </li>
|
|
64
63
|
* </ul>
|
|
64
|
+
* <p>The credentials that <code>GetSessionToken</code> returns are based on
|
|
65
|
+
* permissions associated with the IAM user whose credentials were used to call the operation. The
|
|
66
|
+
* temporary credentials have the same permissions as the IAM user.</p>
|
|
65
67
|
* <note>
|
|
66
|
-
* <p>
|
|
67
|
-
* root user
|
|
68
|
-
*
|
|
69
|
-
*
|
|
68
|
+
* <p>Although it is possible to call <code>GetSessionToken</code> using the security credentials of an
|
|
69
|
+
* Amazon Web Services account root user rather than an IAM user, we do not recommend it. If
|
|
70
|
+
* <code>GetSessionToken</code> is called using root user credentials, the
|
|
71
|
+
* temporary credentials have root user permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#lock-away-credentials">Safeguard your root user credentials and don't use them for everyday tasks</a> in the
|
|
72
|
+
* <i>IAM User Guide</i>
|
|
73
|
+
* </p>
|
|
70
74
|
* </note>
|
|
71
|
-
* <p>The credentials that are returned by <code>GetSessionToken</code> are based on
|
|
72
|
-
* permissions associated with the user whose credentials were used to call the operation. If
|
|
73
|
-
* <code>GetSessionToken</code> is called using Amazon Web Services account root user credentials, the
|
|
74
|
-
* temporary credentials have root user permissions. Similarly, if
|
|
75
|
-
* <code>GetSessionToken</code> is called using the credentials of an IAM user, the
|
|
76
|
-
* temporary credentials have the same permissions as the IAM user. </p>
|
|
77
75
|
* <p>For more information about using <code>GetSessionToken</code> to create temporary
|
|
78
|
-
* credentials,
|
|
76
|
+
* credentials, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#api_getsessiontoken">Temporary
|
|
79
77
|
* Credentials for Users in Untrusted Environments</a> in the
|
|
80
78
|
* <i>IAM User Guide</i>. </p>
|
|
81
79
|
* @example
|
|
@@ -535,7 +535,7 @@ export interface AssumeRoleWithSAMLResponse {
|
|
|
535
535
|
* </li>
|
|
536
536
|
* </ul>
|
|
537
537
|
* <p>The combination of <code>NameQualifier</code> and <code>Subject</code> can be used to
|
|
538
|
-
* uniquely identify a
|
|
538
|
+
* uniquely identify a user.</p>
|
|
539
539
|
* <p>The following pseudocode shows how the hash value is calculated:</p>
|
|
540
540
|
* <p>
|
|
541
541
|
* <code>BASE64 ( SHA1 ( "https://example.com/saml" + "123456789012" + "/MySAMLIdP" ) )</code>
|
|
@@ -946,7 +946,7 @@ export interface GetFederationTokenRequest {
|
|
|
946
946
|
/**
|
|
947
947
|
* <p>The duration, in seconds, that the session should last. Acceptable durations for
|
|
948
948
|
* federation sessions range from 900 seconds (15 minutes) to 129,600 seconds (36 hours), with
|
|
949
|
-
* 43,200 seconds (12 hours) as the default. Sessions obtained using
|
|
949
|
+
* 43,200 seconds (12 hours) as the default. Sessions obtained using root user
|
|
950
950
|
* credentials are restricted to a maximum of 3,600 seconds (one hour). If the specified
|
|
951
951
|
* duration is longer than one hour, the session obtained by using root user credentials
|
|
952
952
|
* defaults to one hour.</p>
|
|
@@ -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.329.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -23,37 +23,37 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
26
|
-
"@aws-sdk/config-resolver": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
28
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
29
|
-
"@aws-sdk/hash-node": "3.
|
|
30
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
31
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
32
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
33
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
34
|
-
"@aws-sdk/middleware-logger": "3.
|
|
35
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
36
|
-
"@aws-sdk/middleware-retry": "3.
|
|
37
|
-
"@aws-sdk/middleware-sdk-sts": "3.
|
|
38
|
-
"@aws-sdk/middleware-serde": "3.
|
|
39
|
-
"@aws-sdk/middleware-signing": "3.
|
|
40
|
-
"@aws-sdk/middleware-stack": "3.
|
|
41
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
42
|
-
"@aws-sdk/node-config-provider": "3.
|
|
43
|
-
"@aws-sdk/node-http-handler": "3.
|
|
44
|
-
"@aws-sdk/protocol-http": "3.
|
|
45
|
-
"@aws-sdk/smithy-client": "3.
|
|
46
|
-
"@aws-sdk/types": "3.
|
|
47
|
-
"@aws-sdk/url-parser": "3.
|
|
26
|
+
"@aws-sdk/config-resolver": "3.329.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.329.0",
|
|
28
|
+
"@aws-sdk/fetch-http-handler": "3.329.0",
|
|
29
|
+
"@aws-sdk/hash-node": "3.329.0",
|
|
30
|
+
"@aws-sdk/invalid-dependency": "3.329.0",
|
|
31
|
+
"@aws-sdk/middleware-content-length": "3.329.0",
|
|
32
|
+
"@aws-sdk/middleware-endpoint": "3.329.0",
|
|
33
|
+
"@aws-sdk/middleware-host-header": "3.329.0",
|
|
34
|
+
"@aws-sdk/middleware-logger": "3.329.0",
|
|
35
|
+
"@aws-sdk/middleware-recursion-detection": "3.329.0",
|
|
36
|
+
"@aws-sdk/middleware-retry": "3.329.0",
|
|
37
|
+
"@aws-sdk/middleware-sdk-sts": "3.329.0",
|
|
38
|
+
"@aws-sdk/middleware-serde": "3.329.0",
|
|
39
|
+
"@aws-sdk/middleware-signing": "3.329.0",
|
|
40
|
+
"@aws-sdk/middleware-stack": "3.329.0",
|
|
41
|
+
"@aws-sdk/middleware-user-agent": "3.329.0",
|
|
42
|
+
"@aws-sdk/node-config-provider": "3.329.0",
|
|
43
|
+
"@aws-sdk/node-http-handler": "3.329.0",
|
|
44
|
+
"@aws-sdk/protocol-http": "3.329.0",
|
|
45
|
+
"@aws-sdk/smithy-client": "3.329.0",
|
|
46
|
+
"@aws-sdk/types": "3.329.0",
|
|
47
|
+
"@aws-sdk/url-parser": "3.329.0",
|
|
48
48
|
"@aws-sdk/util-base64": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
50
50
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
51
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
52
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
53
|
-
"@aws-sdk/util-endpoints": "3.
|
|
54
|
-
"@aws-sdk/util-retry": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
56
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
51
|
+
"@aws-sdk/util-defaults-mode-browser": "3.329.0",
|
|
52
|
+
"@aws-sdk/util-defaults-mode-node": "3.329.0",
|
|
53
|
+
"@aws-sdk/util-endpoints": "3.329.0",
|
|
54
|
+
"@aws-sdk/util-retry": "3.329.0",
|
|
55
|
+
"@aws-sdk/util-user-agent-browser": "3.329.0",
|
|
56
|
+
"@aws-sdk/util-user-agent-node": "3.329.0",
|
|
57
57
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
58
58
|
"fast-xml-parser": "4.1.2",
|
|
59
59
|
"tslib": "^2.5.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/config-resolver",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.329.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,13 +20,13 @@
|
|
|
20
20
|
},
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@aws-sdk/types": "3.
|
|
23
|
+
"@aws-sdk/types": "3.329.0",
|
|
24
24
|
"@aws-sdk/util-config-provider": "3.310.0",
|
|
25
|
-
"@aws-sdk/util-middleware": "3.
|
|
25
|
+
"@aws-sdk/util-middleware": "3.329.0",
|
|
26
26
|
"tslib": "^2.5.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@aws-sdk/node-config-provider": "3.
|
|
29
|
+
"@aws-sdk/node-config-provider": "3.329.0",
|
|
30
30
|
"@tsconfig/recommended": "1.0.1",
|
|
31
31
|
"concurrently": "7.0.0",
|
|
32
32
|
"downlevel-dts": "0.10.1",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-env",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.329.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",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/property-provider": "3.
|
|
28
|
-
"@aws-sdk/types": "3.
|
|
27
|
+
"@aws-sdk/property-provider": "3.329.0",
|
|
28
|
+
"@aws-sdk/types": "3.329.0",
|
|
29
29
|
"tslib": "^2.5.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-imds",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.329.0",
|
|
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",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/node-config-provider": "3.
|
|
28
|
-
"@aws-sdk/property-provider": "3.
|
|
29
|
-
"@aws-sdk/types": "3.
|
|
30
|
-
"@aws-sdk/url-parser": "3.
|
|
27
|
+
"@aws-sdk/node-config-provider": "3.329.0",
|
|
28
|
+
"@aws-sdk/property-provider": "3.329.0",
|
|
29
|
+
"@aws-sdk/types": "3.329.0",
|
|
30
|
+
"@aws-sdk/url-parser": "3.329.0",
|
|
31
31
|
"tslib": "^2.5.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.329.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",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
28
|
-
"@aws-sdk/credential-provider-imds": "3.
|
|
29
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
30
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
31
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
32
|
-
"@aws-sdk/property-provider": "3.
|
|
33
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
34
|
-
"@aws-sdk/types": "3.
|
|
27
|
+
"@aws-sdk/credential-provider-env": "3.329.0",
|
|
28
|
+
"@aws-sdk/credential-provider-imds": "3.329.0",
|
|
29
|
+
"@aws-sdk/credential-provider-process": "3.329.0",
|
|
30
|
+
"@aws-sdk/credential-provider-sso": "3.329.0",
|
|
31
|
+
"@aws-sdk/credential-provider-web-identity": "3.329.0",
|
|
32
|
+
"@aws-sdk/property-provider": "3.329.0",
|
|
33
|
+
"@aws-sdk/shared-ini-file-loader": "3.329.0",
|
|
34
|
+
"@aws-sdk/types": "3.329.0",
|
|
35
35
|
"tslib": "^2.5.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.329.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from a Node.JS environment. ",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=14.0.0"
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
},
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
31
|
-
"@aws-sdk/credential-provider-imds": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-ini": "3.
|
|
33
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
34
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
35
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
36
|
-
"@aws-sdk/property-provider": "3.
|
|
37
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
38
|
-
"@aws-sdk/types": "3.
|
|
30
|
+
"@aws-sdk/credential-provider-env": "3.329.0",
|
|
31
|
+
"@aws-sdk/credential-provider-imds": "3.329.0",
|
|
32
|
+
"@aws-sdk/credential-provider-ini": "3.329.0",
|
|
33
|
+
"@aws-sdk/credential-provider-process": "3.329.0",
|
|
34
|
+
"@aws-sdk/credential-provider-sso": "3.329.0",
|
|
35
|
+
"@aws-sdk/credential-provider-web-identity": "3.329.0",
|
|
36
|
+
"@aws-sdk/property-provider": "3.329.0",
|
|
37
|
+
"@aws-sdk/shared-ini-file-loader": "3.329.0",
|
|
38
|
+
"@aws-sdk/types": "3.329.0",
|
|
39
39
|
"tslib": "^2.5.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-process",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.329.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",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/property-provider": "3.
|
|
28
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
29
|
-
"@aws-sdk/types": "3.
|
|
27
|
+
"@aws-sdk/property-provider": "3.329.0",
|
|
28
|
+
"@aws-sdk/shared-ini-file-loader": "3.329.0",
|
|
29
|
+
"@aws-sdk/types": "3.329.0",
|
|
30
30
|
"tslib": "^2.5.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-sso",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.329.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",
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/client-sso": "3.
|
|
28
|
-
"@aws-sdk/property-provider": "3.
|
|
29
|
-
"@aws-sdk/shared-ini-file-loader": "3.
|
|
30
|
-
"@aws-sdk/token-providers": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
27
|
+
"@aws-sdk/client-sso": "3.329.0",
|
|
28
|
+
"@aws-sdk/property-provider": "3.329.0",
|
|
29
|
+
"@aws-sdk/shared-ini-file-loader": "3.329.0",
|
|
30
|
+
"@aws-sdk/token-providers": "3.329.0",
|
|
31
|
+
"@aws-sdk/types": "3.329.0",
|
|
32
32
|
"tslib": "^2.5.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-web-identity",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.329.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",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"license": "Apache-2.0",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@aws-sdk/property-provider": "3.
|
|
36
|
-
"@aws-sdk/types": "3.
|
|
35
|
+
"@aws-sdk/property-provider": "3.329.0",
|
|
36
|
+
"@aws-sdk/types": "3.329.0",
|
|
37
37
|
"tslib": "^2.5.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
@@ -52,7 +52,7 @@ class FetchHttpHandler {
|
|
|
52
52
|
for (const pair of fetchHeaders.entries()) {
|
|
53
53
|
transformedHeaders[pair[0]] = pair[1];
|
|
54
54
|
}
|
|
55
|
-
const hasReadableStream = response.body
|
|
55
|
+
const hasReadableStream = response.body != undefined;
|
|
56
56
|
if (!hasReadableStream) {
|
|
57
57
|
return response.blob().then((body) => ({
|
|
58
58
|
response: new protocol_http_1.HttpResponse({
|
|
@@ -49,7 +49,7 @@ export class FetchHttpHandler {
|
|
|
49
49
|
for (const pair of fetchHeaders.entries()) {
|
|
50
50
|
transformedHeaders[pair[0]] = pair[1];
|
|
51
51
|
}
|
|
52
|
-
const hasReadableStream = response.body
|
|
52
|
+
const hasReadableStream = response.body != undefined;
|
|
53
53
|
if (!hasReadableStream) {
|
|
54
54
|
return response.blob().then((body) => ({
|
|
55
55
|
response: new HttpResponse({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/fetch-http-handler",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.329.0",
|
|
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'",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"module": "./dist-es/index.js",
|
|
22
22
|
"types": "./dist-types/index.d.ts",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/protocol-http": "3.
|
|
25
|
-
"@aws-sdk/querystring-builder": "3.
|
|
26
|
-
"@aws-sdk/types": "3.
|
|
24
|
+
"@aws-sdk/protocol-http": "3.329.0",
|
|
25
|
+
"@aws-sdk/querystring-builder": "3.329.0",
|
|
26
|
+
"@aws-sdk/types": "3.329.0",
|
|
27
27
|
"@aws-sdk/util-base64": "3.310.0",
|
|
28
28
|
"tslib": "^2.5.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@aws-sdk/abort-controller": "3.
|
|
31
|
+
"@aws-sdk/abort-controller": "3.329.0",
|
|
32
32
|
"@tsconfig/recommended": "1.0.1",
|
|
33
33
|
"concurrently": "7.0.0",
|
|
34
34
|
"downlevel-dts": "0.10.1",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/hash-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.329.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",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"typescript": "~4.9.5"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
33
|
+
"@aws-sdk/types": "3.329.0",
|
|
34
34
|
"@aws-sdk/util-buffer-from": "3.310.0",
|
|
35
35
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
36
36
|
"tslib": "^2.5.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/invalid-dependency",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.329.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,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@aws-sdk/types": "3.
|
|
23
|
+
"@aws-sdk/types": "3.329.0",
|
|
24
24
|
"tslib": "^2.5.0"
|
|
25
25
|
},
|
|
26
26
|
"typesVersions": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-content-length",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.329.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",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
},
|
|
22
22
|
"license": "Apache-2.0",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/protocol-http": "3.
|
|
25
|
-
"@aws-sdk/types": "3.
|
|
24
|
+
"@aws-sdk/protocol-http": "3.329.0",
|
|
25
|
+
"@aws-sdk/types": "3.329.0",
|
|
26
26
|
"tslib": "^2.5.0"
|
|
27
27
|
},
|
|
28
28
|
"engines": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-endpoint",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.329.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",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
},
|
|
22
22
|
"license": "Apache-2.0",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/middleware-serde": "3.
|
|
25
|
-
"@aws-sdk/types": "3.
|
|
26
|
-
"@aws-sdk/url-parser": "3.
|
|
27
|
-
"@aws-sdk/util-middleware": "3.
|
|
24
|
+
"@aws-sdk/middleware-serde": "3.329.0",
|
|
25
|
+
"@aws-sdk/types": "3.329.0",
|
|
26
|
+
"@aws-sdk/url-parser": "3.329.0",
|
|
27
|
+
"@aws-sdk/util-middleware": "3.329.0",
|
|
28
28
|
"tslib": "^2.5.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-host-header",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.329.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",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
},
|
|
22
22
|
"license": "Apache-2.0",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/protocol-http": "3.
|
|
25
|
-
"@aws-sdk/types": "3.
|
|
24
|
+
"@aws-sdk/protocol-http": "3.329.0",
|
|
25
|
+
"@aws-sdk/types": "3.329.0",
|
|
26
26
|
"tslib": "^2.5.0"
|
|
27
27
|
},
|
|
28
28
|
"engines": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-logger",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.329.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,7 +22,7 @@
|
|
|
22
22
|
"module": "./dist-es/index.js",
|
|
23
23
|
"types": "./dist-types/index.d.ts",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@aws-sdk/types": "3.
|
|
25
|
+
"@aws-sdk/types": "3.329.0",
|
|
26
26
|
"tslib": "^2.5.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-recursion-detection",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.329.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",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
},
|
|
22
22
|
"license": "Apache-2.0",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/protocol-http": "3.
|
|
25
|
-
"@aws-sdk/types": "3.
|
|
24
|
+
"@aws-sdk/protocol-http": "3.329.0",
|
|
25
|
+
"@aws-sdk/types": "3.329.0",
|
|
26
26
|
"tslib": "^2.5.0"
|
|
27
27
|
},
|
|
28
28
|
"engines": {
|