@aws-sdk/client-auto-scaling 3.928.0 → 3.930.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 (86) hide show
  1. package/dist-cjs/index.js +2300 -7680
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/AutoScalingClient.js +2 -0
  4. package/dist-es/commands/AttachInstancesCommand.js +3 -9
  5. package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +3 -9
  6. package/dist-es/commands/AttachLoadBalancersCommand.js +3 -9
  7. package/dist-es/commands/AttachTrafficSourcesCommand.js +3 -9
  8. package/dist-es/commands/BatchDeleteScheduledActionCommand.js +3 -9
  9. package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +3 -9
  10. package/dist-es/commands/CancelInstanceRefreshCommand.js +3 -9
  11. package/dist-es/commands/CompleteLifecycleActionCommand.js +3 -9
  12. package/dist-es/commands/CreateAutoScalingGroupCommand.js +3 -9
  13. package/dist-es/commands/CreateLaunchConfigurationCommand.js +3 -9
  14. package/dist-es/commands/CreateOrUpdateTagsCommand.js +3 -9
  15. package/dist-es/commands/DeleteAutoScalingGroupCommand.js +3 -9
  16. package/dist-es/commands/DeleteLaunchConfigurationCommand.js +3 -9
  17. package/dist-es/commands/DeleteLifecycleHookCommand.js +3 -9
  18. package/dist-es/commands/DeleteNotificationConfigurationCommand.js +3 -9
  19. package/dist-es/commands/DeletePolicyCommand.js +3 -9
  20. package/dist-es/commands/DeleteScheduledActionCommand.js +3 -9
  21. package/dist-es/commands/DeleteTagsCommand.js +3 -9
  22. package/dist-es/commands/DeleteWarmPoolCommand.js +3 -9
  23. package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -9
  24. package/dist-es/commands/DescribeAdjustmentTypesCommand.js +3 -9
  25. package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +3 -9
  26. package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +3 -9
  27. package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +3 -9
  28. package/dist-es/commands/DescribeInstanceRefreshesCommand.js +3 -9
  29. package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +3 -9
  30. package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +3 -9
  31. package/dist-es/commands/DescribeLifecycleHooksCommand.js +3 -9
  32. package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +3 -9
  33. package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -9
  34. package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +3 -9
  35. package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +3 -9
  36. package/dist-es/commands/DescribePoliciesCommand.js +3 -9
  37. package/dist-es/commands/DescribeScalingActivitiesCommand.js +3 -9
  38. package/dist-es/commands/DescribeScalingProcessTypesCommand.js +3 -9
  39. package/dist-es/commands/DescribeScheduledActionsCommand.js +3 -9
  40. package/dist-es/commands/DescribeTagsCommand.js +3 -9
  41. package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +3 -9
  42. package/dist-es/commands/DescribeTrafficSourcesCommand.js +3 -9
  43. package/dist-es/commands/DescribeWarmPoolCommand.js +3 -9
  44. package/dist-es/commands/DetachInstancesCommand.js +3 -9
  45. package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +3 -9
  46. package/dist-es/commands/DetachLoadBalancersCommand.js +3 -9
  47. package/dist-es/commands/DetachTrafficSourcesCommand.js +3 -9
  48. package/dist-es/commands/DisableMetricsCollectionCommand.js +3 -9
  49. package/dist-es/commands/EnableMetricsCollectionCommand.js +3 -9
  50. package/dist-es/commands/EnterStandbyCommand.js +3 -9
  51. package/dist-es/commands/ExecutePolicyCommand.js +3 -9
  52. package/dist-es/commands/ExitStandbyCommand.js +3 -9
  53. package/dist-es/commands/GetPredictiveScalingForecastCommand.js +3 -9
  54. package/dist-es/commands/PutLifecycleHookCommand.js +3 -9
  55. package/dist-es/commands/PutNotificationConfigurationCommand.js +3 -9
  56. package/dist-es/commands/PutScalingPolicyCommand.js +3 -9
  57. package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +3 -9
  58. package/dist-es/commands/PutWarmPoolCommand.js +3 -9
  59. package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +3 -9
  60. package/dist-es/commands/ResumeProcessesCommand.js +3 -9
  61. package/dist-es/commands/RollbackInstanceRefreshCommand.js +3 -9
  62. package/dist-es/commands/SetDesiredCapacityCommand.js +3 -9
  63. package/dist-es/commands/SetInstanceHealthCommand.js +3 -9
  64. package/dist-es/commands/SetInstanceProtectionCommand.js +3 -9
  65. package/dist-es/commands/StartInstanceRefreshCommand.js +3 -9
  66. package/dist-es/commands/SuspendProcessesCommand.js +3 -9
  67. package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +3 -9
  68. package/dist-es/commands/UpdateAutoScalingGroupCommand.js +3 -9
  69. package/dist-es/runtimeConfig.shared.js +7 -0
  70. package/dist-es/schemas/schemas_0.js +2304 -0
  71. package/dist-types/AutoScalingClient.d.ts +10 -1
  72. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  73. package/dist-types/runtimeConfig.d.ts +1 -0
  74. package/dist-types/runtimeConfig.native.d.ts +1 -0
  75. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  76. package/dist-types/schemas/schemas_0.d.ts +332 -0
  77. package/dist-types/ts3.4/AutoScalingClient.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  80. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  82. package/dist-types/ts3.4/schemas/schemas_0.d.ts +337 -0
  83. package/package.json +34 -34
  84. package/dist-es/protocols/Aws_query.js +0 -7332
  85. package/dist-types/protocols/Aws_query.d.ts +0 -587
  86. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -785
@@ -1,587 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AttachInstancesCommandInput, AttachInstancesCommandOutput } from "../commands/AttachInstancesCommand";
4
- import { AttachLoadBalancersCommandInput, AttachLoadBalancersCommandOutput } from "../commands/AttachLoadBalancersCommand";
5
- import { AttachLoadBalancerTargetGroupsCommandInput, AttachLoadBalancerTargetGroupsCommandOutput } from "../commands/AttachLoadBalancerTargetGroupsCommand";
6
- import { AttachTrafficSourcesCommandInput, AttachTrafficSourcesCommandOutput } from "../commands/AttachTrafficSourcesCommand";
7
- import { BatchDeleteScheduledActionCommandInput, BatchDeleteScheduledActionCommandOutput } from "../commands/BatchDeleteScheduledActionCommand";
8
- import { BatchPutScheduledUpdateGroupActionCommandInput, BatchPutScheduledUpdateGroupActionCommandOutput } from "../commands/BatchPutScheduledUpdateGroupActionCommand";
9
- import { CancelInstanceRefreshCommandInput, CancelInstanceRefreshCommandOutput } from "../commands/CancelInstanceRefreshCommand";
10
- import { CompleteLifecycleActionCommandInput, CompleteLifecycleActionCommandOutput } from "../commands/CompleteLifecycleActionCommand";
11
- import { CreateAutoScalingGroupCommandInput, CreateAutoScalingGroupCommandOutput } from "../commands/CreateAutoScalingGroupCommand";
12
- import { CreateLaunchConfigurationCommandInput, CreateLaunchConfigurationCommandOutput } from "../commands/CreateLaunchConfigurationCommand";
13
- import { CreateOrUpdateTagsCommandInput, CreateOrUpdateTagsCommandOutput } from "../commands/CreateOrUpdateTagsCommand";
14
- import { DeleteAutoScalingGroupCommandInput, DeleteAutoScalingGroupCommandOutput } from "../commands/DeleteAutoScalingGroupCommand";
15
- import { DeleteLaunchConfigurationCommandInput, DeleteLaunchConfigurationCommandOutput } from "../commands/DeleteLaunchConfigurationCommand";
16
- import { DeleteLifecycleHookCommandInput, DeleteLifecycleHookCommandOutput } from "../commands/DeleteLifecycleHookCommand";
17
- import { DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput } from "../commands/DeleteNotificationConfigurationCommand";
18
- import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "../commands/DeletePolicyCommand";
19
- import { DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput } from "../commands/DeleteScheduledActionCommand";
20
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "../commands/DeleteTagsCommand";
21
- import { DeleteWarmPoolCommandInput, DeleteWarmPoolCommandOutput } from "../commands/DeleteWarmPoolCommand";
22
- import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "../commands/DescribeAccountLimitsCommand";
23
- import { DescribeAdjustmentTypesCommandInput, DescribeAdjustmentTypesCommandOutput } from "../commands/DescribeAdjustmentTypesCommand";
24
- import { DescribeAutoScalingGroupsCommandInput, DescribeAutoScalingGroupsCommandOutput } from "../commands/DescribeAutoScalingGroupsCommand";
25
- import { DescribeAutoScalingInstancesCommandInput, DescribeAutoScalingInstancesCommandOutput } from "../commands/DescribeAutoScalingInstancesCommand";
26
- import { DescribeAutoScalingNotificationTypesCommandInput, DescribeAutoScalingNotificationTypesCommandOutput } from "../commands/DescribeAutoScalingNotificationTypesCommand";
27
- import { DescribeInstanceRefreshesCommandInput, DescribeInstanceRefreshesCommandOutput } from "../commands/DescribeInstanceRefreshesCommand";
28
- import { DescribeLaunchConfigurationsCommandInput, DescribeLaunchConfigurationsCommandOutput } from "../commands/DescribeLaunchConfigurationsCommand";
29
- import { DescribeLifecycleHooksCommandInput, DescribeLifecycleHooksCommandOutput } from "../commands/DescribeLifecycleHooksCommand";
30
- import { DescribeLifecycleHookTypesCommandInput, DescribeLifecycleHookTypesCommandOutput } from "../commands/DescribeLifecycleHookTypesCommand";
31
- import { DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput } from "../commands/DescribeLoadBalancersCommand";
32
- import { DescribeLoadBalancerTargetGroupsCommandInput, DescribeLoadBalancerTargetGroupsCommandOutput } from "../commands/DescribeLoadBalancerTargetGroupsCommand";
33
- import { DescribeMetricCollectionTypesCommandInput, DescribeMetricCollectionTypesCommandOutput } from "../commands/DescribeMetricCollectionTypesCommand";
34
- import { DescribeNotificationConfigurationsCommandInput, DescribeNotificationConfigurationsCommandOutput } from "../commands/DescribeNotificationConfigurationsCommand";
35
- import { DescribePoliciesCommandInput, DescribePoliciesCommandOutput } from "../commands/DescribePoliciesCommand";
36
- import { DescribeScalingActivitiesCommandInput, DescribeScalingActivitiesCommandOutput } from "../commands/DescribeScalingActivitiesCommand";
37
- import { DescribeScalingProcessTypesCommandInput, DescribeScalingProcessTypesCommandOutput } from "../commands/DescribeScalingProcessTypesCommand";
38
- import { DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput } from "../commands/DescribeScheduledActionsCommand";
39
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "../commands/DescribeTagsCommand";
40
- import { DescribeTerminationPolicyTypesCommandInput, DescribeTerminationPolicyTypesCommandOutput } from "../commands/DescribeTerminationPolicyTypesCommand";
41
- import { DescribeTrafficSourcesCommandInput, DescribeTrafficSourcesCommandOutput } from "../commands/DescribeTrafficSourcesCommand";
42
- import { DescribeWarmPoolCommandInput, DescribeWarmPoolCommandOutput } from "../commands/DescribeWarmPoolCommand";
43
- import { DetachInstancesCommandInput, DetachInstancesCommandOutput } from "../commands/DetachInstancesCommand";
44
- import { DetachLoadBalancersCommandInput, DetachLoadBalancersCommandOutput } from "../commands/DetachLoadBalancersCommand";
45
- import { DetachLoadBalancerTargetGroupsCommandInput, DetachLoadBalancerTargetGroupsCommandOutput } from "../commands/DetachLoadBalancerTargetGroupsCommand";
46
- import { DetachTrafficSourcesCommandInput, DetachTrafficSourcesCommandOutput } from "../commands/DetachTrafficSourcesCommand";
47
- import { DisableMetricsCollectionCommandInput, DisableMetricsCollectionCommandOutput } from "../commands/DisableMetricsCollectionCommand";
48
- import { EnableMetricsCollectionCommandInput, EnableMetricsCollectionCommandOutput } from "../commands/EnableMetricsCollectionCommand";
49
- import { EnterStandbyCommandInput, EnterStandbyCommandOutput } from "../commands/EnterStandbyCommand";
50
- import { ExecutePolicyCommandInput, ExecutePolicyCommandOutput } from "../commands/ExecutePolicyCommand";
51
- import { ExitStandbyCommandInput, ExitStandbyCommandOutput } from "../commands/ExitStandbyCommand";
52
- import { GetPredictiveScalingForecastCommandInput, GetPredictiveScalingForecastCommandOutput } from "../commands/GetPredictiveScalingForecastCommand";
53
- import { PutLifecycleHookCommandInput, PutLifecycleHookCommandOutput } from "../commands/PutLifecycleHookCommand";
54
- import { PutNotificationConfigurationCommandInput, PutNotificationConfigurationCommandOutput } from "../commands/PutNotificationConfigurationCommand";
55
- import { PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput } from "../commands/PutScalingPolicyCommand";
56
- import { PutScheduledUpdateGroupActionCommandInput, PutScheduledUpdateGroupActionCommandOutput } from "../commands/PutScheduledUpdateGroupActionCommand";
57
- import { PutWarmPoolCommandInput, PutWarmPoolCommandOutput } from "../commands/PutWarmPoolCommand";
58
- import { RecordLifecycleActionHeartbeatCommandInput, RecordLifecycleActionHeartbeatCommandOutput } from "../commands/RecordLifecycleActionHeartbeatCommand";
59
- import { ResumeProcessesCommandInput, ResumeProcessesCommandOutput } from "../commands/ResumeProcessesCommand";
60
- import { RollbackInstanceRefreshCommandInput, RollbackInstanceRefreshCommandOutput } from "../commands/RollbackInstanceRefreshCommand";
61
- import { SetDesiredCapacityCommandInput, SetDesiredCapacityCommandOutput } from "../commands/SetDesiredCapacityCommand";
62
- import { SetInstanceHealthCommandInput, SetInstanceHealthCommandOutput } from "../commands/SetInstanceHealthCommand";
63
- import { SetInstanceProtectionCommandInput, SetInstanceProtectionCommandOutput } from "../commands/SetInstanceProtectionCommand";
64
- import { StartInstanceRefreshCommandInput, StartInstanceRefreshCommandOutput } from "../commands/StartInstanceRefreshCommand";
65
- import { SuspendProcessesCommandInput, SuspendProcessesCommandOutput } from "../commands/SuspendProcessesCommand";
66
- import { TerminateInstanceInAutoScalingGroupCommandInput, TerminateInstanceInAutoScalingGroupCommandOutput } from "../commands/TerminateInstanceInAutoScalingGroupCommand";
67
- import { UpdateAutoScalingGroupCommandInput, UpdateAutoScalingGroupCommandOutput } from "../commands/UpdateAutoScalingGroupCommand";
68
- /**
69
- * serializeAws_queryAttachInstancesCommand
70
- */
71
- export declare const se_AttachInstancesCommand: (input: AttachInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_queryAttachLoadBalancersCommand
74
- */
75
- export declare const se_AttachLoadBalancersCommand: (input: AttachLoadBalancersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_queryAttachLoadBalancerTargetGroupsCommand
78
- */
79
- export declare const se_AttachLoadBalancerTargetGroupsCommand: (input: AttachLoadBalancerTargetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_queryAttachTrafficSourcesCommand
82
- */
83
- export declare const se_AttachTrafficSourcesCommand: (input: AttachTrafficSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_queryBatchDeleteScheduledActionCommand
86
- */
87
- export declare const se_BatchDeleteScheduledActionCommand: (input: BatchDeleteScheduledActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_queryBatchPutScheduledUpdateGroupActionCommand
90
- */
91
- export declare const se_BatchPutScheduledUpdateGroupActionCommand: (input: BatchPutScheduledUpdateGroupActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_queryCancelInstanceRefreshCommand
94
- */
95
- export declare const se_CancelInstanceRefreshCommand: (input: CancelInstanceRefreshCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_queryCompleteLifecycleActionCommand
98
- */
99
- export declare const se_CompleteLifecycleActionCommand: (input: CompleteLifecycleActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_queryCreateAutoScalingGroupCommand
102
- */
103
- export declare const se_CreateAutoScalingGroupCommand: (input: CreateAutoScalingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_queryCreateLaunchConfigurationCommand
106
- */
107
- export declare const se_CreateLaunchConfigurationCommand: (input: CreateLaunchConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_queryCreateOrUpdateTagsCommand
110
- */
111
- export declare const se_CreateOrUpdateTagsCommand: (input: CreateOrUpdateTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_queryDeleteAutoScalingGroupCommand
114
- */
115
- export declare const se_DeleteAutoScalingGroupCommand: (input: DeleteAutoScalingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_queryDeleteLaunchConfigurationCommand
118
- */
119
- export declare const se_DeleteLaunchConfigurationCommand: (input: DeleteLaunchConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_queryDeleteLifecycleHookCommand
122
- */
123
- export declare const se_DeleteLifecycleHookCommand: (input: DeleteLifecycleHookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_queryDeleteNotificationConfigurationCommand
126
- */
127
- export declare const se_DeleteNotificationConfigurationCommand: (input: DeleteNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_queryDeletePolicyCommand
130
- */
131
- export declare const se_DeletePolicyCommand: (input: DeletePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_queryDeleteScheduledActionCommand
134
- */
135
- export declare const se_DeleteScheduledActionCommand: (input: DeleteScheduledActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- /**
137
- * serializeAws_queryDeleteTagsCommand
138
- */
139
- export declare const se_DeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- /**
141
- * serializeAws_queryDeleteWarmPoolCommand
142
- */
143
- export declare const se_DeleteWarmPoolCommand: (input: DeleteWarmPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_queryDescribeAccountLimitsCommand
146
- */
147
- export declare const se_DescribeAccountLimitsCommand: (input: DescribeAccountLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * serializeAws_queryDescribeAdjustmentTypesCommand
150
- */
151
- export declare const se_DescribeAdjustmentTypesCommand: (input: DescribeAdjustmentTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- /**
153
- * serializeAws_queryDescribeAutoScalingGroupsCommand
154
- */
155
- export declare const se_DescribeAutoScalingGroupsCommand: (input: DescribeAutoScalingGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- /**
157
- * serializeAws_queryDescribeAutoScalingInstancesCommand
158
- */
159
- export declare const se_DescribeAutoScalingInstancesCommand: (input: DescribeAutoScalingInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- /**
161
- * serializeAws_queryDescribeAutoScalingNotificationTypesCommand
162
- */
163
- export declare const se_DescribeAutoScalingNotificationTypesCommand: (input: DescribeAutoScalingNotificationTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- /**
165
- * serializeAws_queryDescribeInstanceRefreshesCommand
166
- */
167
- export declare const se_DescribeInstanceRefreshesCommand: (input: DescribeInstanceRefreshesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- /**
169
- * serializeAws_queryDescribeLaunchConfigurationsCommand
170
- */
171
- export declare const se_DescribeLaunchConfigurationsCommand: (input: DescribeLaunchConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- /**
173
- * serializeAws_queryDescribeLifecycleHooksCommand
174
- */
175
- export declare const se_DescribeLifecycleHooksCommand: (input: DescribeLifecycleHooksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- /**
177
- * serializeAws_queryDescribeLifecycleHookTypesCommand
178
- */
179
- export declare const se_DescribeLifecycleHookTypesCommand: (input: DescribeLifecycleHookTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- /**
181
- * serializeAws_queryDescribeLoadBalancersCommand
182
- */
183
- export declare const se_DescribeLoadBalancersCommand: (input: DescribeLoadBalancersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- /**
185
- * serializeAws_queryDescribeLoadBalancerTargetGroupsCommand
186
- */
187
- export declare const se_DescribeLoadBalancerTargetGroupsCommand: (input: DescribeLoadBalancerTargetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- /**
189
- * serializeAws_queryDescribeMetricCollectionTypesCommand
190
- */
191
- export declare const se_DescribeMetricCollectionTypesCommand: (input: DescribeMetricCollectionTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- /**
193
- * serializeAws_queryDescribeNotificationConfigurationsCommand
194
- */
195
- export declare const se_DescribeNotificationConfigurationsCommand: (input: DescribeNotificationConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- /**
197
- * serializeAws_queryDescribePoliciesCommand
198
- */
199
- export declare const se_DescribePoliciesCommand: (input: DescribePoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
- /**
201
- * serializeAws_queryDescribeScalingActivitiesCommand
202
- */
203
- export declare const se_DescribeScalingActivitiesCommand: (input: DescribeScalingActivitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
- /**
205
- * serializeAws_queryDescribeScalingProcessTypesCommand
206
- */
207
- export declare const se_DescribeScalingProcessTypesCommand: (input: DescribeScalingProcessTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
- /**
209
- * serializeAws_queryDescribeScheduledActionsCommand
210
- */
211
- export declare const se_DescribeScheduledActionsCommand: (input: DescribeScheduledActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
- /**
213
- * serializeAws_queryDescribeTagsCommand
214
- */
215
- export declare const se_DescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
- /**
217
- * serializeAws_queryDescribeTerminationPolicyTypesCommand
218
- */
219
- export declare const se_DescribeTerminationPolicyTypesCommand: (input: DescribeTerminationPolicyTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
- /**
221
- * serializeAws_queryDescribeTrafficSourcesCommand
222
- */
223
- export declare const se_DescribeTrafficSourcesCommand: (input: DescribeTrafficSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
- /**
225
- * serializeAws_queryDescribeWarmPoolCommand
226
- */
227
- export declare const se_DescribeWarmPoolCommand: (input: DescribeWarmPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
- /**
229
- * serializeAws_queryDetachInstancesCommand
230
- */
231
- export declare const se_DetachInstancesCommand: (input: DetachInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
- /**
233
- * serializeAws_queryDetachLoadBalancersCommand
234
- */
235
- export declare const se_DetachLoadBalancersCommand: (input: DetachLoadBalancersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
- /**
237
- * serializeAws_queryDetachLoadBalancerTargetGroupsCommand
238
- */
239
- export declare const se_DetachLoadBalancerTargetGroupsCommand: (input: DetachLoadBalancerTargetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
- /**
241
- * serializeAws_queryDetachTrafficSourcesCommand
242
- */
243
- export declare const se_DetachTrafficSourcesCommand: (input: DetachTrafficSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
244
- /**
245
- * serializeAws_queryDisableMetricsCollectionCommand
246
- */
247
- export declare const se_DisableMetricsCollectionCommand: (input: DisableMetricsCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
248
- /**
249
- * serializeAws_queryEnableMetricsCollectionCommand
250
- */
251
- export declare const se_EnableMetricsCollectionCommand: (input: EnableMetricsCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
252
- /**
253
- * serializeAws_queryEnterStandbyCommand
254
- */
255
- export declare const se_EnterStandbyCommand: (input: EnterStandbyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
256
- /**
257
- * serializeAws_queryExecutePolicyCommand
258
- */
259
- export declare const se_ExecutePolicyCommand: (input: ExecutePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
260
- /**
261
- * serializeAws_queryExitStandbyCommand
262
- */
263
- export declare const se_ExitStandbyCommand: (input: ExitStandbyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
264
- /**
265
- * serializeAws_queryGetPredictiveScalingForecastCommand
266
- */
267
- export declare const se_GetPredictiveScalingForecastCommand: (input: GetPredictiveScalingForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
268
- /**
269
- * serializeAws_queryPutLifecycleHookCommand
270
- */
271
- export declare const se_PutLifecycleHookCommand: (input: PutLifecycleHookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
272
- /**
273
- * serializeAws_queryPutNotificationConfigurationCommand
274
- */
275
- export declare const se_PutNotificationConfigurationCommand: (input: PutNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
276
- /**
277
- * serializeAws_queryPutScalingPolicyCommand
278
- */
279
- export declare const se_PutScalingPolicyCommand: (input: PutScalingPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
280
- /**
281
- * serializeAws_queryPutScheduledUpdateGroupActionCommand
282
- */
283
- export declare const se_PutScheduledUpdateGroupActionCommand: (input: PutScheduledUpdateGroupActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
284
- /**
285
- * serializeAws_queryPutWarmPoolCommand
286
- */
287
- export declare const se_PutWarmPoolCommand: (input: PutWarmPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
288
- /**
289
- * serializeAws_queryRecordLifecycleActionHeartbeatCommand
290
- */
291
- export declare const se_RecordLifecycleActionHeartbeatCommand: (input: RecordLifecycleActionHeartbeatCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
292
- /**
293
- * serializeAws_queryResumeProcessesCommand
294
- */
295
- export declare const se_ResumeProcessesCommand: (input: ResumeProcessesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
296
- /**
297
- * serializeAws_queryRollbackInstanceRefreshCommand
298
- */
299
- export declare const se_RollbackInstanceRefreshCommand: (input: RollbackInstanceRefreshCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
300
- /**
301
- * serializeAws_querySetDesiredCapacityCommand
302
- */
303
- export declare const se_SetDesiredCapacityCommand: (input: SetDesiredCapacityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
304
- /**
305
- * serializeAws_querySetInstanceHealthCommand
306
- */
307
- export declare const se_SetInstanceHealthCommand: (input: SetInstanceHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
308
- /**
309
- * serializeAws_querySetInstanceProtectionCommand
310
- */
311
- export declare const se_SetInstanceProtectionCommand: (input: SetInstanceProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
312
- /**
313
- * serializeAws_queryStartInstanceRefreshCommand
314
- */
315
- export declare const se_StartInstanceRefreshCommand: (input: StartInstanceRefreshCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
316
- /**
317
- * serializeAws_querySuspendProcessesCommand
318
- */
319
- export declare const se_SuspendProcessesCommand: (input: SuspendProcessesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
320
- /**
321
- * serializeAws_queryTerminateInstanceInAutoScalingGroupCommand
322
- */
323
- export declare const se_TerminateInstanceInAutoScalingGroupCommand: (input: TerminateInstanceInAutoScalingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
324
- /**
325
- * serializeAws_queryUpdateAutoScalingGroupCommand
326
- */
327
- export declare const se_UpdateAutoScalingGroupCommand: (input: UpdateAutoScalingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
328
- /**
329
- * deserializeAws_queryAttachInstancesCommand
330
- */
331
- export declare const de_AttachInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachInstancesCommandOutput>;
332
- /**
333
- * deserializeAws_queryAttachLoadBalancersCommand
334
- */
335
- export declare const de_AttachLoadBalancersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachLoadBalancersCommandOutput>;
336
- /**
337
- * deserializeAws_queryAttachLoadBalancerTargetGroupsCommand
338
- */
339
- export declare const de_AttachLoadBalancerTargetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachLoadBalancerTargetGroupsCommandOutput>;
340
- /**
341
- * deserializeAws_queryAttachTrafficSourcesCommand
342
- */
343
- export declare const de_AttachTrafficSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachTrafficSourcesCommandOutput>;
344
- /**
345
- * deserializeAws_queryBatchDeleteScheduledActionCommand
346
- */
347
- export declare const de_BatchDeleteScheduledActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteScheduledActionCommandOutput>;
348
- /**
349
- * deserializeAws_queryBatchPutScheduledUpdateGroupActionCommand
350
- */
351
- export declare const de_BatchPutScheduledUpdateGroupActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutScheduledUpdateGroupActionCommandOutput>;
352
- /**
353
- * deserializeAws_queryCancelInstanceRefreshCommand
354
- */
355
- export declare const de_CancelInstanceRefreshCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelInstanceRefreshCommandOutput>;
356
- /**
357
- * deserializeAws_queryCompleteLifecycleActionCommand
358
- */
359
- export declare const de_CompleteLifecycleActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CompleteLifecycleActionCommandOutput>;
360
- /**
361
- * deserializeAws_queryCreateAutoScalingGroupCommand
362
- */
363
- export declare const de_CreateAutoScalingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAutoScalingGroupCommandOutput>;
364
- /**
365
- * deserializeAws_queryCreateLaunchConfigurationCommand
366
- */
367
- export declare const de_CreateLaunchConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLaunchConfigurationCommandOutput>;
368
- /**
369
- * deserializeAws_queryCreateOrUpdateTagsCommand
370
- */
371
- export declare const de_CreateOrUpdateTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOrUpdateTagsCommandOutput>;
372
- /**
373
- * deserializeAws_queryDeleteAutoScalingGroupCommand
374
- */
375
- export declare const de_DeleteAutoScalingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAutoScalingGroupCommandOutput>;
376
- /**
377
- * deserializeAws_queryDeleteLaunchConfigurationCommand
378
- */
379
- export declare const de_DeleteLaunchConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLaunchConfigurationCommandOutput>;
380
- /**
381
- * deserializeAws_queryDeleteLifecycleHookCommand
382
- */
383
- export declare const de_DeleteLifecycleHookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLifecycleHookCommandOutput>;
384
- /**
385
- * deserializeAws_queryDeleteNotificationConfigurationCommand
386
- */
387
- export declare const de_DeleteNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNotificationConfigurationCommandOutput>;
388
- /**
389
- * deserializeAws_queryDeletePolicyCommand
390
- */
391
- export declare const de_DeletePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyCommandOutput>;
392
- /**
393
- * deserializeAws_queryDeleteScheduledActionCommand
394
- */
395
- export declare const de_DeleteScheduledActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScheduledActionCommandOutput>;
396
- /**
397
- * deserializeAws_queryDeleteTagsCommand
398
- */
399
- export declare const de_DeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
400
- /**
401
- * deserializeAws_queryDeleteWarmPoolCommand
402
- */
403
- export declare const de_DeleteWarmPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWarmPoolCommandOutput>;
404
- /**
405
- * deserializeAws_queryDescribeAccountLimitsCommand
406
- */
407
- export declare const de_DescribeAccountLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountLimitsCommandOutput>;
408
- /**
409
- * deserializeAws_queryDescribeAdjustmentTypesCommand
410
- */
411
- export declare const de_DescribeAdjustmentTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAdjustmentTypesCommandOutput>;
412
- /**
413
- * deserializeAws_queryDescribeAutoScalingGroupsCommand
414
- */
415
- export declare const de_DescribeAutoScalingGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAutoScalingGroupsCommandOutput>;
416
- /**
417
- * deserializeAws_queryDescribeAutoScalingInstancesCommand
418
- */
419
- export declare const de_DescribeAutoScalingInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAutoScalingInstancesCommandOutput>;
420
- /**
421
- * deserializeAws_queryDescribeAutoScalingNotificationTypesCommand
422
- */
423
- export declare const de_DescribeAutoScalingNotificationTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAutoScalingNotificationTypesCommandOutput>;
424
- /**
425
- * deserializeAws_queryDescribeInstanceRefreshesCommand
426
- */
427
- export declare const de_DescribeInstanceRefreshesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceRefreshesCommandOutput>;
428
- /**
429
- * deserializeAws_queryDescribeLaunchConfigurationsCommand
430
- */
431
- export declare const de_DescribeLaunchConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLaunchConfigurationsCommandOutput>;
432
- /**
433
- * deserializeAws_queryDescribeLifecycleHooksCommand
434
- */
435
- export declare const de_DescribeLifecycleHooksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLifecycleHooksCommandOutput>;
436
- /**
437
- * deserializeAws_queryDescribeLifecycleHookTypesCommand
438
- */
439
- export declare const de_DescribeLifecycleHookTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLifecycleHookTypesCommandOutput>;
440
- /**
441
- * deserializeAws_queryDescribeLoadBalancersCommand
442
- */
443
- export declare const de_DescribeLoadBalancersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoadBalancersCommandOutput>;
444
- /**
445
- * deserializeAws_queryDescribeLoadBalancerTargetGroupsCommand
446
- */
447
- export declare const de_DescribeLoadBalancerTargetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoadBalancerTargetGroupsCommandOutput>;
448
- /**
449
- * deserializeAws_queryDescribeMetricCollectionTypesCommand
450
- */
451
- export declare const de_DescribeMetricCollectionTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMetricCollectionTypesCommandOutput>;
452
- /**
453
- * deserializeAws_queryDescribeNotificationConfigurationsCommand
454
- */
455
- export declare const de_DescribeNotificationConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNotificationConfigurationsCommandOutput>;
456
- /**
457
- * deserializeAws_queryDescribePoliciesCommand
458
- */
459
- export declare const de_DescribePoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePoliciesCommandOutput>;
460
- /**
461
- * deserializeAws_queryDescribeScalingActivitiesCommand
462
- */
463
- export declare const de_DescribeScalingActivitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScalingActivitiesCommandOutput>;
464
- /**
465
- * deserializeAws_queryDescribeScalingProcessTypesCommand
466
- */
467
- export declare const de_DescribeScalingProcessTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScalingProcessTypesCommandOutput>;
468
- /**
469
- * deserializeAws_queryDescribeScheduledActionsCommand
470
- */
471
- export declare const de_DescribeScheduledActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScheduledActionsCommandOutput>;
472
- /**
473
- * deserializeAws_queryDescribeTagsCommand
474
- */
475
- export declare const de_DescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
476
- /**
477
- * deserializeAws_queryDescribeTerminationPolicyTypesCommand
478
- */
479
- export declare const de_DescribeTerminationPolicyTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTerminationPolicyTypesCommandOutput>;
480
- /**
481
- * deserializeAws_queryDescribeTrafficSourcesCommand
482
- */
483
- export declare const de_DescribeTrafficSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrafficSourcesCommandOutput>;
484
- /**
485
- * deserializeAws_queryDescribeWarmPoolCommand
486
- */
487
- export declare const de_DescribeWarmPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWarmPoolCommandOutput>;
488
- /**
489
- * deserializeAws_queryDetachInstancesCommand
490
- */
491
- export declare const de_DetachInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachInstancesCommandOutput>;
492
- /**
493
- * deserializeAws_queryDetachLoadBalancersCommand
494
- */
495
- export declare const de_DetachLoadBalancersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachLoadBalancersCommandOutput>;
496
- /**
497
- * deserializeAws_queryDetachLoadBalancerTargetGroupsCommand
498
- */
499
- export declare const de_DetachLoadBalancerTargetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachLoadBalancerTargetGroupsCommandOutput>;
500
- /**
501
- * deserializeAws_queryDetachTrafficSourcesCommand
502
- */
503
- export declare const de_DetachTrafficSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachTrafficSourcesCommandOutput>;
504
- /**
505
- * deserializeAws_queryDisableMetricsCollectionCommand
506
- */
507
- export declare const de_DisableMetricsCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableMetricsCollectionCommandOutput>;
508
- /**
509
- * deserializeAws_queryEnableMetricsCollectionCommand
510
- */
511
- export declare const de_EnableMetricsCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableMetricsCollectionCommandOutput>;
512
- /**
513
- * deserializeAws_queryEnterStandbyCommand
514
- */
515
- export declare const de_EnterStandbyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnterStandbyCommandOutput>;
516
- /**
517
- * deserializeAws_queryExecutePolicyCommand
518
- */
519
- export declare const de_ExecutePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExecutePolicyCommandOutput>;
520
- /**
521
- * deserializeAws_queryExitStandbyCommand
522
- */
523
- export declare const de_ExitStandbyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExitStandbyCommandOutput>;
524
- /**
525
- * deserializeAws_queryGetPredictiveScalingForecastCommand
526
- */
527
- export declare const de_GetPredictiveScalingForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPredictiveScalingForecastCommandOutput>;
528
- /**
529
- * deserializeAws_queryPutLifecycleHookCommand
530
- */
531
- export declare const de_PutLifecycleHookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLifecycleHookCommandOutput>;
532
- /**
533
- * deserializeAws_queryPutNotificationConfigurationCommand
534
- */
535
- export declare const de_PutNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutNotificationConfigurationCommandOutput>;
536
- /**
537
- * deserializeAws_queryPutScalingPolicyCommand
538
- */
539
- export declare const de_PutScalingPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutScalingPolicyCommandOutput>;
540
- /**
541
- * deserializeAws_queryPutScheduledUpdateGroupActionCommand
542
- */
543
- export declare const de_PutScheduledUpdateGroupActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutScheduledUpdateGroupActionCommandOutput>;
544
- /**
545
- * deserializeAws_queryPutWarmPoolCommand
546
- */
547
- export declare const de_PutWarmPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutWarmPoolCommandOutput>;
548
- /**
549
- * deserializeAws_queryRecordLifecycleActionHeartbeatCommand
550
- */
551
- export declare const de_RecordLifecycleActionHeartbeatCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RecordLifecycleActionHeartbeatCommandOutput>;
552
- /**
553
- * deserializeAws_queryResumeProcessesCommand
554
- */
555
- export declare const de_ResumeProcessesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeProcessesCommandOutput>;
556
- /**
557
- * deserializeAws_queryRollbackInstanceRefreshCommand
558
- */
559
- export declare const de_RollbackInstanceRefreshCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RollbackInstanceRefreshCommandOutput>;
560
- /**
561
- * deserializeAws_querySetDesiredCapacityCommand
562
- */
563
- export declare const de_SetDesiredCapacityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetDesiredCapacityCommandOutput>;
564
- /**
565
- * deserializeAws_querySetInstanceHealthCommand
566
- */
567
- export declare const de_SetInstanceHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetInstanceHealthCommandOutput>;
568
- /**
569
- * deserializeAws_querySetInstanceProtectionCommand
570
- */
571
- export declare const de_SetInstanceProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetInstanceProtectionCommandOutput>;
572
- /**
573
- * deserializeAws_queryStartInstanceRefreshCommand
574
- */
575
- export declare const de_StartInstanceRefreshCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartInstanceRefreshCommandOutput>;
576
- /**
577
- * deserializeAws_querySuspendProcessesCommand
578
- */
579
- export declare const de_SuspendProcessesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SuspendProcessesCommandOutput>;
580
- /**
581
- * deserializeAws_queryTerminateInstanceInAutoScalingGroupCommand
582
- */
583
- export declare const de_TerminateInstanceInAutoScalingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateInstanceInAutoScalingGroupCommandOutput>;
584
- /**
585
- * deserializeAws_queryUpdateAutoScalingGroupCommand
586
- */
587
- export declare const de_UpdateAutoScalingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAutoScalingGroupCommandOutput>;