@aws-sdk/client-elastic-load-balancing-v2 3.337.0 → 3.341.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 (149) hide show
  1. package/dist-cjs/ElasticLoadBalancingV2Client.js +2 -1
  2. package/dist-cjs/commands/AddListenerCertificatesCommand.js +2 -1
  3. package/dist-cjs/commands/AddTagsCommand.js +2 -1
  4. package/dist-cjs/commands/CreateListenerCommand.js +2 -1
  5. package/dist-cjs/commands/CreateLoadBalancerCommand.js +2 -1
  6. package/dist-cjs/commands/CreateRuleCommand.js +2 -1
  7. package/dist-cjs/commands/CreateTargetGroupCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteListenerCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteLoadBalancerCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteRuleCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteTargetGroupCommand.js +2 -1
  12. package/dist-cjs/commands/DeregisterTargetsCommand.js +2 -1
  13. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +2 -1
  14. package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +2 -1
  15. package/dist-cjs/commands/DescribeListenersCommand.js +2 -1
  16. package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +2 -1
  17. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +2 -1
  18. package/dist-cjs/commands/DescribeRulesCommand.js +2 -1
  19. package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +2 -1
  20. package/dist-cjs/commands/DescribeTagsCommand.js +2 -1
  21. package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +2 -1
  22. package/dist-cjs/commands/DescribeTargetGroupsCommand.js +2 -1
  23. package/dist-cjs/commands/DescribeTargetHealthCommand.js +2 -1
  24. package/dist-cjs/commands/ModifyListenerCommand.js +2 -1
  25. package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +2 -1
  26. package/dist-cjs/commands/ModifyRuleCommand.js +2 -1
  27. package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +2 -1
  28. package/dist-cjs/commands/ModifyTargetGroupCommand.js +2 -1
  29. package/dist-cjs/commands/RegisterTargetsCommand.js +2 -1
  30. package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +2 -1
  31. package/dist-cjs/commands/RemoveTagsCommand.js +2 -1
  32. package/dist-cjs/commands/SetIpAddressTypeCommand.js +2 -1
  33. package/dist-cjs/commands/SetRulePrioritiesCommand.js +2 -1
  34. package/dist-cjs/commands/SetSecurityGroupsCommand.js +2 -1
  35. package/dist-cjs/commands/SetSubnetsCommand.js +2 -1
  36. package/dist-cjs/index.js +2 -2
  37. package/dist-cjs/models/ElasticLoadBalancingV2ServiceException.js +2 -1
  38. package/dist-es/ElasticLoadBalancingV2Client.js +1 -0
  39. package/dist-es/commands/AddListenerCertificatesCommand.js +1 -0
  40. package/dist-es/commands/AddTagsCommand.js +1 -0
  41. package/dist-es/commands/CreateListenerCommand.js +1 -0
  42. package/dist-es/commands/CreateLoadBalancerCommand.js +1 -0
  43. package/dist-es/commands/CreateRuleCommand.js +1 -0
  44. package/dist-es/commands/CreateTargetGroupCommand.js +1 -0
  45. package/dist-es/commands/DeleteListenerCommand.js +1 -0
  46. package/dist-es/commands/DeleteLoadBalancerCommand.js +1 -0
  47. package/dist-es/commands/DeleteRuleCommand.js +1 -0
  48. package/dist-es/commands/DeleteTargetGroupCommand.js +1 -0
  49. package/dist-es/commands/DeregisterTargetsCommand.js +1 -0
  50. package/dist-es/commands/DescribeAccountLimitsCommand.js +1 -0
  51. package/dist-es/commands/DescribeListenerCertificatesCommand.js +1 -0
  52. package/dist-es/commands/DescribeListenersCommand.js +1 -0
  53. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +1 -0
  54. package/dist-es/commands/DescribeLoadBalancersCommand.js +1 -0
  55. package/dist-es/commands/DescribeRulesCommand.js +1 -0
  56. package/dist-es/commands/DescribeSSLPoliciesCommand.js +1 -0
  57. package/dist-es/commands/DescribeTagsCommand.js +1 -0
  58. package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +1 -0
  59. package/dist-es/commands/DescribeTargetGroupsCommand.js +1 -0
  60. package/dist-es/commands/DescribeTargetHealthCommand.js +1 -0
  61. package/dist-es/commands/ModifyListenerCommand.js +1 -0
  62. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +1 -0
  63. package/dist-es/commands/ModifyRuleCommand.js +1 -0
  64. package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +1 -0
  65. package/dist-es/commands/ModifyTargetGroupCommand.js +1 -0
  66. package/dist-es/commands/RegisterTargetsCommand.js +1 -0
  67. package/dist-es/commands/RemoveListenerCertificatesCommand.js +1 -0
  68. package/dist-es/commands/RemoveTagsCommand.js +1 -0
  69. package/dist-es/commands/SetIpAddressTypeCommand.js +1 -0
  70. package/dist-es/commands/SetRulePrioritiesCommand.js +1 -0
  71. package/dist-es/commands/SetSecurityGroupsCommand.js +1 -0
  72. package/dist-es/commands/SetSubnetsCommand.js +1 -0
  73. package/dist-es/index.js +2 -2
  74. package/dist-es/models/ElasticLoadBalancingV2ServiceException.js +1 -0
  75. package/dist-types/ElasticLoadBalancingV2Client.d.ts +3 -3
  76. package/dist-types/commands/AddListenerCertificatesCommand.d.ts +4 -0
  77. package/dist-types/commands/AddTagsCommand.d.ts +4 -0
  78. package/dist-types/commands/CreateListenerCommand.d.ts +4 -0
  79. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +4 -0
  80. package/dist-types/commands/CreateRuleCommand.d.ts +4 -0
  81. package/dist-types/commands/CreateTargetGroupCommand.d.ts +4 -0
  82. package/dist-types/commands/DeleteListenerCommand.d.ts +4 -0
  83. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +4 -0
  84. package/dist-types/commands/DeleteRuleCommand.d.ts +4 -0
  85. package/dist-types/commands/DeleteTargetGroupCommand.d.ts +4 -0
  86. package/dist-types/commands/DeregisterTargetsCommand.d.ts +4 -0
  87. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +4 -0
  88. package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +4 -0
  89. package/dist-types/commands/DescribeListenersCommand.d.ts +4 -0
  90. package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +4 -0
  91. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +4 -0
  92. package/dist-types/commands/DescribeRulesCommand.d.ts +4 -0
  93. package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +4 -0
  94. package/dist-types/commands/DescribeTagsCommand.d.ts +4 -0
  95. package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +4 -0
  96. package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +4 -0
  97. package/dist-types/commands/DescribeTargetHealthCommand.d.ts +4 -0
  98. package/dist-types/commands/ModifyListenerCommand.d.ts +4 -0
  99. package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +4 -0
  100. package/dist-types/commands/ModifyRuleCommand.d.ts +4 -0
  101. package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +4 -0
  102. package/dist-types/commands/ModifyTargetGroupCommand.d.ts +4 -0
  103. package/dist-types/commands/RegisterTargetsCommand.d.ts +4 -0
  104. package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +4 -0
  105. package/dist-types/commands/RemoveTagsCommand.d.ts +4 -0
  106. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +4 -0
  107. package/dist-types/commands/SetRulePrioritiesCommand.d.ts +4 -0
  108. package/dist-types/commands/SetSecurityGroupsCommand.d.ts +4 -0
  109. package/dist-types/commands/SetSubnetsCommand.d.ts +4 -0
  110. package/dist-types/index.d.ts +35 -2
  111. package/dist-types/models/ElasticLoadBalancingV2ServiceException.d.ts +1 -0
  112. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +3 -3
  113. package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +1 -0
  144. package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +1 -0
  145. package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +1 -0
  146. package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +1 -0
  147. package/dist-types/ts3.4/index.d.ts +2 -2
  148. package/dist-types/ts3.4/models/ElasticLoadBalancingV2ServiceException.d.ts +1 -0
  149. package/package.json +29 -29
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { SetIpAddressTypeInput, SetIpAddressTypeOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { SetRulePrioritiesInput, SetRulePrioritiesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { SetSecurityGroupsInput, SetSecurityGroupsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { SetSubnetsInput, SetSubnetsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,7 +1,40 @@
1
- export * from "./ElasticLoadBalancingV2";
1
+ /**
2
+ * <fullname>Elastic Load Balancing</fullname>
3
+ * <p>A load balancer distributes incoming traffic across targets, such as your EC2 instances.
4
+ * This enables you to increase the availability of your application. The load balancer also
5
+ * monitors the health of its registered targets and ensures that it routes traffic only to
6
+ * healthy targets. You configure your load balancer to accept incoming traffic by specifying one
7
+ * or more listeners, which are configured with a protocol and port number for connections from
8
+ * clients to the load balancer. You configure a target group with a protocol and port number for
9
+ * connections from the load balancer to the targets, and with health check settings to be used
10
+ * when checking the health status of the targets.</p>
11
+ * <p>Elastic Load Balancing supports the following types of load balancers: Application Load
12
+ * Balancers, Network Load Balancers, Gateway Load Balancers, and Classic Load Balancers. This
13
+ * reference covers the following load balancer types:</p>
14
+ * <ul>
15
+ * <li>
16
+ * <p>Application Load Balancer - Operates at the application layer (layer 7) and supports
17
+ * HTTP and HTTPS.</p>
18
+ * </li>
19
+ * <li>
20
+ * <p>Network Load Balancer - Operates at the transport layer (layer 4) and supports TCP,
21
+ * TLS, and UDP.</p>
22
+ * </li>
23
+ * <li>
24
+ * <p>Gateway Load Balancer - Operates at the network layer (layer 3).</p>
25
+ * </li>
26
+ * </ul>
27
+ * <p>For more information, see the <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/">Elastic Load Balancing User
28
+ * Guide</a>.</p>
29
+ * <p>All Elastic Load Balancing operations are idempotent, which means that they complete at
30
+ * most one time. If you repeat an operation, it succeeds.</p>
31
+ *
32
+ * @packageDocumentation
33
+ */
2
34
  export * from "./ElasticLoadBalancingV2Client";
35
+ export * from "./ElasticLoadBalancingV2";
3
36
  export * from "./commands";
4
- export * from "./models";
5
37
  export * from "./pagination";
6
38
  export * from "./waiters";
39
+ export * from "./models";
7
40
  export { ElasticLoadBalancingV2ServiceException } from "./models/ElasticLoadBalancingV2ServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -187,6 +187,7 @@ import {
187
187
  ClientResolvedEndpointParameters,
188
188
  EndpointParameters,
189
189
  } from "./endpoint/EndpointParameters";
190
+ export { __Client };
190
191
  export type ServiceInputTypes =
191
192
  | AddListenerCertificatesCommandInput
192
193
  | AddTagsCommandInput
@@ -281,7 +282,7 @@ export interface ClientDefaults
281
282
  logger?: __Logger;
282
283
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
283
284
  }
284
- type ElasticLoadBalancingV2ClientConfigType = Partial<
285
+ export type ElasticLoadBalancingV2ClientConfigType = Partial<
285
286
  __SmithyConfiguration<__HttpHandlerOptions>
286
287
  > &
287
288
  ClientDefaults &
@@ -294,7 +295,7 @@ type ElasticLoadBalancingV2ClientConfigType = Partial<
294
295
  ClientInputEndpointParameters;
295
296
  export interface ElasticLoadBalancingV2ClientConfig
296
297
  extends ElasticLoadBalancingV2ClientConfigType {}
297
- type ElasticLoadBalancingV2ClientResolvedConfigType =
298
+ export type ElasticLoadBalancingV2ClientResolvedConfigType =
298
299
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
299
300
  Required<ClientDefaults> &
300
301
  RegionResolvedConfig &
@@ -316,4 +317,3 @@ export declare class ElasticLoadBalancingV2Client extends __Client<
316
317
  constructor(configuration: ElasticLoadBalancingV2ClientConfig);
317
318
  destroy(): void;
318
319
  }
319
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  AddListenerCertificatesInput,
16
16
  AddListenerCertificatesOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AddListenerCertificatesCommandInput
19
20
  extends AddListenerCertificatesInput {}
20
21
  export interface AddListenerCertificatesCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticLoadBalancingV2Client";
14
14
  import { AddTagsInput, AddTagsOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface AddTagsCommandInput extends AddTagsInput {}
16
17
  export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
17
18
  export declare class AddTagsCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticLoadBalancingV2Client";
14
14
  import { CreateListenerInput, CreateListenerOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateListenerCommandInput extends CreateListenerInput {}
16
17
  export interface CreateListenerCommandOutput
17
18
  extends CreateListenerOutput,
@@ -15,6 +15,7 @@ import {
15
15
  CreateLoadBalancerInput,
16
16
  CreateLoadBalancerOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateLoadBalancerCommandInput
19
20
  extends CreateLoadBalancerInput {}
20
21
  export interface CreateLoadBalancerCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticLoadBalancingV2Client";
14
14
  import { CreateRuleInput, CreateRuleOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateRuleCommandInput extends CreateRuleInput {}
16
17
  export interface CreateRuleCommandOutput
17
18
  extends CreateRuleOutput,
@@ -15,6 +15,7 @@ import {
15
15
  CreateTargetGroupInput,
16
16
  CreateTargetGroupOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateTargetGroupCommandInput extends CreateTargetGroupInput {}
19
20
  export interface CreateTargetGroupCommandOutput
20
21
  extends CreateTargetGroupOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticLoadBalancingV2Client";
14
14
  import { DeleteListenerInput, DeleteListenerOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteListenerCommandInput extends DeleteListenerInput {}
16
17
  export interface DeleteListenerCommandOutput
17
18
  extends DeleteListenerOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteLoadBalancerInput,
16
16
  DeleteLoadBalancerOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteLoadBalancerCommandInput
19
20
  extends DeleteLoadBalancerInput {}
20
21
  export interface DeleteLoadBalancerCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticLoadBalancingV2Client";
14
14
  import { DeleteRuleInput, DeleteRuleOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteRuleCommandInput extends DeleteRuleInput {}
16
17
  export interface DeleteRuleCommandOutput
17
18
  extends DeleteRuleOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteTargetGroupInput,
16
16
  DeleteTargetGroupOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteTargetGroupCommandInput extends DeleteTargetGroupInput {}
19
20
  export interface DeleteTargetGroupCommandOutput
20
21
  extends DeleteTargetGroupOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DeregisterTargetsInput,
16
16
  DeregisterTargetsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeregisterTargetsCommandInput extends DeregisterTargetsInput {}
19
20
  export interface DeregisterTargetsCommandOutput
20
21
  extends DeregisterTargetsOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeAccountLimitsInput,
16
16
  DescribeAccountLimitsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeAccountLimitsCommandInput
19
20
  extends DescribeAccountLimitsInput {}
20
21
  export interface DescribeAccountLimitsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeListenerCertificatesInput,
16
16
  DescribeListenerCertificatesOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeListenerCertificatesCommandInput
19
20
  extends DescribeListenerCertificatesInput {}
20
21
  export interface DescribeListenerCertificatesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeListenersInput,
16
16
  DescribeListenersOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeListenersCommandInput extends DescribeListenersInput {}
19
20
  export interface DescribeListenersCommandOutput
20
21
  extends DescribeListenersOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeLoadBalancerAttributesInput,
16
16
  DescribeLoadBalancerAttributesOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeLoadBalancerAttributesCommandInput
19
20
  extends DescribeLoadBalancerAttributesInput {}
20
21
  export interface DescribeLoadBalancerAttributesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeLoadBalancersInput,
16
16
  DescribeLoadBalancersOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeLoadBalancersCommandInput
19
20
  extends DescribeLoadBalancersInput {}
20
21
  export interface DescribeLoadBalancersCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticLoadBalancingV2Client";
14
14
  import { DescribeRulesInput, DescribeRulesOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DescribeRulesCommandInput extends DescribeRulesInput {}
16
17
  export interface DescribeRulesCommandOutput
17
18
  extends DescribeRulesOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeSSLPoliciesInput,
16
16
  DescribeSSLPoliciesOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeSSLPoliciesCommandInput
19
20
  extends DescribeSSLPoliciesInput {}
20
21
  export interface DescribeSSLPoliciesCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticLoadBalancingV2Client";
14
14
  import { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DescribeTagsCommandInput extends DescribeTagsInput {}
16
17
  export interface DescribeTagsCommandOutput
17
18
  extends DescribeTagsOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeTargetGroupAttributesInput,
16
16
  DescribeTargetGroupAttributesOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeTargetGroupAttributesCommandInput
19
20
  extends DescribeTargetGroupAttributesInput {}
20
21
  export interface DescribeTargetGroupAttributesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeTargetGroupsInput,
16
16
  DescribeTargetGroupsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeTargetGroupsCommandInput
19
20
  extends DescribeTargetGroupsInput {}
20
21
  export interface DescribeTargetGroupsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeTargetHealthInput,
16
16
  DescribeTargetHealthOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeTargetHealthCommandInput
19
20
  extends DescribeTargetHealthInput {}
20
21
  export interface DescribeTargetHealthCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticLoadBalancingV2Client";
14
14
  import { ModifyListenerInput, ModifyListenerOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ModifyListenerCommandInput extends ModifyListenerInput {}
16
17
  export interface ModifyListenerCommandOutput
17
18
  extends ModifyListenerOutput,
@@ -15,6 +15,7 @@ import {
15
15
  ModifyLoadBalancerAttributesInput,
16
16
  ModifyLoadBalancerAttributesOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ModifyLoadBalancerAttributesCommandInput
19
20
  extends ModifyLoadBalancerAttributesInput {}
20
21
  export interface ModifyLoadBalancerAttributesCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticLoadBalancingV2Client";
14
14
  import { ModifyRuleInput, ModifyRuleOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ModifyRuleCommandInput extends ModifyRuleInput {}
16
17
  export interface ModifyRuleCommandOutput
17
18
  extends ModifyRuleOutput,
@@ -15,6 +15,7 @@ import {
15
15
  ModifyTargetGroupAttributesInput,
16
16
  ModifyTargetGroupAttributesOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ModifyTargetGroupAttributesCommandInput
19
20
  extends ModifyTargetGroupAttributesInput {}
20
21
  export interface ModifyTargetGroupAttributesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ModifyTargetGroupInput,
16
16
  ModifyTargetGroupOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ModifyTargetGroupCommandInput extends ModifyTargetGroupInput {}
19
20
  export interface ModifyTargetGroupCommandOutput
20
21
  extends ModifyTargetGroupOutput,
@@ -15,6 +15,7 @@ import {
15
15
  RegisterTargetsInput,
16
16
  RegisterTargetsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RegisterTargetsCommandInput extends RegisterTargetsInput {}
19
20
  export interface RegisterTargetsCommandOutput
20
21
  extends RegisterTargetsOutput,
@@ -15,6 +15,7 @@ import {
15
15
  RemoveListenerCertificatesInput,
16
16
  RemoveListenerCertificatesOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RemoveListenerCertificatesCommandInput
19
20
  extends RemoveListenerCertificatesInput {}
20
21
  export interface RemoveListenerCertificatesCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticLoadBalancingV2Client";
14
14
  import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RemoveTagsCommandInput extends RemoveTagsInput {}
16
17
  export interface RemoveTagsCommandOutput
17
18
  extends RemoveTagsOutput,
@@ -15,6 +15,7 @@ import {
15
15
  SetIpAddressTypeInput,
16
16
  SetIpAddressTypeOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface SetIpAddressTypeCommandInput extends SetIpAddressTypeInput {}
19
20
  export interface SetIpAddressTypeCommandOutput
20
21
  extends SetIpAddressTypeOutput,
@@ -15,6 +15,7 @@ import {
15
15
  SetRulePrioritiesInput,
16
16
  SetRulePrioritiesOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface SetRulePrioritiesCommandInput extends SetRulePrioritiesInput {}
19
20
  export interface SetRulePrioritiesCommandOutput
20
21
  extends SetRulePrioritiesOutput,
@@ -15,6 +15,7 @@ import {
15
15
  SetSecurityGroupsInput,
16
16
  SetSecurityGroupsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface SetSecurityGroupsCommandInput extends SetSecurityGroupsInput {}
19
20
  export interface SetSecurityGroupsCommandOutput
20
21
  extends SetSecurityGroupsOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticLoadBalancingV2Client";
14
14
  import { SetSubnetsInput, SetSubnetsOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface SetSubnetsCommandInput extends SetSubnetsInput {}
16
17
  export interface SetSubnetsCommandOutput
17
18
  extends SetSubnetsOutput,
@@ -1,7 +1,7 @@
1
- export * from "./ElasticLoadBalancingV2";
2
1
  export * from "./ElasticLoadBalancingV2Client";
2
+ export * from "./ElasticLoadBalancingV2";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
6
5
  export * from "./waiters";
6
+ export * from "./models";
7
7
  export { ElasticLoadBalancingV2ServiceException } from "./models/ElasticLoadBalancingV2ServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class ElasticLoadBalancingV2ServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elastic-load-balancing-v2",
3
3
  "description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
4
- "version": "3.337.0",
4
+ "version": "3.341.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.337.0",
25
- "@aws-sdk/config-resolver": "3.337.0",
26
- "@aws-sdk/credential-provider-node": "3.337.0",
27
- "@aws-sdk/fetch-http-handler": "3.337.0",
28
- "@aws-sdk/hash-node": "3.337.0",
29
- "@aws-sdk/invalid-dependency": "3.337.0",
30
- "@aws-sdk/middleware-content-length": "3.337.0",
31
- "@aws-sdk/middleware-endpoint": "3.337.0",
32
- "@aws-sdk/middleware-host-header": "3.337.0",
33
- "@aws-sdk/middleware-logger": "3.337.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.337.0",
35
- "@aws-sdk/middleware-retry": "3.337.0",
36
- "@aws-sdk/middleware-serde": "3.337.0",
37
- "@aws-sdk/middleware-signing": "3.337.0",
38
- "@aws-sdk/middleware-stack": "3.337.0",
39
- "@aws-sdk/middleware-user-agent": "3.337.0",
40
- "@aws-sdk/node-config-provider": "3.337.0",
41
- "@aws-sdk/node-http-handler": "3.337.0",
42
- "@aws-sdk/smithy-client": "3.337.0",
43
- "@aws-sdk/types": "3.337.0",
44
- "@aws-sdk/url-parser": "3.337.0",
24
+ "@aws-sdk/client-sts": "3.341.0",
25
+ "@aws-sdk/config-resolver": "3.341.0",
26
+ "@aws-sdk/credential-provider-node": "3.341.0",
27
+ "@aws-sdk/fetch-http-handler": "3.341.0",
28
+ "@aws-sdk/hash-node": "3.341.0",
29
+ "@aws-sdk/invalid-dependency": "3.341.0",
30
+ "@aws-sdk/middleware-content-length": "3.341.0",
31
+ "@aws-sdk/middleware-endpoint": "3.341.0",
32
+ "@aws-sdk/middleware-host-header": "3.341.0",
33
+ "@aws-sdk/middleware-logger": "3.341.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.341.0",
35
+ "@aws-sdk/middleware-retry": "3.341.0",
36
+ "@aws-sdk/middleware-serde": "3.341.0",
37
+ "@aws-sdk/middleware-signing": "3.341.0",
38
+ "@aws-sdk/middleware-stack": "3.341.0",
39
+ "@aws-sdk/middleware-user-agent": "3.341.0",
40
+ "@aws-sdk/node-config-provider": "3.341.0",
41
+ "@aws-sdk/node-http-handler": "3.341.0",
42
+ "@aws-sdk/smithy-client": "3.341.0",
43
+ "@aws-sdk/types": "3.341.0",
44
+ "@aws-sdk/url-parser": "3.341.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.337.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.337.0",
50
- "@aws-sdk/util-endpoints": "3.337.0",
51
- "@aws-sdk/util-retry": "3.337.0",
52
- "@aws-sdk/util-user-agent-browser": "3.337.0",
53
- "@aws-sdk/util-user-agent-node": "3.337.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.341.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.341.0",
50
+ "@aws-sdk/util-endpoints": "3.341.0",
51
+ "@aws-sdk/util-retry": "3.341.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.341.0",
53
+ "@aws-sdk/util-user-agent-node": "3.341.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
- "@aws-sdk/util-waiter": "3.337.0",
55
+ "@aws-sdk/util-waiter": "3.341.0",
56
56
  "@smithy/protocol-http": "^1.0.1",
57
57
  "@smithy/types": "^1.0.0",
58
58
  "fast-xml-parser": "4.1.2",