@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,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
|
+
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
|
+
|
|
23
|
+
export declare class DescribeLoadBalancerAttributesCommand extends $Command<
|
|
24
|
+
DescribeLoadBalancerAttributesCommandInput,
|
|
25
|
+
DescribeLoadBalancerAttributesCommandOutput,
|
|
26
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeLoadBalancerAttributesCommandInput;
|
|
29
|
+
constructor(input: DescribeLoadBalancerAttributesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeLoadBalancerAttributesCommandInput,
|
|
37
|
+
DescribeLoadBalancerAttributesCommandOutput
|
|
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
|
+
DescribeLoadBalancersInput,
|
|
15
|
+
DescribeLoadBalancersOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeLoadBalancersCommandInput
|
|
18
|
+
extends DescribeLoadBalancersInput {}
|
|
19
|
+
export interface DescribeLoadBalancersCommandOutput
|
|
20
|
+
extends DescribeLoadBalancersOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeLoadBalancersCommand extends $Command<
|
|
24
|
+
DescribeLoadBalancersCommandInput,
|
|
25
|
+
DescribeLoadBalancersCommandOutput,
|
|
26
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeLoadBalancersCommandInput;
|
|
29
|
+
constructor(input: DescribeLoadBalancersCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeLoadBalancersCommandInput,
|
|
37
|
+
DescribeLoadBalancersCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { DescribeRulesInput, DescribeRulesOutput } from "../models/models_0";
|
|
14
|
+
export interface DescribeRulesCommandInput extends DescribeRulesInput {}
|
|
15
|
+
export interface DescribeRulesCommandOutput
|
|
16
|
+
extends DescribeRulesOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeRulesCommand extends $Command<
|
|
20
|
+
DescribeRulesCommandInput,
|
|
21
|
+
DescribeRulesCommandOutput,
|
|
22
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeRulesCommandInput;
|
|
25
|
+
constructor(input: DescribeRulesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DescribeRulesCommandInput, DescribeRulesCommandOutput>;
|
|
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
|
+
DescribeSSLPoliciesInput,
|
|
15
|
+
DescribeSSLPoliciesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeSSLPoliciesCommandInput
|
|
18
|
+
extends DescribeSSLPoliciesInput {}
|
|
19
|
+
export interface DescribeSSLPoliciesCommandOutput
|
|
20
|
+
extends DescribeSSLPoliciesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeSSLPoliciesCommand extends $Command<
|
|
24
|
+
DescribeSSLPoliciesCommandInput,
|
|
25
|
+
DescribeSSLPoliciesCommandOutput,
|
|
26
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeSSLPoliciesCommandInput;
|
|
29
|
+
constructor(input: DescribeSSLPoliciesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput>;
|
|
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 { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
|
|
14
|
+
export interface DescribeTagsCommandInput extends DescribeTagsInput {}
|
|
15
|
+
export interface DescribeTagsCommandOutput
|
|
16
|
+
extends DescribeTagsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeTagsCommand extends $Command<
|
|
20
|
+
DescribeTagsCommandInput,
|
|
21
|
+
DescribeTagsCommandOutput,
|
|
22
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeTagsCommandInput;
|
|
25
|
+
constructor(input: DescribeTagsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DescribeTagsCommandInput, DescribeTagsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
DescribeTargetGroupAttributesInput,
|
|
15
|
+
DescribeTargetGroupAttributesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeTargetGroupAttributesCommandInput
|
|
18
|
+
extends DescribeTargetGroupAttributesInput {}
|
|
19
|
+
export interface DescribeTargetGroupAttributesCommandOutput
|
|
20
|
+
extends DescribeTargetGroupAttributesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeTargetGroupAttributesCommand extends $Command<
|
|
24
|
+
DescribeTargetGroupAttributesCommandInput,
|
|
25
|
+
DescribeTargetGroupAttributesCommandOutput,
|
|
26
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeTargetGroupAttributesCommandInput;
|
|
29
|
+
constructor(input: DescribeTargetGroupAttributesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeTargetGroupAttributesCommandInput,
|
|
37
|
+
DescribeTargetGroupAttributesCommandOutput
|
|
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
|
+
DescribeTargetGroupsInput,
|
|
15
|
+
DescribeTargetGroupsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeTargetGroupsCommandInput
|
|
18
|
+
extends DescribeTargetGroupsInput {}
|
|
19
|
+
export interface DescribeTargetGroupsCommandOutput
|
|
20
|
+
extends DescribeTargetGroupsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeTargetGroupsCommand extends $Command<
|
|
24
|
+
DescribeTargetGroupsCommandInput,
|
|
25
|
+
DescribeTargetGroupsCommandOutput,
|
|
26
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeTargetGroupsCommandInput;
|
|
29
|
+
constructor(input: DescribeTargetGroupsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeTargetGroupsCommandInput,
|
|
37
|
+
DescribeTargetGroupsCommandOutput
|
|
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
|
+
DescribeTargetHealthInput,
|
|
15
|
+
DescribeTargetHealthOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeTargetHealthCommandInput
|
|
18
|
+
extends DescribeTargetHealthInput {}
|
|
19
|
+
export interface DescribeTargetHealthCommandOutput
|
|
20
|
+
extends DescribeTargetHealthOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeTargetHealthCommand extends $Command<
|
|
24
|
+
DescribeTargetHealthCommandInput,
|
|
25
|
+
DescribeTargetHealthCommandOutput,
|
|
26
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeTargetHealthCommandInput;
|
|
29
|
+
constructor(input: DescribeTargetHealthCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeTargetHealthCommandInput,
|
|
37
|
+
DescribeTargetHealthCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { ModifyListenerInput, ModifyListenerOutput } from "../models/models_0";
|
|
14
|
+
export interface ModifyListenerCommandInput extends ModifyListenerInput {}
|
|
15
|
+
export interface ModifyListenerCommandOutput
|
|
16
|
+
extends ModifyListenerOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ModifyListenerCommand extends $Command<
|
|
20
|
+
ModifyListenerCommandInput,
|
|
21
|
+
ModifyListenerCommandOutput,
|
|
22
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ModifyListenerCommandInput;
|
|
25
|
+
constructor(input: ModifyListenerCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ModifyListenerCommandInput, ModifyListenerCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
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
|
+
|
|
23
|
+
export declare class ModifyLoadBalancerAttributesCommand extends $Command<
|
|
24
|
+
ModifyLoadBalancerAttributesCommandInput,
|
|
25
|
+
ModifyLoadBalancerAttributesCommandOutput,
|
|
26
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ModifyLoadBalancerAttributesCommandInput;
|
|
29
|
+
constructor(input: ModifyLoadBalancerAttributesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ModifyLoadBalancerAttributesCommandInput,
|
|
37
|
+
ModifyLoadBalancerAttributesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { ModifyRuleInput, ModifyRuleOutput } from "../models/models_0";
|
|
14
|
+
export interface ModifyRuleCommandInput extends ModifyRuleInput {}
|
|
15
|
+
export interface ModifyRuleCommandOutput
|
|
16
|
+
extends ModifyRuleOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ModifyRuleCommand extends $Command<
|
|
20
|
+
ModifyRuleCommandInput,
|
|
21
|
+
ModifyRuleCommandOutput,
|
|
22
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ModifyRuleCommandInput;
|
|
25
|
+
constructor(input: ModifyRuleCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ModifyRuleCommandInput, ModifyRuleCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|