@aws-sdk/client-elastic-load-balancing 3.533.0 → 3.540.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 (69) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/ElasticLoadBalancing.d.ts +5 -1
  6. package/dist-types/ElasticLoadBalancingClient.d.ts +1 -1
  7. package/dist-types/commands/AddTagsCommand.d.ts +2 -1
  8. package/dist-types/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +2 -1
  9. package/dist-types/commands/AttachLoadBalancerToSubnetsCommand.d.ts +2 -1
  10. package/dist-types/commands/ConfigureHealthCheckCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateAppCookieStickinessPolicyCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateLBCookieStickinessPolicyCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateLoadBalancerListenersCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateLoadBalancerPolicyCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteLoadBalancerListenersCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteLoadBalancerPolicyCommand.d.ts +2 -1
  19. package/dist-types/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeInstanceHealthCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeLoadBalancerPoliciesCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
  27. package/dist-types/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +2 -1
  28. package/dist-types/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -1
  29. package/dist-types/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -1
  30. package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -1
  31. package/dist-types/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +2 -1
  32. package/dist-types/commands/RemoveTagsCommand.d.ts +2 -1
  33. package/dist-types/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +2 -1
  34. package/dist-types/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +2 -1
  35. package/dist-types/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +2 -1
  36. package/dist-types/index.d.ts +0 -1
  37. package/dist-types/models/models_0.d.ts +272 -272
  38. package/dist-types/ts3.4/ElasticLoadBalancing.d.ts +4 -0
  39. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -0
  40. package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/index.d.ts +0 -1
  69. package/package.json +41 -41
@@ -298,6 +298,7 @@ export interface ElasticLoadBalancing {
298
298
  data?: DeregisterInstancesFromLoadBalancerCommandOutput
299
299
  ) => void
300
300
  ): void;
301
+ describeAccountLimits(): Promise<DescribeAccountLimitsCommandOutput>;
301
302
  describeAccountLimits(
302
303
  args: DescribeAccountLimitsCommandInput,
303
304
  options?: __HttpHandlerOptions
@@ -337,6 +338,7 @@ export interface ElasticLoadBalancing {
337
338
  options: __HttpHandlerOptions,
338
339
  cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void
339
340
  ): void;
341
+ describeLoadBalancerPolicies(): Promise<DescribeLoadBalancerPoliciesCommandOutput>;
340
342
  describeLoadBalancerPolicies(
341
343
  args: DescribeLoadBalancerPoliciesCommandInput,
342
344
  options?: __HttpHandlerOptions
@@ -350,6 +352,7 @@ export interface ElasticLoadBalancing {
350
352
  options: __HttpHandlerOptions,
351
353
  cb: (err: any, data?: DescribeLoadBalancerPoliciesCommandOutput) => void
352
354
  ): void;
355
+ describeLoadBalancerPolicyTypes(): Promise<DescribeLoadBalancerPolicyTypesCommandOutput>;
353
356
  describeLoadBalancerPolicyTypes(
354
357
  args: DescribeLoadBalancerPolicyTypesCommandInput,
355
358
  options?: __HttpHandlerOptions
@@ -363,6 +366,7 @@ export interface ElasticLoadBalancing {
363
366
  options: __HttpHandlerOptions,
364
367
  cb: (err: any, data?: DescribeLoadBalancerPolicyTypesCommandOutput) => void
365
368
  ): void;
369
+ describeLoadBalancers(): Promise<DescribeLoadBalancersCommandOutput>;
366
370
  describeLoadBalancers(
367
371
  args: DescribeLoadBalancersCommandInput,
368
372
  options?: __HttpHandlerOptions
@@ -17,6 +17,13 @@ declare const AddTagsCommand_base: {
17
17
  ServiceInputTypes,
18
18
  ServiceOutputTypes
19
19
  >;
20
+ new (__0_0: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<
21
+ AddTagsCommandInput,
22
+ AddTagsCommandOutput,
23
+ ElasticLoadBalancingClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
20
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
21
28
  };
22
29
  export declare class AddTagsCommand extends AddTagsCommand_base {}
@@ -25,6 +25,15 @@ declare const ApplySecurityGroupsToLoadBalancerCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ApplySecurityGroupsToLoadBalancerCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ApplySecurityGroupsToLoadBalancerCommandInput,
32
+ ApplySecurityGroupsToLoadBalancerCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ApplySecurityGroupsToLoadBalancerCommand extends ApplySecurityGroupsToLoadBalancerCommand_base {}
@@ -25,6 +25,15 @@ declare const AttachLoadBalancerToSubnetsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AttachLoadBalancerToSubnetsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AttachLoadBalancerToSubnetsCommandInput,
32
+ AttachLoadBalancerToSubnetsCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AttachLoadBalancerToSubnetsCommand extends AttachLoadBalancerToSubnetsCommand_base {}
@@ -25,6 +25,15 @@ declare const ConfigureHealthCheckCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ConfigureHealthCheckCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ConfigureHealthCheckCommandInput,
32
+ ConfigureHealthCheckCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ConfigureHealthCheckCommand extends ConfigureHealthCheckCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateAppCookieStickinessPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateAppCookieStickinessPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateAppCookieStickinessPolicyCommandInput,
32
+ CreateAppCookieStickinessPolicyCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateAppCookieStickinessPolicyCommand extends CreateAppCookieStickinessPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLBCookieStickinessPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLBCookieStickinessPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLBCookieStickinessPolicyCommandInput,
32
+ CreateLBCookieStickinessPolicyCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLBCookieStickinessPolicyCommand extends CreateLBCookieStickinessPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLoadBalancerCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLoadBalancerCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLoadBalancerCommandInput,
32
+ CreateLoadBalancerCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLoadBalancerCommand extends CreateLoadBalancerCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLoadBalancerListenersCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLoadBalancerListenersCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLoadBalancerListenersCommandInput,
32
+ CreateLoadBalancerListenersCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLoadBalancerListenersCommand extends CreateLoadBalancerListenersCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLoadBalancerPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLoadBalancerPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLoadBalancerPolicyCommandInput,
32
+ CreateLoadBalancerPolicyCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLoadBalancerPolicyCommand extends CreateLoadBalancerPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteLoadBalancerCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteLoadBalancerCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteLoadBalancerCommandInput,
32
+ DeleteLoadBalancerCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteLoadBalancerCommand extends DeleteLoadBalancerCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteLoadBalancerListenersCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteLoadBalancerListenersCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteLoadBalancerListenersCommandInput,
32
+ DeleteLoadBalancerListenersCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteLoadBalancerListenersCommand extends DeleteLoadBalancerListenersCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteLoadBalancerPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteLoadBalancerPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteLoadBalancerPolicyCommandInput,
32
+ DeleteLoadBalancerPolicyCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteLoadBalancerPolicyCommand extends DeleteLoadBalancerPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const DeregisterInstancesFromLoadBalancerCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeregisterInstancesFromLoadBalancerCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeregisterInstancesFromLoadBalancerCommandInput,
32
+ DeregisterInstancesFromLoadBalancerCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeregisterInstancesFromLoadBalancerCommand extends DeregisterInstancesFromLoadBalancerCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeAccountLimitsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeAccountLimitsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeAccountLimitsCommandInput,
32
+ DescribeAccountLimitsCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeAccountLimitsCommand extends DescribeAccountLimitsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeInstanceHealthCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeInstanceHealthCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeInstanceHealthCommandInput,
32
+ DescribeInstanceHealthCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeInstanceHealthCommand extends DescribeInstanceHealthCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeLoadBalancerAttributesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeLoadBalancerAttributesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeLoadBalancerAttributesCommandInput,
32
+ DescribeLoadBalancerAttributesCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeLoadBalancerAttributesCommand extends DescribeLoadBalancerAttributesCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeLoadBalancerPoliciesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeLoadBalancerPoliciesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeLoadBalancerPoliciesCommandInput,
32
+ DescribeLoadBalancerPoliciesCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeLoadBalancerPoliciesCommand extends DescribeLoadBalancerPoliciesCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeLoadBalancerPolicyTypesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeLoadBalancerPolicyTypesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeLoadBalancerPolicyTypesCommandInput,
32
+ DescribeLoadBalancerPolicyTypesCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeLoadBalancerPolicyTypesCommand extends DescribeLoadBalancerPolicyTypesCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeLoadBalancersCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeLoadBalancersCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeLoadBalancersCommandInput,
32
+ DescribeLoadBalancersCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeLoadBalancersCommand extends DescribeLoadBalancersCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeTagsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DescribeTagsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeTagsCommandInput,
28
+ DescribeTagsCommandOutput,
29
+ ElasticLoadBalancingClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeTagsCommand extends DescribeTagsCommand_base {}
@@ -25,6 +25,15 @@ declare const DetachLoadBalancerFromSubnetsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DetachLoadBalancerFromSubnetsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DetachLoadBalancerFromSubnetsCommandInput,
32
+ DetachLoadBalancerFromSubnetsCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DetachLoadBalancerFromSubnetsCommand extends DetachLoadBalancerFromSubnetsCommand_base {}
@@ -25,6 +25,15 @@ declare const DisableAvailabilityZonesForLoadBalancerCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisableAvailabilityZonesForLoadBalancerCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisableAvailabilityZonesForLoadBalancerCommandInput,
32
+ DisableAvailabilityZonesForLoadBalancerCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisableAvailabilityZonesForLoadBalancerCommand extends DisableAvailabilityZonesForLoadBalancerCommand_base {}
@@ -25,6 +25,15 @@ declare const EnableAvailabilityZonesForLoadBalancerCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: EnableAvailabilityZonesForLoadBalancerCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ EnableAvailabilityZonesForLoadBalancerCommandInput,
32
+ EnableAvailabilityZonesForLoadBalancerCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class EnableAvailabilityZonesForLoadBalancerCommand extends EnableAvailabilityZonesForLoadBalancerCommand_base {}
@@ -25,6 +25,15 @@ declare const ModifyLoadBalancerAttributesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ModifyLoadBalancerAttributesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ModifyLoadBalancerAttributesCommandInput,
32
+ ModifyLoadBalancerAttributesCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ModifyLoadBalancerAttributesCommand extends ModifyLoadBalancerAttributesCommand_base {}
@@ -25,6 +25,15 @@ declare const RegisterInstancesWithLoadBalancerCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: RegisterInstancesWithLoadBalancerCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ RegisterInstancesWithLoadBalancerCommandInput,
32
+ RegisterInstancesWithLoadBalancerCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class RegisterInstancesWithLoadBalancerCommand extends RegisterInstancesWithLoadBalancerCommand_base {}
@@ -21,6 +21,15 @@ declare const RemoveTagsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: RemoveTagsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ RemoveTagsCommandInput,
28
+ RemoveTagsCommandOutput,
29
+ ElasticLoadBalancingClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class RemoveTagsCommand extends RemoveTagsCommand_base {}
@@ -25,6 +25,15 @@ declare const SetLoadBalancerListenerSSLCertificateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: SetLoadBalancerListenerSSLCertificateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ SetLoadBalancerListenerSSLCertificateCommandInput,
32
+ SetLoadBalancerListenerSSLCertificateCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class SetLoadBalancerListenerSSLCertificateCommand extends SetLoadBalancerListenerSSLCertificateCommand_base {}
@@ -25,6 +25,15 @@ declare const SetLoadBalancerPoliciesForBackendServerCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: SetLoadBalancerPoliciesForBackendServerCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ SetLoadBalancerPoliciesForBackendServerCommandInput,
32
+ SetLoadBalancerPoliciesForBackendServerCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class SetLoadBalancerPoliciesForBackendServerCommand extends SetLoadBalancerPoliciesForBackendServerCommand_base {}
@@ -25,6 +25,15 @@ declare const SetLoadBalancerPoliciesOfListenerCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: SetLoadBalancerPoliciesOfListenerCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ SetLoadBalancerPoliciesOfListenerCommandInput,
32
+ SetLoadBalancerPoliciesOfListenerCommandOutput,
33
+ ElasticLoadBalancingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class SetLoadBalancerPoliciesOfListenerCommand extends SetLoadBalancerPoliciesOfListenerCommand_base {}
@@ -7,5 +7,4 @@ export * from "./commands";
7
7
  export * from "./pagination";
8
8
  export * from "./waiters";
9
9
  export * from "./models";
10
- import "@aws-sdk/util-endpoints";
11
10
  export { ElasticLoadBalancingServiceException } from "./models/ElasticLoadBalancingServiceException";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elastic-load-balancing",
3
3
  "description": "AWS SDK for JavaScript Elastic Load Balancing Client for Node.js, Browser and React Native",
4
- "version": "3.533.0",
4
+ "version": "3.540.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-elastic-load-balancing",
@@ -20,48 +20,48 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.533.0",
24
- "@aws-sdk/core": "3.533.0",
25
- "@aws-sdk/credential-provider-node": "3.533.0",
26
- "@aws-sdk/middleware-host-header": "3.533.0",
27
- "@aws-sdk/middleware-logger": "3.533.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.533.0",
29
- "@aws-sdk/middleware-user-agent": "3.533.0",
30
- "@aws-sdk/region-config-resolver": "3.533.0",
31
- "@aws-sdk/types": "3.533.0",
32
- "@aws-sdk/util-endpoints": "3.533.0",
33
- "@aws-sdk/util-user-agent-browser": "3.533.0",
34
- "@aws-sdk/util-user-agent-node": "3.533.0",
35
- "@smithy/config-resolver": "^2.1.5",
36
- "@smithy/core": "^1.3.8",
37
- "@smithy/fetch-http-handler": "^2.4.5",
38
- "@smithy/hash-node": "^2.1.4",
39
- "@smithy/invalid-dependency": "^2.1.4",
40
- "@smithy/middleware-content-length": "^2.1.4",
41
- "@smithy/middleware-endpoint": "^2.4.6",
42
- "@smithy/middleware-retry": "^2.1.7",
43
- "@smithy/middleware-serde": "^2.2.1",
44
- "@smithy/middleware-stack": "^2.1.4",
45
- "@smithy/node-config-provider": "^2.2.5",
46
- "@smithy/node-http-handler": "^2.4.3",
47
- "@smithy/protocol-http": "^3.2.2",
48
- "@smithy/smithy-client": "^2.4.5",
49
- "@smithy/types": "^2.11.0",
50
- "@smithy/url-parser": "^2.1.4",
51
- "@smithy/util-base64": "^2.2.1",
52
- "@smithy/util-body-length-browser": "^2.1.1",
53
- "@smithy/util-body-length-node": "^2.2.2",
54
- "@smithy/util-defaults-mode-browser": "^2.1.7",
55
- "@smithy/util-defaults-mode-node": "^2.2.7",
56
- "@smithy/util-endpoints": "^1.1.5",
57
- "@smithy/util-middleware": "^2.1.4",
58
- "@smithy/util-retry": "^2.1.4",
59
- "@smithy/util-utf8": "^2.2.0",
60
- "@smithy/util-waiter": "^2.1.4",
61
- "tslib": "^2.5.0"
23
+ "@aws-sdk/client-sts": "3.540.0",
24
+ "@aws-sdk/core": "3.535.0",
25
+ "@aws-sdk/credential-provider-node": "3.540.0",
26
+ "@aws-sdk/middleware-host-header": "3.535.0",
27
+ "@aws-sdk/middleware-logger": "3.535.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.535.0",
29
+ "@aws-sdk/middleware-user-agent": "3.540.0",
30
+ "@aws-sdk/region-config-resolver": "3.535.0",
31
+ "@aws-sdk/types": "3.535.0",
32
+ "@aws-sdk/util-endpoints": "3.540.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.535.0",
34
+ "@aws-sdk/util-user-agent-node": "3.535.0",
35
+ "@smithy/config-resolver": "^2.2.0",
36
+ "@smithy/core": "^1.4.0",
37
+ "@smithy/fetch-http-handler": "^2.5.0",
38
+ "@smithy/hash-node": "^2.2.0",
39
+ "@smithy/invalid-dependency": "^2.2.0",
40
+ "@smithy/middleware-content-length": "^2.2.0",
41
+ "@smithy/middleware-endpoint": "^2.5.0",
42
+ "@smithy/middleware-retry": "^2.2.0",
43
+ "@smithy/middleware-serde": "^2.3.0",
44
+ "@smithy/middleware-stack": "^2.2.0",
45
+ "@smithy/node-config-provider": "^2.3.0",
46
+ "@smithy/node-http-handler": "^2.5.0",
47
+ "@smithy/protocol-http": "^3.3.0",
48
+ "@smithy/smithy-client": "^2.5.0",
49
+ "@smithy/types": "^2.12.0",
50
+ "@smithy/url-parser": "^2.2.0",
51
+ "@smithy/util-base64": "^2.3.0",
52
+ "@smithy/util-body-length-browser": "^2.2.0",
53
+ "@smithy/util-body-length-node": "^2.3.0",
54
+ "@smithy/util-defaults-mode-browser": "^2.2.0",
55
+ "@smithy/util-defaults-mode-node": "^2.3.0",
56
+ "@smithy/util-endpoints": "^1.2.0",
57
+ "@smithy/util-middleware": "^2.2.0",
58
+ "@smithy/util-retry": "^2.2.0",
59
+ "@smithy/util-utf8": "^2.3.0",
60
+ "@smithy/util-waiter": "^2.2.0",
61
+ "tslib": "^2.6.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@smithy/service-client-documentation-generator": "^2.1.1",
64
+ "@smithy/service-client-documentation-generator": "^2.2.0",
65
65
  "@tsconfig/node14": "1.0.3",
66
66
  "@types/node": "^14.14.31",
67
67
  "concurrently": "7.0.0",