@aws-sdk/client-elastic-load-balancing-v2 3.36.0 → 3.39.0
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/CHANGELOG.md +42 -0
- package/dist-cjs/ElasticLoadBalancingV2.js +0 -41
- package/dist-cjs/ElasticLoadBalancingV2Client.js +0 -46
- package/dist-cjs/commands/AddListenerCertificatesCommand.js +0 -31
- package/dist-cjs/commands/AddTagsCommand.js +0 -28
- package/dist-cjs/commands/CreateListenerCommand.js +0 -51
- package/dist-cjs/commands/CreateLoadBalancerCommand.js +0 -51
- package/dist-cjs/commands/CreateRuleCommand.js +0 -29
- package/dist-cjs/commands/CreateTargetGroupCommand.js +0 -51
- package/dist-cjs/commands/DeleteListenerCommand.js +0 -26
- package/dist-cjs/commands/DeleteLoadBalancerCommand.js +0 -30
- package/dist-cjs/commands/DeleteRuleCommand.js +0 -25
- package/dist-cjs/commands/DeleteTargetGroupCommand.js +0 -28
- package/dist-cjs/commands/DeregisterTargetsCommand.js +0 -25
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +0 -46
- package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +0 -31
- package/dist-cjs/commands/DescribeListenersCommand.js +0 -26
- package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +0 -47
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +0 -24
- package/dist-cjs/commands/DescribeRulesCommand.js +0 -25
- package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +0 -26
- package/dist-cjs/commands/DescribeTagsCommand.js +0 -26
- package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +0 -45
- package/dist-cjs/commands/DescribeTargetGroupsCommand.js +0 -27
- package/dist-cjs/commands/DescribeTargetHealthCommand.js +0 -24
- package/dist-cjs/commands/ModifyListenerCommand.js +0 -31
- package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +0 -27
- package/dist-cjs/commands/ModifyRuleCommand.js +0 -28
- package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +0 -24
- package/dist-cjs/commands/ModifyTargetGroupCommand.js +0 -25
- package/dist-cjs/commands/RegisterTargetsCommand.js +0 -36
- package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +0 -25
- package/dist-cjs/commands/RemoveTagsCommand.js +0 -26
- package/dist-cjs/commands/SetIpAddressTypeCommand.js +0 -25
- package/dist-cjs/commands/SetRulePrioritiesCommand.js +0 -26
- package/dist-cjs/commands/SetSecurityGroupsCommand.js +0 -27
- package/dist-cjs/commands/SetSubnetsCommand.js +0 -29
- package/dist-cjs/commands/index.js +37 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +5 -45
- package/dist-cjs/models/models_0.js +8 -429
- package/dist-cjs/pagination/DescribeListenersPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeTargetGroupsPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_query.js +18 -2
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-cjs/waiters/index.js +8 -0
- package/dist-cjs/waiters/waitForLoadBalancerAvailable.js +0 -9
- package/dist-cjs/waiters/waitForLoadBalancerExists.js +0 -9
- package/dist-cjs/waiters/waitForLoadBalancersDeleted.js +0 -9
- package/dist-cjs/waiters/waitForTargetDeregistered.js +0 -9
- package/dist-cjs/waiters/waitForTargetInService.js +0 -9
- package/dist-es/commands/index.js +34 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +5 -45
- package/dist-es/models/models_0.js +5 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_query.js +18 -0
- package/dist-es/waiters/index.js +5 -0
- package/dist-types/commands/index.d.ts +34 -0
- package/dist-types/index.d.ts +5 -45
- package/dist-types/models/models_0.d.ts +41 -12
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +35 -378
- package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +24 -127
- package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +2 -47
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +2 -47
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +2 -47
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +2 -42
- package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -43
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +2 -41
- package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/index.d.ts +34 -0
- package/dist-types/ts3.4/index.d.ts +5 -45
- package/dist-types/ts3.4/models/models_0.d.ts +238 -3056
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -6
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +5 -0
- package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +5 -0
- package/package.json +33 -33
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { ElasticLoadBalancingV2ClientConfig } from "./ElasticLoadBalancingV2Client";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConfig) => {
|
|
7
5
|
runtime: string;
|
|
8
6
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
@@ -31,9 +29,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConf
|
|
|
31
29
|
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
30
|
signingEscapePath?: boolean | undefined;
|
|
33
31
|
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
32
|
+
signingRegion?: string | undefined;
|
|
37
33
|
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
38
34
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
39
35
|
};
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { ElasticLoadBalancingV2ClientConfig } from "./ElasticLoadBalancingV2Client";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConfig) => {
|
|
7
5
|
runtime: string;
|
|
8
6
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { ElasticLoadBalancingV2ClientConfig } from "./ElasticLoadBalancingV2Client";
|
|
2
|
-
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
2
|
+
|
|
5
3
|
export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConfig) => {
|
|
6
4
|
runtime: string;
|
|
7
5
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
2
|
import { ElasticLoadBalancingV2ClientConfig } from "./ElasticLoadBalancingV2Client";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConfig) => {
|
|
7
5
|
apiVersion: string;
|
|
8
6
|
disableHostPrefix: boolean;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
2
|
import { DescribeLoadBalancersCommandInput } from "../commands/DescribeLoadBalancersCommand";
|
|
3
3
|
import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
* @deprecated Use waitUntilLoadBalancerAvailable instead. waitForLoadBalancerAvailable does not throw error in non-success cases.
|
|
7
|
-
*/
|
|
4
|
+
|
|
8
5
|
export declare const waitForLoadBalancerAvailable: (params: WaiterConfiguration<ElasticLoadBalancingV2Client>, input: DescribeLoadBalancersCommandInput) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
|
-
*
|
|
11
|
-
* @param params - Waiter configuration options.
|
|
12
|
-
* @param input - The input to DescribeLoadBalancersCommand for polling.
|
|
13
|
-
*/
|
|
6
|
+
|
|
14
7
|
export declare const waitUntilLoadBalancerAvailable: (params: WaiterConfiguration<ElasticLoadBalancingV2Client>, input: DescribeLoadBalancersCommandInput) => Promise<WaiterResult>;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
2
|
import { DescribeLoadBalancersCommandInput } from "../commands/DescribeLoadBalancersCommand";
|
|
3
3
|
import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
* @deprecated Use waitUntilLoadBalancerExists instead. waitForLoadBalancerExists does not throw error in non-success cases.
|
|
7
|
-
*/
|
|
4
|
+
|
|
8
5
|
export declare const waitForLoadBalancerExists: (params: WaiterConfiguration<ElasticLoadBalancingV2Client>, input: DescribeLoadBalancersCommandInput) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
|
-
*
|
|
11
|
-
* @param params - Waiter configuration options.
|
|
12
|
-
* @param input - The input to DescribeLoadBalancersCommand for polling.
|
|
13
|
-
*/
|
|
6
|
+
|
|
14
7
|
export declare const waitUntilLoadBalancerExists: (params: WaiterConfiguration<ElasticLoadBalancingV2Client>, input: DescribeLoadBalancersCommandInput) => Promise<WaiterResult>;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
2
|
import { DescribeLoadBalancersCommandInput } from "../commands/DescribeLoadBalancersCommand";
|
|
3
3
|
import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
* @deprecated Use waitUntilLoadBalancersDeleted instead. waitForLoadBalancersDeleted does not throw error in non-success cases.
|
|
7
|
-
*/
|
|
4
|
+
|
|
8
5
|
export declare const waitForLoadBalancersDeleted: (params: WaiterConfiguration<ElasticLoadBalancingV2Client>, input: DescribeLoadBalancersCommandInput) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
|
-
*
|
|
11
|
-
* @param params - Waiter configuration options.
|
|
12
|
-
* @param input - The input to DescribeLoadBalancersCommand for polling.
|
|
13
|
-
*/
|
|
6
|
+
|
|
14
7
|
export declare const waitUntilLoadBalancersDeleted: (params: WaiterConfiguration<ElasticLoadBalancingV2Client>, input: DescribeLoadBalancersCommandInput) => Promise<WaiterResult>;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
2
|
import { DescribeTargetHealthCommandInput } from "../commands/DescribeTargetHealthCommand";
|
|
3
3
|
import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
* @deprecated Use waitUntilTargetDeregistered instead. waitForTargetDeregistered does not throw error in non-success cases.
|
|
7
|
-
*/
|
|
4
|
+
|
|
8
5
|
export declare const waitForTargetDeregistered: (params: WaiterConfiguration<ElasticLoadBalancingV2Client>, input: DescribeTargetHealthCommandInput) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
|
-
*
|
|
11
|
-
* @param params - Waiter configuration options.
|
|
12
|
-
* @param input - The input to DescribeTargetHealthCommand for polling.
|
|
13
|
-
*/
|
|
6
|
+
|
|
14
7
|
export declare const waitUntilTargetDeregistered: (params: WaiterConfiguration<ElasticLoadBalancingV2Client>, input: DescribeTargetHealthCommandInput) => Promise<WaiterResult>;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
2
|
import { DescribeTargetHealthCommandInput } from "../commands/DescribeTargetHealthCommand";
|
|
3
3
|
import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
* @deprecated Use waitUntilTargetInService instead. waitForTargetInService does not throw error in non-success cases.
|
|
7
|
-
*/
|
|
4
|
+
|
|
8
5
|
export declare const waitForTargetInService: (params: WaiterConfiguration<ElasticLoadBalancingV2Client>, input: DescribeTargetHealthCommandInput) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
|
-
*
|
|
11
|
-
* @param params - Waiter configuration options.
|
|
12
|
-
* @param input - The input to DescribeTargetHealthCommand for polling.
|
|
13
|
-
*/
|
|
6
|
+
|
|
14
7
|
export declare const waitUntilTargetInService: (params: WaiterConfiguration<ElasticLoadBalancingV2Client>, input: DescribeTargetHealthCommandInput) => Promise<WaiterResult>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elastic-load-balancing-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.39.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -19,43 +19,43 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-crypto/sha256-browser": "
|
|
23
|
-
"@aws-crypto/sha256-js": "
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
45
|
-
"@aws-sdk/util-base64-node": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
51
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
52
|
-
"@aws-sdk/util-waiter": "3.
|
|
22
|
+
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
|
+
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.39.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.39.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.39.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.38.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.38.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.38.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.38.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.38.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.38.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.39.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.38.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.39.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.38.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.38.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.39.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.38.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.38.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.38.0",
|
|
42
|
+
"@aws-sdk/types": "3.38.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.38.0",
|
|
44
|
+
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
|
+
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.38.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.39.0",
|
|
50
|
+
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
|
+
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
|
+
"@aws-sdk/util-waiter": "3.38.0",
|
|
53
53
|
"entities": "2.2.0",
|
|
54
54
|
"fast-xml-parser": "3.19.0",
|
|
55
55
|
"tslib": "^2.3.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
59
59
|
"@types/node": "^12.7.5",
|
|
60
60
|
"downlevel-dts": "0.7.0",
|
|
61
61
|
"jest": "^26.1.0",
|