@aws-sdk/client-auto-scaling 3.50.0 → 3.53.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 +28 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/AutoScalingServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +130 -4
- package/dist-cjs/protocols/Aws_query.js +416 -1351
- package/dist-es/index.js +1 -0
- package/dist-es/models/AutoScalingServiceException.js +12 -0
- package/dist-es/models/models_0.js +116 -1
- package/dist-es/protocols/Aws_query.js +1022 -1578
- package/dist-types/AutoScaling.d.ts +33 -20
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +9 -4
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +1 -2
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +12 -7
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +9 -4
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +1 -2
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/AutoScalingServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +129 -76
- package/dist-types/ts3.4/AutoScaling.d.ts +310 -0
- package/dist-types/ts3.4/AutoScalingClient.d.ts +134 -0
- package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +61 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/AutoScalingServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2453 -0
- package/dist-types/ts3.4/pagination/DescribeAutoScalingGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeAutoScalingInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeLaunchConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeNotificationConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePoliciesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeScalingActivitiesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/index.d.ts +9 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +185 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +3 -0
- package/dist-types/ts3.4/waiters/waitForGroupExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForGroupInService.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForGroupNotExists.d.ts +7 -0
- package/package.json +34 -34
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { DetachLoadBalancerTargetGroupsResultType, DetachLoadBalancerTargetGroupsType } from "../models/models_0";
|
|
5
|
+
export interface DetachLoadBalancerTargetGroupsCommandInput extends DetachLoadBalancerTargetGroupsType {
|
|
6
|
+
}
|
|
7
|
+
export interface DetachLoadBalancerTargetGroupsCommandOutput extends DetachLoadBalancerTargetGroupsResultType, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DetachLoadBalancerTargetGroupsCommand extends $Command<DetachLoadBalancerTargetGroupsCommandInput, DetachLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: DetachLoadBalancerTargetGroupsCommandInput;
|
|
12
|
+
constructor(input: DetachLoadBalancerTargetGroupsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachLoadBalancerTargetGroupsCommandInput, DetachLoadBalancerTargetGroupsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { DetachLoadBalancersResultType, DetachLoadBalancersType } from "../models/models_0";
|
|
5
|
+
export interface DetachLoadBalancersCommandInput extends DetachLoadBalancersType {
|
|
6
|
+
}
|
|
7
|
+
export interface DetachLoadBalancersCommandOutput extends DetachLoadBalancersResultType, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DetachLoadBalancersCommand extends $Command<DetachLoadBalancersCommandInput, DetachLoadBalancersCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: DetachLoadBalancersCommandInput;
|
|
12
|
+
constructor(input: DetachLoadBalancersCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachLoadBalancersCommandInput, DetachLoadBalancersCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { DisableMetricsCollectionQuery } from "../models/models_0";
|
|
5
|
+
export interface DisableMetricsCollectionCommandInput extends DisableMetricsCollectionQuery {
|
|
6
|
+
}
|
|
7
|
+
export interface DisableMetricsCollectionCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DisableMetricsCollectionCommand extends $Command<DisableMetricsCollectionCommandInput, DisableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: DisableMetricsCollectionCommandInput;
|
|
12
|
+
constructor(input: DisableMetricsCollectionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableMetricsCollectionCommandInput, DisableMetricsCollectionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { EnableMetricsCollectionQuery } from "../models/models_0";
|
|
5
|
+
export interface EnableMetricsCollectionCommandInput extends EnableMetricsCollectionQuery {
|
|
6
|
+
}
|
|
7
|
+
export interface EnableMetricsCollectionCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class EnableMetricsCollectionCommand extends $Command<EnableMetricsCollectionCommandInput, EnableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: EnableMetricsCollectionCommandInput;
|
|
12
|
+
constructor(input: EnableMetricsCollectionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableMetricsCollectionCommandInput, EnableMetricsCollectionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { EnterStandbyAnswer, EnterStandbyQuery } from "../models/models_0";
|
|
5
|
+
export interface EnterStandbyCommandInput extends EnterStandbyQuery {
|
|
6
|
+
}
|
|
7
|
+
export interface EnterStandbyCommandOutput extends EnterStandbyAnswer, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class EnterStandbyCommand extends $Command<EnterStandbyCommandInput, EnterStandbyCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: EnterStandbyCommandInput;
|
|
12
|
+
constructor(input: EnterStandbyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnterStandbyCommandInput, EnterStandbyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { ExecutePolicyType } from "../models/models_0";
|
|
5
|
+
export interface ExecutePolicyCommandInput extends ExecutePolicyType {
|
|
6
|
+
}
|
|
7
|
+
export interface ExecutePolicyCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ExecutePolicyCommand extends $Command<ExecutePolicyCommandInput, ExecutePolicyCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: ExecutePolicyCommandInput;
|
|
12
|
+
constructor(input: ExecutePolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecutePolicyCommandInput, ExecutePolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { ExitStandbyAnswer, ExitStandbyQuery } from "../models/models_0";
|
|
5
|
+
export interface ExitStandbyCommandInput extends ExitStandbyQuery {
|
|
6
|
+
}
|
|
7
|
+
export interface ExitStandbyCommandOutput extends ExitStandbyAnswer, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ExitStandbyCommand extends $Command<ExitStandbyCommandInput, ExitStandbyCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: ExitStandbyCommandInput;
|
|
12
|
+
constructor(input: ExitStandbyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExitStandbyCommandInput, ExitStandbyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { GetPredictiveScalingForecastAnswer, GetPredictiveScalingForecastType } from "../models/models_0";
|
|
5
|
+
export interface GetPredictiveScalingForecastCommandInput extends GetPredictiveScalingForecastType {
|
|
6
|
+
}
|
|
7
|
+
export interface GetPredictiveScalingForecastCommandOutput extends GetPredictiveScalingForecastAnswer, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetPredictiveScalingForecastCommand extends $Command<GetPredictiveScalingForecastCommandInput, GetPredictiveScalingForecastCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: GetPredictiveScalingForecastCommandInput;
|
|
12
|
+
constructor(input: GetPredictiveScalingForecastCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPredictiveScalingForecastCommandInput, GetPredictiveScalingForecastCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { PutLifecycleHookAnswer, PutLifecycleHookType } from "../models/models_0";
|
|
5
|
+
export interface PutLifecycleHookCommandInput extends PutLifecycleHookType {
|
|
6
|
+
}
|
|
7
|
+
export interface PutLifecycleHookCommandOutput extends PutLifecycleHookAnswer, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutLifecycleHookCommand extends $Command<PutLifecycleHookCommandInput, PutLifecycleHookCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: PutLifecycleHookCommandInput;
|
|
12
|
+
constructor(input: PutLifecycleHookCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutLifecycleHookCommandInput, PutLifecycleHookCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { PutNotificationConfigurationType } from "../models/models_0";
|
|
5
|
+
export interface PutNotificationConfigurationCommandInput extends PutNotificationConfigurationType {
|
|
6
|
+
}
|
|
7
|
+
export interface PutNotificationConfigurationCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutNotificationConfigurationCommand extends $Command<PutNotificationConfigurationCommandInput, PutNotificationConfigurationCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: PutNotificationConfigurationCommandInput;
|
|
12
|
+
constructor(input: PutNotificationConfigurationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutNotificationConfigurationCommandInput, PutNotificationConfigurationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { PolicyARNType, PutScalingPolicyType } from "../models/models_0";
|
|
5
|
+
export interface PutScalingPolicyCommandInput extends PutScalingPolicyType {
|
|
6
|
+
}
|
|
7
|
+
export interface PutScalingPolicyCommandOutput extends PolicyARNType, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutScalingPolicyCommand extends $Command<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: PutScalingPolicyCommandInput;
|
|
12
|
+
constructor(input: PutScalingPolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { PutScheduledUpdateGroupActionType } from "../models/models_0";
|
|
5
|
+
export interface PutScheduledUpdateGroupActionCommandInput extends PutScheduledUpdateGroupActionType {
|
|
6
|
+
}
|
|
7
|
+
export interface PutScheduledUpdateGroupActionCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutScheduledUpdateGroupActionCommand extends $Command<PutScheduledUpdateGroupActionCommandInput, PutScheduledUpdateGroupActionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: PutScheduledUpdateGroupActionCommandInput;
|
|
12
|
+
constructor(input: PutScheduledUpdateGroupActionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutScheduledUpdateGroupActionCommandInput, PutScheduledUpdateGroupActionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { PutWarmPoolAnswer, PutWarmPoolType } from "../models/models_0";
|
|
5
|
+
export interface PutWarmPoolCommandInput extends PutWarmPoolType {
|
|
6
|
+
}
|
|
7
|
+
export interface PutWarmPoolCommandOutput extends PutWarmPoolAnswer, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutWarmPoolCommand extends $Command<PutWarmPoolCommandInput, PutWarmPoolCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: PutWarmPoolCommandInput;
|
|
12
|
+
constructor(input: PutWarmPoolCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutWarmPoolCommandInput, PutWarmPoolCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { RecordLifecycleActionHeartbeatAnswer, RecordLifecycleActionHeartbeatType } from "../models/models_0";
|
|
5
|
+
export interface RecordLifecycleActionHeartbeatCommandInput extends RecordLifecycleActionHeartbeatType {
|
|
6
|
+
}
|
|
7
|
+
export interface RecordLifecycleActionHeartbeatCommandOutput extends RecordLifecycleActionHeartbeatAnswer, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class RecordLifecycleActionHeartbeatCommand extends $Command<RecordLifecycleActionHeartbeatCommandInput, RecordLifecycleActionHeartbeatCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: RecordLifecycleActionHeartbeatCommandInput;
|
|
12
|
+
constructor(input: RecordLifecycleActionHeartbeatCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RecordLifecycleActionHeartbeatCommandInput, RecordLifecycleActionHeartbeatCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { ScalingProcessQuery } from "../models/models_0";
|
|
5
|
+
export interface ResumeProcessesCommandInput extends ScalingProcessQuery {
|
|
6
|
+
}
|
|
7
|
+
export interface ResumeProcessesCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ResumeProcessesCommand extends $Command<ResumeProcessesCommandInput, ResumeProcessesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: ResumeProcessesCommandInput;
|
|
12
|
+
constructor(input: ResumeProcessesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResumeProcessesCommandInput, ResumeProcessesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { SetDesiredCapacityType } from "../models/models_0";
|
|
5
|
+
export interface SetDesiredCapacityCommandInput extends SetDesiredCapacityType {
|
|
6
|
+
}
|
|
7
|
+
export interface SetDesiredCapacityCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class SetDesiredCapacityCommand extends $Command<SetDesiredCapacityCommandInput, SetDesiredCapacityCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: SetDesiredCapacityCommandInput;
|
|
12
|
+
constructor(input: SetDesiredCapacityCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetDesiredCapacityCommandInput, SetDesiredCapacityCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { SetInstanceHealthQuery } from "../models/models_0";
|
|
5
|
+
export interface SetInstanceHealthCommandInput extends SetInstanceHealthQuery {
|
|
6
|
+
}
|
|
7
|
+
export interface SetInstanceHealthCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class SetInstanceHealthCommand extends $Command<SetInstanceHealthCommandInput, SetInstanceHealthCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: SetInstanceHealthCommandInput;
|
|
12
|
+
constructor(input: SetInstanceHealthCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetInstanceHealthCommandInput, SetInstanceHealthCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { SetInstanceProtectionAnswer, SetInstanceProtectionQuery } from "../models/models_0";
|
|
5
|
+
export interface SetInstanceProtectionCommandInput extends SetInstanceProtectionQuery {
|
|
6
|
+
}
|
|
7
|
+
export interface SetInstanceProtectionCommandOutput extends SetInstanceProtectionAnswer, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class SetInstanceProtectionCommand extends $Command<SetInstanceProtectionCommandInput, SetInstanceProtectionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: SetInstanceProtectionCommandInput;
|
|
12
|
+
constructor(input: SetInstanceProtectionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetInstanceProtectionCommandInput, SetInstanceProtectionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { StartInstanceRefreshAnswer, StartInstanceRefreshType } from "../models/models_0";
|
|
5
|
+
export interface StartInstanceRefreshCommandInput extends StartInstanceRefreshType {
|
|
6
|
+
}
|
|
7
|
+
export interface StartInstanceRefreshCommandOutput extends StartInstanceRefreshAnswer, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class StartInstanceRefreshCommand extends $Command<StartInstanceRefreshCommandInput, StartInstanceRefreshCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: StartInstanceRefreshCommandInput;
|
|
12
|
+
constructor(input: StartInstanceRefreshCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartInstanceRefreshCommandInput, StartInstanceRefreshCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { ScalingProcessQuery } from "../models/models_0";
|
|
5
|
+
export interface SuspendProcessesCommandInput extends ScalingProcessQuery {
|
|
6
|
+
}
|
|
7
|
+
export interface SuspendProcessesCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class SuspendProcessesCommand extends $Command<SuspendProcessesCommandInput, SuspendProcessesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: SuspendProcessesCommandInput;
|
|
12
|
+
constructor(input: SuspendProcessesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SuspendProcessesCommandInput, SuspendProcessesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { ActivityType, TerminateInstanceInAutoScalingGroupType } from "../models/models_0";
|
|
5
|
+
export interface TerminateInstanceInAutoScalingGroupCommandInput extends TerminateInstanceInAutoScalingGroupType {
|
|
6
|
+
}
|
|
7
|
+
export interface TerminateInstanceInAutoScalingGroupCommandOutput extends ActivityType, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class TerminateInstanceInAutoScalingGroupCommand extends $Command<TerminateInstanceInAutoScalingGroupCommandInput, TerminateInstanceInAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: TerminateInstanceInAutoScalingGroupCommandInput;
|
|
12
|
+
constructor(input: TerminateInstanceInAutoScalingGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TerminateInstanceInAutoScalingGroupCommandInput, TerminateInstanceInAutoScalingGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
|
+
import { UpdateAutoScalingGroupType } from "../models/models_0";
|
|
5
|
+
export interface UpdateAutoScalingGroupCommandInput extends UpdateAutoScalingGroupType {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateAutoScalingGroupCommand extends $Command<UpdateAutoScalingGroupCommandInput, UpdateAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateAutoScalingGroupCommandInput;
|
|
12
|
+
constructor(input: UpdateAutoScalingGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAutoScalingGroupCommandInput, UpdateAutoScalingGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -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";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from "./AutoScaling";
|
|
2
|
+
export * from "./AutoScalingClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
7
|
+
export { AutoScalingServiceException } from "./models/AutoScalingServiceException";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
|
|
3
|
+
export declare class AutoScalingServiceException extends __ServiceException {
|
|
4
|
+
|
|
5
|
+
constructor(options: __ServiceExceptionOptions);
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./models_0";
|