@aws-sdk/client-auto-scaling 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 (141) 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/AutoScaling.d.ts +16 -1
  6. package/dist-types/AutoScalingClient.d.ts +1 -1
  7. package/dist-types/commands/AttachInstancesCommand.d.ts +2 -1
  8. package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +2 -1
  9. package/dist-types/commands/AttachLoadBalancersCommand.d.ts +2 -1
  10. package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +2 -1
  11. package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +2 -1
  12. package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +2 -1
  13. package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +2 -1
  14. package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +2 -1
  22. package/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteTagsCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteWarmPoolCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +2 -1
  38. package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +2 -1
  39. package/dist-types/commands/DescribePoliciesCommand.d.ts +2 -1
  40. package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +2 -1
  42. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +2 -1
  43. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
  44. package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +2 -1
  45. package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +2 -1
  46. package/dist-types/commands/DescribeWarmPoolCommand.d.ts +2 -1
  47. package/dist-types/commands/DetachInstancesCommand.d.ts +2 -1
  48. package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +2 -1
  49. package/dist-types/commands/DetachLoadBalancersCommand.d.ts +2 -1
  50. package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +2 -1
  51. package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +2 -1
  52. package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +2 -1
  53. package/dist-types/commands/EnterStandbyCommand.d.ts +2 -1
  54. package/dist-types/commands/ExecutePolicyCommand.d.ts +2 -1
  55. package/dist-types/commands/ExitStandbyCommand.d.ts +2 -1
  56. package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +2 -1
  57. package/dist-types/commands/PutLifecycleHookCommand.d.ts +2 -1
  58. package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +2 -1
  59. package/dist-types/commands/PutScalingPolicyCommand.d.ts +2 -1
  60. package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +2 -1
  61. package/dist-types/commands/PutWarmPoolCommand.d.ts +2 -1
  62. package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +2 -1
  63. package/dist-types/commands/ResumeProcessesCommand.d.ts +2 -1
  64. package/dist-types/commands/RollbackInstanceRefreshCommand.d.ts +2 -1
  65. package/dist-types/commands/SetDesiredCapacityCommand.d.ts +2 -1
  66. package/dist-types/commands/SetInstanceHealthCommand.d.ts +2 -1
  67. package/dist-types/commands/SetInstanceProtectionCommand.d.ts +2 -1
  68. package/dist-types/commands/StartInstanceRefreshCommand.d.ts +2 -1
  69. package/dist-types/commands/SuspendProcessesCommand.d.ts +2 -1
  70. package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +2 -1
  71. package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +2 -1
  72. package/dist-types/index.d.ts +0 -1
  73. package/dist-types/models/models_0.d.ts +738 -738
  74. package/dist-types/ts3.4/AutoScaling.d.ts +15 -0
  75. package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/AttachTrafficSourcesCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/DescribeTrafficSourcesCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/DetachTrafficSourcesCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/RollbackInstanceRefreshCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/index.d.ts +0 -1
  141. package/package.json +41 -41
@@ -514,6 +514,7 @@ export interface AutoScaling {
514
514
  options: __HttpHandlerOptions,
515
515
  cb: (err: any, data?: DeleteWarmPoolCommandOutput) => void
516
516
  ): void;
517
+ describeAccountLimits(): Promise<DescribeAccountLimitsCommandOutput>;
517
518
  describeAccountLimits(
518
519
  args: DescribeAccountLimitsCommandInput,
519
520
  options?: __HttpHandlerOptions
@@ -527,6 +528,7 @@ export interface AutoScaling {
527
528
  options: __HttpHandlerOptions,
528
529
  cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void
529
530
  ): void;
531
+ describeAdjustmentTypes(): Promise<DescribeAdjustmentTypesCommandOutput>;
530
532
  describeAdjustmentTypes(
531
533
  args: DescribeAdjustmentTypesCommandInput,
532
534
  options?: __HttpHandlerOptions
@@ -540,6 +542,7 @@ export interface AutoScaling {
540
542
  options: __HttpHandlerOptions,
541
543
  cb: (err: any, data?: DescribeAdjustmentTypesCommandOutput) => void
542
544
  ): void;
545
+ describeAutoScalingGroups(): Promise<DescribeAutoScalingGroupsCommandOutput>;
543
546
  describeAutoScalingGroups(
544
547
  args: DescribeAutoScalingGroupsCommandInput,
545
548
  options?: __HttpHandlerOptions
@@ -553,6 +556,7 @@ export interface AutoScaling {
553
556
  options: __HttpHandlerOptions,
554
557
  cb: (err: any, data?: DescribeAutoScalingGroupsCommandOutput) => void
555
558
  ): void;
559
+ describeAutoScalingInstances(): Promise<DescribeAutoScalingInstancesCommandOutput>;
556
560
  describeAutoScalingInstances(
557
561
  args: DescribeAutoScalingInstancesCommandInput,
558
562
  options?: __HttpHandlerOptions
@@ -566,6 +570,7 @@ export interface AutoScaling {
566
570
  options: __HttpHandlerOptions,
567
571
  cb: (err: any, data?: DescribeAutoScalingInstancesCommandOutput) => void
568
572
  ): void;
573
+ describeAutoScalingNotificationTypes(): Promise<DescribeAutoScalingNotificationTypesCommandOutput>;
569
574
  describeAutoScalingNotificationTypes(
570
575
  args: DescribeAutoScalingNotificationTypesCommandInput,
571
576
  options?: __HttpHandlerOptions
@@ -598,6 +603,7 @@ export interface AutoScaling {
598
603
  options: __HttpHandlerOptions,
599
604
  cb: (err: any, data?: DescribeInstanceRefreshesCommandOutput) => void
600
605
  ): void;
606
+ describeLaunchConfigurations(): Promise<DescribeLaunchConfigurationsCommandOutput>;
601
607
  describeLaunchConfigurations(
602
608
  args: DescribeLaunchConfigurationsCommandInput,
603
609
  options?: __HttpHandlerOptions
@@ -624,6 +630,7 @@ export interface AutoScaling {
624
630
  options: __HttpHandlerOptions,
625
631
  cb: (err: any, data?: DescribeLifecycleHooksCommandOutput) => void
626
632
  ): void;
633
+ describeLifecycleHookTypes(): Promise<DescribeLifecycleHookTypesCommandOutput>;
627
634
  describeLifecycleHookTypes(
628
635
  args: DescribeLifecycleHookTypesCommandInput,
629
636
  options?: __HttpHandlerOptions
@@ -663,6 +670,7 @@ export interface AutoScaling {
663
670
  options: __HttpHandlerOptions,
664
671
  cb: (err: any, data?: DescribeLoadBalancerTargetGroupsCommandOutput) => void
665
672
  ): void;
673
+ describeMetricCollectionTypes(): Promise<DescribeMetricCollectionTypesCommandOutput>;
666
674
  describeMetricCollectionTypes(
667
675
  args: DescribeMetricCollectionTypesCommandInput,
668
676
  options?: __HttpHandlerOptions
@@ -676,6 +684,7 @@ export interface AutoScaling {
676
684
  options: __HttpHandlerOptions,
677
685
  cb: (err: any, data?: DescribeMetricCollectionTypesCommandOutput) => void
678
686
  ): void;
687
+ describeNotificationConfigurations(): Promise<DescribeNotificationConfigurationsCommandOutput>;
679
688
  describeNotificationConfigurations(
680
689
  args: DescribeNotificationConfigurationsCommandInput,
681
690
  options?: __HttpHandlerOptions
@@ -695,6 +704,7 @@ export interface AutoScaling {
695
704
  data?: DescribeNotificationConfigurationsCommandOutput
696
705
  ) => void
697
706
  ): void;
707
+ describePolicies(): Promise<DescribePoliciesCommandOutput>;
698
708
  describePolicies(
699
709
  args: DescribePoliciesCommandInput,
700
710
  options?: __HttpHandlerOptions
@@ -708,6 +718,7 @@ export interface AutoScaling {
708
718
  options: __HttpHandlerOptions,
709
719
  cb: (err: any, data?: DescribePoliciesCommandOutput) => void
710
720
  ): void;
721
+ describeScalingActivities(): Promise<DescribeScalingActivitiesCommandOutput>;
711
722
  describeScalingActivities(
712
723
  args: DescribeScalingActivitiesCommandInput,
713
724
  options?: __HttpHandlerOptions
@@ -721,6 +732,7 @@ export interface AutoScaling {
721
732
  options: __HttpHandlerOptions,
722
733
  cb: (err: any, data?: DescribeScalingActivitiesCommandOutput) => void
723
734
  ): void;
735
+ describeScalingProcessTypes(): Promise<DescribeScalingProcessTypesCommandOutput>;
724
736
  describeScalingProcessTypes(
725
737
  args: DescribeScalingProcessTypesCommandInput,
726
738
  options?: __HttpHandlerOptions
@@ -734,6 +746,7 @@ export interface AutoScaling {
734
746
  options: __HttpHandlerOptions,
735
747
  cb: (err: any, data?: DescribeScalingProcessTypesCommandOutput) => void
736
748
  ): void;
749
+ describeScheduledActions(): Promise<DescribeScheduledActionsCommandOutput>;
737
750
  describeScheduledActions(
738
751
  args: DescribeScheduledActionsCommandInput,
739
752
  options?: __HttpHandlerOptions
@@ -747,6 +760,7 @@ export interface AutoScaling {
747
760
  options: __HttpHandlerOptions,
748
761
  cb: (err: any, data?: DescribeScheduledActionsCommandOutput) => void
749
762
  ): void;
763
+ describeTags(): Promise<DescribeTagsCommandOutput>;
750
764
  describeTags(
751
765
  args: DescribeTagsCommandInput,
752
766
  options?: __HttpHandlerOptions
@@ -760,6 +774,7 @@ export interface AutoScaling {
760
774
  options: __HttpHandlerOptions,
761
775
  cb: (err: any, data?: DescribeTagsCommandOutput) => void
762
776
  ): void;
777
+ describeTerminationPolicyTypes(): Promise<DescribeTerminationPolicyTypesCommandOutput>;
763
778
  describeTerminationPolicyTypes(
764
779
  args: DescribeTerminationPolicyTypesCommandInput,
765
780
  options?: __HttpHandlerOptions
@@ -19,6 +19,15 @@ declare const AttachInstancesCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: AttachInstancesCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ AttachInstancesCommandInput,
26
+ AttachInstancesCommandOutput,
27
+ AutoScalingClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class AttachInstancesCommand extends AttachInstancesCommand_base {}
@@ -25,6 +25,15 @@ declare const AttachLoadBalancerTargetGroupsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AttachLoadBalancerTargetGroupsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AttachLoadBalancerTargetGroupsCommandInput,
32
+ AttachLoadBalancerTargetGroupsCommandOutput,
33
+ AutoScalingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AttachLoadBalancerTargetGroupsCommand extends AttachLoadBalancerTargetGroupsCommand_base {}
@@ -25,6 +25,15 @@ declare const AttachLoadBalancersCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AttachLoadBalancersCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AttachLoadBalancersCommandInput,
32
+ AttachLoadBalancersCommandOutput,
33
+ AutoScalingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AttachLoadBalancersCommand extends AttachLoadBalancersCommand_base {}
@@ -25,6 +25,15 @@ declare const AttachTrafficSourcesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AttachTrafficSourcesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AttachTrafficSourcesCommandInput,
32
+ AttachTrafficSourcesCommandOutput,
33
+ AutoScalingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AttachTrafficSourcesCommand extends AttachTrafficSourcesCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchDeleteScheduledActionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchDeleteScheduledActionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchDeleteScheduledActionCommandInput,
32
+ BatchDeleteScheduledActionCommandOutput,
33
+ AutoScalingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchDeleteScheduledActionCommand extends BatchDeleteScheduledActionCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchPutScheduledUpdateGroupActionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchPutScheduledUpdateGroupActionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchPutScheduledUpdateGroupActionCommandInput,
32
+ BatchPutScheduledUpdateGroupActionCommandOutput,
33
+ AutoScalingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchPutScheduledUpdateGroupActionCommand extends BatchPutScheduledUpdateGroupActionCommand_base {}
@@ -25,6 +25,15 @@ declare const CancelInstanceRefreshCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CancelInstanceRefreshCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CancelInstanceRefreshCommandInput,
32
+ CancelInstanceRefreshCommandOutput,
33
+ AutoScalingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CancelInstanceRefreshCommand extends CancelInstanceRefreshCommand_base {}
@@ -25,6 +25,15 @@ declare const CompleteLifecycleActionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CompleteLifecycleActionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CompleteLifecycleActionCommandInput,
32
+ CompleteLifecycleActionCommandOutput,
33
+ AutoScalingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CompleteLifecycleActionCommand extends CompleteLifecycleActionCommand_base {}
@@ -20,6 +20,15 @@ declare const CreateAutoScalingGroupCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: CreateAutoScalingGroupCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ CreateAutoScalingGroupCommandInput,
27
+ CreateAutoScalingGroupCommandOutput,
28
+ AutoScalingClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class CreateAutoScalingGroupCommand extends CreateAutoScalingGroupCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateLaunchConfigurationCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateLaunchConfigurationCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateLaunchConfigurationCommandInput,
28
+ CreateLaunchConfigurationCommandOutput,
29
+ AutoScalingClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateLaunchConfigurationCommand extends CreateLaunchConfigurationCommand_base {}
@@ -20,6 +20,15 @@ declare const CreateOrUpdateTagsCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: CreateOrUpdateTagsCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ CreateOrUpdateTagsCommandInput,
27
+ CreateOrUpdateTagsCommandOutput,
28
+ AutoScalingClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class CreateOrUpdateTagsCommand extends CreateOrUpdateTagsCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteAutoScalingGroupCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteAutoScalingGroupCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteAutoScalingGroupCommandInput,
27
+ DeleteAutoScalingGroupCommandOutput,
28
+ AutoScalingClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteAutoScalingGroupCommand extends DeleteAutoScalingGroupCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteLaunchConfigurationCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteLaunchConfigurationCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteLaunchConfigurationCommandInput,
28
+ DeleteLaunchConfigurationCommandOutput,
29
+ AutoScalingClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteLaunchConfigurationCommand extends DeleteLaunchConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteLifecycleHookCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteLifecycleHookCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteLifecycleHookCommandInput,
32
+ DeleteLifecycleHookCommandOutput,
33
+ AutoScalingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteLifecycleHookCommand extends DeleteLifecycleHookCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteNotificationConfigurationCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteNotificationConfigurationCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteNotificationConfigurationCommandInput,
28
+ DeleteNotificationConfigurationCommandOutput,
29
+ AutoScalingClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteNotificationConfigurationCommand extends DeleteNotificationConfigurationCommand_base {}
@@ -19,6 +19,15 @@ declare const DeletePolicyCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeletePolicyCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeletePolicyCommandInput,
26
+ DeletePolicyCommandOutput,
27
+ AutoScalingClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeletePolicyCommand extends DeletePolicyCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteScheduledActionCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteScheduledActionCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteScheduledActionCommandInput,
27
+ DeleteScheduledActionCommandOutput,
28
+ AutoScalingClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteScheduledActionCommand extends DeleteScheduledActionCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteTagsCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteTagsCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteTagsCommandInput,
26
+ DeleteTagsCommandOutput,
27
+ AutoScalingClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteTagsCommand extends DeleteTagsCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteWarmPoolCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteWarmPoolCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteWarmPoolCommandInput,
28
+ DeleteWarmPoolCommandOutput,
29
+ AutoScalingClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteWarmPoolCommand extends DeleteWarmPoolCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeAccountLimitsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [DescribeAccountLimitsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeAccountLimitsCommandInput,
28
+ DescribeAccountLimitsCommandOutput,
29
+ AutoScalingClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeAccountLimitsCommand extends DescribeAccountLimitsCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeAdjustmentTypesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [DescribeAdjustmentTypesCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeAdjustmentTypesCommandInput,
28
+ DescribeAdjustmentTypesCommandOutput,
29
+ AutoScalingClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeAdjustmentTypesCommand extends DescribeAdjustmentTypesCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeAutoScalingGroupsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeAutoScalingGroupsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeAutoScalingGroupsCommandInput,
32
+ DescribeAutoScalingGroupsCommandOutput,
33
+ AutoScalingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeAutoScalingGroupsCommand extends DescribeAutoScalingGroupsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeAutoScalingInstancesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeAutoScalingInstancesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeAutoScalingInstancesCommandInput,
32
+ DescribeAutoScalingInstancesCommandOutput,
33
+ AutoScalingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeAutoScalingInstancesCommand extends DescribeAutoScalingInstancesCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeAutoScalingNotificationTypesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [DescribeAutoScalingNotificationTypesCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeAutoScalingNotificationTypesCommandInput,
28
+ DescribeAutoScalingNotificationTypesCommandOutput,
29
+ AutoScalingClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeAutoScalingNotificationTypesCommand extends DescribeAutoScalingNotificationTypesCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeInstanceRefreshesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeInstanceRefreshesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeInstanceRefreshesCommandInput,
32
+ DescribeInstanceRefreshesCommandOutput,
33
+ AutoScalingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeInstanceRefreshesCommand extends DescribeInstanceRefreshesCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeLaunchConfigurationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeLaunchConfigurationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeLaunchConfigurationsCommandInput,
32
+ DescribeLaunchConfigurationsCommandOutput,
33
+ AutoScalingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeLaunchConfigurationsCommand extends DescribeLaunchConfigurationsCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeLifecycleHookTypesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [DescribeLifecycleHookTypesCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeLifecycleHookTypesCommandInput,
28
+ DescribeLifecycleHookTypesCommandOutput,
29
+ AutoScalingClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeLifecycleHookTypesCommand extends DescribeLifecycleHookTypesCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeLifecycleHooksCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeLifecycleHooksCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeLifecycleHooksCommandInput,
32
+ DescribeLifecycleHooksCommandOutput,
33
+ AutoScalingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeLifecycleHooksCommand extends DescribeLifecycleHooksCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeLoadBalancerTargetGroupsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeLoadBalancerTargetGroupsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeLoadBalancerTargetGroupsCommandInput,
32
+ DescribeLoadBalancerTargetGroupsCommandOutput,
33
+ AutoScalingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeLoadBalancerTargetGroupsCommand extends DescribeLoadBalancerTargetGroupsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeLoadBalancersCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeLoadBalancersCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeLoadBalancersCommandInput,
32
+ DescribeLoadBalancersCommandOutput,
33
+ AutoScalingClientResolvedConfig,
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 DescribeMetricCollectionTypesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [DescribeMetricCollectionTypesCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeMetricCollectionTypesCommandInput,
28
+ DescribeMetricCollectionTypesCommandOutput,
29
+ AutoScalingClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeMetricCollectionTypesCommand extends DescribeMetricCollectionTypesCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeNotificationConfigurationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeNotificationConfigurationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeNotificationConfigurationsCommandInput,
32
+ DescribeNotificationConfigurationsCommandOutput,
33
+ AutoScalingClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeNotificationConfigurationsCommand extends DescribeNotificationConfigurationsCommand_base {}