@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,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 { ModifyTargetGroupInput, ModifyTargetGroupOutput } from "../models/models_0";
5
- export interface ModifyTargetGroupCommandInput extends ModifyTargetGroupInput {
6
- }
7
- export interface ModifyTargetGroupCommandOutput extends ModifyTargetGroupOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ModifyTargetGroupCommand extends $Command<ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: ModifyTargetGroupCommandInput;
12
- constructor(input: ModifyTargetGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput>;
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
+ ModifyTargetGroupInput,
15
+ ModifyTargetGroupOutput,
16
+ } from "../models/models_0";
17
+ export interface ModifyTargetGroupCommandInput extends ModifyTargetGroupInput {}
18
+ export interface ModifyTargetGroupCommandOutput
19
+ extends ModifyTargetGroupOutput,
20
+ __MetadataBearer {}
21
+ export declare class ModifyTargetGroupCommand extends $Command<
22
+ ModifyTargetGroupCommandInput,
23
+ ModifyTargetGroupCommandOutput,
24
+ ElasticLoadBalancingV2ClientResolvedConfig
25
+ > {
26
+ readonly input: ModifyTargetGroupCommandInput;
27
+ constructor(input: ModifyTargetGroupCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput>;
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 { RegisterTargetsInput, RegisterTargetsOutput } from "../models/models_0";
5
- export interface RegisterTargetsCommandInput extends RegisterTargetsInput {
6
- }
7
- export interface RegisterTargetsCommandOutput extends RegisterTargetsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class RegisterTargetsCommand extends $Command<RegisterTargetsCommandInput, RegisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: RegisterTargetsCommandInput;
12
- constructor(input: RegisterTargetsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterTargetsCommandInput, RegisterTargetsCommandOutput>;
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
+ RegisterTargetsInput,
15
+ RegisterTargetsOutput,
16
+ } from "../models/models_0";
17
+ export interface RegisterTargetsCommandInput extends RegisterTargetsInput {}
18
+ export interface RegisterTargetsCommandOutput
19
+ extends RegisterTargetsOutput,
20
+ __MetadataBearer {}
21
+ export declare class RegisterTargetsCommand extends $Command<
22
+ RegisterTargetsCommandInput,
23
+ RegisterTargetsCommandOutput,
24
+ ElasticLoadBalancingV2ClientResolvedConfig
25
+ > {
26
+ readonly input: RegisterTargetsCommandInput;
27
+ constructor(input: RegisterTargetsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<RegisterTargetsCommandInput, RegisterTargetsCommandOutput>;
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 { RemoveListenerCertificatesInput, RemoveListenerCertificatesOutput } from "../models/models_0";
5
- export interface RemoveListenerCertificatesCommandInput extends RemoveListenerCertificatesInput {
6
- }
7
- export interface RemoveListenerCertificatesCommandOutput extends RemoveListenerCertificatesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class RemoveListenerCertificatesCommand extends $Command<RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: RemoveListenerCertificatesCommandInput;
12
- constructor(input: RemoveListenerCertificatesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput>;
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
+ RemoveListenerCertificatesInput,
15
+ RemoveListenerCertificatesOutput,
16
+ } from "../models/models_0";
17
+ export interface RemoveListenerCertificatesCommandInput
18
+ extends RemoveListenerCertificatesInput {}
19
+ export interface RemoveListenerCertificatesCommandOutput
20
+ extends RemoveListenerCertificatesOutput,
21
+ __MetadataBearer {}
22
+ export declare class RemoveListenerCertificatesCommand extends $Command<
23
+ RemoveListenerCertificatesCommandInput,
24
+ RemoveListenerCertificatesCommandOutput,
25
+ ElasticLoadBalancingV2ClientResolvedConfig
26
+ > {
27
+ readonly input: RemoveListenerCertificatesCommandInput;
28
+ constructor(input: RemoveListenerCertificatesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ RemoveListenerCertificatesCommandInput,
35
+ RemoveListenerCertificatesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
5
- export interface RemoveTagsCommandInput extends RemoveTagsInput {
6
- }
7
- export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class RemoveTagsCommand extends $Command<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: RemoveTagsCommandInput;
12
- constructor(input: RemoveTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
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 { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
14
+ export interface RemoveTagsCommandInput extends RemoveTagsInput {}
15
+ export interface RemoveTagsCommandOutput
16
+ extends RemoveTagsOutput,
17
+ __MetadataBearer {}
18
+ export declare class RemoveTagsCommand extends $Command<
19
+ RemoveTagsCommandInput,
20
+ RemoveTagsCommandOutput,
21
+ ElasticLoadBalancingV2ClientResolvedConfig
22
+ > {
23
+ readonly input: RemoveTagsCommandInput;
24
+ constructor(input: RemoveTagsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
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 { SetIpAddressTypeInput, SetIpAddressTypeOutput } from "../models/models_0";
5
- export interface SetIpAddressTypeCommandInput extends SetIpAddressTypeInput {
6
- }
7
- export interface SetIpAddressTypeCommandOutput extends SetIpAddressTypeOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class SetIpAddressTypeCommand extends $Command<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: SetIpAddressTypeCommandInput;
12
- constructor(input: SetIpAddressTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput>;
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
+ SetIpAddressTypeInput,
15
+ SetIpAddressTypeOutput,
16
+ } from "../models/models_0";
17
+ export interface SetIpAddressTypeCommandInput extends SetIpAddressTypeInput {}
18
+ export interface SetIpAddressTypeCommandOutput
19
+ extends SetIpAddressTypeOutput,
20
+ __MetadataBearer {}
21
+ export declare class SetIpAddressTypeCommand extends $Command<
22
+ SetIpAddressTypeCommandInput,
23
+ SetIpAddressTypeCommandOutput,
24
+ ElasticLoadBalancingV2ClientResolvedConfig
25
+ > {
26
+ readonly input: SetIpAddressTypeCommandInput;
27
+ constructor(input: SetIpAddressTypeCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput>;
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 { SetRulePrioritiesInput, SetRulePrioritiesOutput } from "../models/models_0";
5
- export interface SetRulePrioritiesCommandInput extends SetRulePrioritiesInput {
6
- }
7
- export interface SetRulePrioritiesCommandOutput extends SetRulePrioritiesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class SetRulePrioritiesCommand extends $Command<SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: SetRulePrioritiesCommandInput;
12
- constructor(input: SetRulePrioritiesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput>;
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
+ SetRulePrioritiesInput,
15
+ SetRulePrioritiesOutput,
16
+ } from "../models/models_0";
17
+ export interface SetRulePrioritiesCommandInput extends SetRulePrioritiesInput {}
18
+ export interface SetRulePrioritiesCommandOutput
19
+ extends SetRulePrioritiesOutput,
20
+ __MetadataBearer {}
21
+ export declare class SetRulePrioritiesCommand extends $Command<
22
+ SetRulePrioritiesCommandInput,
23
+ SetRulePrioritiesCommandOutput,
24
+ ElasticLoadBalancingV2ClientResolvedConfig
25
+ > {
26
+ readonly input: SetRulePrioritiesCommandInput;
27
+ constructor(input: SetRulePrioritiesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput>;
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 { SetSecurityGroupsInput, SetSecurityGroupsOutput } from "../models/models_0";
5
- export interface SetSecurityGroupsCommandInput extends SetSecurityGroupsInput {
6
- }
7
- export interface SetSecurityGroupsCommandOutput extends SetSecurityGroupsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class SetSecurityGroupsCommand extends $Command<SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: SetSecurityGroupsCommandInput;
12
- constructor(input: SetSecurityGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput>;
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
+ SetSecurityGroupsInput,
15
+ SetSecurityGroupsOutput,
16
+ } from "../models/models_0";
17
+ export interface SetSecurityGroupsCommandInput extends SetSecurityGroupsInput {}
18
+ export interface SetSecurityGroupsCommandOutput
19
+ extends SetSecurityGroupsOutput,
20
+ __MetadataBearer {}
21
+ export declare class SetSecurityGroupsCommand extends $Command<
22
+ SetSecurityGroupsCommandInput,
23
+ SetSecurityGroupsCommandOutput,
24
+ ElasticLoadBalancingV2ClientResolvedConfig
25
+ > {
26
+ readonly input: SetSecurityGroupsCommandInput;
27
+ constructor(input: SetSecurityGroupsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput>;
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 { SetSubnetsInput, SetSubnetsOutput } from "../models/models_0";
5
- export interface SetSubnetsCommandInput extends SetSubnetsInput {
6
- }
7
- export interface SetSubnetsCommandOutput extends SetSubnetsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class SetSubnetsCommand extends $Command<SetSubnetsCommandInput, SetSubnetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: SetSubnetsCommandInput;
12
- constructor(input: SetSubnetsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetSubnetsCommandInput, SetSubnetsCommandOutput>;
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 { SetSubnetsInput, SetSubnetsOutput } from "../models/models_0";
14
+ export interface SetSubnetsCommandInput extends SetSubnetsInput {}
15
+ export interface SetSubnetsCommandOutput
16
+ extends SetSubnetsOutput,
17
+ __MetadataBearer {}
18
+ export declare class SetSubnetsCommand extends $Command<
19
+ SetSubnetsCommandInput,
20
+ SetSubnetsCommandOutput,
21
+ ElasticLoadBalancingV2ClientResolvedConfig
22
+ > {
23
+ readonly input: SetSubnetsCommandInput;
24
+ constructor(input: SetSubnetsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<SetSubnetsCommandInput, SetSubnetsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,34 +1,34 @@
1
- export * from "./AddListenerCertificatesCommand";
2
- export * from "./AddTagsCommand";
3
- export * from "./CreateListenerCommand";
4
- export * from "./CreateLoadBalancerCommand";
5
- export * from "./CreateRuleCommand";
6
- export * from "./CreateTargetGroupCommand";
7
- export * from "./DeleteListenerCommand";
8
- export * from "./DeleteLoadBalancerCommand";
9
- export * from "./DeleteRuleCommand";
10
- export * from "./DeleteTargetGroupCommand";
11
- export * from "./DeregisterTargetsCommand";
12
- export * from "./DescribeAccountLimitsCommand";
13
- export * from "./DescribeListenerCertificatesCommand";
14
- export * from "./DescribeListenersCommand";
15
- export * from "./DescribeLoadBalancerAttributesCommand";
16
- export * from "./DescribeLoadBalancersCommand";
17
- export * from "./DescribeRulesCommand";
18
- export * from "./DescribeSSLPoliciesCommand";
19
- export * from "./DescribeTagsCommand";
20
- export * from "./DescribeTargetGroupAttributesCommand";
21
- export * from "./DescribeTargetGroupsCommand";
22
- export * from "./DescribeTargetHealthCommand";
23
- export * from "./ModifyListenerCommand";
24
- export * from "./ModifyLoadBalancerAttributesCommand";
25
- export * from "./ModifyRuleCommand";
26
- export * from "./ModifyTargetGroupAttributesCommand";
27
- export * from "./ModifyTargetGroupCommand";
28
- export * from "./RegisterTargetsCommand";
29
- export * from "./RemoveListenerCertificatesCommand";
30
- export * from "./RemoveTagsCommand";
31
- export * from "./SetIpAddressTypeCommand";
32
- export * from "./SetRulePrioritiesCommand";
33
- export * from "./SetSecurityGroupsCommand";
34
- export * from "./SetSubnetsCommand";
1
+ export * from "./AddListenerCertificatesCommand";
2
+ export * from "./AddTagsCommand";
3
+ export * from "./CreateListenerCommand";
4
+ export * from "./CreateLoadBalancerCommand";
5
+ export * from "./CreateRuleCommand";
6
+ export * from "./CreateTargetGroupCommand";
7
+ export * from "./DeleteListenerCommand";
8
+ export * from "./DeleteLoadBalancerCommand";
9
+ export * from "./DeleteRuleCommand";
10
+ export * from "./DeleteTargetGroupCommand";
11
+ export * from "./DeregisterTargetsCommand";
12
+ export * from "./DescribeAccountLimitsCommand";
13
+ export * from "./DescribeListenerCertificatesCommand";
14
+ export * from "./DescribeListenersCommand";
15
+ export * from "./DescribeLoadBalancerAttributesCommand";
16
+ export * from "./DescribeLoadBalancersCommand";
17
+ export * from "./DescribeRulesCommand";
18
+ export * from "./DescribeSSLPoliciesCommand";
19
+ export * from "./DescribeTagsCommand";
20
+ export * from "./DescribeTargetGroupAttributesCommand";
21
+ export * from "./DescribeTargetGroupsCommand";
22
+ export * from "./DescribeTargetHealthCommand";
23
+ export * from "./ModifyListenerCommand";
24
+ export * from "./ModifyLoadBalancerAttributesCommand";
25
+ export * from "./ModifyRuleCommand";
26
+ export * from "./ModifyTargetGroupAttributesCommand";
27
+ export * from "./ModifyTargetGroupCommand";
28
+ export * from "./RegisterTargetsCommand";
29
+ export * from "./RemoveListenerCertificatesCommand";
30
+ export * from "./RemoveTagsCommand";
31
+ export * from "./SetIpAddressTypeCommand";
32
+ export * from "./SetRulePrioritiesCommand";
33
+ export * from "./SetSecurityGroupsCommand";
34
+ export * from "./SetSubnetsCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,7 +1,7 @@
1
- export * from "./ElasticLoadBalancingV2";
2
- export * from "./ElasticLoadBalancingV2Client";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export * from "./waiters";
7
- export { ElasticLoadBalancingV2ServiceException } from "./models/ElasticLoadBalancingV2ServiceException";
1
+ export * from "./ElasticLoadBalancingV2";
2
+ export * from "./ElasticLoadBalancingV2Client";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
7
+ export { ElasticLoadBalancingV2ServiceException } from "./models/ElasticLoadBalancingV2ServiceException";
@@ -1,6 +1,7 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class ElasticLoadBalancingV2ServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+ export declare class ElasticLoadBalancingV2ServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";