@aws-sdk/client-elastic-load-balancing-v2 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.
Files changed (60) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +582 -175
  3. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +309 -107
  4. package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +30 -17
  6. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +36 -17
  8. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +32 -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 +7 -6
  42. package/dist-types/ts3.4/models/index.d.ts +1 -1
  43. package/dist-types/ts3.4/models/models_0.d.ts +1200 -618
  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 +67 -38
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  54. package/dist-types/ts3.4/waiters/index.d.ts +5 -5
  55. package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +11 -7
  56. package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +11 -7
  57. package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +11 -7
  58. package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +11 -7
  59. package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +11 -7
  60. package/package.json +35 -35
@@ -1,17 +1,32 @@
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
+ export declare class CreateRuleCommand extends $Command<
19
+ CreateRuleCommandInput,
20
+ CreateRuleCommandOutput,
21
+ ElasticLoadBalancingV2ClientResolvedConfig
22
+ > {
23
+ readonly input: CreateRuleCommandInput;
24
+ constructor(input: CreateRuleCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateRuleCommandInput, CreateRuleCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
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
+ export declare class CreateTargetGroupCommand extends $Command<
22
+ CreateTargetGroupCommandInput,
23
+ CreateTargetGroupCommandOutput,
24
+ ElasticLoadBalancingV2ClientResolvedConfig
25
+ > {
26
+ readonly input: CreateTargetGroupCommandInput;
27
+ constructor(input: CreateTargetGroupCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
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
+ export declare class DeleteListenerCommand extends $Command<
19
+ DeleteListenerCommandInput,
20
+ DeleteListenerCommandOutput,
21
+ ElasticLoadBalancingV2ClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteListenerCommandInput;
24
+ constructor(input: DeleteListenerCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteListenerCommandInput, DeleteListenerCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,36 @@
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
+ export declare class DeleteLoadBalancerCommand extends $Command<
23
+ DeleteLoadBalancerCommandInput,
24
+ DeleteLoadBalancerCommandOutput,
25
+ ElasticLoadBalancingV2ClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteLoadBalancerCommandInput;
28
+ constructor(input: DeleteLoadBalancerCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,32 @@
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
+ export declare class DeleteRuleCommand extends $Command<
19
+ DeleteRuleCommandInput,
20
+ DeleteRuleCommandOutput,
21
+ ElasticLoadBalancingV2ClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteRuleCommandInput;
24
+ constructor(input: DeleteRuleCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteRuleCommandInput, DeleteRuleCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
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
+ export declare class DeleteTargetGroupCommand extends $Command<
22
+ DeleteTargetGroupCommandInput,
23
+ DeleteTargetGroupCommandOutput,
24
+ ElasticLoadBalancingV2ClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteTargetGroupCommandInput;
27
+ constructor(input: DeleteTargetGroupCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
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
+ export declare class DeregisterTargetsCommand extends $Command<
22
+ DeregisterTargetsCommandInput,
23
+ DeregisterTargetsCommandOutput,
24
+ ElasticLoadBalancingV2ClientResolvedConfig
25
+ > {
26
+ readonly input: DeregisterTargetsCommandInput;
27
+ constructor(input: DeregisterTargetsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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
+ export declare class DescribeAccountLimitsCommand extends $Command<
23
+ DescribeAccountLimitsCommandInput,
24
+ DescribeAccountLimitsCommandOutput,
25
+ ElasticLoadBalancingV2ClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeAccountLimitsCommandInput;
28
+ constructor(input: DescribeAccountLimitsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
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 { 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
+ export declare class DescribeListenerCertificatesCommand extends $Command<
23
+ DescribeListenerCertificatesCommandInput,
24
+ DescribeListenerCertificatesCommandOutput,
25
+ ElasticLoadBalancingV2ClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeListenerCertificatesCommandInput;
28
+ constructor(input: DescribeListenerCertificatesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeListenerCertificatesCommandInput,
35
+ DescribeListenerCertificatesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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
+ export declare class DescribeListenersCommand extends $Command<
22
+ DescribeListenersCommandInput,
23
+ DescribeListenersCommandOutput,
24
+ ElasticLoadBalancingV2ClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeListenersCommandInput;
27
+ constructor(input: DescribeListenersCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeListenersCommandInput, DescribeListenersCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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 { DescribeLoadBalancerAttributesInput, DescribeLoadBalancerAttributesOutput } from "../models/models_0";
5
- export interface DescribeLoadBalancerAttributesCommandInput extends DescribeLoadBalancerAttributesInput {
6
- }
7
- export interface DescribeLoadBalancerAttributesCommandOutput extends DescribeLoadBalancerAttributesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeLoadBalancerAttributesCommand extends $Command<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: DescribeLoadBalancerAttributesCommandInput;
12
- constructor(input: DescribeLoadBalancerAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput>;
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
+ DescribeLoadBalancerAttributesInput,
15
+ DescribeLoadBalancerAttributesOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeLoadBalancerAttributesCommandInput
18
+ extends DescribeLoadBalancerAttributesInput {}
19
+ export interface DescribeLoadBalancerAttributesCommandOutput
20
+ extends DescribeLoadBalancerAttributesOutput,
21
+ __MetadataBearer {}
22
+ export declare class DescribeLoadBalancerAttributesCommand extends $Command<
23
+ DescribeLoadBalancerAttributesCommandInput,
24
+ DescribeLoadBalancerAttributesCommandOutput,
25
+ ElasticLoadBalancingV2ClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeLoadBalancerAttributesCommandInput;
28
+ constructor(input: DescribeLoadBalancerAttributesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeLoadBalancerAttributesCommandInput,
35
+ DescribeLoadBalancerAttributesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }