@aws-sdk/client-elastic-load-balancing 3.1077.0 → 3.1079.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 +37 -293
- 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-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/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/package.json +8 -8
|
@@ -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: {
|
|
@@ -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
|
AddAvailabilityZonesInput,
|
|
10
4
|
AddAvailabilityZonesOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface EnableAvailabilityZonesForLoadBalancerCommandInput
|
|
15
8
|
extends AddAvailabilityZonesInput {}
|
|
16
9
|
export interface EnableAvailabilityZonesForLoadBalancerCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const EnableAvailabilityZonesForLoadBalancerCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
EnableAvailabilityZonesForLoadBalancerCommandInput,
|
|
24
17
|
EnableAvailabilityZonesForLoadBalancerCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: EnableAvailabilityZonesForLoadBalancerCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
EnableAvailabilityZonesForLoadBalancerCommandInput,
|
|
33
26
|
EnableAvailabilityZonesForLoadBalancerCommandOutput,
|
|
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 EnableAvailabilityZonesForLoadBalancerCommand extends EnableAvailabilityZonesForLoadBalancerCommand_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
|
ModifyLoadBalancerAttributesInput,
|
|
10
4
|
ModifyLoadBalancerAttributesOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ModifyLoadBalancerAttributesCommandInput
|
|
15
8
|
extends ModifyLoadBalancerAttributesInput {}
|
|
16
9
|
export interface ModifyLoadBalancerAttributesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ModifyLoadBalancerAttributesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ModifyLoadBalancerAttributesCommandInput,
|
|
24
17
|
ModifyLoadBalancerAttributesCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ModifyLoadBalancerAttributesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ModifyLoadBalancerAttributesCommandInput,
|
|
33
26
|
ModifyLoadBalancerAttributesCommandOutput,
|
|
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 ModifyLoadBalancerAttributesCommand extends ModifyLoadBalancerAttributesCommand_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
|
RegisterEndPointsInput,
|
|
10
4
|
RegisterEndPointsOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface RegisterInstancesWithLoadBalancerCommandInput
|
|
15
8
|
extends RegisterEndPointsInput {}
|
|
16
9
|
export interface RegisterInstancesWithLoadBalancerCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const RegisterInstancesWithLoadBalancerCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
RegisterInstancesWithLoadBalancerCommandInput,
|
|
24
17
|
RegisterInstancesWithLoadBalancerCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: RegisterInstancesWithLoadBalancerCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
RegisterInstancesWithLoadBalancerCommandInput,
|
|
33
26
|
RegisterInstancesWithLoadBalancerCommandOutput,
|
|
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 RegisterInstancesWithLoadBalancerCommand extends RegisterInstancesWithLoadBalancerCommand_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 { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface RemoveTagsCommandInput extends RemoveTagsInput {}
|
|
12
5
|
export interface RemoveTagsCommandOutput
|
|
13
6
|
extends RemoveTagsOutput,
|
|
@@ -18,22 +11,20 @@ declare const RemoveTagsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
RemoveTagsCommandInput,
|
|
20
13
|
RemoveTagsCommandOutput,
|
|
21
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: RemoveTagsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
RemoveTagsCommandInput,
|
|
29
22
|
RemoveTagsCommandOutput,
|
|
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 RemoveTagsCommand extends RemoveTagsCommand_base {
|
|
39
30
|
protected static __types: {
|