@aws-sdk/client-elastic-load-balancing-v2 3.170.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 (49) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +0 -34
  3. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/models/ElasticLoadBalancingV2ServiceException.d.ts +0 -1
  39. package/dist-types/ts3.4/models/models_0.d.ts +1200 -3421
  40. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  41. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  42. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  43. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  44. package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +0 -2
  45. package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +0 -2
  46. package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +0 -2
  47. package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +0 -2
  48. package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +0 -2
  49. package/package.json +27 -27
@@ -19,7 +19,6 @@ export interface DescribeTargetGroupAttributesCommandInput
19
19
  export interface DescribeTargetGroupAttributesCommandOutput
20
20
  extends DescribeTargetGroupAttributesOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeTargetGroupAttributesCommand extends $Command<
24
23
  DescribeTargetGroupAttributesCommandInput,
25
24
  DescribeTargetGroupAttributesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeTargetGroupAttributesCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeTargetGroupAttributesCommandInput;
29
28
  constructor(input: DescribeTargetGroupAttributesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeTargetGroupsCommandInput
19
19
  export interface DescribeTargetGroupsCommandOutput
20
20
  extends DescribeTargetGroupsOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeTargetGroupsCommand extends $Command<
24
23
  DescribeTargetGroupsCommandInput,
25
24
  DescribeTargetGroupsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeTargetGroupsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeTargetGroupsCommandInput;
29
28
  constructor(input: DescribeTargetGroupsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeTargetHealthCommandInput
19
19
  export interface DescribeTargetHealthCommandOutput
20
20
  extends DescribeTargetHealthOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeTargetHealthCommand extends $Command<
24
23
  DescribeTargetHealthCommandInput,
25
24
  DescribeTargetHealthCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeTargetHealthCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeTargetHealthCommandInput;
29
28
  constructor(input: DescribeTargetHealthCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ModifyListenerCommandInput extends ModifyListenerInput {}
15
15
  export interface ModifyListenerCommandOutput
16
16
  extends ModifyListenerOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ModifyListenerCommand extends $Command<
20
19
  ModifyListenerCommandInput,
21
20
  ModifyListenerCommandOutput,
@@ -23,7 +22,6 @@ export declare class ModifyListenerCommand extends $Command<
23
22
  > {
24
23
  readonly input: ModifyListenerCommandInput;
25
24
  constructor(input: ModifyListenerCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ModifyLoadBalancerAttributesCommandInput
19
19
  export interface ModifyLoadBalancerAttributesCommandOutput
20
20
  extends ModifyLoadBalancerAttributesOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ModifyLoadBalancerAttributesCommand extends $Command<
24
23
  ModifyLoadBalancerAttributesCommandInput,
25
24
  ModifyLoadBalancerAttributesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ModifyLoadBalancerAttributesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ModifyLoadBalancerAttributesCommandInput;
29
28
  constructor(input: ModifyLoadBalancerAttributesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ModifyRuleCommandInput extends ModifyRuleInput {}
15
15
  export interface ModifyRuleCommandOutput
16
16
  extends ModifyRuleOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ModifyRuleCommand extends $Command<
20
19
  ModifyRuleCommandInput,
21
20
  ModifyRuleCommandOutput,
@@ -23,7 +22,6 @@ export declare class ModifyRuleCommand extends $Command<
23
22
  > {
24
23
  readonly input: ModifyRuleCommandInput;
25
24
  constructor(input: ModifyRuleCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ModifyTargetGroupAttributesCommandInput
19
19
  export interface ModifyTargetGroupAttributesCommandOutput
20
20
  extends ModifyTargetGroupAttributesOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ModifyTargetGroupAttributesCommand extends $Command<
24
23
  ModifyTargetGroupAttributesCommandInput,
25
24
  ModifyTargetGroupAttributesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ModifyTargetGroupAttributesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ModifyTargetGroupAttributesCommandInput;
29
28
  constructor(input: ModifyTargetGroupAttributesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ModifyTargetGroupCommandInput extends ModifyTargetGroupInput {}
18
18
  export interface ModifyTargetGroupCommandOutput
19
19
  extends ModifyTargetGroupOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ModifyTargetGroupCommand extends $Command<
23
22
  ModifyTargetGroupCommandInput,
24
23
  ModifyTargetGroupCommandOutput,
@@ -26,7 +25,6 @@ export declare class ModifyTargetGroupCommand extends $Command<
26
25
  > {
27
26
  readonly input: ModifyTargetGroupCommandInput;
28
27
  constructor(input: ModifyTargetGroupCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface RegisterTargetsCommandInput extends RegisterTargetsInput {}
18
18
  export interface RegisterTargetsCommandOutput
19
19
  extends RegisterTargetsOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class RegisterTargetsCommand extends $Command<
23
22
  RegisterTargetsCommandInput,
24
23
  RegisterTargetsCommandOutput,
@@ -26,7 +25,6 @@ export declare class RegisterTargetsCommand extends $Command<
26
25
  > {
27
26
  readonly input: RegisterTargetsCommandInput;
28
27
  constructor(input: RegisterTargetsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface RemoveListenerCertificatesCommandInput
19
19
  export interface RemoveListenerCertificatesCommandOutput
20
20
  extends RemoveListenerCertificatesOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class RemoveListenerCertificatesCommand extends $Command<
24
23
  RemoveListenerCertificatesCommandInput,
25
24
  RemoveListenerCertificatesCommandOutput,
@@ -27,7 +26,6 @@ export declare class RemoveListenerCertificatesCommand extends $Command<
27
26
  > {
28
27
  readonly input: RemoveListenerCertificatesCommandInput;
29
28
  constructor(input: RemoveListenerCertificatesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface RemoveTagsCommandInput extends RemoveTagsInput {}
15
15
  export interface RemoveTagsCommandOutput
16
16
  extends RemoveTagsOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class RemoveTagsCommand extends $Command<
20
19
  RemoveTagsCommandInput,
21
20
  RemoveTagsCommandOutput,
@@ -23,7 +22,6 @@ export declare class RemoveTagsCommand extends $Command<
23
22
  > {
24
23
  readonly input: RemoveTagsCommandInput;
25
24
  constructor(input: RemoveTagsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface SetIpAddressTypeCommandInput extends SetIpAddressTypeInput {}
18
18
  export interface SetIpAddressTypeCommandOutput
19
19
  extends SetIpAddressTypeOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class SetIpAddressTypeCommand extends $Command<
23
22
  SetIpAddressTypeCommandInput,
24
23
  SetIpAddressTypeCommandOutput,
@@ -26,7 +25,6 @@ export declare class SetIpAddressTypeCommand extends $Command<
26
25
  > {
27
26
  readonly input: SetIpAddressTypeCommandInput;
28
27
  constructor(input: SetIpAddressTypeCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface SetRulePrioritiesCommandInput extends SetRulePrioritiesInput {}
18
18
  export interface SetRulePrioritiesCommandOutput
19
19
  extends SetRulePrioritiesOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class SetRulePrioritiesCommand extends $Command<
23
22
  SetRulePrioritiesCommandInput,
24
23
  SetRulePrioritiesCommandOutput,
@@ -26,7 +25,6 @@ export declare class SetRulePrioritiesCommand extends $Command<
26
25
  > {
27
26
  readonly input: SetRulePrioritiesCommandInput;
28
27
  constructor(input: SetRulePrioritiesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface SetSecurityGroupsCommandInput extends SetSecurityGroupsInput {}
18
18
  export interface SetSecurityGroupsCommandOutput
19
19
  extends SetSecurityGroupsOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class SetSecurityGroupsCommand extends $Command<
23
22
  SetSecurityGroupsCommandInput,
24
23
  SetSecurityGroupsCommandOutput,
@@ -26,7 +25,6 @@ export declare class SetSecurityGroupsCommand extends $Command<
26
25
  > {
27
26
  readonly input: SetSecurityGroupsCommandInput;
28
27
  constructor(input: SetSecurityGroupsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface SetSubnetsCommandInput extends SetSubnetsInput {}
15
15
  export interface SetSubnetsCommandOutput
16
16
  extends SetSubnetsOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class SetSubnetsCommand extends $Command<
20
19
  SetSubnetsCommandInput,
21
20
  SetSubnetsCommandOutput,
@@ -23,7 +22,6 @@ export declare class SetSubnetsCommand extends $Command<
23
22
  > {
24
23
  readonly input: SetSubnetsCommandInput;
25
24
  constructor(input: SetSubnetsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class ElasticLoadBalancingV2ServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }