@aws-sdk/client-auto-scaling 3.37.0 → 3.41.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.
- package/CHANGELOG.md +45 -0
- package/dist-cjs/commands/index.js +64 -0
- package/dist-cjs/endpoints.js +79 -5
- package/dist-cjs/index.js +5 -75
- package/dist-cjs/models/models_0.js +115 -4
- package/dist-cjs/pagination/index.js +12 -0
- package/dist-cjs/protocols/Aws_query.js +598 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +6 -0
- package/dist-es/commands/index.js +61 -0
- package/dist-es/endpoints.js +79 -5
- package/dist-es/index.js +5 -75
- package/dist-es/models/models_0.js +93 -0
- package/dist-es/pagination/index.js +9 -0
- package/dist-es/protocols/Aws_query.js +860 -169
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +3 -0
- package/dist-types/AutoScalingClient.d.ts +8 -0
- package/dist-types/commands/AttachInstancesCommand.d.ts +1 -1
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +1 -1
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +1 -1
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePoliciesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/DetachInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +1 -1
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +1 -1
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +1 -1
- package/dist-types/commands/EnterStandbyCommand.d.ts +1 -1
- package/dist-types/commands/ExecutePolicyCommand.d.ts +1 -1
- package/dist-types/commands/ExitStandbyCommand.d.ts +1 -1
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +1 -1
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +1 -1
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +1 -1
- package/dist-types/commands/PutWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +1 -1
- package/dist-types/commands/ResumeProcessesCommand.d.ts +1 -1
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +1 -1
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +1 -1
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +1 -1
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +1 -1
- package/dist-types/commands/SuspendProcessesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +61 -0
- package/dist-types/index.d.ts +5 -75
- package/dist-types/models/models_0.d.ts +590 -99
- package/dist-types/pagination/index.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/AutoScalingClient.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +61 -0
- package/dist-types/ts3.4/index.d.ts +5 -75
- package/dist-types/ts3.4/models/models_0.d.ts +193 -0
- package/dist-types/ts3.4/pagination/index.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/waiters/index.d.ts +3 -0
- package/dist-types/waiters/index.d.ts +3 -0
- package/package.json +27 -27
|
@@ -29,7 +29,7 @@ export interface PutScalingPolicyCommandOutput extends PolicyARNType, __Metadata
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link PutScalingPolicyCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link PutScalingPolicyCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class PutScalingPolicyCommand extends $Command<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface PutScheduledUpdateGroupActionCommandOutput extends __MetadataBe
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link PutScheduledUpdateGroupActionCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link PutScheduledUpdateGroupActionCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class PutScheduledUpdateGroupActionCommand extends $Command<PutScheduledUpdateGroupActionCommandInput, PutScheduledUpdateGroupActionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface PutWarmPoolCommandOutput extends PutWarmPoolAnswer, __MetadataB
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link PutWarmPoolCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link PutWarmPoolCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class PutWarmPoolCommand extends $Command<PutWarmPoolCommandInput, PutWarmPoolCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -52,7 +52,7 @@ export interface RecordLifecycleActionHeartbeatCommandOutput extends RecordLifec
|
|
|
52
52
|
*
|
|
53
53
|
* @see {@link RecordLifecycleActionHeartbeatCommandInput} for command's `input` shape.
|
|
54
54
|
* @see {@link RecordLifecycleActionHeartbeatCommandOutput} for command's `response` shape.
|
|
55
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
55
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
56
56
|
*
|
|
57
57
|
*/
|
|
58
58
|
export declare class RecordLifecycleActionHeartbeatCommand extends $Command<RecordLifecycleActionHeartbeatCommandInput, RecordLifecycleActionHeartbeatCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ResumeProcessesCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ResumeProcessesCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ResumeProcessesCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ResumeProcessesCommand extends $Command<ResumeProcessesCommandInput, ResumeProcessesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface SetDesiredCapacityCommandOutput extends __MetadataBearer {
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link SetDesiredCapacityCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link SetDesiredCapacityCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class SetDesiredCapacityCommand extends $Command<SetDesiredCapacityCommandInput, SetDesiredCapacityCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface SetInstanceHealthCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link SetInstanceHealthCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link SetInstanceHealthCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class SetInstanceHealthCommand extends $Command<SetInstanceHealthCommandInput, SetInstanceHealthCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface SetInstanceProtectionCommandOutput extends SetInstanceProtectio
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link SetInstanceProtectionCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link SetInstanceProtectionCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class SetInstanceProtectionCommand extends $Command<SetInstanceProtectionCommandInput, SetInstanceProtectionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -34,7 +34,7 @@ export interface StartInstanceRefreshCommandOutput extends StartInstanceRefreshA
|
|
|
34
34
|
*
|
|
35
35
|
* @see {@link StartInstanceRefreshCommandInput} for command's `input` shape.
|
|
36
36
|
* @see {@link StartInstanceRefreshCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
37
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
export declare class StartInstanceRefreshCommand extends $Command<StartInstanceRefreshCommandInput, StartInstanceRefreshCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface SuspendProcessesCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link SuspendProcessesCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link SuspendProcessesCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class SuspendProcessesCommand extends $Command<SuspendProcessesCommandInput, SuspendProcessesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface TerminateInstanceInAutoScalingGroupCommandOutput extends Activi
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link TerminateInstanceInAutoScalingGroupCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link TerminateInstanceInAutoScalingGroupCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class TerminateInstanceInAutoScalingGroupCommand extends $Command<TerminateInstanceInAutoScalingGroupCommandInput, TerminateInstanceInAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -64,7 +64,7 @@ export interface UpdateAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
|
64
64
|
*
|
|
65
65
|
* @see {@link UpdateAutoScalingGroupCommandInput} for command's `input` shape.
|
|
66
66
|
* @see {@link UpdateAutoScalingGroupCommandOutput} for command's `response` shape.
|
|
67
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
67
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
68
68
|
*
|
|
69
69
|
*/
|
|
70
70
|
export declare class UpdateAutoScalingGroupCommand extends $Command<UpdateAutoScalingGroupCommandInput, UpdateAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
export * from "./AttachInstancesCommand";
|
|
2
|
+
export * from "./AttachLoadBalancerTargetGroupsCommand";
|
|
3
|
+
export * from "./AttachLoadBalancersCommand";
|
|
4
|
+
export * from "./BatchDeleteScheduledActionCommand";
|
|
5
|
+
export * from "./BatchPutScheduledUpdateGroupActionCommand";
|
|
6
|
+
export * from "./CancelInstanceRefreshCommand";
|
|
7
|
+
export * from "./CompleteLifecycleActionCommand";
|
|
8
|
+
export * from "./CreateAutoScalingGroupCommand";
|
|
9
|
+
export * from "./CreateLaunchConfigurationCommand";
|
|
10
|
+
export * from "./CreateOrUpdateTagsCommand";
|
|
11
|
+
export * from "./DeleteAutoScalingGroupCommand";
|
|
12
|
+
export * from "./DeleteLaunchConfigurationCommand";
|
|
13
|
+
export * from "./DeleteLifecycleHookCommand";
|
|
14
|
+
export * from "./DeleteNotificationConfigurationCommand";
|
|
15
|
+
export * from "./DeletePolicyCommand";
|
|
16
|
+
export * from "./DeleteScheduledActionCommand";
|
|
17
|
+
export * from "./DeleteTagsCommand";
|
|
18
|
+
export * from "./DeleteWarmPoolCommand";
|
|
19
|
+
export * from "./DescribeAccountLimitsCommand";
|
|
20
|
+
export * from "./DescribeAdjustmentTypesCommand";
|
|
21
|
+
export * from "./DescribeAutoScalingGroupsCommand";
|
|
22
|
+
export * from "./DescribeAutoScalingInstancesCommand";
|
|
23
|
+
export * from "./DescribeAutoScalingNotificationTypesCommand";
|
|
24
|
+
export * from "./DescribeInstanceRefreshesCommand";
|
|
25
|
+
export * from "./DescribeLaunchConfigurationsCommand";
|
|
26
|
+
export * from "./DescribeLifecycleHookTypesCommand";
|
|
27
|
+
export * from "./DescribeLifecycleHooksCommand";
|
|
28
|
+
export * from "./DescribeLoadBalancerTargetGroupsCommand";
|
|
29
|
+
export * from "./DescribeLoadBalancersCommand";
|
|
30
|
+
export * from "./DescribeMetricCollectionTypesCommand";
|
|
31
|
+
export * from "./DescribeNotificationConfigurationsCommand";
|
|
32
|
+
export * from "./DescribePoliciesCommand";
|
|
33
|
+
export * from "./DescribeScalingActivitiesCommand";
|
|
34
|
+
export * from "./DescribeScalingProcessTypesCommand";
|
|
35
|
+
export * from "./DescribeScheduledActionsCommand";
|
|
36
|
+
export * from "./DescribeTagsCommand";
|
|
37
|
+
export * from "./DescribeTerminationPolicyTypesCommand";
|
|
38
|
+
export * from "./DescribeWarmPoolCommand";
|
|
39
|
+
export * from "./DetachInstancesCommand";
|
|
40
|
+
export * from "./DetachLoadBalancerTargetGroupsCommand";
|
|
41
|
+
export * from "./DetachLoadBalancersCommand";
|
|
42
|
+
export * from "./DisableMetricsCollectionCommand";
|
|
43
|
+
export * from "./EnableMetricsCollectionCommand";
|
|
44
|
+
export * from "./EnterStandbyCommand";
|
|
45
|
+
export * from "./ExecutePolicyCommand";
|
|
46
|
+
export * from "./ExitStandbyCommand";
|
|
47
|
+
export * from "./GetPredictiveScalingForecastCommand";
|
|
48
|
+
export * from "./PutLifecycleHookCommand";
|
|
49
|
+
export * from "./PutNotificationConfigurationCommand";
|
|
50
|
+
export * from "./PutScalingPolicyCommand";
|
|
51
|
+
export * from "./PutScheduledUpdateGroupActionCommand";
|
|
52
|
+
export * from "./PutWarmPoolCommand";
|
|
53
|
+
export * from "./RecordLifecycleActionHeartbeatCommand";
|
|
54
|
+
export * from "./ResumeProcessesCommand";
|
|
55
|
+
export * from "./SetDesiredCapacityCommand";
|
|
56
|
+
export * from "./SetInstanceHealthCommand";
|
|
57
|
+
export * from "./SetInstanceProtectionCommand";
|
|
58
|
+
export * from "./StartInstanceRefreshCommand";
|
|
59
|
+
export * from "./SuspendProcessesCommand";
|
|
60
|
+
export * from "./TerminateInstanceInAutoScalingGroupCommand";
|
|
61
|
+
export * from "./UpdateAutoScalingGroupCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,76 +1,6 @@
|
|
|
1
|
-
export * from "./AutoScalingClient";
|
|
2
1
|
export * from "./AutoScaling";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CancelInstanceRefreshCommand";
|
|
9
|
-
export * from "./commands/CompleteLifecycleActionCommand";
|
|
10
|
-
export * from "./commands/CreateAutoScalingGroupCommand";
|
|
11
|
-
export * from "./commands/CreateLaunchConfigurationCommand";
|
|
12
|
-
export * from "./commands/CreateOrUpdateTagsCommand";
|
|
13
|
-
export * from "./commands/DeleteAutoScalingGroupCommand";
|
|
14
|
-
export * from "./commands/DeleteLaunchConfigurationCommand";
|
|
15
|
-
export * from "./commands/DeleteLifecycleHookCommand";
|
|
16
|
-
export * from "./commands/DeleteNotificationConfigurationCommand";
|
|
17
|
-
export * from "./commands/DeletePolicyCommand";
|
|
18
|
-
export * from "./commands/DeleteScheduledActionCommand";
|
|
19
|
-
export * from "./commands/DeleteTagsCommand";
|
|
20
|
-
export * from "./commands/DeleteWarmPoolCommand";
|
|
21
|
-
export * from "./commands/DescribeAccountLimitsCommand";
|
|
22
|
-
export * from "./commands/DescribeAdjustmentTypesCommand";
|
|
23
|
-
export * from "./commands/DescribeAutoScalingGroupsCommand";
|
|
24
|
-
export * from "./pagination/DescribeAutoScalingGroupsPaginator";
|
|
25
|
-
export * from "./waiters/waitForGroupExists";
|
|
26
|
-
export * from "./waiters/waitForGroupInService";
|
|
27
|
-
export * from "./waiters/waitForGroupNotExists";
|
|
28
|
-
export * from "./commands/DescribeAutoScalingInstancesCommand";
|
|
29
|
-
export * from "./pagination/DescribeAutoScalingInstancesPaginator";
|
|
30
|
-
export * from "./commands/DescribeAutoScalingNotificationTypesCommand";
|
|
31
|
-
export * from "./commands/DescribeInstanceRefreshesCommand";
|
|
32
|
-
export * from "./commands/DescribeLaunchConfigurationsCommand";
|
|
33
|
-
export * from "./pagination/DescribeLaunchConfigurationsPaginator";
|
|
34
|
-
export * from "./commands/DescribeLifecycleHooksCommand";
|
|
35
|
-
export * from "./commands/DescribeLifecycleHookTypesCommand";
|
|
36
|
-
export * from "./commands/DescribeLoadBalancersCommand";
|
|
37
|
-
export * from "./commands/DescribeLoadBalancerTargetGroupsCommand";
|
|
38
|
-
export * from "./commands/DescribeMetricCollectionTypesCommand";
|
|
39
|
-
export * from "./commands/DescribeNotificationConfigurationsCommand";
|
|
40
|
-
export * from "./pagination/DescribeNotificationConfigurationsPaginator";
|
|
41
|
-
export * from "./commands/DescribePoliciesCommand";
|
|
42
|
-
export * from "./pagination/DescribePoliciesPaginator";
|
|
43
|
-
export * from "./commands/DescribeScalingActivitiesCommand";
|
|
44
|
-
export * from "./pagination/DescribeScalingActivitiesPaginator";
|
|
45
|
-
export * from "./commands/DescribeScalingProcessTypesCommand";
|
|
46
|
-
export * from "./commands/DescribeScheduledActionsCommand";
|
|
47
|
-
export * from "./pagination/DescribeScheduledActionsPaginator";
|
|
48
|
-
export * from "./commands/DescribeTagsCommand";
|
|
49
|
-
export * from "./pagination/DescribeTagsPaginator";
|
|
50
|
-
export * from "./commands/DescribeTerminationPolicyTypesCommand";
|
|
51
|
-
export * from "./commands/DescribeWarmPoolCommand";
|
|
52
|
-
export * from "./commands/DetachInstancesCommand";
|
|
53
|
-
export * from "./commands/DetachLoadBalancersCommand";
|
|
54
|
-
export * from "./commands/DetachLoadBalancerTargetGroupsCommand";
|
|
55
|
-
export * from "./commands/DisableMetricsCollectionCommand";
|
|
56
|
-
export * from "./commands/EnableMetricsCollectionCommand";
|
|
57
|
-
export * from "./commands/EnterStandbyCommand";
|
|
58
|
-
export * from "./commands/ExecutePolicyCommand";
|
|
59
|
-
export * from "./commands/ExitStandbyCommand";
|
|
60
|
-
export * from "./commands/GetPredictiveScalingForecastCommand";
|
|
61
|
-
export * from "./commands/PutLifecycleHookCommand";
|
|
62
|
-
export * from "./commands/PutNotificationConfigurationCommand";
|
|
63
|
-
export * from "./commands/PutScalingPolicyCommand";
|
|
64
|
-
export * from "./commands/PutScheduledUpdateGroupActionCommand";
|
|
65
|
-
export * from "./commands/PutWarmPoolCommand";
|
|
66
|
-
export * from "./commands/RecordLifecycleActionHeartbeatCommand";
|
|
67
|
-
export * from "./commands/ResumeProcessesCommand";
|
|
68
|
-
export * from "./commands/SetDesiredCapacityCommand";
|
|
69
|
-
export * from "./commands/SetInstanceHealthCommand";
|
|
70
|
-
export * from "./commands/SetInstanceProtectionCommand";
|
|
71
|
-
export * from "./commands/StartInstanceRefreshCommand";
|
|
72
|
-
export * from "./commands/SuspendProcessesCommand";
|
|
73
|
-
export * from "./commands/TerminateInstanceInAutoScalingGroupCommand";
|
|
74
|
-
export * from "./commands/UpdateAutoScalingGroupCommand";
|
|
75
|
-
export * from "./pagination/Interfaces";
|
|
76
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./AutoScalingClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|