@aws-sdk/client-auto-scaling 3.278.0 → 3.281.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/README.md +523 -0
- package/dist-types/commands/AttachInstancesCommand.d.ts +6 -0
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +6 -0
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +6 -0
- package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +6 -0
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +6 -0
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +6 -0
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +6 -0
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +6 -0
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +6 -0
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +6 -0
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +6 -0
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +6 -0
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +6 -0
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +6 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +6 -0
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -0
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +6 -0
- package/dist-types/commands/DescribePoliciesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +6 -0
- package/dist-types/commands/DetachInstancesCommand.d.ts +6 -0
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +6 -0
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +6 -0
- package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +6 -0
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +6 -0
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +6 -0
- package/dist-types/commands/EnterStandbyCommand.d.ts +6 -0
- package/dist-types/commands/ExecutePolicyCommand.d.ts +6 -0
- package/dist-types/commands/ExitStandbyCommand.d.ts +6 -0
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +6 -0
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +6 -0
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +6 -0
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +6 -0
- package/dist-types/commands/PutWarmPoolCommand.d.ts +6 -0
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +6 -0
- package/dist-types/commands/ResumeProcessesCommand.d.ts +6 -0
- package/dist-types/commands/RollbackInstanceRefreshCommand.d.ts +6 -0
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +6 -0
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +6 -0
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +6 -0
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +6 -0
- package/dist-types/commands/SuspendProcessesCommand.d.ts +6 -0
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +6 -0
- package/package.json +6 -6
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { EnableMetricsCollectionQuery } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link EnableMetricsCollectionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface EnableMetricsCollectionCommandInput extends EnableMetricsCollectionQuery {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link EnableMetricsCollectionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface EnableMetricsCollectionCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { EnterStandbyAnswer, EnterStandbyQuery } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link EnterStandbyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface EnterStandbyCommandInput extends EnterStandbyQuery {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link EnterStandbyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface EnterStandbyCommandOutput extends EnterStandbyAnswer, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { ExecutePolicyType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ExecutePolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ExecutePolicyCommandInput extends ExecutePolicyType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ExecutePolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ExecutePolicyCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { ExitStandbyAnswer, ExitStandbyQuery } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ExitStandbyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ExitStandbyCommandInput extends ExitStandbyQuery {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ExitStandbyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ExitStandbyCommandOutput extends ExitStandbyAnswer, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { GetPredictiveScalingForecastAnswer, GetPredictiveScalingForecastType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetPredictiveScalingForecastCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetPredictiveScalingForecastCommandInput extends GetPredictiveScalingForecastType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetPredictiveScalingForecastCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetPredictiveScalingForecastCommandOutput extends GetPredictiveScalingForecastAnswer, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { PutLifecycleHookAnswer, PutLifecycleHookType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutLifecycleHookCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutLifecycleHookCommandInput extends PutLifecycleHookType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutLifecycleHookCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutLifecycleHookCommandOutput extends PutLifecycleHookAnswer, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { PutNotificationConfigurationType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutNotificationConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutNotificationConfigurationCommandInput extends PutNotificationConfigurationType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutNotificationConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutNotificationConfigurationCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { PolicyARNType, PutScalingPolicyType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutScalingPolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutScalingPolicyCommandInput extends PutScalingPolicyType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutScalingPolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutScalingPolicyCommandOutput extends PolicyARNType, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { PutScheduledUpdateGroupActionType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutScheduledUpdateGroupActionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutScheduledUpdateGroupActionCommandInput extends PutScheduledUpdateGroupActionType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutScheduledUpdateGroupActionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutScheduledUpdateGroupActionCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { PutWarmPoolAnswer, PutWarmPoolType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutWarmPoolCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutWarmPoolCommandInput extends PutWarmPoolType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutWarmPoolCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutWarmPoolCommandOutput extends PutWarmPoolAnswer, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { RecordLifecycleActionHeartbeatAnswer, RecordLifecycleActionHeartbeatType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link RecordLifecycleActionHeartbeatCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface RecordLifecycleActionHeartbeatCommandInput extends RecordLifecycleActionHeartbeatType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link RecordLifecycleActionHeartbeatCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface RecordLifecycleActionHeartbeatCommandOutput extends RecordLifecycleActionHeartbeatAnswer, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { ScalingProcessQuery } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ResumeProcessesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ResumeProcessesCommandInput extends ScalingProcessQuery {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ResumeProcessesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ResumeProcessesCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { RollbackInstanceRefreshAnswer, RollbackInstanceRefreshType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link RollbackInstanceRefreshCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface RollbackInstanceRefreshCommandInput extends RollbackInstanceRefreshType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link RollbackInstanceRefreshCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface RollbackInstanceRefreshCommandOutput extends RollbackInstanceRefreshAnswer, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { SetDesiredCapacityType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link SetDesiredCapacityCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface SetDesiredCapacityCommandInput extends SetDesiredCapacityType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link SetDesiredCapacityCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface SetDesiredCapacityCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { SetInstanceHealthQuery } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link SetInstanceHealthCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface SetInstanceHealthCommandInput extends SetInstanceHealthQuery {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link SetInstanceHealthCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface SetInstanceHealthCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { SetInstanceProtectionAnswer, SetInstanceProtectionQuery } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link SetInstanceProtectionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface SetInstanceProtectionCommandInput extends SetInstanceProtectionQuery {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link SetInstanceProtectionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface SetInstanceProtectionCommandOutput extends SetInstanceProtectionAnswer, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { StartInstanceRefreshAnswer, StartInstanceRefreshType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link StartInstanceRefreshCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface StartInstanceRefreshCommandInput extends StartInstanceRefreshType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link StartInstanceRefreshCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface StartInstanceRefreshCommandOutput extends StartInstanceRefreshAnswer, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { ScalingProcessQuery } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link SuspendProcessesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface SuspendProcessesCommandInput extends ScalingProcessQuery {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link SuspendProcessesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface SuspendProcessesCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { ActivityType, TerminateInstanceInAutoScalingGroupType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link TerminateInstanceInAutoScalingGroupCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface TerminateInstanceInAutoScalingGroupCommandInput extends TerminateInstanceInAutoScalingGroupType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link TerminateInstanceInAutoScalingGroupCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface TerminateInstanceInAutoScalingGroupCommandOutput extends ActivityType, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { UpdateAutoScalingGroupType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateAutoScalingGroupCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateAutoScalingGroupCommandInput extends UpdateAutoScalingGroupType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateAutoScalingGroupCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-auto-scaling",
|
|
3
3
|
"description": "AWS SDK for JavaScript Auto Scaling Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.281.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.281.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.272.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.281.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.272.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.272.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.272.0",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"@aws-sdk/node-config-provider": "3.272.0",
|
|
40
40
|
"@aws-sdk/node-http-handler": "3.272.0",
|
|
41
41
|
"@aws-sdk/protocol-http": "3.272.0",
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
+
"@aws-sdk/smithy-client": "3.279.0",
|
|
43
43
|
"@aws-sdk/types": "3.272.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.272.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.279.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.279.0",
|
|
50
50
|
"@aws-sdk/util-endpoints": "3.272.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.272.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.272.0",
|