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