@aws-sdk/client-auto-scaling 3.169.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 (90) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/AutoScaling.d.ts +1065 -310
  3. package/dist-types/ts3.4/AutoScalingClient.d.ts +470 -134
  4. package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +30 -17
  5. package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +31 -17
  14. package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +30 -17
  19. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +30 -17
  21. package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +30 -17
  40. package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +30 -17
  49. package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +35 -17
  53. package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +35 -17
  55. package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +32 -17
  56. package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +30 -17
  58. package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +31 -17
  59. package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +30 -17
  60. package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +30 -17
  63. package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +34 -17
  65. package/dist-types/ts3.4/commands/index.d.ts +61 -61
  66. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  67. package/dist-types/ts3.4/index.d.ts +7 -7
  68. package/dist-types/ts3.4/models/AutoScalingServiceException.d.ts +7 -6
  69. package/dist-types/ts3.4/models/index.d.ts +1 -1
  70. package/dist-types/ts3.4/models/models_0.d.ts +1588 -2135
  71. package/dist-types/ts3.4/pagination/DescribeAutoScalingGroupsPaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/DescribeAutoScalingInstancesPaginator.d.ts +11 -4
  73. package/dist-types/ts3.4/pagination/DescribeLaunchConfigurationsPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/DescribeNotificationConfigurationsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/DescribePoliciesPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/DescribeScalingActivitiesPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  80. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  81. package/dist-types/ts3.4/protocols/Aws_query.d.ts +737 -185
  82. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  83. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  84. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  85. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  86. package/dist-types/ts3.4/waiters/index.d.ts +3 -3
  87. package/dist-types/ts3.4/waiters/waitForGroupExists.d.ts +11 -7
  88. package/dist-types/ts3.4/waiters/waitForGroupInService.d.ts +11 -7
  89. package/dist-types/ts3.4/waiters/waitForGroupNotExists.d.ts +11 -7
  90. package/package.json +35 -35
@@ -1,310 +1,1065 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AutoScalingClient } from "./AutoScalingClient";
3
- import { AttachInstancesCommandInput, AttachInstancesCommandOutput } from "./commands/AttachInstancesCommand";
4
- import { AttachLoadBalancersCommandInput, AttachLoadBalancersCommandOutput } from "./commands/AttachLoadBalancersCommand";
5
- import { AttachLoadBalancerTargetGroupsCommandInput, AttachLoadBalancerTargetGroupsCommandOutput } from "./commands/AttachLoadBalancerTargetGroupsCommand";
6
- import { BatchDeleteScheduledActionCommandInput, BatchDeleteScheduledActionCommandOutput } from "./commands/BatchDeleteScheduledActionCommand";
7
- import { BatchPutScheduledUpdateGroupActionCommandInput, BatchPutScheduledUpdateGroupActionCommandOutput } from "./commands/BatchPutScheduledUpdateGroupActionCommand";
8
- import { CancelInstanceRefreshCommandInput, CancelInstanceRefreshCommandOutput } from "./commands/CancelInstanceRefreshCommand";
9
- import { CompleteLifecycleActionCommandInput, CompleteLifecycleActionCommandOutput } from "./commands/CompleteLifecycleActionCommand";
10
- import { CreateAutoScalingGroupCommandInput, CreateAutoScalingGroupCommandOutput } from "./commands/CreateAutoScalingGroupCommand";
11
- import { CreateLaunchConfigurationCommandInput, CreateLaunchConfigurationCommandOutput } from "./commands/CreateLaunchConfigurationCommand";
12
- import { CreateOrUpdateTagsCommandInput, CreateOrUpdateTagsCommandOutput } from "./commands/CreateOrUpdateTagsCommand";
13
- import { DeleteAutoScalingGroupCommandInput, DeleteAutoScalingGroupCommandOutput } from "./commands/DeleteAutoScalingGroupCommand";
14
- import { DeleteLaunchConfigurationCommandInput, DeleteLaunchConfigurationCommandOutput } from "./commands/DeleteLaunchConfigurationCommand";
15
- import { DeleteLifecycleHookCommandInput, DeleteLifecycleHookCommandOutput } from "./commands/DeleteLifecycleHookCommand";
16
- import { DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput } from "./commands/DeleteNotificationConfigurationCommand";
17
- import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "./commands/DeletePolicyCommand";
18
- import { DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput } from "./commands/DeleteScheduledActionCommand";
19
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
20
- import { DeleteWarmPoolCommandInput, DeleteWarmPoolCommandOutput } from "./commands/DeleteWarmPoolCommand";
21
- import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
22
- import { DescribeAdjustmentTypesCommandInput, DescribeAdjustmentTypesCommandOutput } from "./commands/DescribeAdjustmentTypesCommand";
23
- import { DescribeAutoScalingGroupsCommandInput, DescribeAutoScalingGroupsCommandOutput } from "./commands/DescribeAutoScalingGroupsCommand";
24
- import { DescribeAutoScalingInstancesCommandInput, DescribeAutoScalingInstancesCommandOutput } from "./commands/DescribeAutoScalingInstancesCommand";
25
- import { DescribeAutoScalingNotificationTypesCommandInput, DescribeAutoScalingNotificationTypesCommandOutput } from "./commands/DescribeAutoScalingNotificationTypesCommand";
26
- import { DescribeInstanceRefreshesCommandInput, DescribeInstanceRefreshesCommandOutput } from "./commands/DescribeInstanceRefreshesCommand";
27
- import { DescribeLaunchConfigurationsCommandInput, DescribeLaunchConfigurationsCommandOutput } from "./commands/DescribeLaunchConfigurationsCommand";
28
- import { DescribeLifecycleHooksCommandInput, DescribeLifecycleHooksCommandOutput } from "./commands/DescribeLifecycleHooksCommand";
29
- import { DescribeLifecycleHookTypesCommandInput, DescribeLifecycleHookTypesCommandOutput } from "./commands/DescribeLifecycleHookTypesCommand";
30
- import { DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput } from "./commands/DescribeLoadBalancersCommand";
31
- import { DescribeLoadBalancerTargetGroupsCommandInput, DescribeLoadBalancerTargetGroupsCommandOutput } from "./commands/DescribeLoadBalancerTargetGroupsCommand";
32
- import { DescribeMetricCollectionTypesCommandInput, DescribeMetricCollectionTypesCommandOutput } from "./commands/DescribeMetricCollectionTypesCommand";
33
- import { DescribeNotificationConfigurationsCommandInput, DescribeNotificationConfigurationsCommandOutput } from "./commands/DescribeNotificationConfigurationsCommand";
34
- import { DescribePoliciesCommandInput, DescribePoliciesCommandOutput } from "./commands/DescribePoliciesCommand";
35
- import { DescribeScalingActivitiesCommandInput, DescribeScalingActivitiesCommandOutput } from "./commands/DescribeScalingActivitiesCommand";
36
- import { DescribeScalingProcessTypesCommandInput, DescribeScalingProcessTypesCommandOutput } from "./commands/DescribeScalingProcessTypesCommand";
37
- import { DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput } from "./commands/DescribeScheduledActionsCommand";
38
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
39
- import { DescribeTerminationPolicyTypesCommandInput, DescribeTerminationPolicyTypesCommandOutput } from "./commands/DescribeTerminationPolicyTypesCommand";
40
- import { DescribeWarmPoolCommandInput, DescribeWarmPoolCommandOutput } from "./commands/DescribeWarmPoolCommand";
41
- import { DetachInstancesCommandInput, DetachInstancesCommandOutput } from "./commands/DetachInstancesCommand";
42
- import { DetachLoadBalancersCommandInput, DetachLoadBalancersCommandOutput } from "./commands/DetachLoadBalancersCommand";
43
- import { DetachLoadBalancerTargetGroupsCommandInput, DetachLoadBalancerTargetGroupsCommandOutput } from "./commands/DetachLoadBalancerTargetGroupsCommand";
44
- import { DisableMetricsCollectionCommandInput, DisableMetricsCollectionCommandOutput } from "./commands/DisableMetricsCollectionCommand";
45
- import { EnableMetricsCollectionCommandInput, EnableMetricsCollectionCommandOutput } from "./commands/EnableMetricsCollectionCommand";
46
- import { EnterStandbyCommandInput, EnterStandbyCommandOutput } from "./commands/EnterStandbyCommand";
47
- import { ExecutePolicyCommandInput, ExecutePolicyCommandOutput } from "./commands/ExecutePolicyCommand";
48
- import { ExitStandbyCommandInput, ExitStandbyCommandOutput } from "./commands/ExitStandbyCommand";
49
- import { GetPredictiveScalingForecastCommandInput, GetPredictiveScalingForecastCommandOutput } from "./commands/GetPredictiveScalingForecastCommand";
50
- import { PutLifecycleHookCommandInput, PutLifecycleHookCommandOutput } from "./commands/PutLifecycleHookCommand";
51
- import { PutNotificationConfigurationCommandInput, PutNotificationConfigurationCommandOutput } from "./commands/PutNotificationConfigurationCommand";
52
- import { PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput } from "./commands/PutScalingPolicyCommand";
53
- import { PutScheduledUpdateGroupActionCommandInput, PutScheduledUpdateGroupActionCommandOutput } from "./commands/PutScheduledUpdateGroupActionCommand";
54
- import { PutWarmPoolCommandInput, PutWarmPoolCommandOutput } from "./commands/PutWarmPoolCommand";
55
- import { RecordLifecycleActionHeartbeatCommandInput, RecordLifecycleActionHeartbeatCommandOutput } from "./commands/RecordLifecycleActionHeartbeatCommand";
56
- import { ResumeProcessesCommandInput, ResumeProcessesCommandOutput } from "./commands/ResumeProcessesCommand";
57
- import { SetDesiredCapacityCommandInput, SetDesiredCapacityCommandOutput } from "./commands/SetDesiredCapacityCommand";
58
- import { SetInstanceHealthCommandInput, SetInstanceHealthCommandOutput } from "./commands/SetInstanceHealthCommand";
59
- import { SetInstanceProtectionCommandInput, SetInstanceProtectionCommandOutput } from "./commands/SetInstanceProtectionCommand";
60
- import { StartInstanceRefreshCommandInput, StartInstanceRefreshCommandOutput } from "./commands/StartInstanceRefreshCommand";
61
- import { SuspendProcessesCommandInput, SuspendProcessesCommandOutput } from "./commands/SuspendProcessesCommand";
62
- import { TerminateInstanceInAutoScalingGroupCommandInput, TerminateInstanceInAutoScalingGroupCommandOutput } from "./commands/TerminateInstanceInAutoScalingGroupCommand";
63
- import { UpdateAutoScalingGroupCommandInput, UpdateAutoScalingGroupCommandOutput } from "./commands/UpdateAutoScalingGroupCommand";
64
-
65
- export declare class AutoScaling extends AutoScalingClient {
66
-
67
- attachInstances(args: AttachInstancesCommandInput, options?: __HttpHandlerOptions): Promise<AttachInstancesCommandOutput>;
68
- attachInstances(args: AttachInstancesCommandInput, cb: (err: any, data?: AttachInstancesCommandOutput) => void): void;
69
- attachInstances(args: AttachInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachInstancesCommandOutput) => void): void;
70
-
71
- attachLoadBalancers(args: AttachLoadBalancersCommandInput, options?: __HttpHandlerOptions): Promise<AttachLoadBalancersCommandOutput>;
72
- attachLoadBalancers(args: AttachLoadBalancersCommandInput, cb: (err: any, data?: AttachLoadBalancersCommandOutput) => void): void;
73
- attachLoadBalancers(args: AttachLoadBalancersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachLoadBalancersCommandOutput) => void): void;
74
-
75
- attachLoadBalancerTargetGroups(args: AttachLoadBalancerTargetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<AttachLoadBalancerTargetGroupsCommandOutput>;
76
- attachLoadBalancerTargetGroups(args: AttachLoadBalancerTargetGroupsCommandInput, cb: (err: any, data?: AttachLoadBalancerTargetGroupsCommandOutput) => void): void;
77
- attachLoadBalancerTargetGroups(args: AttachLoadBalancerTargetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachLoadBalancerTargetGroupsCommandOutput) => void): void;
78
-
79
- batchDeleteScheduledAction(args: BatchDeleteScheduledActionCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteScheduledActionCommandOutput>;
80
- batchDeleteScheduledAction(args: BatchDeleteScheduledActionCommandInput, cb: (err: any, data?: BatchDeleteScheduledActionCommandOutput) => void): void;
81
- batchDeleteScheduledAction(args: BatchDeleteScheduledActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteScheduledActionCommandOutput) => void): void;
82
-
83
- batchPutScheduledUpdateGroupAction(args: BatchPutScheduledUpdateGroupActionCommandInput, options?: __HttpHandlerOptions): Promise<BatchPutScheduledUpdateGroupActionCommandOutput>;
84
- batchPutScheduledUpdateGroupAction(args: BatchPutScheduledUpdateGroupActionCommandInput, cb: (err: any, data?: BatchPutScheduledUpdateGroupActionCommandOutput) => void): void;
85
- batchPutScheduledUpdateGroupAction(args: BatchPutScheduledUpdateGroupActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchPutScheduledUpdateGroupActionCommandOutput) => void): void;
86
-
87
- cancelInstanceRefresh(args: CancelInstanceRefreshCommandInput, options?: __HttpHandlerOptions): Promise<CancelInstanceRefreshCommandOutput>;
88
- cancelInstanceRefresh(args: CancelInstanceRefreshCommandInput, cb: (err: any, data?: CancelInstanceRefreshCommandOutput) => void): void;
89
- cancelInstanceRefresh(args: CancelInstanceRefreshCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelInstanceRefreshCommandOutput) => void): void;
90
-
91
- completeLifecycleAction(args: CompleteLifecycleActionCommandInput, options?: __HttpHandlerOptions): Promise<CompleteLifecycleActionCommandOutput>;
92
- completeLifecycleAction(args: CompleteLifecycleActionCommandInput, cb: (err: any, data?: CompleteLifecycleActionCommandOutput) => void): void;
93
- completeLifecycleAction(args: CompleteLifecycleActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CompleteLifecycleActionCommandOutput) => void): void;
94
-
95
- createAutoScalingGroup(args: CreateAutoScalingGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateAutoScalingGroupCommandOutput>;
96
- createAutoScalingGroup(args: CreateAutoScalingGroupCommandInput, cb: (err: any, data?: CreateAutoScalingGroupCommandOutput) => void): void;
97
- createAutoScalingGroup(args: CreateAutoScalingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAutoScalingGroupCommandOutput) => void): void;
98
-
99
- createLaunchConfiguration(args: CreateLaunchConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateLaunchConfigurationCommandOutput>;
100
- createLaunchConfiguration(args: CreateLaunchConfigurationCommandInput, cb: (err: any, data?: CreateLaunchConfigurationCommandOutput) => void): void;
101
- createLaunchConfiguration(args: CreateLaunchConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLaunchConfigurationCommandOutput) => void): void;
102
-
103
- createOrUpdateTags(args: CreateOrUpdateTagsCommandInput, options?: __HttpHandlerOptions): Promise<CreateOrUpdateTagsCommandOutput>;
104
- createOrUpdateTags(args: CreateOrUpdateTagsCommandInput, cb: (err: any, data?: CreateOrUpdateTagsCommandOutput) => void): void;
105
- createOrUpdateTags(args: CreateOrUpdateTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOrUpdateTagsCommandOutput) => void): void;
106
-
107
- deleteAutoScalingGroup(args: DeleteAutoScalingGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAutoScalingGroupCommandOutput>;
108
- deleteAutoScalingGroup(args: DeleteAutoScalingGroupCommandInput, cb: (err: any, data?: DeleteAutoScalingGroupCommandOutput) => void): void;
109
- deleteAutoScalingGroup(args: DeleteAutoScalingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAutoScalingGroupCommandOutput) => void): void;
110
-
111
- deleteLaunchConfiguration(args: DeleteLaunchConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLaunchConfigurationCommandOutput>;
112
- deleteLaunchConfiguration(args: DeleteLaunchConfigurationCommandInput, cb: (err: any, data?: DeleteLaunchConfigurationCommandOutput) => void): void;
113
- deleteLaunchConfiguration(args: DeleteLaunchConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLaunchConfigurationCommandOutput) => void): void;
114
-
115
- deleteLifecycleHook(args: DeleteLifecycleHookCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLifecycleHookCommandOutput>;
116
- deleteLifecycleHook(args: DeleteLifecycleHookCommandInput, cb: (err: any, data?: DeleteLifecycleHookCommandOutput) => void): void;
117
- deleteLifecycleHook(args: DeleteLifecycleHookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLifecycleHookCommandOutput) => void): void;
118
-
119
- deleteNotificationConfiguration(args: DeleteNotificationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNotificationConfigurationCommandOutput>;
120
- deleteNotificationConfiguration(args: DeleteNotificationConfigurationCommandInput, cb: (err: any, data?: DeleteNotificationConfigurationCommandOutput) => void): void;
121
- deleteNotificationConfiguration(args: DeleteNotificationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNotificationConfigurationCommandOutput) => void): void;
122
-
123
- deletePolicy(args: DeletePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeletePolicyCommandOutput>;
124
- deletePolicy(args: DeletePolicyCommandInput, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
125
- deletePolicy(args: DeletePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
126
-
127
- deleteScheduledAction(args: DeleteScheduledActionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteScheduledActionCommandOutput>;
128
- deleteScheduledAction(args: DeleteScheduledActionCommandInput, cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void): void;
129
- deleteScheduledAction(args: DeleteScheduledActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void): void;
130
-
131
- deleteTags(args: DeleteTagsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTagsCommandOutput>;
132
- deleteTags(args: DeleteTagsCommandInput, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
133
- deleteTags(args: DeleteTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
134
-
135
- deleteWarmPool(args: DeleteWarmPoolCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWarmPoolCommandOutput>;
136
- deleteWarmPool(args: DeleteWarmPoolCommandInput, cb: (err: any, data?: DeleteWarmPoolCommandOutput) => void): void;
137
- deleteWarmPool(args: DeleteWarmPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWarmPoolCommandOutput) => void): void;
138
-
139
- describeAccountLimits(args: DescribeAccountLimitsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountLimitsCommandOutput>;
140
- describeAccountLimits(args: DescribeAccountLimitsCommandInput, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
141
- describeAccountLimits(args: DescribeAccountLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
142
-
143
- describeAdjustmentTypes(args: DescribeAdjustmentTypesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAdjustmentTypesCommandOutput>;
144
- describeAdjustmentTypes(args: DescribeAdjustmentTypesCommandInput, cb: (err: any, data?: DescribeAdjustmentTypesCommandOutput) => void): void;
145
- describeAdjustmentTypes(args: DescribeAdjustmentTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAdjustmentTypesCommandOutput) => void): void;
146
-
147
- describeAutoScalingGroups(args: DescribeAutoScalingGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAutoScalingGroupsCommandOutput>;
148
- describeAutoScalingGroups(args: DescribeAutoScalingGroupsCommandInput, cb: (err: any, data?: DescribeAutoScalingGroupsCommandOutput) => void): void;
149
- describeAutoScalingGroups(args: DescribeAutoScalingGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAutoScalingGroupsCommandOutput) => void): void;
150
-
151
- describeAutoScalingInstances(args: DescribeAutoScalingInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAutoScalingInstancesCommandOutput>;
152
- describeAutoScalingInstances(args: DescribeAutoScalingInstancesCommandInput, cb: (err: any, data?: DescribeAutoScalingInstancesCommandOutput) => void): void;
153
- describeAutoScalingInstances(args: DescribeAutoScalingInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAutoScalingInstancesCommandOutput) => void): void;
154
-
155
- describeAutoScalingNotificationTypes(args: DescribeAutoScalingNotificationTypesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAutoScalingNotificationTypesCommandOutput>;
156
- describeAutoScalingNotificationTypes(args: DescribeAutoScalingNotificationTypesCommandInput, cb: (err: any, data?: DescribeAutoScalingNotificationTypesCommandOutput) => void): void;
157
- describeAutoScalingNotificationTypes(args: DescribeAutoScalingNotificationTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAutoScalingNotificationTypesCommandOutput) => void): void;
158
-
159
- describeInstanceRefreshes(args: DescribeInstanceRefreshesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceRefreshesCommandOutput>;
160
- describeInstanceRefreshes(args: DescribeInstanceRefreshesCommandInput, cb: (err: any, data?: DescribeInstanceRefreshesCommandOutput) => void): void;
161
- describeInstanceRefreshes(args: DescribeInstanceRefreshesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceRefreshesCommandOutput) => void): void;
162
-
163
- describeLaunchConfigurations(args: DescribeLaunchConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLaunchConfigurationsCommandOutput>;
164
- describeLaunchConfigurations(args: DescribeLaunchConfigurationsCommandInput, cb: (err: any, data?: DescribeLaunchConfigurationsCommandOutput) => void): void;
165
- describeLaunchConfigurations(args: DescribeLaunchConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLaunchConfigurationsCommandOutput) => void): void;
166
-
167
- describeLifecycleHooks(args: DescribeLifecycleHooksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLifecycleHooksCommandOutput>;
168
- describeLifecycleHooks(args: DescribeLifecycleHooksCommandInput, cb: (err: any, data?: DescribeLifecycleHooksCommandOutput) => void): void;
169
- describeLifecycleHooks(args: DescribeLifecycleHooksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLifecycleHooksCommandOutput) => void): void;
170
-
171
- describeLifecycleHookTypes(args: DescribeLifecycleHookTypesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLifecycleHookTypesCommandOutput>;
172
- describeLifecycleHookTypes(args: DescribeLifecycleHookTypesCommandInput, cb: (err: any, data?: DescribeLifecycleHookTypesCommandOutput) => void): void;
173
- describeLifecycleHookTypes(args: DescribeLifecycleHookTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLifecycleHookTypesCommandOutput) => void): void;
174
-
175
- describeLoadBalancers(args: DescribeLoadBalancersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoadBalancersCommandOutput>;
176
- describeLoadBalancers(args: DescribeLoadBalancersCommandInput, cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void): void;
177
- describeLoadBalancers(args: DescribeLoadBalancersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void): void;
178
-
179
- describeLoadBalancerTargetGroups(args: DescribeLoadBalancerTargetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoadBalancerTargetGroupsCommandOutput>;
180
- describeLoadBalancerTargetGroups(args: DescribeLoadBalancerTargetGroupsCommandInput, cb: (err: any, data?: DescribeLoadBalancerTargetGroupsCommandOutput) => void): void;
181
- describeLoadBalancerTargetGroups(args: DescribeLoadBalancerTargetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoadBalancerTargetGroupsCommandOutput) => void): void;
182
-
183
- describeMetricCollectionTypes(args: DescribeMetricCollectionTypesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMetricCollectionTypesCommandOutput>;
184
- describeMetricCollectionTypes(args: DescribeMetricCollectionTypesCommandInput, cb: (err: any, data?: DescribeMetricCollectionTypesCommandOutput) => void): void;
185
- describeMetricCollectionTypes(args: DescribeMetricCollectionTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMetricCollectionTypesCommandOutput) => void): void;
186
-
187
- describeNotificationConfigurations(args: DescribeNotificationConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNotificationConfigurationsCommandOutput>;
188
- describeNotificationConfigurations(args: DescribeNotificationConfigurationsCommandInput, cb: (err: any, data?: DescribeNotificationConfigurationsCommandOutput) => void): void;
189
- describeNotificationConfigurations(args: DescribeNotificationConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNotificationConfigurationsCommandOutput) => void): void;
190
-
191
- describePolicies(args: DescribePoliciesCommandInput, options?: __HttpHandlerOptions): Promise<DescribePoliciesCommandOutput>;
192
- describePolicies(args: DescribePoliciesCommandInput, cb: (err: any, data?: DescribePoliciesCommandOutput) => void): void;
193
- describePolicies(args: DescribePoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePoliciesCommandOutput) => void): void;
194
-
195
- describeScalingActivities(args: DescribeScalingActivitiesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeScalingActivitiesCommandOutput>;
196
- describeScalingActivities(args: DescribeScalingActivitiesCommandInput, cb: (err: any, data?: DescribeScalingActivitiesCommandOutput) => void): void;
197
- describeScalingActivities(args: DescribeScalingActivitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScalingActivitiesCommandOutput) => void): void;
198
-
199
- describeScalingProcessTypes(args: DescribeScalingProcessTypesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeScalingProcessTypesCommandOutput>;
200
- describeScalingProcessTypes(args: DescribeScalingProcessTypesCommandInput, cb: (err: any, data?: DescribeScalingProcessTypesCommandOutput) => void): void;
201
- describeScalingProcessTypes(args: DescribeScalingProcessTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScalingProcessTypesCommandOutput) => void): void;
202
-
203
- describeScheduledActions(args: DescribeScheduledActionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeScheduledActionsCommandOutput>;
204
- describeScheduledActions(args: DescribeScheduledActionsCommandInput, cb: (err: any, data?: DescribeScheduledActionsCommandOutput) => void): void;
205
- describeScheduledActions(args: DescribeScheduledActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScheduledActionsCommandOutput) => void): void;
206
-
207
- describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
208
- describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
209
- describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
210
-
211
- describeTerminationPolicyTypes(args: DescribeTerminationPolicyTypesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTerminationPolicyTypesCommandOutput>;
212
- describeTerminationPolicyTypes(args: DescribeTerminationPolicyTypesCommandInput, cb: (err: any, data?: DescribeTerminationPolicyTypesCommandOutput) => void): void;
213
- describeTerminationPolicyTypes(args: DescribeTerminationPolicyTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTerminationPolicyTypesCommandOutput) => void): void;
214
-
215
- describeWarmPool(args: DescribeWarmPoolCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWarmPoolCommandOutput>;
216
- describeWarmPool(args: DescribeWarmPoolCommandInput, cb: (err: any, data?: DescribeWarmPoolCommandOutput) => void): void;
217
- describeWarmPool(args: DescribeWarmPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWarmPoolCommandOutput) => void): void;
218
-
219
- detachInstances(args: DetachInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DetachInstancesCommandOutput>;
220
- detachInstances(args: DetachInstancesCommandInput, cb: (err: any, data?: DetachInstancesCommandOutput) => void): void;
221
- detachInstances(args: DetachInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachInstancesCommandOutput) => void): void;
222
-
223
- detachLoadBalancers(args: DetachLoadBalancersCommandInput, options?: __HttpHandlerOptions): Promise<DetachLoadBalancersCommandOutput>;
224
- detachLoadBalancers(args: DetachLoadBalancersCommandInput, cb: (err: any, data?: DetachLoadBalancersCommandOutput) => void): void;
225
- detachLoadBalancers(args: DetachLoadBalancersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachLoadBalancersCommandOutput) => void): void;
226
-
227
- detachLoadBalancerTargetGroups(args: DetachLoadBalancerTargetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DetachLoadBalancerTargetGroupsCommandOutput>;
228
- detachLoadBalancerTargetGroups(args: DetachLoadBalancerTargetGroupsCommandInput, cb: (err: any, data?: DetachLoadBalancerTargetGroupsCommandOutput) => void): void;
229
- detachLoadBalancerTargetGroups(args: DetachLoadBalancerTargetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachLoadBalancerTargetGroupsCommandOutput) => void): void;
230
-
231
- disableMetricsCollection(args: DisableMetricsCollectionCommandInput, options?: __HttpHandlerOptions): Promise<DisableMetricsCollectionCommandOutput>;
232
- disableMetricsCollection(args: DisableMetricsCollectionCommandInput, cb: (err: any, data?: DisableMetricsCollectionCommandOutput) => void): void;
233
- disableMetricsCollection(args: DisableMetricsCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableMetricsCollectionCommandOutput) => void): void;
234
-
235
- enableMetricsCollection(args: EnableMetricsCollectionCommandInput, options?: __HttpHandlerOptions): Promise<EnableMetricsCollectionCommandOutput>;
236
- enableMetricsCollection(args: EnableMetricsCollectionCommandInput, cb: (err: any, data?: EnableMetricsCollectionCommandOutput) => void): void;
237
- enableMetricsCollection(args: EnableMetricsCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableMetricsCollectionCommandOutput) => void): void;
238
-
239
- enterStandby(args: EnterStandbyCommandInput, options?: __HttpHandlerOptions): Promise<EnterStandbyCommandOutput>;
240
- enterStandby(args: EnterStandbyCommandInput, cb: (err: any, data?: EnterStandbyCommandOutput) => void): void;
241
- enterStandby(args: EnterStandbyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnterStandbyCommandOutput) => void): void;
242
-
243
- executePolicy(args: ExecutePolicyCommandInput, options?: __HttpHandlerOptions): Promise<ExecutePolicyCommandOutput>;
244
- executePolicy(args: ExecutePolicyCommandInput, cb: (err: any, data?: ExecutePolicyCommandOutput) => void): void;
245
- executePolicy(args: ExecutePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExecutePolicyCommandOutput) => void): void;
246
-
247
- exitStandby(args: ExitStandbyCommandInput, options?: __HttpHandlerOptions): Promise<ExitStandbyCommandOutput>;
248
- exitStandby(args: ExitStandbyCommandInput, cb: (err: any, data?: ExitStandbyCommandOutput) => void): void;
249
- exitStandby(args: ExitStandbyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExitStandbyCommandOutput) => void): void;
250
-
251
- getPredictiveScalingForecast(args: GetPredictiveScalingForecastCommandInput, options?: __HttpHandlerOptions): Promise<GetPredictiveScalingForecastCommandOutput>;
252
- getPredictiveScalingForecast(args: GetPredictiveScalingForecastCommandInput, cb: (err: any, data?: GetPredictiveScalingForecastCommandOutput) => void): void;
253
- getPredictiveScalingForecast(args: GetPredictiveScalingForecastCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPredictiveScalingForecastCommandOutput) => void): void;
254
-
255
- putLifecycleHook(args: PutLifecycleHookCommandInput, options?: __HttpHandlerOptions): Promise<PutLifecycleHookCommandOutput>;
256
- putLifecycleHook(args: PutLifecycleHookCommandInput, cb: (err: any, data?: PutLifecycleHookCommandOutput) => void): void;
257
- putLifecycleHook(args: PutLifecycleHookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLifecycleHookCommandOutput) => void): void;
258
-
259
- putNotificationConfiguration(args: PutNotificationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutNotificationConfigurationCommandOutput>;
260
- putNotificationConfiguration(args: PutNotificationConfigurationCommandInput, cb: (err: any, data?: PutNotificationConfigurationCommandOutput) => void): void;
261
- putNotificationConfiguration(args: PutNotificationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutNotificationConfigurationCommandOutput) => void): void;
262
-
263
- putScalingPolicy(args: PutScalingPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutScalingPolicyCommandOutput>;
264
- putScalingPolicy(args: PutScalingPolicyCommandInput, cb: (err: any, data?: PutScalingPolicyCommandOutput) => void): void;
265
- putScalingPolicy(args: PutScalingPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutScalingPolicyCommandOutput) => void): void;
266
-
267
- putScheduledUpdateGroupAction(args: PutScheduledUpdateGroupActionCommandInput, options?: __HttpHandlerOptions): Promise<PutScheduledUpdateGroupActionCommandOutput>;
268
- putScheduledUpdateGroupAction(args: PutScheduledUpdateGroupActionCommandInput, cb: (err: any, data?: PutScheduledUpdateGroupActionCommandOutput) => void): void;
269
- putScheduledUpdateGroupAction(args: PutScheduledUpdateGroupActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutScheduledUpdateGroupActionCommandOutput) => void): void;
270
-
271
- putWarmPool(args: PutWarmPoolCommandInput, options?: __HttpHandlerOptions): Promise<PutWarmPoolCommandOutput>;
272
- putWarmPool(args: PutWarmPoolCommandInput, cb: (err: any, data?: PutWarmPoolCommandOutput) => void): void;
273
- putWarmPool(args: PutWarmPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutWarmPoolCommandOutput) => void): void;
274
-
275
- recordLifecycleActionHeartbeat(args: RecordLifecycleActionHeartbeatCommandInput, options?: __HttpHandlerOptions): Promise<RecordLifecycleActionHeartbeatCommandOutput>;
276
- recordLifecycleActionHeartbeat(args: RecordLifecycleActionHeartbeatCommandInput, cb: (err: any, data?: RecordLifecycleActionHeartbeatCommandOutput) => void): void;
277
- recordLifecycleActionHeartbeat(args: RecordLifecycleActionHeartbeatCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RecordLifecycleActionHeartbeatCommandOutput) => void): void;
278
-
279
- resumeProcesses(args: ResumeProcessesCommandInput, options?: __HttpHandlerOptions): Promise<ResumeProcessesCommandOutput>;
280
- resumeProcesses(args: ResumeProcessesCommandInput, cb: (err: any, data?: ResumeProcessesCommandOutput) => void): void;
281
- resumeProcesses(args: ResumeProcessesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResumeProcessesCommandOutput) => void): void;
282
-
283
- setDesiredCapacity(args: SetDesiredCapacityCommandInput, options?: __HttpHandlerOptions): Promise<SetDesiredCapacityCommandOutput>;
284
- setDesiredCapacity(args: SetDesiredCapacityCommandInput, cb: (err: any, data?: SetDesiredCapacityCommandOutput) => void): void;
285
- setDesiredCapacity(args: SetDesiredCapacityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetDesiredCapacityCommandOutput) => void): void;
286
-
287
- setInstanceHealth(args: SetInstanceHealthCommandInput, options?: __HttpHandlerOptions): Promise<SetInstanceHealthCommandOutput>;
288
- setInstanceHealth(args: SetInstanceHealthCommandInput, cb: (err: any, data?: SetInstanceHealthCommandOutput) => void): void;
289
- setInstanceHealth(args: SetInstanceHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetInstanceHealthCommandOutput) => void): void;
290
-
291
- setInstanceProtection(args: SetInstanceProtectionCommandInput, options?: __HttpHandlerOptions): Promise<SetInstanceProtectionCommandOutput>;
292
- setInstanceProtection(args: SetInstanceProtectionCommandInput, cb: (err: any, data?: SetInstanceProtectionCommandOutput) => void): void;
293
- setInstanceProtection(args: SetInstanceProtectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetInstanceProtectionCommandOutput) => void): void;
294
-
295
- startInstanceRefresh(args: StartInstanceRefreshCommandInput, options?: __HttpHandlerOptions): Promise<StartInstanceRefreshCommandOutput>;
296
- startInstanceRefresh(args: StartInstanceRefreshCommandInput, cb: (err: any, data?: StartInstanceRefreshCommandOutput) => void): void;
297
- startInstanceRefresh(args: StartInstanceRefreshCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartInstanceRefreshCommandOutput) => void): void;
298
-
299
- suspendProcesses(args: SuspendProcessesCommandInput, options?: __HttpHandlerOptions): Promise<SuspendProcessesCommandOutput>;
300
- suspendProcesses(args: SuspendProcessesCommandInput, cb: (err: any, data?: SuspendProcessesCommandOutput) => void): void;
301
- suspendProcesses(args: SuspendProcessesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SuspendProcessesCommandOutput) => void): void;
302
-
303
- terminateInstanceInAutoScalingGroup(args: TerminateInstanceInAutoScalingGroupCommandInput, options?: __HttpHandlerOptions): Promise<TerminateInstanceInAutoScalingGroupCommandOutput>;
304
- terminateInstanceInAutoScalingGroup(args: TerminateInstanceInAutoScalingGroupCommandInput, cb: (err: any, data?: TerminateInstanceInAutoScalingGroupCommandOutput) => void): void;
305
- terminateInstanceInAutoScalingGroup(args: TerminateInstanceInAutoScalingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TerminateInstanceInAutoScalingGroupCommandOutput) => void): void;
306
-
307
- updateAutoScalingGroup(args: UpdateAutoScalingGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAutoScalingGroupCommandOutput>;
308
- updateAutoScalingGroup(args: UpdateAutoScalingGroupCommandInput, cb: (err: any, data?: UpdateAutoScalingGroupCommandOutput) => void): void;
309
- updateAutoScalingGroup(args: UpdateAutoScalingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAutoScalingGroupCommandOutput) => void): void;
310
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { AutoScalingClient } from "./AutoScalingClient";
3
+ import {
4
+ AttachInstancesCommandInput,
5
+ AttachInstancesCommandOutput,
6
+ } from "./commands/AttachInstancesCommand";
7
+ import {
8
+ AttachLoadBalancersCommandInput,
9
+ AttachLoadBalancersCommandOutput,
10
+ } from "./commands/AttachLoadBalancersCommand";
11
+ import {
12
+ AttachLoadBalancerTargetGroupsCommandInput,
13
+ AttachLoadBalancerTargetGroupsCommandOutput,
14
+ } from "./commands/AttachLoadBalancerTargetGroupsCommand";
15
+ import {
16
+ BatchDeleteScheduledActionCommandInput,
17
+ BatchDeleteScheduledActionCommandOutput,
18
+ } from "./commands/BatchDeleteScheduledActionCommand";
19
+ import {
20
+ BatchPutScheduledUpdateGroupActionCommandInput,
21
+ BatchPutScheduledUpdateGroupActionCommandOutput,
22
+ } from "./commands/BatchPutScheduledUpdateGroupActionCommand";
23
+ import {
24
+ CancelInstanceRefreshCommandInput,
25
+ CancelInstanceRefreshCommandOutput,
26
+ } from "./commands/CancelInstanceRefreshCommand";
27
+ import {
28
+ CompleteLifecycleActionCommandInput,
29
+ CompleteLifecycleActionCommandOutput,
30
+ } from "./commands/CompleteLifecycleActionCommand";
31
+ import {
32
+ CreateAutoScalingGroupCommandInput,
33
+ CreateAutoScalingGroupCommandOutput,
34
+ } from "./commands/CreateAutoScalingGroupCommand";
35
+ import {
36
+ CreateLaunchConfigurationCommandInput,
37
+ CreateLaunchConfigurationCommandOutput,
38
+ } from "./commands/CreateLaunchConfigurationCommand";
39
+ import {
40
+ CreateOrUpdateTagsCommandInput,
41
+ CreateOrUpdateTagsCommandOutput,
42
+ } from "./commands/CreateOrUpdateTagsCommand";
43
+ import {
44
+ DeleteAutoScalingGroupCommandInput,
45
+ DeleteAutoScalingGroupCommandOutput,
46
+ } from "./commands/DeleteAutoScalingGroupCommand";
47
+ import {
48
+ DeleteLaunchConfigurationCommandInput,
49
+ DeleteLaunchConfigurationCommandOutput,
50
+ } from "./commands/DeleteLaunchConfigurationCommand";
51
+ import {
52
+ DeleteLifecycleHookCommandInput,
53
+ DeleteLifecycleHookCommandOutput,
54
+ } from "./commands/DeleteLifecycleHookCommand";
55
+ import {
56
+ DeleteNotificationConfigurationCommandInput,
57
+ DeleteNotificationConfigurationCommandOutput,
58
+ } from "./commands/DeleteNotificationConfigurationCommand";
59
+ import {
60
+ DeletePolicyCommandInput,
61
+ DeletePolicyCommandOutput,
62
+ } from "./commands/DeletePolicyCommand";
63
+ import {
64
+ DeleteScheduledActionCommandInput,
65
+ DeleteScheduledActionCommandOutput,
66
+ } from "./commands/DeleteScheduledActionCommand";
67
+ import {
68
+ DeleteTagsCommandInput,
69
+ DeleteTagsCommandOutput,
70
+ } from "./commands/DeleteTagsCommand";
71
+ import {
72
+ DeleteWarmPoolCommandInput,
73
+ DeleteWarmPoolCommandOutput,
74
+ } from "./commands/DeleteWarmPoolCommand";
75
+ import {
76
+ DescribeAccountLimitsCommandInput,
77
+ DescribeAccountLimitsCommandOutput,
78
+ } from "./commands/DescribeAccountLimitsCommand";
79
+ import {
80
+ DescribeAdjustmentTypesCommandInput,
81
+ DescribeAdjustmentTypesCommandOutput,
82
+ } from "./commands/DescribeAdjustmentTypesCommand";
83
+ import {
84
+ DescribeAutoScalingGroupsCommandInput,
85
+ DescribeAutoScalingGroupsCommandOutput,
86
+ } from "./commands/DescribeAutoScalingGroupsCommand";
87
+ import {
88
+ DescribeAutoScalingInstancesCommandInput,
89
+ DescribeAutoScalingInstancesCommandOutput,
90
+ } from "./commands/DescribeAutoScalingInstancesCommand";
91
+ import {
92
+ DescribeAutoScalingNotificationTypesCommandInput,
93
+ DescribeAutoScalingNotificationTypesCommandOutput,
94
+ } from "./commands/DescribeAutoScalingNotificationTypesCommand";
95
+ import {
96
+ DescribeInstanceRefreshesCommandInput,
97
+ DescribeInstanceRefreshesCommandOutput,
98
+ } from "./commands/DescribeInstanceRefreshesCommand";
99
+ import {
100
+ DescribeLaunchConfigurationsCommandInput,
101
+ DescribeLaunchConfigurationsCommandOutput,
102
+ } from "./commands/DescribeLaunchConfigurationsCommand";
103
+ import {
104
+ DescribeLifecycleHooksCommandInput,
105
+ DescribeLifecycleHooksCommandOutput,
106
+ } from "./commands/DescribeLifecycleHooksCommand";
107
+ import {
108
+ DescribeLifecycleHookTypesCommandInput,
109
+ DescribeLifecycleHookTypesCommandOutput,
110
+ } from "./commands/DescribeLifecycleHookTypesCommand";
111
+ import {
112
+ DescribeLoadBalancersCommandInput,
113
+ DescribeLoadBalancersCommandOutput,
114
+ } from "./commands/DescribeLoadBalancersCommand";
115
+ import {
116
+ DescribeLoadBalancerTargetGroupsCommandInput,
117
+ DescribeLoadBalancerTargetGroupsCommandOutput,
118
+ } from "./commands/DescribeLoadBalancerTargetGroupsCommand";
119
+ import {
120
+ DescribeMetricCollectionTypesCommandInput,
121
+ DescribeMetricCollectionTypesCommandOutput,
122
+ } from "./commands/DescribeMetricCollectionTypesCommand";
123
+ import {
124
+ DescribeNotificationConfigurationsCommandInput,
125
+ DescribeNotificationConfigurationsCommandOutput,
126
+ } from "./commands/DescribeNotificationConfigurationsCommand";
127
+ import {
128
+ DescribePoliciesCommandInput,
129
+ DescribePoliciesCommandOutput,
130
+ } from "./commands/DescribePoliciesCommand";
131
+ import {
132
+ DescribeScalingActivitiesCommandInput,
133
+ DescribeScalingActivitiesCommandOutput,
134
+ } from "./commands/DescribeScalingActivitiesCommand";
135
+ import {
136
+ DescribeScalingProcessTypesCommandInput,
137
+ DescribeScalingProcessTypesCommandOutput,
138
+ } from "./commands/DescribeScalingProcessTypesCommand";
139
+ import {
140
+ DescribeScheduledActionsCommandInput,
141
+ DescribeScheduledActionsCommandOutput,
142
+ } from "./commands/DescribeScheduledActionsCommand";
143
+ import {
144
+ DescribeTagsCommandInput,
145
+ DescribeTagsCommandOutput,
146
+ } from "./commands/DescribeTagsCommand";
147
+ import {
148
+ DescribeTerminationPolicyTypesCommandInput,
149
+ DescribeTerminationPolicyTypesCommandOutput,
150
+ } from "./commands/DescribeTerminationPolicyTypesCommand";
151
+ import {
152
+ DescribeWarmPoolCommandInput,
153
+ DescribeWarmPoolCommandOutput,
154
+ } from "./commands/DescribeWarmPoolCommand";
155
+ import {
156
+ DetachInstancesCommandInput,
157
+ DetachInstancesCommandOutput,
158
+ } from "./commands/DetachInstancesCommand";
159
+ import {
160
+ DetachLoadBalancersCommandInput,
161
+ DetachLoadBalancersCommandOutput,
162
+ } from "./commands/DetachLoadBalancersCommand";
163
+ import {
164
+ DetachLoadBalancerTargetGroupsCommandInput,
165
+ DetachLoadBalancerTargetGroupsCommandOutput,
166
+ } from "./commands/DetachLoadBalancerTargetGroupsCommand";
167
+ import {
168
+ DisableMetricsCollectionCommandInput,
169
+ DisableMetricsCollectionCommandOutput,
170
+ } from "./commands/DisableMetricsCollectionCommand";
171
+ import {
172
+ EnableMetricsCollectionCommandInput,
173
+ EnableMetricsCollectionCommandOutput,
174
+ } from "./commands/EnableMetricsCollectionCommand";
175
+ import {
176
+ EnterStandbyCommandInput,
177
+ EnterStandbyCommandOutput,
178
+ } from "./commands/EnterStandbyCommand";
179
+ import {
180
+ ExecutePolicyCommandInput,
181
+ ExecutePolicyCommandOutput,
182
+ } from "./commands/ExecutePolicyCommand";
183
+ import {
184
+ ExitStandbyCommandInput,
185
+ ExitStandbyCommandOutput,
186
+ } from "./commands/ExitStandbyCommand";
187
+ import {
188
+ GetPredictiveScalingForecastCommandInput,
189
+ GetPredictiveScalingForecastCommandOutput,
190
+ } from "./commands/GetPredictiveScalingForecastCommand";
191
+ import {
192
+ PutLifecycleHookCommandInput,
193
+ PutLifecycleHookCommandOutput,
194
+ } from "./commands/PutLifecycleHookCommand";
195
+ import {
196
+ PutNotificationConfigurationCommandInput,
197
+ PutNotificationConfigurationCommandOutput,
198
+ } from "./commands/PutNotificationConfigurationCommand";
199
+ import {
200
+ PutScalingPolicyCommandInput,
201
+ PutScalingPolicyCommandOutput,
202
+ } from "./commands/PutScalingPolicyCommand";
203
+ import {
204
+ PutScheduledUpdateGroupActionCommandInput,
205
+ PutScheduledUpdateGroupActionCommandOutput,
206
+ } from "./commands/PutScheduledUpdateGroupActionCommand";
207
+ import {
208
+ PutWarmPoolCommandInput,
209
+ PutWarmPoolCommandOutput,
210
+ } from "./commands/PutWarmPoolCommand";
211
+ import {
212
+ RecordLifecycleActionHeartbeatCommandInput,
213
+ RecordLifecycleActionHeartbeatCommandOutput,
214
+ } from "./commands/RecordLifecycleActionHeartbeatCommand";
215
+ import {
216
+ ResumeProcessesCommandInput,
217
+ ResumeProcessesCommandOutput,
218
+ } from "./commands/ResumeProcessesCommand";
219
+ import {
220
+ SetDesiredCapacityCommandInput,
221
+ SetDesiredCapacityCommandOutput,
222
+ } from "./commands/SetDesiredCapacityCommand";
223
+ import {
224
+ SetInstanceHealthCommandInput,
225
+ SetInstanceHealthCommandOutput,
226
+ } from "./commands/SetInstanceHealthCommand";
227
+ import {
228
+ SetInstanceProtectionCommandInput,
229
+ SetInstanceProtectionCommandOutput,
230
+ } from "./commands/SetInstanceProtectionCommand";
231
+ import {
232
+ StartInstanceRefreshCommandInput,
233
+ StartInstanceRefreshCommandOutput,
234
+ } from "./commands/StartInstanceRefreshCommand";
235
+ import {
236
+ SuspendProcessesCommandInput,
237
+ SuspendProcessesCommandOutput,
238
+ } from "./commands/SuspendProcessesCommand";
239
+ import {
240
+ TerminateInstanceInAutoScalingGroupCommandInput,
241
+ TerminateInstanceInAutoScalingGroupCommandOutput,
242
+ } from "./commands/TerminateInstanceInAutoScalingGroupCommand";
243
+ import {
244
+ UpdateAutoScalingGroupCommandInput,
245
+ UpdateAutoScalingGroupCommandOutput,
246
+ } from "./commands/UpdateAutoScalingGroupCommand";
247
+ export declare class AutoScaling extends AutoScalingClient {
248
+ attachInstances(
249
+ args: AttachInstancesCommandInput,
250
+ options?: __HttpHandlerOptions
251
+ ): Promise<AttachInstancesCommandOutput>;
252
+ attachInstances(
253
+ args: AttachInstancesCommandInput,
254
+ cb: (err: any, data?: AttachInstancesCommandOutput) => void
255
+ ): void;
256
+ attachInstances(
257
+ args: AttachInstancesCommandInput,
258
+ options: __HttpHandlerOptions,
259
+ cb: (err: any, data?: AttachInstancesCommandOutput) => void
260
+ ): void;
261
+ attachLoadBalancers(
262
+ args: AttachLoadBalancersCommandInput,
263
+ options?: __HttpHandlerOptions
264
+ ): Promise<AttachLoadBalancersCommandOutput>;
265
+ attachLoadBalancers(
266
+ args: AttachLoadBalancersCommandInput,
267
+ cb: (err: any, data?: AttachLoadBalancersCommandOutput) => void
268
+ ): void;
269
+ attachLoadBalancers(
270
+ args: AttachLoadBalancersCommandInput,
271
+ options: __HttpHandlerOptions,
272
+ cb: (err: any, data?: AttachLoadBalancersCommandOutput) => void
273
+ ): void;
274
+ attachLoadBalancerTargetGroups(
275
+ args: AttachLoadBalancerTargetGroupsCommandInput,
276
+ options?: __HttpHandlerOptions
277
+ ): Promise<AttachLoadBalancerTargetGroupsCommandOutput>;
278
+ attachLoadBalancerTargetGroups(
279
+ args: AttachLoadBalancerTargetGroupsCommandInput,
280
+ cb: (err: any, data?: AttachLoadBalancerTargetGroupsCommandOutput) => void
281
+ ): void;
282
+ attachLoadBalancerTargetGroups(
283
+ args: AttachLoadBalancerTargetGroupsCommandInput,
284
+ options: __HttpHandlerOptions,
285
+ cb: (err: any, data?: AttachLoadBalancerTargetGroupsCommandOutput) => void
286
+ ): void;
287
+ batchDeleteScheduledAction(
288
+ args: BatchDeleteScheduledActionCommandInput,
289
+ options?: __HttpHandlerOptions
290
+ ): Promise<BatchDeleteScheduledActionCommandOutput>;
291
+ batchDeleteScheduledAction(
292
+ args: BatchDeleteScheduledActionCommandInput,
293
+ cb: (err: any, data?: BatchDeleteScheduledActionCommandOutput) => void
294
+ ): void;
295
+ batchDeleteScheduledAction(
296
+ args: BatchDeleteScheduledActionCommandInput,
297
+ options: __HttpHandlerOptions,
298
+ cb: (err: any, data?: BatchDeleteScheduledActionCommandOutput) => void
299
+ ): void;
300
+ batchPutScheduledUpdateGroupAction(
301
+ args: BatchPutScheduledUpdateGroupActionCommandInput,
302
+ options?: __HttpHandlerOptions
303
+ ): Promise<BatchPutScheduledUpdateGroupActionCommandOutput>;
304
+ batchPutScheduledUpdateGroupAction(
305
+ args: BatchPutScheduledUpdateGroupActionCommandInput,
306
+ cb: (
307
+ err: any,
308
+ data?: BatchPutScheduledUpdateGroupActionCommandOutput
309
+ ) => void
310
+ ): void;
311
+ batchPutScheduledUpdateGroupAction(
312
+ args: BatchPutScheduledUpdateGroupActionCommandInput,
313
+ options: __HttpHandlerOptions,
314
+ cb: (
315
+ err: any,
316
+ data?: BatchPutScheduledUpdateGroupActionCommandOutput
317
+ ) => void
318
+ ): void;
319
+ cancelInstanceRefresh(
320
+ args: CancelInstanceRefreshCommandInput,
321
+ options?: __HttpHandlerOptions
322
+ ): Promise<CancelInstanceRefreshCommandOutput>;
323
+ cancelInstanceRefresh(
324
+ args: CancelInstanceRefreshCommandInput,
325
+ cb: (err: any, data?: CancelInstanceRefreshCommandOutput) => void
326
+ ): void;
327
+ cancelInstanceRefresh(
328
+ args: CancelInstanceRefreshCommandInput,
329
+ options: __HttpHandlerOptions,
330
+ cb: (err: any, data?: CancelInstanceRefreshCommandOutput) => void
331
+ ): void;
332
+ completeLifecycleAction(
333
+ args: CompleteLifecycleActionCommandInput,
334
+ options?: __HttpHandlerOptions
335
+ ): Promise<CompleteLifecycleActionCommandOutput>;
336
+ completeLifecycleAction(
337
+ args: CompleteLifecycleActionCommandInput,
338
+ cb: (err: any, data?: CompleteLifecycleActionCommandOutput) => void
339
+ ): void;
340
+ completeLifecycleAction(
341
+ args: CompleteLifecycleActionCommandInput,
342
+ options: __HttpHandlerOptions,
343
+ cb: (err: any, data?: CompleteLifecycleActionCommandOutput) => void
344
+ ): void;
345
+ createAutoScalingGroup(
346
+ args: CreateAutoScalingGroupCommandInput,
347
+ options?: __HttpHandlerOptions
348
+ ): Promise<CreateAutoScalingGroupCommandOutput>;
349
+ createAutoScalingGroup(
350
+ args: CreateAutoScalingGroupCommandInput,
351
+ cb: (err: any, data?: CreateAutoScalingGroupCommandOutput) => void
352
+ ): void;
353
+ createAutoScalingGroup(
354
+ args: CreateAutoScalingGroupCommandInput,
355
+ options: __HttpHandlerOptions,
356
+ cb: (err: any, data?: CreateAutoScalingGroupCommandOutput) => void
357
+ ): void;
358
+ createLaunchConfiguration(
359
+ args: CreateLaunchConfigurationCommandInput,
360
+ options?: __HttpHandlerOptions
361
+ ): Promise<CreateLaunchConfigurationCommandOutput>;
362
+ createLaunchConfiguration(
363
+ args: CreateLaunchConfigurationCommandInput,
364
+ cb: (err: any, data?: CreateLaunchConfigurationCommandOutput) => void
365
+ ): void;
366
+ createLaunchConfiguration(
367
+ args: CreateLaunchConfigurationCommandInput,
368
+ options: __HttpHandlerOptions,
369
+ cb: (err: any, data?: CreateLaunchConfigurationCommandOutput) => void
370
+ ): void;
371
+ createOrUpdateTags(
372
+ args: CreateOrUpdateTagsCommandInput,
373
+ options?: __HttpHandlerOptions
374
+ ): Promise<CreateOrUpdateTagsCommandOutput>;
375
+ createOrUpdateTags(
376
+ args: CreateOrUpdateTagsCommandInput,
377
+ cb: (err: any, data?: CreateOrUpdateTagsCommandOutput) => void
378
+ ): void;
379
+ createOrUpdateTags(
380
+ args: CreateOrUpdateTagsCommandInput,
381
+ options: __HttpHandlerOptions,
382
+ cb: (err: any, data?: CreateOrUpdateTagsCommandOutput) => void
383
+ ): void;
384
+ deleteAutoScalingGroup(
385
+ args: DeleteAutoScalingGroupCommandInput,
386
+ options?: __HttpHandlerOptions
387
+ ): Promise<DeleteAutoScalingGroupCommandOutput>;
388
+ deleteAutoScalingGroup(
389
+ args: DeleteAutoScalingGroupCommandInput,
390
+ cb: (err: any, data?: DeleteAutoScalingGroupCommandOutput) => void
391
+ ): void;
392
+ deleteAutoScalingGroup(
393
+ args: DeleteAutoScalingGroupCommandInput,
394
+ options: __HttpHandlerOptions,
395
+ cb: (err: any, data?: DeleteAutoScalingGroupCommandOutput) => void
396
+ ): void;
397
+ deleteLaunchConfiguration(
398
+ args: DeleteLaunchConfigurationCommandInput,
399
+ options?: __HttpHandlerOptions
400
+ ): Promise<DeleteLaunchConfigurationCommandOutput>;
401
+ deleteLaunchConfiguration(
402
+ args: DeleteLaunchConfigurationCommandInput,
403
+ cb: (err: any, data?: DeleteLaunchConfigurationCommandOutput) => void
404
+ ): void;
405
+ deleteLaunchConfiguration(
406
+ args: DeleteLaunchConfigurationCommandInput,
407
+ options: __HttpHandlerOptions,
408
+ cb: (err: any, data?: DeleteLaunchConfigurationCommandOutput) => void
409
+ ): void;
410
+ deleteLifecycleHook(
411
+ args: DeleteLifecycleHookCommandInput,
412
+ options?: __HttpHandlerOptions
413
+ ): Promise<DeleteLifecycleHookCommandOutput>;
414
+ deleteLifecycleHook(
415
+ args: DeleteLifecycleHookCommandInput,
416
+ cb: (err: any, data?: DeleteLifecycleHookCommandOutput) => void
417
+ ): void;
418
+ deleteLifecycleHook(
419
+ args: DeleteLifecycleHookCommandInput,
420
+ options: __HttpHandlerOptions,
421
+ cb: (err: any, data?: DeleteLifecycleHookCommandOutput) => void
422
+ ): void;
423
+ deleteNotificationConfiguration(
424
+ args: DeleteNotificationConfigurationCommandInput,
425
+ options?: __HttpHandlerOptions
426
+ ): Promise<DeleteNotificationConfigurationCommandOutput>;
427
+ deleteNotificationConfiguration(
428
+ args: DeleteNotificationConfigurationCommandInput,
429
+ cb: (err: any, data?: DeleteNotificationConfigurationCommandOutput) => void
430
+ ): void;
431
+ deleteNotificationConfiguration(
432
+ args: DeleteNotificationConfigurationCommandInput,
433
+ options: __HttpHandlerOptions,
434
+ cb: (err: any, data?: DeleteNotificationConfigurationCommandOutput) => void
435
+ ): void;
436
+ deletePolicy(
437
+ args: DeletePolicyCommandInput,
438
+ options?: __HttpHandlerOptions
439
+ ): Promise<DeletePolicyCommandOutput>;
440
+ deletePolicy(
441
+ args: DeletePolicyCommandInput,
442
+ cb: (err: any, data?: DeletePolicyCommandOutput) => void
443
+ ): void;
444
+ deletePolicy(
445
+ args: DeletePolicyCommandInput,
446
+ options: __HttpHandlerOptions,
447
+ cb: (err: any, data?: DeletePolicyCommandOutput) => void
448
+ ): void;
449
+ deleteScheduledAction(
450
+ args: DeleteScheduledActionCommandInput,
451
+ options?: __HttpHandlerOptions
452
+ ): Promise<DeleteScheduledActionCommandOutput>;
453
+ deleteScheduledAction(
454
+ args: DeleteScheduledActionCommandInput,
455
+ cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void
456
+ ): void;
457
+ deleteScheduledAction(
458
+ args: DeleteScheduledActionCommandInput,
459
+ options: __HttpHandlerOptions,
460
+ cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void
461
+ ): void;
462
+ deleteTags(
463
+ args: DeleteTagsCommandInput,
464
+ options?: __HttpHandlerOptions
465
+ ): Promise<DeleteTagsCommandOutput>;
466
+ deleteTags(
467
+ args: DeleteTagsCommandInput,
468
+ cb: (err: any, data?: DeleteTagsCommandOutput) => void
469
+ ): void;
470
+ deleteTags(
471
+ args: DeleteTagsCommandInput,
472
+ options: __HttpHandlerOptions,
473
+ cb: (err: any, data?: DeleteTagsCommandOutput) => void
474
+ ): void;
475
+ deleteWarmPool(
476
+ args: DeleteWarmPoolCommandInput,
477
+ options?: __HttpHandlerOptions
478
+ ): Promise<DeleteWarmPoolCommandOutput>;
479
+ deleteWarmPool(
480
+ args: DeleteWarmPoolCommandInput,
481
+ cb: (err: any, data?: DeleteWarmPoolCommandOutput) => void
482
+ ): void;
483
+ deleteWarmPool(
484
+ args: DeleteWarmPoolCommandInput,
485
+ options: __HttpHandlerOptions,
486
+ cb: (err: any, data?: DeleteWarmPoolCommandOutput) => void
487
+ ): void;
488
+ describeAccountLimits(
489
+ args: DescribeAccountLimitsCommandInput,
490
+ options?: __HttpHandlerOptions
491
+ ): Promise<DescribeAccountLimitsCommandOutput>;
492
+ describeAccountLimits(
493
+ args: DescribeAccountLimitsCommandInput,
494
+ cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void
495
+ ): void;
496
+ describeAccountLimits(
497
+ args: DescribeAccountLimitsCommandInput,
498
+ options: __HttpHandlerOptions,
499
+ cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void
500
+ ): void;
501
+ describeAdjustmentTypes(
502
+ args: DescribeAdjustmentTypesCommandInput,
503
+ options?: __HttpHandlerOptions
504
+ ): Promise<DescribeAdjustmentTypesCommandOutput>;
505
+ describeAdjustmentTypes(
506
+ args: DescribeAdjustmentTypesCommandInput,
507
+ cb: (err: any, data?: DescribeAdjustmentTypesCommandOutput) => void
508
+ ): void;
509
+ describeAdjustmentTypes(
510
+ args: DescribeAdjustmentTypesCommandInput,
511
+ options: __HttpHandlerOptions,
512
+ cb: (err: any, data?: DescribeAdjustmentTypesCommandOutput) => void
513
+ ): void;
514
+ describeAutoScalingGroups(
515
+ args: DescribeAutoScalingGroupsCommandInput,
516
+ options?: __HttpHandlerOptions
517
+ ): Promise<DescribeAutoScalingGroupsCommandOutput>;
518
+ describeAutoScalingGroups(
519
+ args: DescribeAutoScalingGroupsCommandInput,
520
+ cb: (err: any, data?: DescribeAutoScalingGroupsCommandOutput) => void
521
+ ): void;
522
+ describeAutoScalingGroups(
523
+ args: DescribeAutoScalingGroupsCommandInput,
524
+ options: __HttpHandlerOptions,
525
+ cb: (err: any, data?: DescribeAutoScalingGroupsCommandOutput) => void
526
+ ): void;
527
+ describeAutoScalingInstances(
528
+ args: DescribeAutoScalingInstancesCommandInput,
529
+ options?: __HttpHandlerOptions
530
+ ): Promise<DescribeAutoScalingInstancesCommandOutput>;
531
+ describeAutoScalingInstances(
532
+ args: DescribeAutoScalingInstancesCommandInput,
533
+ cb: (err: any, data?: DescribeAutoScalingInstancesCommandOutput) => void
534
+ ): void;
535
+ describeAutoScalingInstances(
536
+ args: DescribeAutoScalingInstancesCommandInput,
537
+ options: __HttpHandlerOptions,
538
+ cb: (err: any, data?: DescribeAutoScalingInstancesCommandOutput) => void
539
+ ): void;
540
+ describeAutoScalingNotificationTypes(
541
+ args: DescribeAutoScalingNotificationTypesCommandInput,
542
+ options?: __HttpHandlerOptions
543
+ ): Promise<DescribeAutoScalingNotificationTypesCommandOutput>;
544
+ describeAutoScalingNotificationTypes(
545
+ args: DescribeAutoScalingNotificationTypesCommandInput,
546
+ cb: (
547
+ err: any,
548
+ data?: DescribeAutoScalingNotificationTypesCommandOutput
549
+ ) => void
550
+ ): void;
551
+ describeAutoScalingNotificationTypes(
552
+ args: DescribeAutoScalingNotificationTypesCommandInput,
553
+ options: __HttpHandlerOptions,
554
+ cb: (
555
+ err: any,
556
+ data?: DescribeAutoScalingNotificationTypesCommandOutput
557
+ ) => void
558
+ ): void;
559
+ describeInstanceRefreshes(
560
+ args: DescribeInstanceRefreshesCommandInput,
561
+ options?: __HttpHandlerOptions
562
+ ): Promise<DescribeInstanceRefreshesCommandOutput>;
563
+ describeInstanceRefreshes(
564
+ args: DescribeInstanceRefreshesCommandInput,
565
+ cb: (err: any, data?: DescribeInstanceRefreshesCommandOutput) => void
566
+ ): void;
567
+ describeInstanceRefreshes(
568
+ args: DescribeInstanceRefreshesCommandInput,
569
+ options: __HttpHandlerOptions,
570
+ cb: (err: any, data?: DescribeInstanceRefreshesCommandOutput) => void
571
+ ): void;
572
+ describeLaunchConfigurations(
573
+ args: DescribeLaunchConfigurationsCommandInput,
574
+ options?: __HttpHandlerOptions
575
+ ): Promise<DescribeLaunchConfigurationsCommandOutput>;
576
+ describeLaunchConfigurations(
577
+ args: DescribeLaunchConfigurationsCommandInput,
578
+ cb: (err: any, data?: DescribeLaunchConfigurationsCommandOutput) => void
579
+ ): void;
580
+ describeLaunchConfigurations(
581
+ args: DescribeLaunchConfigurationsCommandInput,
582
+ options: __HttpHandlerOptions,
583
+ cb: (err: any, data?: DescribeLaunchConfigurationsCommandOutput) => void
584
+ ): void;
585
+ describeLifecycleHooks(
586
+ args: DescribeLifecycleHooksCommandInput,
587
+ options?: __HttpHandlerOptions
588
+ ): Promise<DescribeLifecycleHooksCommandOutput>;
589
+ describeLifecycleHooks(
590
+ args: DescribeLifecycleHooksCommandInput,
591
+ cb: (err: any, data?: DescribeLifecycleHooksCommandOutput) => void
592
+ ): void;
593
+ describeLifecycleHooks(
594
+ args: DescribeLifecycleHooksCommandInput,
595
+ options: __HttpHandlerOptions,
596
+ cb: (err: any, data?: DescribeLifecycleHooksCommandOutput) => void
597
+ ): void;
598
+ describeLifecycleHookTypes(
599
+ args: DescribeLifecycleHookTypesCommandInput,
600
+ options?: __HttpHandlerOptions
601
+ ): Promise<DescribeLifecycleHookTypesCommandOutput>;
602
+ describeLifecycleHookTypes(
603
+ args: DescribeLifecycleHookTypesCommandInput,
604
+ cb: (err: any, data?: DescribeLifecycleHookTypesCommandOutput) => void
605
+ ): void;
606
+ describeLifecycleHookTypes(
607
+ args: DescribeLifecycleHookTypesCommandInput,
608
+ options: __HttpHandlerOptions,
609
+ cb: (err: any, data?: DescribeLifecycleHookTypesCommandOutput) => void
610
+ ): void;
611
+ describeLoadBalancers(
612
+ args: DescribeLoadBalancersCommandInput,
613
+ options?: __HttpHandlerOptions
614
+ ): Promise<DescribeLoadBalancersCommandOutput>;
615
+ describeLoadBalancers(
616
+ args: DescribeLoadBalancersCommandInput,
617
+ cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void
618
+ ): void;
619
+ describeLoadBalancers(
620
+ args: DescribeLoadBalancersCommandInput,
621
+ options: __HttpHandlerOptions,
622
+ cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void
623
+ ): void;
624
+ describeLoadBalancerTargetGroups(
625
+ args: DescribeLoadBalancerTargetGroupsCommandInput,
626
+ options?: __HttpHandlerOptions
627
+ ): Promise<DescribeLoadBalancerTargetGroupsCommandOutput>;
628
+ describeLoadBalancerTargetGroups(
629
+ args: DescribeLoadBalancerTargetGroupsCommandInput,
630
+ cb: (err: any, data?: DescribeLoadBalancerTargetGroupsCommandOutput) => void
631
+ ): void;
632
+ describeLoadBalancerTargetGroups(
633
+ args: DescribeLoadBalancerTargetGroupsCommandInput,
634
+ options: __HttpHandlerOptions,
635
+ cb: (err: any, data?: DescribeLoadBalancerTargetGroupsCommandOutput) => void
636
+ ): void;
637
+ describeMetricCollectionTypes(
638
+ args: DescribeMetricCollectionTypesCommandInput,
639
+ options?: __HttpHandlerOptions
640
+ ): Promise<DescribeMetricCollectionTypesCommandOutput>;
641
+ describeMetricCollectionTypes(
642
+ args: DescribeMetricCollectionTypesCommandInput,
643
+ cb: (err: any, data?: DescribeMetricCollectionTypesCommandOutput) => void
644
+ ): void;
645
+ describeMetricCollectionTypes(
646
+ args: DescribeMetricCollectionTypesCommandInput,
647
+ options: __HttpHandlerOptions,
648
+ cb: (err: any, data?: DescribeMetricCollectionTypesCommandOutput) => void
649
+ ): void;
650
+ describeNotificationConfigurations(
651
+ args: DescribeNotificationConfigurationsCommandInput,
652
+ options?: __HttpHandlerOptions
653
+ ): Promise<DescribeNotificationConfigurationsCommandOutput>;
654
+ describeNotificationConfigurations(
655
+ args: DescribeNotificationConfigurationsCommandInput,
656
+ cb: (
657
+ err: any,
658
+ data?: DescribeNotificationConfigurationsCommandOutput
659
+ ) => void
660
+ ): void;
661
+ describeNotificationConfigurations(
662
+ args: DescribeNotificationConfigurationsCommandInput,
663
+ options: __HttpHandlerOptions,
664
+ cb: (
665
+ err: any,
666
+ data?: DescribeNotificationConfigurationsCommandOutput
667
+ ) => void
668
+ ): void;
669
+ describePolicies(
670
+ args: DescribePoliciesCommandInput,
671
+ options?: __HttpHandlerOptions
672
+ ): Promise<DescribePoliciesCommandOutput>;
673
+ describePolicies(
674
+ args: DescribePoliciesCommandInput,
675
+ cb: (err: any, data?: DescribePoliciesCommandOutput) => void
676
+ ): void;
677
+ describePolicies(
678
+ args: DescribePoliciesCommandInput,
679
+ options: __HttpHandlerOptions,
680
+ cb: (err: any, data?: DescribePoliciesCommandOutput) => void
681
+ ): void;
682
+ describeScalingActivities(
683
+ args: DescribeScalingActivitiesCommandInput,
684
+ options?: __HttpHandlerOptions
685
+ ): Promise<DescribeScalingActivitiesCommandOutput>;
686
+ describeScalingActivities(
687
+ args: DescribeScalingActivitiesCommandInput,
688
+ cb: (err: any, data?: DescribeScalingActivitiesCommandOutput) => void
689
+ ): void;
690
+ describeScalingActivities(
691
+ args: DescribeScalingActivitiesCommandInput,
692
+ options: __HttpHandlerOptions,
693
+ cb: (err: any, data?: DescribeScalingActivitiesCommandOutput) => void
694
+ ): void;
695
+ describeScalingProcessTypes(
696
+ args: DescribeScalingProcessTypesCommandInput,
697
+ options?: __HttpHandlerOptions
698
+ ): Promise<DescribeScalingProcessTypesCommandOutput>;
699
+ describeScalingProcessTypes(
700
+ args: DescribeScalingProcessTypesCommandInput,
701
+ cb: (err: any, data?: DescribeScalingProcessTypesCommandOutput) => void
702
+ ): void;
703
+ describeScalingProcessTypes(
704
+ args: DescribeScalingProcessTypesCommandInput,
705
+ options: __HttpHandlerOptions,
706
+ cb: (err: any, data?: DescribeScalingProcessTypesCommandOutput) => void
707
+ ): void;
708
+ describeScheduledActions(
709
+ args: DescribeScheduledActionsCommandInput,
710
+ options?: __HttpHandlerOptions
711
+ ): Promise<DescribeScheduledActionsCommandOutput>;
712
+ describeScheduledActions(
713
+ args: DescribeScheduledActionsCommandInput,
714
+ cb: (err: any, data?: DescribeScheduledActionsCommandOutput) => void
715
+ ): void;
716
+ describeScheduledActions(
717
+ args: DescribeScheduledActionsCommandInput,
718
+ options: __HttpHandlerOptions,
719
+ cb: (err: any, data?: DescribeScheduledActionsCommandOutput) => void
720
+ ): void;
721
+ describeTags(
722
+ args: DescribeTagsCommandInput,
723
+ options?: __HttpHandlerOptions
724
+ ): Promise<DescribeTagsCommandOutput>;
725
+ describeTags(
726
+ args: DescribeTagsCommandInput,
727
+ cb: (err: any, data?: DescribeTagsCommandOutput) => void
728
+ ): void;
729
+ describeTags(
730
+ args: DescribeTagsCommandInput,
731
+ options: __HttpHandlerOptions,
732
+ cb: (err: any, data?: DescribeTagsCommandOutput) => void
733
+ ): void;
734
+ describeTerminationPolicyTypes(
735
+ args: DescribeTerminationPolicyTypesCommandInput,
736
+ options?: __HttpHandlerOptions
737
+ ): Promise<DescribeTerminationPolicyTypesCommandOutput>;
738
+ describeTerminationPolicyTypes(
739
+ args: DescribeTerminationPolicyTypesCommandInput,
740
+ cb: (err: any, data?: DescribeTerminationPolicyTypesCommandOutput) => void
741
+ ): void;
742
+ describeTerminationPolicyTypes(
743
+ args: DescribeTerminationPolicyTypesCommandInput,
744
+ options: __HttpHandlerOptions,
745
+ cb: (err: any, data?: DescribeTerminationPolicyTypesCommandOutput) => void
746
+ ): void;
747
+ describeWarmPool(
748
+ args: DescribeWarmPoolCommandInput,
749
+ options?: __HttpHandlerOptions
750
+ ): Promise<DescribeWarmPoolCommandOutput>;
751
+ describeWarmPool(
752
+ args: DescribeWarmPoolCommandInput,
753
+ cb: (err: any, data?: DescribeWarmPoolCommandOutput) => void
754
+ ): void;
755
+ describeWarmPool(
756
+ args: DescribeWarmPoolCommandInput,
757
+ options: __HttpHandlerOptions,
758
+ cb: (err: any, data?: DescribeWarmPoolCommandOutput) => void
759
+ ): void;
760
+ detachInstances(
761
+ args: DetachInstancesCommandInput,
762
+ options?: __HttpHandlerOptions
763
+ ): Promise<DetachInstancesCommandOutput>;
764
+ detachInstances(
765
+ args: DetachInstancesCommandInput,
766
+ cb: (err: any, data?: DetachInstancesCommandOutput) => void
767
+ ): void;
768
+ detachInstances(
769
+ args: DetachInstancesCommandInput,
770
+ options: __HttpHandlerOptions,
771
+ cb: (err: any, data?: DetachInstancesCommandOutput) => void
772
+ ): void;
773
+ detachLoadBalancers(
774
+ args: DetachLoadBalancersCommandInput,
775
+ options?: __HttpHandlerOptions
776
+ ): Promise<DetachLoadBalancersCommandOutput>;
777
+ detachLoadBalancers(
778
+ args: DetachLoadBalancersCommandInput,
779
+ cb: (err: any, data?: DetachLoadBalancersCommandOutput) => void
780
+ ): void;
781
+ detachLoadBalancers(
782
+ args: DetachLoadBalancersCommandInput,
783
+ options: __HttpHandlerOptions,
784
+ cb: (err: any, data?: DetachLoadBalancersCommandOutput) => void
785
+ ): void;
786
+ detachLoadBalancerTargetGroups(
787
+ args: DetachLoadBalancerTargetGroupsCommandInput,
788
+ options?: __HttpHandlerOptions
789
+ ): Promise<DetachLoadBalancerTargetGroupsCommandOutput>;
790
+ detachLoadBalancerTargetGroups(
791
+ args: DetachLoadBalancerTargetGroupsCommandInput,
792
+ cb: (err: any, data?: DetachLoadBalancerTargetGroupsCommandOutput) => void
793
+ ): void;
794
+ detachLoadBalancerTargetGroups(
795
+ args: DetachLoadBalancerTargetGroupsCommandInput,
796
+ options: __HttpHandlerOptions,
797
+ cb: (err: any, data?: DetachLoadBalancerTargetGroupsCommandOutput) => void
798
+ ): void;
799
+ disableMetricsCollection(
800
+ args: DisableMetricsCollectionCommandInput,
801
+ options?: __HttpHandlerOptions
802
+ ): Promise<DisableMetricsCollectionCommandOutput>;
803
+ disableMetricsCollection(
804
+ args: DisableMetricsCollectionCommandInput,
805
+ cb: (err: any, data?: DisableMetricsCollectionCommandOutput) => void
806
+ ): void;
807
+ disableMetricsCollection(
808
+ args: DisableMetricsCollectionCommandInput,
809
+ options: __HttpHandlerOptions,
810
+ cb: (err: any, data?: DisableMetricsCollectionCommandOutput) => void
811
+ ): void;
812
+ enableMetricsCollection(
813
+ args: EnableMetricsCollectionCommandInput,
814
+ options?: __HttpHandlerOptions
815
+ ): Promise<EnableMetricsCollectionCommandOutput>;
816
+ enableMetricsCollection(
817
+ args: EnableMetricsCollectionCommandInput,
818
+ cb: (err: any, data?: EnableMetricsCollectionCommandOutput) => void
819
+ ): void;
820
+ enableMetricsCollection(
821
+ args: EnableMetricsCollectionCommandInput,
822
+ options: __HttpHandlerOptions,
823
+ cb: (err: any, data?: EnableMetricsCollectionCommandOutput) => void
824
+ ): void;
825
+ enterStandby(
826
+ args: EnterStandbyCommandInput,
827
+ options?: __HttpHandlerOptions
828
+ ): Promise<EnterStandbyCommandOutput>;
829
+ enterStandby(
830
+ args: EnterStandbyCommandInput,
831
+ cb: (err: any, data?: EnterStandbyCommandOutput) => void
832
+ ): void;
833
+ enterStandby(
834
+ args: EnterStandbyCommandInput,
835
+ options: __HttpHandlerOptions,
836
+ cb: (err: any, data?: EnterStandbyCommandOutput) => void
837
+ ): void;
838
+ executePolicy(
839
+ args: ExecutePolicyCommandInput,
840
+ options?: __HttpHandlerOptions
841
+ ): Promise<ExecutePolicyCommandOutput>;
842
+ executePolicy(
843
+ args: ExecutePolicyCommandInput,
844
+ cb: (err: any, data?: ExecutePolicyCommandOutput) => void
845
+ ): void;
846
+ executePolicy(
847
+ args: ExecutePolicyCommandInput,
848
+ options: __HttpHandlerOptions,
849
+ cb: (err: any, data?: ExecutePolicyCommandOutput) => void
850
+ ): void;
851
+ exitStandby(
852
+ args: ExitStandbyCommandInput,
853
+ options?: __HttpHandlerOptions
854
+ ): Promise<ExitStandbyCommandOutput>;
855
+ exitStandby(
856
+ args: ExitStandbyCommandInput,
857
+ cb: (err: any, data?: ExitStandbyCommandOutput) => void
858
+ ): void;
859
+ exitStandby(
860
+ args: ExitStandbyCommandInput,
861
+ options: __HttpHandlerOptions,
862
+ cb: (err: any, data?: ExitStandbyCommandOutput) => void
863
+ ): void;
864
+ getPredictiveScalingForecast(
865
+ args: GetPredictiveScalingForecastCommandInput,
866
+ options?: __HttpHandlerOptions
867
+ ): Promise<GetPredictiveScalingForecastCommandOutput>;
868
+ getPredictiveScalingForecast(
869
+ args: GetPredictiveScalingForecastCommandInput,
870
+ cb: (err: any, data?: GetPredictiveScalingForecastCommandOutput) => void
871
+ ): void;
872
+ getPredictiveScalingForecast(
873
+ args: GetPredictiveScalingForecastCommandInput,
874
+ options: __HttpHandlerOptions,
875
+ cb: (err: any, data?: GetPredictiveScalingForecastCommandOutput) => void
876
+ ): void;
877
+ putLifecycleHook(
878
+ args: PutLifecycleHookCommandInput,
879
+ options?: __HttpHandlerOptions
880
+ ): Promise<PutLifecycleHookCommandOutput>;
881
+ putLifecycleHook(
882
+ args: PutLifecycleHookCommandInput,
883
+ cb: (err: any, data?: PutLifecycleHookCommandOutput) => void
884
+ ): void;
885
+ putLifecycleHook(
886
+ args: PutLifecycleHookCommandInput,
887
+ options: __HttpHandlerOptions,
888
+ cb: (err: any, data?: PutLifecycleHookCommandOutput) => void
889
+ ): void;
890
+ putNotificationConfiguration(
891
+ args: PutNotificationConfigurationCommandInput,
892
+ options?: __HttpHandlerOptions
893
+ ): Promise<PutNotificationConfigurationCommandOutput>;
894
+ putNotificationConfiguration(
895
+ args: PutNotificationConfigurationCommandInput,
896
+ cb: (err: any, data?: PutNotificationConfigurationCommandOutput) => void
897
+ ): void;
898
+ putNotificationConfiguration(
899
+ args: PutNotificationConfigurationCommandInput,
900
+ options: __HttpHandlerOptions,
901
+ cb: (err: any, data?: PutNotificationConfigurationCommandOutput) => void
902
+ ): void;
903
+ putScalingPolicy(
904
+ args: PutScalingPolicyCommandInput,
905
+ options?: __HttpHandlerOptions
906
+ ): Promise<PutScalingPolicyCommandOutput>;
907
+ putScalingPolicy(
908
+ args: PutScalingPolicyCommandInput,
909
+ cb: (err: any, data?: PutScalingPolicyCommandOutput) => void
910
+ ): void;
911
+ putScalingPolicy(
912
+ args: PutScalingPolicyCommandInput,
913
+ options: __HttpHandlerOptions,
914
+ cb: (err: any, data?: PutScalingPolicyCommandOutput) => void
915
+ ): void;
916
+ putScheduledUpdateGroupAction(
917
+ args: PutScheduledUpdateGroupActionCommandInput,
918
+ options?: __HttpHandlerOptions
919
+ ): Promise<PutScheduledUpdateGroupActionCommandOutput>;
920
+ putScheduledUpdateGroupAction(
921
+ args: PutScheduledUpdateGroupActionCommandInput,
922
+ cb: (err: any, data?: PutScheduledUpdateGroupActionCommandOutput) => void
923
+ ): void;
924
+ putScheduledUpdateGroupAction(
925
+ args: PutScheduledUpdateGroupActionCommandInput,
926
+ options: __HttpHandlerOptions,
927
+ cb: (err: any, data?: PutScheduledUpdateGroupActionCommandOutput) => void
928
+ ): void;
929
+ putWarmPool(
930
+ args: PutWarmPoolCommandInput,
931
+ options?: __HttpHandlerOptions
932
+ ): Promise<PutWarmPoolCommandOutput>;
933
+ putWarmPool(
934
+ args: PutWarmPoolCommandInput,
935
+ cb: (err: any, data?: PutWarmPoolCommandOutput) => void
936
+ ): void;
937
+ putWarmPool(
938
+ args: PutWarmPoolCommandInput,
939
+ options: __HttpHandlerOptions,
940
+ cb: (err: any, data?: PutWarmPoolCommandOutput) => void
941
+ ): void;
942
+ recordLifecycleActionHeartbeat(
943
+ args: RecordLifecycleActionHeartbeatCommandInput,
944
+ options?: __HttpHandlerOptions
945
+ ): Promise<RecordLifecycleActionHeartbeatCommandOutput>;
946
+ recordLifecycleActionHeartbeat(
947
+ args: RecordLifecycleActionHeartbeatCommandInput,
948
+ cb: (err: any, data?: RecordLifecycleActionHeartbeatCommandOutput) => void
949
+ ): void;
950
+ recordLifecycleActionHeartbeat(
951
+ args: RecordLifecycleActionHeartbeatCommandInput,
952
+ options: __HttpHandlerOptions,
953
+ cb: (err: any, data?: RecordLifecycleActionHeartbeatCommandOutput) => void
954
+ ): void;
955
+ resumeProcesses(
956
+ args: ResumeProcessesCommandInput,
957
+ options?: __HttpHandlerOptions
958
+ ): Promise<ResumeProcessesCommandOutput>;
959
+ resumeProcesses(
960
+ args: ResumeProcessesCommandInput,
961
+ cb: (err: any, data?: ResumeProcessesCommandOutput) => void
962
+ ): void;
963
+ resumeProcesses(
964
+ args: ResumeProcessesCommandInput,
965
+ options: __HttpHandlerOptions,
966
+ cb: (err: any, data?: ResumeProcessesCommandOutput) => void
967
+ ): void;
968
+ setDesiredCapacity(
969
+ args: SetDesiredCapacityCommandInput,
970
+ options?: __HttpHandlerOptions
971
+ ): Promise<SetDesiredCapacityCommandOutput>;
972
+ setDesiredCapacity(
973
+ args: SetDesiredCapacityCommandInput,
974
+ cb: (err: any, data?: SetDesiredCapacityCommandOutput) => void
975
+ ): void;
976
+ setDesiredCapacity(
977
+ args: SetDesiredCapacityCommandInput,
978
+ options: __HttpHandlerOptions,
979
+ cb: (err: any, data?: SetDesiredCapacityCommandOutput) => void
980
+ ): void;
981
+ setInstanceHealth(
982
+ args: SetInstanceHealthCommandInput,
983
+ options?: __HttpHandlerOptions
984
+ ): Promise<SetInstanceHealthCommandOutput>;
985
+ setInstanceHealth(
986
+ args: SetInstanceHealthCommandInput,
987
+ cb: (err: any, data?: SetInstanceHealthCommandOutput) => void
988
+ ): void;
989
+ setInstanceHealth(
990
+ args: SetInstanceHealthCommandInput,
991
+ options: __HttpHandlerOptions,
992
+ cb: (err: any, data?: SetInstanceHealthCommandOutput) => void
993
+ ): void;
994
+ setInstanceProtection(
995
+ args: SetInstanceProtectionCommandInput,
996
+ options?: __HttpHandlerOptions
997
+ ): Promise<SetInstanceProtectionCommandOutput>;
998
+ setInstanceProtection(
999
+ args: SetInstanceProtectionCommandInput,
1000
+ cb: (err: any, data?: SetInstanceProtectionCommandOutput) => void
1001
+ ): void;
1002
+ setInstanceProtection(
1003
+ args: SetInstanceProtectionCommandInput,
1004
+ options: __HttpHandlerOptions,
1005
+ cb: (err: any, data?: SetInstanceProtectionCommandOutput) => void
1006
+ ): void;
1007
+ startInstanceRefresh(
1008
+ args: StartInstanceRefreshCommandInput,
1009
+ options?: __HttpHandlerOptions
1010
+ ): Promise<StartInstanceRefreshCommandOutput>;
1011
+ startInstanceRefresh(
1012
+ args: StartInstanceRefreshCommandInput,
1013
+ cb: (err: any, data?: StartInstanceRefreshCommandOutput) => void
1014
+ ): void;
1015
+ startInstanceRefresh(
1016
+ args: StartInstanceRefreshCommandInput,
1017
+ options: __HttpHandlerOptions,
1018
+ cb: (err: any, data?: StartInstanceRefreshCommandOutput) => void
1019
+ ): void;
1020
+ suspendProcesses(
1021
+ args: SuspendProcessesCommandInput,
1022
+ options?: __HttpHandlerOptions
1023
+ ): Promise<SuspendProcessesCommandOutput>;
1024
+ suspendProcesses(
1025
+ args: SuspendProcessesCommandInput,
1026
+ cb: (err: any, data?: SuspendProcessesCommandOutput) => void
1027
+ ): void;
1028
+ suspendProcesses(
1029
+ args: SuspendProcessesCommandInput,
1030
+ options: __HttpHandlerOptions,
1031
+ cb: (err: any, data?: SuspendProcessesCommandOutput) => void
1032
+ ): void;
1033
+ terminateInstanceInAutoScalingGroup(
1034
+ args: TerminateInstanceInAutoScalingGroupCommandInput,
1035
+ options?: __HttpHandlerOptions
1036
+ ): Promise<TerminateInstanceInAutoScalingGroupCommandOutput>;
1037
+ terminateInstanceInAutoScalingGroup(
1038
+ args: TerminateInstanceInAutoScalingGroupCommandInput,
1039
+ cb: (
1040
+ err: any,
1041
+ data?: TerminateInstanceInAutoScalingGroupCommandOutput
1042
+ ) => void
1043
+ ): void;
1044
+ terminateInstanceInAutoScalingGroup(
1045
+ args: TerminateInstanceInAutoScalingGroupCommandInput,
1046
+ options: __HttpHandlerOptions,
1047
+ cb: (
1048
+ err: any,
1049
+ data?: TerminateInstanceInAutoScalingGroupCommandOutput
1050
+ ) => void
1051
+ ): void;
1052
+ updateAutoScalingGroup(
1053
+ args: UpdateAutoScalingGroupCommandInput,
1054
+ options?: __HttpHandlerOptions
1055
+ ): Promise<UpdateAutoScalingGroupCommandOutput>;
1056
+ updateAutoScalingGroup(
1057
+ args: UpdateAutoScalingGroupCommandInput,
1058
+ cb: (err: any, data?: UpdateAutoScalingGroupCommandOutput) => void
1059
+ ): void;
1060
+ updateAutoScalingGroup(
1061
+ args: UpdateAutoScalingGroupCommandInput,
1062
+ options: __HttpHandlerOptions,
1063
+ cb: (err: any, data?: UpdateAutoScalingGroupCommandOutput) => void
1064
+ ): void;
1065
+ }