@aws-sdk/client-elastic-load-balancing 3.1076.0 → 3.1078.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/dist-cjs/index.js +40 -295
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddTagsCommand.js +2 -14
- package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +2 -14
- package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +2 -14
- package/dist-es/commands/ConfigureHealthCheckCommand.js +2 -14
- package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +2 -14
- package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +2 -14
- package/dist-es/commands/CreateLoadBalancerCommand.js +2 -14
- package/dist-es/commands/CreateLoadBalancerListenersCommand.js +2 -14
- package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteLoadBalancerCommand.js +2 -14
- package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +2 -14
- package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +2 -14
- package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +2 -14
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -14
- package/dist-es/commands/DescribeInstanceHealthCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancersCommand.js +2 -14
- package/dist-es/commands/DescribeTagsCommand.js +2 -14
- package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +2 -14
- package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +2 -14
- package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +2 -14
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +2 -14
- package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +2 -14
- package/dist-es/commands/RemoveTagsCommand.js +2 -14
- package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +2 -14
- package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +2 -14
- package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddTagsCommand.d.ts +3 -8
- package/dist-types/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/AttachLoadBalancerToSubnetsCommand.d.ts +3 -8
- package/dist-types/commands/ConfigureHealthCheckCommand.d.ts +3 -8
- package/dist-types/commands/CreateAppCookieStickinessPolicyCommand.d.ts +3 -8
- package/dist-types/commands/CreateLBCookieStickinessPolicyCommand.d.ts +3 -8
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/CreateLoadBalancerListenersCommand.d.ts +3 -8
- package/dist-types/commands/CreateLoadBalancerPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLoadBalancerListenersCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLoadBalancerPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInstanceHealthCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancerPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTagsCommand.d.ts +3 -8
- package/dist-types/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +3 -8
- package/dist-types/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +3 -8
- package/dist-types/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTagsCommand.d.ts +3 -8
- package/dist-types/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +3 -8
- package/dist-types/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +3 -8
- package/dist-types/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateLoadBalancerPolicyInput,
|
|
10
4
|
CreateLoadBalancerPolicyOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateLoadBalancerPolicyCommandInput
|
|
15
8
|
extends CreateLoadBalancerPolicyInput {}
|
|
16
9
|
export interface CreateLoadBalancerPolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateLoadBalancerPolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateLoadBalancerPolicyCommandInput,
|
|
24
17
|
CreateLoadBalancerPolicyCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateLoadBalancerPolicyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateLoadBalancerPolicyCommandInput,
|
|
33
26
|
CreateLoadBalancerPolicyCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateLoadBalancerPolicyCommand extends CreateLoadBalancerPolicyCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteAccessPointInput,
|
|
10
4
|
DeleteAccessPointOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteLoadBalancerCommandInput
|
|
15
8
|
extends DeleteAccessPointInput {}
|
|
16
9
|
export interface DeleteLoadBalancerCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteLoadBalancerCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteLoadBalancerCommandInput,
|
|
24
17
|
DeleteLoadBalancerCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteLoadBalancerCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteLoadBalancerCommandInput,
|
|
33
26
|
DeleteLoadBalancerCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteLoadBalancerCommand extends DeleteLoadBalancerCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteLoadBalancerListenerInput,
|
|
10
4
|
DeleteLoadBalancerListenerOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteLoadBalancerListenersCommandInput
|
|
15
8
|
extends DeleteLoadBalancerListenerInput {}
|
|
16
9
|
export interface DeleteLoadBalancerListenersCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteLoadBalancerListenersCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteLoadBalancerListenersCommandInput,
|
|
24
17
|
DeleteLoadBalancerListenersCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteLoadBalancerListenersCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteLoadBalancerListenersCommandInput,
|
|
33
26
|
DeleteLoadBalancerListenersCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteLoadBalancerListenersCommand extends DeleteLoadBalancerListenersCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteLoadBalancerPolicyInput,
|
|
10
4
|
DeleteLoadBalancerPolicyOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteLoadBalancerPolicyCommandInput
|
|
15
8
|
extends DeleteLoadBalancerPolicyInput {}
|
|
16
9
|
export interface DeleteLoadBalancerPolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteLoadBalancerPolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteLoadBalancerPolicyCommandInput,
|
|
24
17
|
DeleteLoadBalancerPolicyCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteLoadBalancerPolicyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteLoadBalancerPolicyCommandInput,
|
|
33
26
|
DeleteLoadBalancerPolicyCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteLoadBalancerPolicyCommand extends DeleteLoadBalancerPolicyCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
DeregisterEndPointsInput,
|
|
10
4
|
DeregisterEndPointsOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeregisterInstancesFromLoadBalancerCommandInput
|
|
15
8
|
extends DeregisterEndPointsInput {}
|
|
16
9
|
export interface DeregisterInstancesFromLoadBalancerCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeregisterInstancesFromLoadBalancerCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeregisterInstancesFromLoadBalancerCommandInput,
|
|
24
17
|
DeregisterInstancesFromLoadBalancerCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeregisterInstancesFromLoadBalancerCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeregisterInstancesFromLoadBalancerCommandInput,
|
|
33
26
|
DeregisterInstancesFromLoadBalancerCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeregisterInstancesFromLoadBalancerCommand extends DeregisterInstancesFromLoadBalancerCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeAccountLimitsInput,
|
|
10
4
|
DescribeAccountLimitsOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAccountLimitsCommandInput
|
|
15
8
|
extends DescribeAccountLimitsInput {}
|
|
16
9
|
export interface DescribeAccountLimitsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAccountLimitsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAccountLimitsCommandInput,
|
|
24
17
|
DescribeAccountLimitsCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeAccountLimitsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAccountLimitsCommandInput,
|
|
33
26
|
DescribeAccountLimitsCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeAccountLimitsCommand extends DescribeAccountLimitsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeEndPointStateInput,
|
|
10
4
|
DescribeEndPointStateOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeInstanceHealthCommandInput
|
|
15
8
|
extends DescribeEndPointStateInput {}
|
|
16
9
|
export interface DescribeInstanceHealthCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeInstanceHealthCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeInstanceHealthCommandInput,
|
|
24
17
|
DescribeInstanceHealthCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeInstanceHealthCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeInstanceHealthCommandInput,
|
|
33
26
|
DescribeInstanceHealthCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeInstanceHealthCommand extends DescribeInstanceHealthCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeLoadBalancerAttributesInput,
|
|
10
4
|
DescribeLoadBalancerAttributesOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeLoadBalancerAttributesCommandInput
|
|
15
8
|
extends DescribeLoadBalancerAttributesInput {}
|
|
16
9
|
export interface DescribeLoadBalancerAttributesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeLoadBalancerAttributesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeLoadBalancerAttributesCommandInput,
|
|
24
17
|
DescribeLoadBalancerAttributesCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeLoadBalancerAttributesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeLoadBalancerAttributesCommandInput,
|
|
33
26
|
DescribeLoadBalancerAttributesCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeLoadBalancerAttributesCommand extends DescribeLoadBalancerAttributesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeLoadBalancerPoliciesInput,
|
|
10
4
|
DescribeLoadBalancerPoliciesOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeLoadBalancerPoliciesCommandInput
|
|
15
8
|
extends DescribeLoadBalancerPoliciesInput {}
|
|
16
9
|
export interface DescribeLoadBalancerPoliciesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeLoadBalancerPoliciesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeLoadBalancerPoliciesCommandInput,
|
|
24
17
|
DescribeLoadBalancerPoliciesCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeLoadBalancerPoliciesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeLoadBalancerPoliciesCommandInput,
|
|
33
26
|
DescribeLoadBalancerPoliciesCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeLoadBalancerPoliciesCommand extends DescribeLoadBalancerPoliciesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeLoadBalancerPolicyTypesInput,
|
|
10
4
|
DescribeLoadBalancerPolicyTypesOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeLoadBalancerPolicyTypesCommandInput
|
|
15
8
|
extends DescribeLoadBalancerPolicyTypesInput {}
|
|
16
9
|
export interface DescribeLoadBalancerPolicyTypesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeLoadBalancerPolicyTypesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeLoadBalancerPolicyTypesCommandInput,
|
|
24
17
|
DescribeLoadBalancerPolicyTypesCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeLoadBalancerPolicyTypesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeLoadBalancerPolicyTypesCommandInput,
|
|
33
26
|
DescribeLoadBalancerPolicyTypesCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeLoadBalancerPolicyTypesCommand extends DescribeLoadBalancerPolicyTypesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeAccessPointsInput,
|
|
10
4
|
DescribeAccessPointsOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeLoadBalancersCommandInput
|
|
15
8
|
extends DescribeAccessPointsInput {}
|
|
16
9
|
export interface DescribeLoadBalancersCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeLoadBalancersCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeLoadBalancersCommandInput,
|
|
24
17
|
DescribeLoadBalancersCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeLoadBalancersCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeLoadBalancersCommandInput,
|
|
33
26
|
DescribeLoadBalancersCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeLoadBalancersCommand extends DescribeLoadBalancersCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DescribeTagsCommandInput extends DescribeTagsInput {}
|
|
12
5
|
export interface DescribeTagsCommandOutput
|
|
13
6
|
extends DescribeTagsOutput,
|
|
@@ -18,22 +11,20 @@ declare const DescribeTagsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DescribeTagsCommandInput,
|
|
20
13
|
DescribeTagsCommandOutput,
|
|
21
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DescribeTagsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DescribeTagsCommandInput,
|
|
29
22
|
DescribeTagsCommandOutput,
|
|
30
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
DetachLoadBalancerFromSubnetsInput,
|
|
10
4
|
DetachLoadBalancerFromSubnetsOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DetachLoadBalancerFromSubnetsCommandInput
|
|
15
8
|
extends DetachLoadBalancerFromSubnetsInput {}
|
|
16
9
|
export interface DetachLoadBalancerFromSubnetsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DetachLoadBalancerFromSubnetsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DetachLoadBalancerFromSubnetsCommandInput,
|
|
24
17
|
DetachLoadBalancerFromSubnetsCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DetachLoadBalancerFromSubnetsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DetachLoadBalancerFromSubnetsCommandInput,
|
|
33
26
|
DetachLoadBalancerFromSubnetsCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DetachLoadBalancerFromSubnetsCommand extends DetachLoadBalancerFromSubnetsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
RemoveAvailabilityZonesInput,
|
|
10
4
|
RemoveAvailabilityZonesOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DisableAvailabilityZonesForLoadBalancerCommandInput
|
|
15
8
|
extends RemoveAvailabilityZonesInput {}
|
|
16
9
|
export interface DisableAvailabilityZonesForLoadBalancerCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DisableAvailabilityZonesForLoadBalancerCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DisableAvailabilityZonesForLoadBalancerCommandInput,
|
|
24
17
|
DisableAvailabilityZonesForLoadBalancerCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DisableAvailabilityZonesForLoadBalancerCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DisableAvailabilityZonesForLoadBalancerCommandInput,
|
|
33
26
|
DisableAvailabilityZonesForLoadBalancerCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DisableAvailabilityZonesForLoadBalancerCommand extends DisableAvailabilityZonesForLoadBalancerCommand_base {
|
|
43
34
|
protected static __types: {
|