@aws-sdk/client-elastic-load-balancing-v2 3.170.0 → 3.171.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 +8 -0
- package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +0 -34
- package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +0 -25
- package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ElasticLoadBalancingV2ServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1200 -3421
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +0 -2
- package/package.json +27 -27
|
@@ -1,12 +1,10 @@
|
|
|
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
4
|
export declare const waitForLoadBalancerAvailable: (
|
|
6
5
|
params: WaiterConfiguration<ElasticLoadBalancingV2Client>,
|
|
7
6
|
input: DescribeLoadBalancersCommandInput
|
|
8
7
|
) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
8
|
export declare const waitUntilLoadBalancerAvailable: (
|
|
11
9
|
params: WaiterConfiguration<ElasticLoadBalancingV2Client>,
|
|
12
10
|
input: DescribeLoadBalancersCommandInput
|
|
@@ -1,12 +1,10 @@
|
|
|
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
4
|
export declare const waitForLoadBalancerExists: (
|
|
6
5
|
params: WaiterConfiguration<ElasticLoadBalancingV2Client>,
|
|
7
6
|
input: DescribeLoadBalancersCommandInput
|
|
8
7
|
) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
8
|
export declare const waitUntilLoadBalancerExists: (
|
|
11
9
|
params: WaiterConfiguration<ElasticLoadBalancingV2Client>,
|
|
12
10
|
input: DescribeLoadBalancersCommandInput
|
|
@@ -1,12 +1,10 @@
|
|
|
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
4
|
export declare const waitForLoadBalancersDeleted: (
|
|
6
5
|
params: WaiterConfiguration<ElasticLoadBalancingV2Client>,
|
|
7
6
|
input: DescribeLoadBalancersCommandInput
|
|
8
7
|
) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
8
|
export declare const waitUntilLoadBalancersDeleted: (
|
|
11
9
|
params: WaiterConfiguration<ElasticLoadBalancingV2Client>,
|
|
12
10
|
input: DescribeLoadBalancersCommandInput
|
|
@@ -1,12 +1,10 @@
|
|
|
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
4
|
export declare const waitForTargetDeregistered: (
|
|
6
5
|
params: WaiterConfiguration<ElasticLoadBalancingV2Client>,
|
|
7
6
|
input: DescribeTargetHealthCommandInput
|
|
8
7
|
) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
8
|
export declare const waitUntilTargetDeregistered: (
|
|
11
9
|
params: WaiterConfiguration<ElasticLoadBalancingV2Client>,
|
|
12
10
|
input: DescribeTargetHealthCommandInput
|
|
@@ -1,12 +1,10 @@
|
|
|
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
4
|
export declare const waitForTargetInService: (
|
|
6
5
|
params: WaiterConfiguration<ElasticLoadBalancingV2Client>,
|
|
7
6
|
input: DescribeTargetHealthCommandInput
|
|
8
7
|
) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
8
|
export declare const waitUntilTargetInService: (
|
|
11
9
|
params: WaiterConfiguration<ElasticLoadBalancingV2Client>,
|
|
12
10
|
input: DescribeTargetHealthCommandInput
|
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.171.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",
|
|
@@ -19,38 +19,38 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.171.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.171.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.171.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.171.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.171.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.171.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.171.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.171.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.171.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.171.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.171.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.171.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.171.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.171.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.171.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.171.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.171.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.171.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.171.0",
|
|
41
|
+
"@aws-sdk/types": "3.171.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.171.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.171.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.171.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.171.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.171.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
|
-
"@aws-sdk/util-waiter": "3.
|
|
53
|
+
"@aws-sdk/util-waiter": "3.171.0",
|
|
54
54
|
"entities": "2.2.0",
|
|
55
55
|
"fast-xml-parser": "3.19.0",
|
|
56
56
|
"tslib": "^2.3.1"
|