@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,185 +1,737 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
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
- export declare const serializeAws_queryAttachInstancesCommand: (input: AttachInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_queryAttachLoadBalancersCommand: (input: AttachLoadBalancersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_queryAttachLoadBalancerTargetGroupsCommand: (input: AttachLoadBalancerTargetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_queryBatchDeleteScheduledActionCommand: (input: BatchDeleteScheduledActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_queryBatchPutScheduledUpdateGroupActionCommand: (input: BatchPutScheduledUpdateGroupActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_queryCancelInstanceRefreshCommand: (input: CancelInstanceRefreshCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_queryCompleteLifecycleActionCommand: (input: CompleteLifecycleActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_queryCreateAutoScalingGroupCommand: (input: CreateAutoScalingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_queryCreateLaunchConfigurationCommand: (input: CreateLaunchConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_queryCreateOrUpdateTagsCommand: (input: CreateOrUpdateTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_queryDeleteAutoScalingGroupCommand: (input: DeleteAutoScalingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_queryDeleteLaunchConfigurationCommand: (input: DeleteLaunchConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_queryDeleteLifecycleHookCommand: (input: DeleteLifecycleHookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_queryDeleteNotificationConfigurationCommand: (input: DeleteNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_queryDeletePolicyCommand: (input: DeletePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_queryDeleteScheduledActionCommand: (input: DeleteScheduledActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_queryDeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_queryDeleteWarmPoolCommand: (input: DeleteWarmPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_queryDescribeAccountLimitsCommand: (input: DescribeAccountLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_queryDescribeAdjustmentTypesCommand: (input: DescribeAdjustmentTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_queryDescribeAutoScalingGroupsCommand: (input: DescribeAutoScalingGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_queryDescribeAutoScalingInstancesCommand: (input: DescribeAutoScalingInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_queryDescribeAutoScalingNotificationTypesCommand: (input: DescribeAutoScalingNotificationTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_queryDescribeInstanceRefreshesCommand: (input: DescribeInstanceRefreshesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_queryDescribeLaunchConfigurationsCommand: (input: DescribeLaunchConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_queryDescribeLifecycleHooksCommand: (input: DescribeLifecycleHooksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_queryDescribeLifecycleHookTypesCommand: (input: DescribeLifecycleHookTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_queryDescribeLoadBalancersCommand: (input: DescribeLoadBalancersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_queryDescribeLoadBalancerTargetGroupsCommand: (input: DescribeLoadBalancerTargetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_queryDescribeMetricCollectionTypesCommand: (input: DescribeMetricCollectionTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_queryDescribeNotificationConfigurationsCommand: (input: DescribeNotificationConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_queryDescribePoliciesCommand: (input: DescribePoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_queryDescribeScalingActivitiesCommand: (input: DescribeScalingActivitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_queryDescribeScalingProcessTypesCommand: (input: DescribeScalingProcessTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_queryDescribeScheduledActionsCommand: (input: DescribeScheduledActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_queryDescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_queryDescribeTerminationPolicyTypesCommand: (input: DescribeTerminationPolicyTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_queryDescribeWarmPoolCommand: (input: DescribeWarmPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_queryDetachInstancesCommand: (input: DetachInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_queryDetachLoadBalancersCommand: (input: DetachLoadBalancersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_queryDetachLoadBalancerTargetGroupsCommand: (input: DetachLoadBalancerTargetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_queryDisableMetricsCollectionCommand: (input: DisableMetricsCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_queryEnableMetricsCollectionCommand: (input: EnableMetricsCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_queryEnterStandbyCommand: (input: EnterStandbyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_queryExecutePolicyCommand: (input: ExecutePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_queryExitStandbyCommand: (input: ExitStandbyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_queryGetPredictiveScalingForecastCommand: (input: GetPredictiveScalingForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_queryPutLifecycleHookCommand: (input: PutLifecycleHookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_queryPutNotificationConfigurationCommand: (input: PutNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_queryPutScalingPolicyCommand: (input: PutScalingPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_queryPutScheduledUpdateGroupActionCommand: (input: PutScheduledUpdateGroupActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_queryPutWarmPoolCommand: (input: PutWarmPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_queryRecordLifecycleActionHeartbeatCommand: (input: RecordLifecycleActionHeartbeatCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_queryResumeProcessesCommand: (input: ResumeProcessesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_querySetDesiredCapacityCommand: (input: SetDesiredCapacityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_querySetInstanceHealthCommand: (input: SetInstanceHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_querySetInstanceProtectionCommand: (input: SetInstanceProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_queryStartInstanceRefreshCommand: (input: StartInstanceRefreshCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_querySuspendProcessesCommand: (input: SuspendProcessesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_queryTerminateInstanceInAutoScalingGroupCommand: (input: TerminateInstanceInAutoScalingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_queryUpdateAutoScalingGroupCommand: (input: UpdateAutoScalingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const deserializeAws_queryAttachInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachInstancesCommandOutput>;
126
- export declare const deserializeAws_queryAttachLoadBalancersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachLoadBalancersCommandOutput>;
127
- export declare const deserializeAws_queryAttachLoadBalancerTargetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachLoadBalancerTargetGroupsCommandOutput>;
128
- export declare const deserializeAws_queryBatchDeleteScheduledActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteScheduledActionCommandOutput>;
129
- export declare const deserializeAws_queryBatchPutScheduledUpdateGroupActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutScheduledUpdateGroupActionCommandOutput>;
130
- export declare const deserializeAws_queryCancelInstanceRefreshCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelInstanceRefreshCommandOutput>;
131
- export declare const deserializeAws_queryCompleteLifecycleActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CompleteLifecycleActionCommandOutput>;
132
- export declare const deserializeAws_queryCreateAutoScalingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAutoScalingGroupCommandOutput>;
133
- export declare const deserializeAws_queryCreateLaunchConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLaunchConfigurationCommandOutput>;
134
- export declare const deserializeAws_queryCreateOrUpdateTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOrUpdateTagsCommandOutput>;
135
- export declare const deserializeAws_queryDeleteAutoScalingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAutoScalingGroupCommandOutput>;
136
- export declare const deserializeAws_queryDeleteLaunchConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLaunchConfigurationCommandOutput>;
137
- export declare const deserializeAws_queryDeleteLifecycleHookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLifecycleHookCommandOutput>;
138
- export declare const deserializeAws_queryDeleteNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNotificationConfigurationCommandOutput>;
139
- export declare const deserializeAws_queryDeletePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyCommandOutput>;
140
- export declare const deserializeAws_queryDeleteScheduledActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScheduledActionCommandOutput>;
141
- export declare const deserializeAws_queryDeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
142
- export declare const deserializeAws_queryDeleteWarmPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWarmPoolCommandOutput>;
143
- export declare const deserializeAws_queryDescribeAccountLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountLimitsCommandOutput>;
144
- export declare const deserializeAws_queryDescribeAdjustmentTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAdjustmentTypesCommandOutput>;
145
- export declare const deserializeAws_queryDescribeAutoScalingGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAutoScalingGroupsCommandOutput>;
146
- export declare const deserializeAws_queryDescribeAutoScalingInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAutoScalingInstancesCommandOutput>;
147
- export declare const deserializeAws_queryDescribeAutoScalingNotificationTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAutoScalingNotificationTypesCommandOutput>;
148
- export declare const deserializeAws_queryDescribeInstanceRefreshesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceRefreshesCommandOutput>;
149
- export declare const deserializeAws_queryDescribeLaunchConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLaunchConfigurationsCommandOutput>;
150
- export declare const deserializeAws_queryDescribeLifecycleHooksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLifecycleHooksCommandOutput>;
151
- export declare const deserializeAws_queryDescribeLifecycleHookTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLifecycleHookTypesCommandOutput>;
152
- export declare const deserializeAws_queryDescribeLoadBalancersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoadBalancersCommandOutput>;
153
- export declare const deserializeAws_queryDescribeLoadBalancerTargetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoadBalancerTargetGroupsCommandOutput>;
154
- export declare const deserializeAws_queryDescribeMetricCollectionTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMetricCollectionTypesCommandOutput>;
155
- export declare const deserializeAws_queryDescribeNotificationConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNotificationConfigurationsCommandOutput>;
156
- export declare const deserializeAws_queryDescribePoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePoliciesCommandOutput>;
157
- export declare const deserializeAws_queryDescribeScalingActivitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScalingActivitiesCommandOutput>;
158
- export declare const deserializeAws_queryDescribeScalingProcessTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScalingProcessTypesCommandOutput>;
159
- export declare const deserializeAws_queryDescribeScheduledActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScheduledActionsCommandOutput>;
160
- export declare const deserializeAws_queryDescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
161
- export declare const deserializeAws_queryDescribeTerminationPolicyTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTerminationPolicyTypesCommandOutput>;
162
- export declare const deserializeAws_queryDescribeWarmPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWarmPoolCommandOutput>;
163
- export declare const deserializeAws_queryDetachInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachInstancesCommandOutput>;
164
- export declare const deserializeAws_queryDetachLoadBalancersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachLoadBalancersCommandOutput>;
165
- export declare const deserializeAws_queryDetachLoadBalancerTargetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachLoadBalancerTargetGroupsCommandOutput>;
166
- export declare const deserializeAws_queryDisableMetricsCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableMetricsCollectionCommandOutput>;
167
- export declare const deserializeAws_queryEnableMetricsCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableMetricsCollectionCommandOutput>;
168
- export declare const deserializeAws_queryEnterStandbyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnterStandbyCommandOutput>;
169
- export declare const deserializeAws_queryExecutePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExecutePolicyCommandOutput>;
170
- export declare const deserializeAws_queryExitStandbyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExitStandbyCommandOutput>;
171
- export declare const deserializeAws_queryGetPredictiveScalingForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPredictiveScalingForecastCommandOutput>;
172
- export declare const deserializeAws_queryPutLifecycleHookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLifecycleHookCommandOutput>;
173
- export declare const deserializeAws_queryPutNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutNotificationConfigurationCommandOutput>;
174
- export declare const deserializeAws_queryPutScalingPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutScalingPolicyCommandOutput>;
175
- export declare const deserializeAws_queryPutScheduledUpdateGroupActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutScheduledUpdateGroupActionCommandOutput>;
176
- export declare const deserializeAws_queryPutWarmPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutWarmPoolCommandOutput>;
177
- export declare const deserializeAws_queryRecordLifecycleActionHeartbeatCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RecordLifecycleActionHeartbeatCommandOutput>;
178
- export declare const deserializeAws_queryResumeProcessesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeProcessesCommandOutput>;
179
- export declare const deserializeAws_querySetDesiredCapacityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetDesiredCapacityCommandOutput>;
180
- export declare const deserializeAws_querySetInstanceHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetInstanceHealthCommandOutput>;
181
- export declare const deserializeAws_querySetInstanceProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetInstanceProtectionCommandOutput>;
182
- export declare const deserializeAws_queryStartInstanceRefreshCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartInstanceRefreshCommandOutput>;
183
- export declare const deserializeAws_querySuspendProcessesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SuspendProcessesCommandOutput>;
184
- export declare const deserializeAws_queryTerminateInstanceInAutoScalingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateInstanceInAutoScalingGroupCommandOutput>;
185
- export declare const deserializeAws_queryUpdateAutoScalingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAutoScalingGroupCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AttachInstancesCommandInput,
8
+ AttachInstancesCommandOutput,
9
+ } from "../commands/AttachInstancesCommand";
10
+ import {
11
+ AttachLoadBalancersCommandInput,
12
+ AttachLoadBalancersCommandOutput,
13
+ } from "../commands/AttachLoadBalancersCommand";
14
+ import {
15
+ AttachLoadBalancerTargetGroupsCommandInput,
16
+ AttachLoadBalancerTargetGroupsCommandOutput,
17
+ } from "../commands/AttachLoadBalancerTargetGroupsCommand";
18
+ import {
19
+ BatchDeleteScheduledActionCommandInput,
20
+ BatchDeleteScheduledActionCommandOutput,
21
+ } from "../commands/BatchDeleteScheduledActionCommand";
22
+ import {
23
+ BatchPutScheduledUpdateGroupActionCommandInput,
24
+ BatchPutScheduledUpdateGroupActionCommandOutput,
25
+ } from "../commands/BatchPutScheduledUpdateGroupActionCommand";
26
+ import {
27
+ CancelInstanceRefreshCommandInput,
28
+ CancelInstanceRefreshCommandOutput,
29
+ } from "../commands/CancelInstanceRefreshCommand";
30
+ import {
31
+ CompleteLifecycleActionCommandInput,
32
+ CompleteLifecycleActionCommandOutput,
33
+ } from "../commands/CompleteLifecycleActionCommand";
34
+ import {
35
+ CreateAutoScalingGroupCommandInput,
36
+ CreateAutoScalingGroupCommandOutput,
37
+ } from "../commands/CreateAutoScalingGroupCommand";
38
+ import {
39
+ CreateLaunchConfigurationCommandInput,
40
+ CreateLaunchConfigurationCommandOutput,
41
+ } from "../commands/CreateLaunchConfigurationCommand";
42
+ import {
43
+ CreateOrUpdateTagsCommandInput,
44
+ CreateOrUpdateTagsCommandOutput,
45
+ } from "../commands/CreateOrUpdateTagsCommand";
46
+ import {
47
+ DeleteAutoScalingGroupCommandInput,
48
+ DeleteAutoScalingGroupCommandOutput,
49
+ } from "../commands/DeleteAutoScalingGroupCommand";
50
+ import {
51
+ DeleteLaunchConfigurationCommandInput,
52
+ DeleteLaunchConfigurationCommandOutput,
53
+ } from "../commands/DeleteLaunchConfigurationCommand";
54
+ import {
55
+ DeleteLifecycleHookCommandInput,
56
+ DeleteLifecycleHookCommandOutput,
57
+ } from "../commands/DeleteLifecycleHookCommand";
58
+ import {
59
+ DeleteNotificationConfigurationCommandInput,
60
+ DeleteNotificationConfigurationCommandOutput,
61
+ } from "../commands/DeleteNotificationConfigurationCommand";
62
+ import {
63
+ DeletePolicyCommandInput,
64
+ DeletePolicyCommandOutput,
65
+ } from "../commands/DeletePolicyCommand";
66
+ import {
67
+ DeleteScheduledActionCommandInput,
68
+ DeleteScheduledActionCommandOutput,
69
+ } from "../commands/DeleteScheduledActionCommand";
70
+ import {
71
+ DeleteTagsCommandInput,
72
+ DeleteTagsCommandOutput,
73
+ } from "../commands/DeleteTagsCommand";
74
+ import {
75
+ DeleteWarmPoolCommandInput,
76
+ DeleteWarmPoolCommandOutput,
77
+ } from "../commands/DeleteWarmPoolCommand";
78
+ import {
79
+ DescribeAccountLimitsCommandInput,
80
+ DescribeAccountLimitsCommandOutput,
81
+ } from "../commands/DescribeAccountLimitsCommand";
82
+ import {
83
+ DescribeAdjustmentTypesCommandInput,
84
+ DescribeAdjustmentTypesCommandOutput,
85
+ } from "../commands/DescribeAdjustmentTypesCommand";
86
+ import {
87
+ DescribeAutoScalingGroupsCommandInput,
88
+ DescribeAutoScalingGroupsCommandOutput,
89
+ } from "../commands/DescribeAutoScalingGroupsCommand";
90
+ import {
91
+ DescribeAutoScalingInstancesCommandInput,
92
+ DescribeAutoScalingInstancesCommandOutput,
93
+ } from "../commands/DescribeAutoScalingInstancesCommand";
94
+ import {
95
+ DescribeAutoScalingNotificationTypesCommandInput,
96
+ DescribeAutoScalingNotificationTypesCommandOutput,
97
+ } from "../commands/DescribeAutoScalingNotificationTypesCommand";
98
+ import {
99
+ DescribeInstanceRefreshesCommandInput,
100
+ DescribeInstanceRefreshesCommandOutput,
101
+ } from "../commands/DescribeInstanceRefreshesCommand";
102
+ import {
103
+ DescribeLaunchConfigurationsCommandInput,
104
+ DescribeLaunchConfigurationsCommandOutput,
105
+ } from "../commands/DescribeLaunchConfigurationsCommand";
106
+ import {
107
+ DescribeLifecycleHooksCommandInput,
108
+ DescribeLifecycleHooksCommandOutput,
109
+ } from "../commands/DescribeLifecycleHooksCommand";
110
+ import {
111
+ DescribeLifecycleHookTypesCommandInput,
112
+ DescribeLifecycleHookTypesCommandOutput,
113
+ } from "../commands/DescribeLifecycleHookTypesCommand";
114
+ import {
115
+ DescribeLoadBalancersCommandInput,
116
+ DescribeLoadBalancersCommandOutput,
117
+ } from "../commands/DescribeLoadBalancersCommand";
118
+ import {
119
+ DescribeLoadBalancerTargetGroupsCommandInput,
120
+ DescribeLoadBalancerTargetGroupsCommandOutput,
121
+ } from "../commands/DescribeLoadBalancerTargetGroupsCommand";
122
+ import {
123
+ DescribeMetricCollectionTypesCommandInput,
124
+ DescribeMetricCollectionTypesCommandOutput,
125
+ } from "../commands/DescribeMetricCollectionTypesCommand";
126
+ import {
127
+ DescribeNotificationConfigurationsCommandInput,
128
+ DescribeNotificationConfigurationsCommandOutput,
129
+ } from "../commands/DescribeNotificationConfigurationsCommand";
130
+ import {
131
+ DescribePoliciesCommandInput,
132
+ DescribePoliciesCommandOutput,
133
+ } from "../commands/DescribePoliciesCommand";
134
+ import {
135
+ DescribeScalingActivitiesCommandInput,
136
+ DescribeScalingActivitiesCommandOutput,
137
+ } from "../commands/DescribeScalingActivitiesCommand";
138
+ import {
139
+ DescribeScalingProcessTypesCommandInput,
140
+ DescribeScalingProcessTypesCommandOutput,
141
+ } from "../commands/DescribeScalingProcessTypesCommand";
142
+ import {
143
+ DescribeScheduledActionsCommandInput,
144
+ DescribeScheduledActionsCommandOutput,
145
+ } from "../commands/DescribeScheduledActionsCommand";
146
+ import {
147
+ DescribeTagsCommandInput,
148
+ DescribeTagsCommandOutput,
149
+ } from "../commands/DescribeTagsCommand";
150
+ import {
151
+ DescribeTerminationPolicyTypesCommandInput,
152
+ DescribeTerminationPolicyTypesCommandOutput,
153
+ } from "../commands/DescribeTerminationPolicyTypesCommand";
154
+ import {
155
+ DescribeWarmPoolCommandInput,
156
+ DescribeWarmPoolCommandOutput,
157
+ } from "../commands/DescribeWarmPoolCommand";
158
+ import {
159
+ DetachInstancesCommandInput,
160
+ DetachInstancesCommandOutput,
161
+ } from "../commands/DetachInstancesCommand";
162
+ import {
163
+ DetachLoadBalancersCommandInput,
164
+ DetachLoadBalancersCommandOutput,
165
+ } from "../commands/DetachLoadBalancersCommand";
166
+ import {
167
+ DetachLoadBalancerTargetGroupsCommandInput,
168
+ DetachLoadBalancerTargetGroupsCommandOutput,
169
+ } from "../commands/DetachLoadBalancerTargetGroupsCommand";
170
+ import {
171
+ DisableMetricsCollectionCommandInput,
172
+ DisableMetricsCollectionCommandOutput,
173
+ } from "../commands/DisableMetricsCollectionCommand";
174
+ import {
175
+ EnableMetricsCollectionCommandInput,
176
+ EnableMetricsCollectionCommandOutput,
177
+ } from "../commands/EnableMetricsCollectionCommand";
178
+ import {
179
+ EnterStandbyCommandInput,
180
+ EnterStandbyCommandOutput,
181
+ } from "../commands/EnterStandbyCommand";
182
+ import {
183
+ ExecutePolicyCommandInput,
184
+ ExecutePolicyCommandOutput,
185
+ } from "../commands/ExecutePolicyCommand";
186
+ import {
187
+ ExitStandbyCommandInput,
188
+ ExitStandbyCommandOutput,
189
+ } from "../commands/ExitStandbyCommand";
190
+ import {
191
+ GetPredictiveScalingForecastCommandInput,
192
+ GetPredictiveScalingForecastCommandOutput,
193
+ } from "../commands/GetPredictiveScalingForecastCommand";
194
+ import {
195
+ PutLifecycleHookCommandInput,
196
+ PutLifecycleHookCommandOutput,
197
+ } from "../commands/PutLifecycleHookCommand";
198
+ import {
199
+ PutNotificationConfigurationCommandInput,
200
+ PutNotificationConfigurationCommandOutput,
201
+ } from "../commands/PutNotificationConfigurationCommand";
202
+ import {
203
+ PutScalingPolicyCommandInput,
204
+ PutScalingPolicyCommandOutput,
205
+ } from "../commands/PutScalingPolicyCommand";
206
+ import {
207
+ PutScheduledUpdateGroupActionCommandInput,
208
+ PutScheduledUpdateGroupActionCommandOutput,
209
+ } from "../commands/PutScheduledUpdateGroupActionCommand";
210
+ import {
211
+ PutWarmPoolCommandInput,
212
+ PutWarmPoolCommandOutput,
213
+ } from "../commands/PutWarmPoolCommand";
214
+ import {
215
+ RecordLifecycleActionHeartbeatCommandInput,
216
+ RecordLifecycleActionHeartbeatCommandOutput,
217
+ } from "../commands/RecordLifecycleActionHeartbeatCommand";
218
+ import {
219
+ ResumeProcessesCommandInput,
220
+ ResumeProcessesCommandOutput,
221
+ } from "../commands/ResumeProcessesCommand";
222
+ import {
223
+ SetDesiredCapacityCommandInput,
224
+ SetDesiredCapacityCommandOutput,
225
+ } from "../commands/SetDesiredCapacityCommand";
226
+ import {
227
+ SetInstanceHealthCommandInput,
228
+ SetInstanceHealthCommandOutput,
229
+ } from "../commands/SetInstanceHealthCommand";
230
+ import {
231
+ SetInstanceProtectionCommandInput,
232
+ SetInstanceProtectionCommandOutput,
233
+ } from "../commands/SetInstanceProtectionCommand";
234
+ import {
235
+ StartInstanceRefreshCommandInput,
236
+ StartInstanceRefreshCommandOutput,
237
+ } from "../commands/StartInstanceRefreshCommand";
238
+ import {
239
+ SuspendProcessesCommandInput,
240
+ SuspendProcessesCommandOutput,
241
+ } from "../commands/SuspendProcessesCommand";
242
+ import {
243
+ TerminateInstanceInAutoScalingGroupCommandInput,
244
+ TerminateInstanceInAutoScalingGroupCommandOutput,
245
+ } from "../commands/TerminateInstanceInAutoScalingGroupCommand";
246
+ import {
247
+ UpdateAutoScalingGroupCommandInput,
248
+ UpdateAutoScalingGroupCommandOutput,
249
+ } from "../commands/UpdateAutoScalingGroupCommand";
250
+ export declare const serializeAws_queryAttachInstancesCommand: (
251
+ input: AttachInstancesCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_queryAttachLoadBalancersCommand: (
255
+ input: AttachLoadBalancersCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_queryAttachLoadBalancerTargetGroupsCommand: (
259
+ input: AttachLoadBalancerTargetGroupsCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_queryBatchDeleteScheduledActionCommand: (
263
+ input: BatchDeleteScheduledActionCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_queryBatchPutScheduledUpdateGroupActionCommand: (
267
+ input: BatchPutScheduledUpdateGroupActionCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_queryCancelInstanceRefreshCommand: (
271
+ input: CancelInstanceRefreshCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_queryCompleteLifecycleActionCommand: (
275
+ input: CompleteLifecycleActionCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_queryCreateAutoScalingGroupCommand: (
279
+ input: CreateAutoScalingGroupCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_queryCreateLaunchConfigurationCommand: (
283
+ input: CreateLaunchConfigurationCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_queryCreateOrUpdateTagsCommand: (
287
+ input: CreateOrUpdateTagsCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_queryDeleteAutoScalingGroupCommand: (
291
+ input: DeleteAutoScalingGroupCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_queryDeleteLaunchConfigurationCommand: (
295
+ input: DeleteLaunchConfigurationCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_queryDeleteLifecycleHookCommand: (
299
+ input: DeleteLifecycleHookCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_queryDeleteNotificationConfigurationCommand: (
303
+ input: DeleteNotificationConfigurationCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_queryDeletePolicyCommand: (
307
+ input: DeletePolicyCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_queryDeleteScheduledActionCommand: (
311
+ input: DeleteScheduledActionCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_queryDeleteTagsCommand: (
315
+ input: DeleteTagsCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_queryDeleteWarmPoolCommand: (
319
+ input: DeleteWarmPoolCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_queryDescribeAccountLimitsCommand: (
323
+ input: DescribeAccountLimitsCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_queryDescribeAdjustmentTypesCommand: (
327
+ input: DescribeAdjustmentTypesCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_queryDescribeAutoScalingGroupsCommand: (
331
+ input: DescribeAutoScalingGroupsCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_queryDescribeAutoScalingInstancesCommand: (
335
+ input: DescribeAutoScalingInstancesCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_queryDescribeAutoScalingNotificationTypesCommand: (
339
+ input: DescribeAutoScalingNotificationTypesCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_queryDescribeInstanceRefreshesCommand: (
343
+ input: DescribeInstanceRefreshesCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_queryDescribeLaunchConfigurationsCommand: (
347
+ input: DescribeLaunchConfigurationsCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_queryDescribeLifecycleHooksCommand: (
351
+ input: DescribeLifecycleHooksCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_queryDescribeLifecycleHookTypesCommand: (
355
+ input: DescribeLifecycleHookTypesCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_queryDescribeLoadBalancersCommand: (
359
+ input: DescribeLoadBalancersCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_queryDescribeLoadBalancerTargetGroupsCommand: (
363
+ input: DescribeLoadBalancerTargetGroupsCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_queryDescribeMetricCollectionTypesCommand: (
367
+ input: DescribeMetricCollectionTypesCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_queryDescribeNotificationConfigurationsCommand: (
371
+ input: DescribeNotificationConfigurationsCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_queryDescribePoliciesCommand: (
375
+ input: DescribePoliciesCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_queryDescribeScalingActivitiesCommand: (
379
+ input: DescribeScalingActivitiesCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_queryDescribeScalingProcessTypesCommand: (
383
+ input: DescribeScalingProcessTypesCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_queryDescribeScheduledActionsCommand: (
387
+ input: DescribeScheduledActionsCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_queryDescribeTagsCommand: (
391
+ input: DescribeTagsCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_queryDescribeTerminationPolicyTypesCommand: (
395
+ input: DescribeTerminationPolicyTypesCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_queryDescribeWarmPoolCommand: (
399
+ input: DescribeWarmPoolCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_queryDetachInstancesCommand: (
403
+ input: DetachInstancesCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_queryDetachLoadBalancersCommand: (
407
+ input: DetachLoadBalancersCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_queryDetachLoadBalancerTargetGroupsCommand: (
411
+ input: DetachLoadBalancerTargetGroupsCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_queryDisableMetricsCollectionCommand: (
415
+ input: DisableMetricsCollectionCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_queryEnableMetricsCollectionCommand: (
419
+ input: EnableMetricsCollectionCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_queryEnterStandbyCommand: (
423
+ input: EnterStandbyCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_queryExecutePolicyCommand: (
427
+ input: ExecutePolicyCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_queryExitStandbyCommand: (
431
+ input: ExitStandbyCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_queryGetPredictiveScalingForecastCommand: (
435
+ input: GetPredictiveScalingForecastCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_queryPutLifecycleHookCommand: (
439
+ input: PutLifecycleHookCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_queryPutNotificationConfigurationCommand: (
443
+ input: PutNotificationConfigurationCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_queryPutScalingPolicyCommand: (
447
+ input: PutScalingPolicyCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_queryPutScheduledUpdateGroupActionCommand: (
451
+ input: PutScheduledUpdateGroupActionCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_queryPutWarmPoolCommand: (
455
+ input: PutWarmPoolCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_queryRecordLifecycleActionHeartbeatCommand: (
459
+ input: RecordLifecycleActionHeartbeatCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_queryResumeProcessesCommand: (
463
+ input: ResumeProcessesCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_querySetDesiredCapacityCommand: (
467
+ input: SetDesiredCapacityCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_querySetInstanceHealthCommand: (
471
+ input: SetInstanceHealthCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_querySetInstanceProtectionCommand: (
475
+ input: SetInstanceProtectionCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_queryStartInstanceRefreshCommand: (
479
+ input: StartInstanceRefreshCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_querySuspendProcessesCommand: (
483
+ input: SuspendProcessesCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_queryTerminateInstanceInAutoScalingGroupCommand: (
487
+ input: TerminateInstanceInAutoScalingGroupCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_queryUpdateAutoScalingGroupCommand: (
491
+ input: UpdateAutoScalingGroupCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const deserializeAws_queryAttachInstancesCommand: (
495
+ output: __HttpResponse,
496
+ context: __SerdeContext
497
+ ) => Promise<AttachInstancesCommandOutput>;
498
+ export declare const deserializeAws_queryAttachLoadBalancersCommand: (
499
+ output: __HttpResponse,
500
+ context: __SerdeContext
501
+ ) => Promise<AttachLoadBalancersCommandOutput>;
502
+ export declare const deserializeAws_queryAttachLoadBalancerTargetGroupsCommand: (
503
+ output: __HttpResponse,
504
+ context: __SerdeContext
505
+ ) => Promise<AttachLoadBalancerTargetGroupsCommandOutput>;
506
+ export declare const deserializeAws_queryBatchDeleteScheduledActionCommand: (
507
+ output: __HttpResponse,
508
+ context: __SerdeContext
509
+ ) => Promise<BatchDeleteScheduledActionCommandOutput>;
510
+ export declare const deserializeAws_queryBatchPutScheduledUpdateGroupActionCommand: (
511
+ output: __HttpResponse,
512
+ context: __SerdeContext
513
+ ) => Promise<BatchPutScheduledUpdateGroupActionCommandOutput>;
514
+ export declare const deserializeAws_queryCancelInstanceRefreshCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<CancelInstanceRefreshCommandOutput>;
518
+ export declare const deserializeAws_queryCompleteLifecycleActionCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<CompleteLifecycleActionCommandOutput>;
522
+ export declare const deserializeAws_queryCreateAutoScalingGroupCommand: (
523
+ output: __HttpResponse,
524
+ context: __SerdeContext
525
+ ) => Promise<CreateAutoScalingGroupCommandOutput>;
526
+ export declare const deserializeAws_queryCreateLaunchConfigurationCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<CreateLaunchConfigurationCommandOutput>;
530
+ export declare const deserializeAws_queryCreateOrUpdateTagsCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<CreateOrUpdateTagsCommandOutput>;
534
+ export declare const deserializeAws_queryDeleteAutoScalingGroupCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<DeleteAutoScalingGroupCommandOutput>;
538
+ export declare const deserializeAws_queryDeleteLaunchConfigurationCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<DeleteLaunchConfigurationCommandOutput>;
542
+ export declare const deserializeAws_queryDeleteLifecycleHookCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<DeleteLifecycleHookCommandOutput>;
546
+ export declare const deserializeAws_queryDeleteNotificationConfigurationCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<DeleteNotificationConfigurationCommandOutput>;
550
+ export declare const deserializeAws_queryDeletePolicyCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<DeletePolicyCommandOutput>;
554
+ export declare const deserializeAws_queryDeleteScheduledActionCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<DeleteScheduledActionCommandOutput>;
558
+ export declare const deserializeAws_queryDeleteTagsCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<DeleteTagsCommandOutput>;
562
+ export declare const deserializeAws_queryDeleteWarmPoolCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<DeleteWarmPoolCommandOutput>;
566
+ export declare const deserializeAws_queryDescribeAccountLimitsCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<DescribeAccountLimitsCommandOutput>;
570
+ export declare const deserializeAws_queryDescribeAdjustmentTypesCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<DescribeAdjustmentTypesCommandOutput>;
574
+ export declare const deserializeAws_queryDescribeAutoScalingGroupsCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<DescribeAutoScalingGroupsCommandOutput>;
578
+ export declare const deserializeAws_queryDescribeAutoScalingInstancesCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<DescribeAutoScalingInstancesCommandOutput>;
582
+ export declare const deserializeAws_queryDescribeAutoScalingNotificationTypesCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<DescribeAutoScalingNotificationTypesCommandOutput>;
586
+ export declare const deserializeAws_queryDescribeInstanceRefreshesCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<DescribeInstanceRefreshesCommandOutput>;
590
+ export declare const deserializeAws_queryDescribeLaunchConfigurationsCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<DescribeLaunchConfigurationsCommandOutput>;
594
+ export declare const deserializeAws_queryDescribeLifecycleHooksCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<DescribeLifecycleHooksCommandOutput>;
598
+ export declare const deserializeAws_queryDescribeLifecycleHookTypesCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<DescribeLifecycleHookTypesCommandOutput>;
602
+ export declare const deserializeAws_queryDescribeLoadBalancersCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<DescribeLoadBalancersCommandOutput>;
606
+ export declare const deserializeAws_queryDescribeLoadBalancerTargetGroupsCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<DescribeLoadBalancerTargetGroupsCommandOutput>;
610
+ export declare const deserializeAws_queryDescribeMetricCollectionTypesCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<DescribeMetricCollectionTypesCommandOutput>;
614
+ export declare const deserializeAws_queryDescribeNotificationConfigurationsCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<DescribeNotificationConfigurationsCommandOutput>;
618
+ export declare const deserializeAws_queryDescribePoliciesCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<DescribePoliciesCommandOutput>;
622
+ export declare const deserializeAws_queryDescribeScalingActivitiesCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<DescribeScalingActivitiesCommandOutput>;
626
+ export declare const deserializeAws_queryDescribeScalingProcessTypesCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<DescribeScalingProcessTypesCommandOutput>;
630
+ export declare const deserializeAws_queryDescribeScheduledActionsCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<DescribeScheduledActionsCommandOutput>;
634
+ export declare const deserializeAws_queryDescribeTagsCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<DescribeTagsCommandOutput>;
638
+ export declare const deserializeAws_queryDescribeTerminationPolicyTypesCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<DescribeTerminationPolicyTypesCommandOutput>;
642
+ export declare const deserializeAws_queryDescribeWarmPoolCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<DescribeWarmPoolCommandOutput>;
646
+ export declare const deserializeAws_queryDetachInstancesCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<DetachInstancesCommandOutput>;
650
+ export declare const deserializeAws_queryDetachLoadBalancersCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<DetachLoadBalancersCommandOutput>;
654
+ export declare const deserializeAws_queryDetachLoadBalancerTargetGroupsCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<DetachLoadBalancerTargetGroupsCommandOutput>;
658
+ export declare const deserializeAws_queryDisableMetricsCollectionCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<DisableMetricsCollectionCommandOutput>;
662
+ export declare const deserializeAws_queryEnableMetricsCollectionCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<EnableMetricsCollectionCommandOutput>;
666
+ export declare const deserializeAws_queryEnterStandbyCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<EnterStandbyCommandOutput>;
670
+ export declare const deserializeAws_queryExecutePolicyCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<ExecutePolicyCommandOutput>;
674
+ export declare const deserializeAws_queryExitStandbyCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<ExitStandbyCommandOutput>;
678
+ export declare const deserializeAws_queryGetPredictiveScalingForecastCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<GetPredictiveScalingForecastCommandOutput>;
682
+ export declare const deserializeAws_queryPutLifecycleHookCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<PutLifecycleHookCommandOutput>;
686
+ export declare const deserializeAws_queryPutNotificationConfigurationCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<PutNotificationConfigurationCommandOutput>;
690
+ export declare const deserializeAws_queryPutScalingPolicyCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<PutScalingPolicyCommandOutput>;
694
+ export declare const deserializeAws_queryPutScheduledUpdateGroupActionCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<PutScheduledUpdateGroupActionCommandOutput>;
698
+ export declare const deserializeAws_queryPutWarmPoolCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<PutWarmPoolCommandOutput>;
702
+ export declare const deserializeAws_queryRecordLifecycleActionHeartbeatCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<RecordLifecycleActionHeartbeatCommandOutput>;
706
+ export declare const deserializeAws_queryResumeProcessesCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<ResumeProcessesCommandOutput>;
710
+ export declare const deserializeAws_querySetDesiredCapacityCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<SetDesiredCapacityCommandOutput>;
714
+ export declare const deserializeAws_querySetInstanceHealthCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<SetInstanceHealthCommandOutput>;
718
+ export declare const deserializeAws_querySetInstanceProtectionCommand: (
719
+ output: __HttpResponse,
720
+ context: __SerdeContext
721
+ ) => Promise<SetInstanceProtectionCommandOutput>;
722
+ export declare const deserializeAws_queryStartInstanceRefreshCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<StartInstanceRefreshCommandOutput>;
726
+ export declare const deserializeAws_querySuspendProcessesCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<SuspendProcessesCommandOutput>;
730
+ export declare const deserializeAws_queryTerminateInstanceInAutoScalingGroupCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<TerminateInstanceInAutoScalingGroupCommandOutput>;
734
+ export declare const deserializeAws_queryUpdateAutoScalingGroupCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<UpdateAutoScalingGroupCommandOutput>;