@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.
Files changed (60) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +616 -175
  3. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +334 -107
  4. package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +38 -17
  8. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +38 -17
  12. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/index.d.ts +34 -34
  39. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  40. package/dist-types/ts3.4/index.d.ts +7 -7
  41. package/dist-types/ts3.4/models/ElasticLoadBalancingV2ServiceException.d.ts +8 -6
  42. package/dist-types/ts3.4/models/index.d.ts +1 -1
  43. package/dist-types/ts3.4/models/models_0.d.ts +3009 -206
  44. package/dist-types/ts3.4/pagination/DescribeListenersPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/DescribeTargetGroupsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  48. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  49. package/dist-types/ts3.4/protocols/Aws_query.d.ts +413 -104
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  54. package/dist-types/ts3.4/waiters/index.d.ts +5 -5
  55. package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +13 -7
  56. package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +13 -7
  57. package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +13 -7
  58. package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +13 -7
  59. package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +13 -7
  60. package/package.json +35 -35
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
- import { CreateLoadBalancerInput, CreateLoadBalancerOutput } from "../models/models_0";
5
- export interface CreateLoadBalancerCommandInput extends CreateLoadBalancerInput {
6
- }
7
- export interface CreateLoadBalancerCommandOutput extends CreateLoadBalancerOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLoadBalancerCommand extends $Command<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: CreateLoadBalancerCommandInput;
12
- constructor(input: CreateLoadBalancerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
- import { CreateRuleInput, CreateRuleOutput } from "../models/models_0";
5
- export interface CreateRuleCommandInput extends CreateRuleInput {
6
- }
7
- export interface CreateRuleCommandOutput extends CreateRuleOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateRuleCommand extends $Command<CreateRuleCommandInput, CreateRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: CreateRuleCommandInput;
12
- constructor(input: CreateRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRuleCommandInput, CreateRuleCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
- import { CreateTargetGroupInput, CreateTargetGroupOutput } from "../models/models_0";
5
- export interface CreateTargetGroupCommandInput extends CreateTargetGroupInput {
6
- }
7
- export interface CreateTargetGroupCommandOutput extends CreateTargetGroupOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateTargetGroupCommand extends $Command<CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: CreateTargetGroupCommandInput;
12
- constructor(input: CreateTargetGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
- import { DeleteListenerInput, DeleteListenerOutput } from "../models/models_0";
5
- export interface DeleteListenerCommandInput extends DeleteListenerInput {
6
- }
7
- export interface DeleteListenerCommandOutput extends DeleteListenerOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteListenerCommand extends $Command<DeleteListenerCommandInput, DeleteListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: DeleteListenerCommandInput;
12
- constructor(input: DeleteListenerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteListenerCommandInput, DeleteListenerCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
- import { DeleteLoadBalancerInput, DeleteLoadBalancerOutput } from "../models/models_0";
5
- export interface DeleteLoadBalancerCommandInput extends DeleteLoadBalancerInput {
6
- }
7
- export interface DeleteLoadBalancerCommandOutput extends DeleteLoadBalancerOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteLoadBalancerCommand extends $Command<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: DeleteLoadBalancerCommandInput;
12
- constructor(input: DeleteLoadBalancerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
- import { DeleteRuleInput, DeleteRuleOutput } from "../models/models_0";
5
- export interface DeleteRuleCommandInput extends DeleteRuleInput {
6
- }
7
- export interface DeleteRuleCommandOutput extends DeleteRuleOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteRuleCommand extends $Command<DeleteRuleCommandInput, DeleteRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: DeleteRuleCommandInput;
12
- constructor(input: DeleteRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRuleCommandInput, DeleteRuleCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
- import { DeleteTargetGroupInput, DeleteTargetGroupOutput } from "../models/models_0";
5
- export interface DeleteTargetGroupCommandInput extends DeleteTargetGroupInput {
6
- }
7
- export interface DeleteTargetGroupCommandOutput extends DeleteTargetGroupOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteTargetGroupCommand extends $Command<DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: DeleteTargetGroupCommandInput;
12
- constructor(input: DeleteTargetGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
- import { DeregisterTargetsInput, DeregisterTargetsOutput } from "../models/models_0";
5
- export interface DeregisterTargetsCommandInput extends DeregisterTargetsInput {
6
- }
7
- export interface DeregisterTargetsCommandOutput extends DeregisterTargetsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeregisterTargetsCommand extends $Command<DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: DeregisterTargetsCommandInput;
12
- constructor(input: DeregisterTargetsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
- import { DescribeAccountLimitsInput, DescribeAccountLimitsOutput } from "../models/models_0";
5
- export interface DescribeAccountLimitsCommandInput extends DescribeAccountLimitsInput {
6
- }
7
- export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimitsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAccountLimitsCommand extends $Command<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: DescribeAccountLimitsCommandInput;
12
- constructor(input: DescribeAccountLimitsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
- import { DescribeListenerCertificatesInput, DescribeListenerCertificatesOutput } from "../models/models_0";
5
- export interface DescribeListenerCertificatesCommandInput extends DescribeListenerCertificatesInput {
6
- }
7
- export interface DescribeListenerCertificatesCommandOutput extends DescribeListenerCertificatesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeListenerCertificatesCommand extends $Command<DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: DescribeListenerCertificatesCommandInput;
12
- constructor(input: DescribeListenerCertificatesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
- import { DescribeListenersInput, DescribeListenersOutput } from "../models/models_0";
5
- export interface DescribeListenersCommandInput extends DescribeListenersInput {
6
- }
7
- export interface DescribeListenersCommandOutput extends DescribeListenersOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeListenersCommand extends $Command<DescribeListenersCommandInput, DescribeListenersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: DescribeListenersCommandInput;
12
- constructor(input: DescribeListenersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeListenersCommandInput, DescribeListenersCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }