@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,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 { ModifyTargetGroupAttributesInput, ModifyTargetGroupAttributesOutput } from "../models/models_0";
5
- export interface ModifyTargetGroupAttributesCommandInput extends ModifyTargetGroupAttributesInput {
6
- }
7
- export interface ModifyTargetGroupAttributesCommandOutput extends ModifyTargetGroupAttributesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ModifyTargetGroupAttributesCommand extends $Command<ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: ModifyTargetGroupAttributesCommandInput;
12
- constructor(input: ModifyTargetGroupAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput>;
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
+ ModifyTargetGroupAttributesInput,
15
+ ModifyTargetGroupAttributesOutput,
16
+ } from "../models/models_0";
17
+ export interface ModifyTargetGroupAttributesCommandInput
18
+ extends ModifyTargetGroupAttributesInput {}
19
+ export interface ModifyTargetGroupAttributesCommandOutput
20
+ extends ModifyTargetGroupAttributesOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ModifyTargetGroupAttributesCommand extends $Command<
24
+ ModifyTargetGroupAttributesCommandInput,
25
+ ModifyTargetGroupAttributesCommandOutput,
26
+ ElasticLoadBalancingV2ClientResolvedConfig
27
+ > {
28
+ readonly input: ModifyTargetGroupAttributesCommandInput;
29
+ constructor(input: ModifyTargetGroupAttributesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ModifyTargetGroupAttributesCommandInput,
37
+ ModifyTargetGroupAttributesCommandOutput
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 { 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
+
22
+ export declare class ModifyTargetGroupCommand extends $Command<
23
+ ModifyTargetGroupCommandInput,
24
+ ModifyTargetGroupCommandOutput,
25
+ ElasticLoadBalancingV2ClientResolvedConfig
26
+ > {
27
+ readonly input: ModifyTargetGroupCommandInput;
28
+ constructor(input: ModifyTargetGroupCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput>;
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 { 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
+
22
+ export declare class RegisterTargetsCommand extends $Command<
23
+ RegisterTargetsCommandInput,
24
+ RegisterTargetsCommandOutput,
25
+ ElasticLoadBalancingV2ClientResolvedConfig
26
+ > {
27
+ readonly input: RegisterTargetsCommandInput;
28
+ constructor(input: RegisterTargetsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<RegisterTargetsCommandInput, RegisterTargetsCommandOutput>;
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 { 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
+
23
+ export declare class RemoveListenerCertificatesCommand extends $Command<
24
+ RemoveListenerCertificatesCommandInput,
25
+ RemoveListenerCertificatesCommandOutput,
26
+ ElasticLoadBalancingV2ClientResolvedConfig
27
+ > {
28
+ readonly input: RemoveListenerCertificatesCommandInput;
29
+ constructor(input: RemoveListenerCertificatesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ RemoveListenerCertificatesCommandInput,
37
+ RemoveListenerCertificatesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { 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
+
19
+ export declare class RemoveTagsCommand extends $Command<
20
+ RemoveTagsCommandInput,
21
+ RemoveTagsCommandOutput,
22
+ ElasticLoadBalancingV2ClientResolvedConfig
23
+ > {
24
+ readonly input: RemoveTagsCommandInput;
25
+ constructor(input: RemoveTagsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
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 { 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
+
22
+ export declare class SetIpAddressTypeCommand extends $Command<
23
+ SetIpAddressTypeCommandInput,
24
+ SetIpAddressTypeCommandOutput,
25
+ ElasticLoadBalancingV2ClientResolvedConfig
26
+ > {
27
+ readonly input: SetIpAddressTypeCommandInput;
28
+ constructor(input: SetIpAddressTypeCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput>;
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 { 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
+
22
+ export declare class SetRulePrioritiesCommand extends $Command<
23
+ SetRulePrioritiesCommandInput,
24
+ SetRulePrioritiesCommandOutput,
25
+ ElasticLoadBalancingV2ClientResolvedConfig
26
+ > {
27
+ readonly input: SetRulePrioritiesCommandInput;
28
+ constructor(input: SetRulePrioritiesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput>;
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 { 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
+
22
+ export declare class SetSecurityGroupsCommand extends $Command<
23
+ SetSecurityGroupsCommandInput,
24
+ SetSecurityGroupsCommandOutput,
25
+ ElasticLoadBalancingV2ClientResolvedConfig
26
+ > {
27
+ readonly input: SetSecurityGroupsCommandInput;
28
+ constructor(input: SetSecurityGroupsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput>;
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 { 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
+
19
+ export declare class SetSubnetsCommand extends $Command<
20
+ SetSubnetsCommandInput,
21
+ SetSubnetsCommandOutput,
22
+ ElasticLoadBalancingV2ClientResolvedConfig
23
+ > {
24
+ readonly input: SetSubnetsCommandInput;
25
+ constructor(input: SetSubnetsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<SetSubnetsCommandInput, SetSubnetsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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,8 @@
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
+
6
+ export declare class ElasticLoadBalancingV2ServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";