@aws-sdk/client-elastic-load-balancing 3.169.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 +16 -0
- package/dist-types/ts3.4/ElasticLoadBalancing.d.ts +545 -150
- package/dist-types/ts3.4/ElasticLoadBalancingClient.d.ts +279 -102
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +29 -29
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ElasticLoadBalancingServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +745 -932
- package/dist-types/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +353 -89
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/dist-types/ts3.4/waiters/index.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForAnyInstanceInService.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeLoadBalancerAttributesInput,
|
|
15
|
+
DescribeLoadBalancerAttributesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeLoadBalancerAttributesCommandInput
|
|
18
|
+
extends DescribeLoadBalancerAttributesInput {}
|
|
19
|
+
export interface DescribeLoadBalancerAttributesCommandOutput
|
|
20
|
+
extends DescribeLoadBalancerAttributesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeLoadBalancerAttributesCommand extends $Command<
|
|
23
|
+
DescribeLoadBalancerAttributesCommandInput,
|
|
24
|
+
DescribeLoadBalancerAttributesCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeLoadBalancerAttributesCommandInput;
|
|
28
|
+
constructor(input: DescribeLoadBalancerAttributesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeLoadBalancerAttributesCommandInput,
|
|
35
|
+
DescribeLoadBalancerAttributesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeLoadBalancerPoliciesInput,
|
|
15
|
+
DescribeLoadBalancerPoliciesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeLoadBalancerPoliciesCommandInput
|
|
18
|
+
extends DescribeLoadBalancerPoliciesInput {}
|
|
19
|
+
export interface DescribeLoadBalancerPoliciesCommandOutput
|
|
20
|
+
extends DescribeLoadBalancerPoliciesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeLoadBalancerPoliciesCommand extends $Command<
|
|
23
|
+
DescribeLoadBalancerPoliciesCommandInput,
|
|
24
|
+
DescribeLoadBalancerPoliciesCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeLoadBalancerPoliciesCommandInput;
|
|
28
|
+
constructor(input: DescribeLoadBalancerPoliciesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeLoadBalancerPoliciesCommandInput,
|
|
35
|
+
DescribeLoadBalancerPoliciesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeLoadBalancerPolicyTypesInput,
|
|
15
|
+
DescribeLoadBalancerPolicyTypesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeLoadBalancerPolicyTypesCommandInput
|
|
18
|
+
extends DescribeLoadBalancerPolicyTypesInput {}
|
|
19
|
+
export interface DescribeLoadBalancerPolicyTypesCommandOutput
|
|
20
|
+
extends DescribeLoadBalancerPolicyTypesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeLoadBalancerPolicyTypesCommand extends $Command<
|
|
23
|
+
DescribeLoadBalancerPolicyTypesCommandInput,
|
|
24
|
+
DescribeLoadBalancerPolicyTypesCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeLoadBalancerPolicyTypesCommandInput;
|
|
28
|
+
constructor(input: DescribeLoadBalancerPolicyTypesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeLoadBalancerPolicyTypesCommandInput,
|
|
35
|
+
DescribeLoadBalancerPolicyTypesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeAccessPointsInput,
|
|
15
|
+
DescribeAccessPointsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeLoadBalancersCommandInput
|
|
18
|
+
extends DescribeAccessPointsInput {}
|
|
19
|
+
export interface DescribeLoadBalancersCommandOutput
|
|
20
|
+
extends DescribeAccessPointsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeLoadBalancersCommand extends $Command<
|
|
23
|
+
DescribeLoadBalancersCommandInput,
|
|
24
|
+
DescribeLoadBalancersCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeLoadBalancersCommandInput;
|
|
28
|
+
constructor(input: DescribeLoadBalancersCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeLoadBalancersCommandInput,
|
|
35
|
+
DescribeLoadBalancersCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingClient";
|
|
13
|
+
import { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
|
|
14
|
+
export interface DescribeTagsCommandInput extends DescribeTagsInput {}
|
|
15
|
+
export interface DescribeTagsCommandOutput
|
|
16
|
+
extends DescribeTagsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DescribeTagsCommand extends $Command<
|
|
19
|
+
DescribeTagsCommandInput,
|
|
20
|
+
DescribeTagsCommandOutput,
|
|
21
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DescribeTagsCommandInput;
|
|
24
|
+
constructor(input: DescribeTagsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DescribeTagsCommandInput, DescribeTagsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingClient";
|
|
13
|
+
import {
|
|
14
|
+
DetachLoadBalancerFromSubnetsInput,
|
|
15
|
+
DetachLoadBalancerFromSubnetsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DetachLoadBalancerFromSubnetsCommandInput
|
|
18
|
+
extends DetachLoadBalancerFromSubnetsInput {}
|
|
19
|
+
export interface DetachLoadBalancerFromSubnetsCommandOutput
|
|
20
|
+
extends DetachLoadBalancerFromSubnetsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DetachLoadBalancerFromSubnetsCommand extends $Command<
|
|
23
|
+
DetachLoadBalancerFromSubnetsCommandInput,
|
|
24
|
+
DetachLoadBalancerFromSubnetsCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DetachLoadBalancerFromSubnetsCommandInput;
|
|
28
|
+
constructor(input: DetachLoadBalancerFromSubnetsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DetachLoadBalancerFromSubnetsCommandInput,
|
|
35
|
+
DetachLoadBalancerFromSubnetsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingClient";
|
|
13
|
+
import {
|
|
14
|
+
RemoveAvailabilityZonesInput,
|
|
15
|
+
RemoveAvailabilityZonesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DisableAvailabilityZonesForLoadBalancerCommandInput
|
|
18
|
+
extends RemoveAvailabilityZonesInput {}
|
|
19
|
+
export interface DisableAvailabilityZonesForLoadBalancerCommandOutput
|
|
20
|
+
extends RemoveAvailabilityZonesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DisableAvailabilityZonesForLoadBalancerCommand extends $Command<
|
|
23
|
+
DisableAvailabilityZonesForLoadBalancerCommandInput,
|
|
24
|
+
DisableAvailabilityZonesForLoadBalancerCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DisableAvailabilityZonesForLoadBalancerCommandInput;
|
|
28
|
+
constructor(input: DisableAvailabilityZonesForLoadBalancerCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DisableAvailabilityZonesForLoadBalancerCommandInput,
|
|
35
|
+
DisableAvailabilityZonesForLoadBalancerCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingClient";
|
|
13
|
+
import {
|
|
14
|
+
AddAvailabilityZonesInput,
|
|
15
|
+
AddAvailabilityZonesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface EnableAvailabilityZonesForLoadBalancerCommandInput
|
|
18
|
+
extends AddAvailabilityZonesInput {}
|
|
19
|
+
export interface EnableAvailabilityZonesForLoadBalancerCommandOutput
|
|
20
|
+
extends AddAvailabilityZonesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class EnableAvailabilityZonesForLoadBalancerCommand extends $Command<
|
|
23
|
+
EnableAvailabilityZonesForLoadBalancerCommandInput,
|
|
24
|
+
EnableAvailabilityZonesForLoadBalancerCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: EnableAvailabilityZonesForLoadBalancerCommandInput;
|
|
28
|
+
constructor(input: EnableAvailabilityZonesForLoadBalancerCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
EnableAvailabilityZonesForLoadBalancerCommandInput,
|
|
35
|
+
EnableAvailabilityZonesForLoadBalancerCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingClient";
|
|
13
|
+
import {
|
|
14
|
+
ModifyLoadBalancerAttributesInput,
|
|
15
|
+
ModifyLoadBalancerAttributesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ModifyLoadBalancerAttributesCommandInput
|
|
18
|
+
extends ModifyLoadBalancerAttributesInput {}
|
|
19
|
+
export interface ModifyLoadBalancerAttributesCommandOutput
|
|
20
|
+
extends ModifyLoadBalancerAttributesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ModifyLoadBalancerAttributesCommand extends $Command<
|
|
23
|
+
ModifyLoadBalancerAttributesCommandInput,
|
|
24
|
+
ModifyLoadBalancerAttributesCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ModifyLoadBalancerAttributesCommandInput;
|
|
28
|
+
constructor(input: ModifyLoadBalancerAttributesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ModifyLoadBalancerAttributesCommandInput,
|
|
35
|
+
ModifyLoadBalancerAttributesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingClient";
|
|
13
|
+
import {
|
|
14
|
+
RegisterEndPointsInput,
|
|
15
|
+
RegisterEndPointsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RegisterInstancesWithLoadBalancerCommandInput
|
|
18
|
+
extends RegisterEndPointsInput {}
|
|
19
|
+
export interface RegisterInstancesWithLoadBalancerCommandOutput
|
|
20
|
+
extends RegisterEndPointsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class RegisterInstancesWithLoadBalancerCommand extends $Command<
|
|
23
|
+
RegisterInstancesWithLoadBalancerCommandInput,
|
|
24
|
+
RegisterInstancesWithLoadBalancerCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: RegisterInstancesWithLoadBalancerCommandInput;
|
|
28
|
+
constructor(input: RegisterInstancesWithLoadBalancerCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
RegisterInstancesWithLoadBalancerCommandInput,
|
|
35
|
+
RegisterInstancesWithLoadBalancerCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingClient";
|
|
13
|
+
import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
|
|
14
|
+
export interface RemoveTagsCommandInput extends RemoveTagsInput {}
|
|
15
|
+
export interface RemoveTagsCommandOutput
|
|
16
|
+
extends RemoveTagsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class RemoveTagsCommand extends $Command<
|
|
19
|
+
RemoveTagsCommandInput,
|
|
20
|
+
RemoveTagsCommandOutput,
|
|
21
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: RemoveTagsCommandInput;
|
|
24
|
+
constructor(input: RemoveTagsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|