@aws-sdk/client-elastic-load-balancing-v2 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +616 -175
- package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +334 -107
- package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +34 -34
- 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/ElasticLoadBalancingV2ServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +3009 -206
- package/dist-types/ts3.4/pagination/DescribeListenersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTargetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +413 -104
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/dist-types/ts3.4/waiters/index.d.ts +5 -5
- package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
13
|
+
import {
|
|
14
|
+
CreateLoadBalancerInput,
|
|
15
|
+
CreateLoadBalancerOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateLoadBalancerCommandInput
|
|
18
|
+
extends CreateLoadBalancerInput {}
|
|
19
|
+
export interface CreateLoadBalancerCommandOutput
|
|
20
|
+
extends CreateLoadBalancerOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateLoadBalancerCommand extends $Command<
|
|
24
|
+
CreateLoadBalancerCommandInput,
|
|
25
|
+
CreateLoadBalancerCommandOutput,
|
|
26
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateLoadBalancerCommandInput;
|
|
29
|
+
constructor(input: CreateLoadBalancerCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
13
|
+
import { CreateRuleInput, CreateRuleOutput } from "../models/models_0";
|
|
14
|
+
export interface CreateRuleCommandInput extends CreateRuleInput {}
|
|
15
|
+
export interface CreateRuleCommandOutput
|
|
16
|
+
extends CreateRuleOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateRuleCommand extends $Command<
|
|
20
|
+
CreateRuleCommandInput,
|
|
21
|
+
CreateRuleCommandOutput,
|
|
22
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateRuleCommandInput;
|
|
25
|
+
constructor(input: CreateRuleCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateRuleCommandInput, CreateRuleCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
13
|
+
import {
|
|
14
|
+
CreateTargetGroupInput,
|
|
15
|
+
CreateTargetGroupOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateTargetGroupCommandInput extends CreateTargetGroupInput {}
|
|
18
|
+
export interface CreateTargetGroupCommandOutput
|
|
19
|
+
extends CreateTargetGroupOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateTargetGroupCommand extends $Command<
|
|
23
|
+
CreateTargetGroupCommandInput,
|
|
24
|
+
CreateTargetGroupCommandOutput,
|
|
25
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateTargetGroupCommandInput;
|
|
28
|
+
constructor(input: CreateTargetGroupCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
13
|
+
import { DeleteListenerInput, DeleteListenerOutput } from "../models/models_0";
|
|
14
|
+
export interface DeleteListenerCommandInput extends DeleteListenerInput {}
|
|
15
|
+
export interface DeleteListenerCommandOutput
|
|
16
|
+
extends DeleteListenerOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteListenerCommand extends $Command<
|
|
20
|
+
DeleteListenerCommandInput,
|
|
21
|
+
DeleteListenerCommandOutput,
|
|
22
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteListenerCommandInput;
|
|
25
|
+
constructor(input: DeleteListenerCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteListenerCommandInput, DeleteListenerCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
13
|
+
import {
|
|
14
|
+
DeleteLoadBalancerInput,
|
|
15
|
+
DeleteLoadBalancerOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteLoadBalancerCommandInput
|
|
18
|
+
extends DeleteLoadBalancerInput {}
|
|
19
|
+
export interface DeleteLoadBalancerCommandOutput
|
|
20
|
+
extends DeleteLoadBalancerOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteLoadBalancerCommand extends $Command<
|
|
24
|
+
DeleteLoadBalancerCommandInput,
|
|
25
|
+
DeleteLoadBalancerCommandOutput,
|
|
26
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteLoadBalancerCommandInput;
|
|
29
|
+
constructor(input: DeleteLoadBalancerCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
13
|
+
import { DeleteRuleInput, DeleteRuleOutput } from "../models/models_0";
|
|
14
|
+
export interface DeleteRuleCommandInput extends DeleteRuleInput {}
|
|
15
|
+
export interface DeleteRuleCommandOutput
|
|
16
|
+
extends DeleteRuleOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteRuleCommand extends $Command<
|
|
20
|
+
DeleteRuleCommandInput,
|
|
21
|
+
DeleteRuleCommandOutput,
|
|
22
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteRuleCommandInput;
|
|
25
|
+
constructor(input: DeleteRuleCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteRuleCommandInput, DeleteRuleCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
13
|
+
import {
|
|
14
|
+
DeleteTargetGroupInput,
|
|
15
|
+
DeleteTargetGroupOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteTargetGroupCommandInput extends DeleteTargetGroupInput {}
|
|
18
|
+
export interface DeleteTargetGroupCommandOutput
|
|
19
|
+
extends DeleteTargetGroupOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteTargetGroupCommand extends $Command<
|
|
23
|
+
DeleteTargetGroupCommandInput,
|
|
24
|
+
DeleteTargetGroupCommandOutput,
|
|
25
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteTargetGroupCommandInput;
|
|
28
|
+
constructor(input: DeleteTargetGroupCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
13
|
+
import {
|
|
14
|
+
DeregisterTargetsInput,
|
|
15
|
+
DeregisterTargetsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeregisterTargetsCommandInput extends DeregisterTargetsInput {}
|
|
18
|
+
export interface DeregisterTargetsCommandOutput
|
|
19
|
+
extends DeregisterTargetsOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeregisterTargetsCommand extends $Command<
|
|
23
|
+
DeregisterTargetsCommandInput,
|
|
24
|
+
DeregisterTargetsCommandOutput,
|
|
25
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeregisterTargetsCommandInput;
|
|
28
|
+
constructor(input: DeregisterTargetsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
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
|
+
|
|
23
|
+
export declare class DescribeAccountLimitsCommand extends $Command<
|
|
24
|
+
DescribeAccountLimitsCommandInput,
|
|
25
|
+
DescribeAccountLimitsCommandOutput,
|
|
26
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAccountLimitsCommandInput;
|
|
29
|
+
constructor(input: DescribeAccountLimitsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAccountLimitsCommandInput,
|
|
37
|
+
DescribeAccountLimitsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
13
|
+
import {
|
|
14
|
+
DescribeListenerCertificatesInput,
|
|
15
|
+
DescribeListenerCertificatesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeListenerCertificatesCommandInput
|
|
18
|
+
extends DescribeListenerCertificatesInput {}
|
|
19
|
+
export interface DescribeListenerCertificatesCommandOutput
|
|
20
|
+
extends DescribeListenerCertificatesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeListenerCertificatesCommand extends $Command<
|
|
24
|
+
DescribeListenerCertificatesCommandInput,
|
|
25
|
+
DescribeListenerCertificatesCommandOutput,
|
|
26
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeListenerCertificatesCommandInput;
|
|
29
|
+
constructor(input: DescribeListenerCertificatesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeListenerCertificatesCommandInput,
|
|
37
|
+
DescribeListenerCertificatesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
13
|
+
import {
|
|
14
|
+
DescribeListenersInput,
|
|
15
|
+
DescribeListenersOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeListenersCommandInput extends DescribeListenersInput {}
|
|
18
|
+
export interface DescribeListenersCommandOutput
|
|
19
|
+
extends DescribeListenersOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeListenersCommand extends $Command<
|
|
23
|
+
DescribeListenersCommandInput,
|
|
24
|
+
DescribeListenersCommandOutput,
|
|
25
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeListenersCommandInput;
|
|
28
|
+
constructor(input: DescribeListenersCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeListenersCommandInput, DescribeListenersCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|