@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
|
+
CreateAppCookieStickinessPolicyInput,
|
|
15
|
+
CreateAppCookieStickinessPolicyOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateAppCookieStickinessPolicyCommandInput
|
|
18
|
+
extends CreateAppCookieStickinessPolicyInput {}
|
|
19
|
+
export interface CreateAppCookieStickinessPolicyCommandOutput
|
|
20
|
+
extends CreateAppCookieStickinessPolicyOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateAppCookieStickinessPolicyCommand extends $Command<
|
|
23
|
+
CreateAppCookieStickinessPolicyCommandInput,
|
|
24
|
+
CreateAppCookieStickinessPolicyCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateAppCookieStickinessPolicyCommandInput;
|
|
28
|
+
constructor(input: CreateAppCookieStickinessPolicyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateAppCookieStickinessPolicyCommandInput,
|
|
35
|
+
CreateAppCookieStickinessPolicyCommandOutput
|
|
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
|
+
CreateLBCookieStickinessPolicyInput,
|
|
15
|
+
CreateLBCookieStickinessPolicyOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateLBCookieStickinessPolicyCommandInput
|
|
18
|
+
extends CreateLBCookieStickinessPolicyInput {}
|
|
19
|
+
export interface CreateLBCookieStickinessPolicyCommandOutput
|
|
20
|
+
extends CreateLBCookieStickinessPolicyOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateLBCookieStickinessPolicyCommand extends $Command<
|
|
23
|
+
CreateLBCookieStickinessPolicyCommandInput,
|
|
24
|
+
CreateLBCookieStickinessPolicyCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateLBCookieStickinessPolicyCommandInput;
|
|
28
|
+
constructor(input: CreateLBCookieStickinessPolicyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateLBCookieStickinessPolicyCommandInput,
|
|
35
|
+
CreateLBCookieStickinessPolicyCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
CreateAccessPointInput,
|
|
15
|
+
CreateAccessPointOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateLoadBalancerCommandInput
|
|
18
|
+
extends CreateAccessPointInput {}
|
|
19
|
+
export interface CreateLoadBalancerCommandOutput
|
|
20
|
+
extends CreateAccessPointOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateLoadBalancerCommand extends $Command<
|
|
23
|
+
CreateLoadBalancerCommandInput,
|
|
24
|
+
CreateLoadBalancerCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateLoadBalancerCommandInput;
|
|
28
|
+
constructor(input: CreateLoadBalancerCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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
|
+
CreateLoadBalancerListenerInput,
|
|
15
|
+
CreateLoadBalancerListenerOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateLoadBalancerListenersCommandInput
|
|
18
|
+
extends CreateLoadBalancerListenerInput {}
|
|
19
|
+
export interface CreateLoadBalancerListenersCommandOutput
|
|
20
|
+
extends CreateLoadBalancerListenerOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateLoadBalancerListenersCommand extends $Command<
|
|
23
|
+
CreateLoadBalancerListenersCommandInput,
|
|
24
|
+
CreateLoadBalancerListenersCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateLoadBalancerListenersCommandInput;
|
|
28
|
+
constructor(input: CreateLoadBalancerListenersCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateLoadBalancerListenersCommandInput,
|
|
35
|
+
CreateLoadBalancerListenersCommandOutput
|
|
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
|
+
CreateLoadBalancerPolicyInput,
|
|
15
|
+
CreateLoadBalancerPolicyOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateLoadBalancerPolicyCommandInput
|
|
18
|
+
extends CreateLoadBalancerPolicyInput {}
|
|
19
|
+
export interface CreateLoadBalancerPolicyCommandOutput
|
|
20
|
+
extends CreateLoadBalancerPolicyOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateLoadBalancerPolicyCommand extends $Command<
|
|
23
|
+
CreateLoadBalancerPolicyCommandInput,
|
|
24
|
+
CreateLoadBalancerPolicyCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateLoadBalancerPolicyCommandInput;
|
|
28
|
+
constructor(input: CreateLoadBalancerPolicyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateLoadBalancerPolicyCommandInput,
|
|
35
|
+
CreateLoadBalancerPolicyCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
DeleteAccessPointInput,
|
|
15
|
+
DeleteAccessPointOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteLoadBalancerCommandInput
|
|
18
|
+
extends DeleteAccessPointInput {}
|
|
19
|
+
export interface DeleteLoadBalancerCommandOutput
|
|
20
|
+
extends DeleteAccessPointOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteLoadBalancerCommand extends $Command<
|
|
23
|
+
DeleteLoadBalancerCommandInput,
|
|
24
|
+
DeleteLoadBalancerCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteLoadBalancerCommandInput;
|
|
28
|
+
constructor(input: DeleteLoadBalancerCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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
|
+
DeleteLoadBalancerListenerInput,
|
|
15
|
+
DeleteLoadBalancerListenerOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteLoadBalancerListenersCommandInput
|
|
18
|
+
extends DeleteLoadBalancerListenerInput {}
|
|
19
|
+
export interface DeleteLoadBalancerListenersCommandOutput
|
|
20
|
+
extends DeleteLoadBalancerListenerOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteLoadBalancerListenersCommand extends $Command<
|
|
23
|
+
DeleteLoadBalancerListenersCommandInput,
|
|
24
|
+
DeleteLoadBalancerListenersCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteLoadBalancerListenersCommandInput;
|
|
28
|
+
constructor(input: DeleteLoadBalancerListenersCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteLoadBalancerListenersCommandInput,
|
|
35
|
+
DeleteLoadBalancerListenersCommandOutput
|
|
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
|
+
DeleteLoadBalancerPolicyInput,
|
|
15
|
+
DeleteLoadBalancerPolicyOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteLoadBalancerPolicyCommandInput
|
|
18
|
+
extends DeleteLoadBalancerPolicyInput {}
|
|
19
|
+
export interface DeleteLoadBalancerPolicyCommandOutput
|
|
20
|
+
extends DeleteLoadBalancerPolicyOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteLoadBalancerPolicyCommand extends $Command<
|
|
23
|
+
DeleteLoadBalancerPolicyCommandInput,
|
|
24
|
+
DeleteLoadBalancerPolicyCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteLoadBalancerPolicyCommandInput;
|
|
28
|
+
constructor(input: DeleteLoadBalancerPolicyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteLoadBalancerPolicyCommandInput,
|
|
35
|
+
DeleteLoadBalancerPolicyCommandOutput
|
|
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
|
+
DeregisterEndPointsInput,
|
|
15
|
+
DeregisterEndPointsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeregisterInstancesFromLoadBalancerCommandInput
|
|
18
|
+
extends DeregisterEndPointsInput {}
|
|
19
|
+
export interface DeregisterInstancesFromLoadBalancerCommandOutput
|
|
20
|
+
extends DeregisterEndPointsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeregisterInstancesFromLoadBalancerCommand extends $Command<
|
|
23
|
+
DeregisterInstancesFromLoadBalancerCommandInput,
|
|
24
|
+
DeregisterInstancesFromLoadBalancerCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeregisterInstancesFromLoadBalancerCommandInput;
|
|
28
|
+
constructor(input: DeregisterInstancesFromLoadBalancerCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeregisterInstancesFromLoadBalancerCommandInput,
|
|
35
|
+
DeregisterInstancesFromLoadBalancerCommandOutput
|
|
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
|
+
DescribeAccountLimitsInput,
|
|
15
|
+
DescribeAccountLimitsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAccountLimitsCommandInput
|
|
18
|
+
extends DescribeAccountLimitsInput {}
|
|
19
|
+
export interface DescribeAccountLimitsCommandOutput
|
|
20
|
+
extends DescribeAccountLimitsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeAccountLimitsCommand extends $Command<
|
|
23
|
+
DescribeAccountLimitsCommandInput,
|
|
24
|
+
DescribeAccountLimitsCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeAccountLimitsCommandInput;
|
|
28
|
+
constructor(input: DescribeAccountLimitsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeAccountLimitsCommandInput,
|
|
35
|
+
DescribeAccountLimitsCommandOutput
|
|
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
|
+
DescribeEndPointStateInput,
|
|
15
|
+
DescribeEndPointStateOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeInstanceHealthCommandInput
|
|
18
|
+
extends DescribeEndPointStateInput {}
|
|
19
|
+
export interface DescribeInstanceHealthCommandOutput
|
|
20
|
+
extends DescribeEndPointStateOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeInstanceHealthCommand extends $Command<
|
|
23
|
+
DescribeInstanceHealthCommandInput,
|
|
24
|
+
DescribeInstanceHealthCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeInstanceHealthCommandInput;
|
|
28
|
+
constructor(input: DescribeInstanceHealthCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeInstanceHealthCommandInput,
|
|
35
|
+
DescribeInstanceHealthCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|