@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 { CancelInstanceRefreshAnswer, CancelInstanceRefreshType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CancelInstanceRefreshCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CancelInstanceRefreshCommandInput extends CancelInstanceRefreshType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CancelInstanceRefreshCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CancelInstanceRefreshCommandOutput extends CancelInstanceRefreshAnswer, __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 { CompleteLifecycleActionAnswer, CompleteLifecycleActionType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CompleteLifecycleActionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CompleteLifecycleActionCommandInput extends CompleteLifecycleActionType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CompleteLifecycleActionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CompleteLifecycleActionCommandOutput extends CompleteLifecycleActionAnswer, __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 { CreateAutoScalingGroupType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateAutoScalingGroupCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateAutoScalingGroupCommandInput extends CreateAutoScalingGroupType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateAutoScalingGroupCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateAutoScalingGroupCommandOutput 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 { CreateLaunchConfigurationType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateLaunchConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateLaunchConfigurationCommandInput extends CreateLaunchConfigurationType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateLaunchConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateLaunchConfigurationCommandOutput 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 { CreateOrUpdateTagsType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateOrUpdateTagsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateOrUpdateTagsCommandInput extends CreateOrUpdateTagsType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateOrUpdateTagsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateOrUpdateTagsCommandOutput 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 { DeleteAutoScalingGroupType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteAutoScalingGroupCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteAutoScalingGroupCommandInput extends DeleteAutoScalingGroupType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteAutoScalingGroupCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteAutoScalingGroupCommandOutput 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 { LaunchConfigurationNameType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteLaunchConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteLaunchConfigurationCommandInput extends LaunchConfigurationNameType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteLaunchConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteLaunchConfigurationCommandOutput 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 { DeleteLifecycleHookAnswer, DeleteLifecycleHookType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteLifecycleHookCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteLifecycleHookCommandInput extends DeleteLifecycleHookType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteLifecycleHookCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteLifecycleHookCommandOutput extends DeleteLifecycleHookAnswer, __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 { DeleteNotificationConfigurationType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteNotificationConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteNotificationConfigurationCommandInput extends DeleteNotificationConfigurationType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteNotificationConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteNotificationConfigurationCommandOutput 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 { DeletePolicyType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeletePolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeletePolicyCommandInput extends DeletePolicyType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeletePolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeletePolicyCommandOutput 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 { DeleteScheduledActionType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteScheduledActionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteScheduledActionCommandInput extends DeleteScheduledActionType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteScheduledActionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteScheduledActionCommandOutput 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 { DeleteTagsType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteTagsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteTagsCommandInput extends DeleteTagsType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteTagsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteTagsCommandOutput 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 { DeleteWarmPoolAnswer, DeleteWarmPoolType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteWarmPoolCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteWarmPoolCommandInput extends DeleteWarmPoolType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteWarmPoolCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteWarmPoolCommandOutput extends DeleteWarmPoolAnswer, __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 { DescribeAccountLimitsAnswer } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeAccountLimitsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeAccountLimitsCommandInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeAccountLimitsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimitsAnswer, __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 { DescribeAdjustmentTypesAnswer } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeAdjustmentTypesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeAdjustmentTypesCommandInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeAdjustmentTypesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeAdjustmentTypesCommandOutput extends DescribeAdjustmentTypesAnswer, __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 { AutoScalingGroupNamesType, AutoScalingGroupsType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeAutoScalingGroupsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeAutoScalingGroupsCommandInput extends AutoScalingGroupNamesType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeAutoScalingGroupsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeAutoScalingGroupsCommandOutput extends AutoScalingGroupsType, __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 { AutoScalingInstancesType, DescribeAutoScalingInstancesType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeAutoScalingInstancesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeAutoScalingInstancesCommandInput extends DescribeAutoScalingInstancesType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeAutoScalingInstancesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeAutoScalingInstancesCommandOutput extends AutoScalingInstancesType, __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 { DescribeAutoScalingNotificationTypesAnswer } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeAutoScalingNotificationTypesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeAutoScalingNotificationTypesCommandInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeAutoScalingNotificationTypesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeAutoScalingNotificationTypesCommandOutput extends DescribeAutoScalingNotificationTypesAnswer, __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 { DescribeInstanceRefreshesAnswer, DescribeInstanceRefreshesType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeInstanceRefreshesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeInstanceRefreshesCommandInput extends DescribeInstanceRefreshesType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeInstanceRefreshesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeInstanceRefreshesCommandOutput extends DescribeInstanceRefreshesAnswer, __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 { LaunchConfigurationNamesType, LaunchConfigurationsType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeLaunchConfigurationsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeLaunchConfigurationsCommandInput extends LaunchConfigurationNamesType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeLaunchConfigurationsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeLaunchConfigurationsCommandOutput extends LaunchConfigurationsType, __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 { DescribeLifecycleHookTypesAnswer } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeLifecycleHookTypesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeLifecycleHookTypesCommandInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeLifecycleHookTypesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeLifecycleHookTypesCommandOutput extends DescribeLifecycleHookTypesAnswer, __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 { DescribeLifecycleHooksAnswer, DescribeLifecycleHooksType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeLifecycleHooksCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeLifecycleHooksCommandInput extends DescribeLifecycleHooksType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeLifecycleHooksCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeLifecycleHooksCommandOutput extends DescribeLifecycleHooksAnswer, __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 { DescribeLoadBalancerTargetGroupsRequest, DescribeLoadBalancerTargetGroupsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeLoadBalancerTargetGroupsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeLoadBalancerTargetGroupsCommandInput extends DescribeLoadBalancerTargetGroupsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeLoadBalancerTargetGroupsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeLoadBalancerTargetGroupsCommandOutput extends DescribeLoadBalancerTargetGroupsResponse, __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 { DescribeLoadBalancersRequest, DescribeLoadBalancersResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeLoadBalancersCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeLoadBalancersCommandInput extends DescribeLoadBalancersRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeLoadBalancersCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancersResponse, __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 { DescribeMetricCollectionTypesAnswer } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeMetricCollectionTypesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeMetricCollectionTypesCommandInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeMetricCollectionTypesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeMetricCollectionTypesCommandOutput extends DescribeMetricCollectionTypesAnswer, __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 { DescribeNotificationConfigurationsAnswer, DescribeNotificationConfigurationsType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeNotificationConfigurationsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeNotificationConfigurationsCommandInput extends DescribeNotificationConfigurationsType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeNotificationConfigurationsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeNotificationConfigurationsCommandOutput extends DescribeNotificationConfigurationsAnswer, __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 { DescribePoliciesType, PoliciesType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribePoliciesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribePoliciesCommandInput extends DescribePoliciesType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribePoliciesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribePoliciesCommandOutput extends PoliciesType, __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 { ActivitiesType, DescribeScalingActivitiesType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeScalingActivitiesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeScalingActivitiesCommandInput extends DescribeScalingActivitiesType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeScalingActivitiesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeScalingActivitiesCommandOutput extends ActivitiesType, __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 { ProcessesType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeScalingProcessTypesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeScalingProcessTypesCommandInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeScalingProcessTypesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeScalingProcessTypesCommandOutput extends ProcessesType, __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 { DescribeScheduledActionsType, ScheduledActionsType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeScheduledActionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeScheduledActionsCommandInput extends DescribeScheduledActionsType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeScheduledActionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsType, __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 { DescribeTagsType, TagsType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeTagsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeTagsCommandInput extends DescribeTagsType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeTagsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeTagsCommandOutput extends TagsType, __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 { DescribeTerminationPolicyTypesAnswer } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeTerminationPolicyTypesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeTerminationPolicyTypesCommandInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeTerminationPolicyTypesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeTerminationPolicyTypesCommandOutput extends DescribeTerminationPolicyTypesAnswer, __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 { DescribeTrafficSourcesRequest, DescribeTrafficSourcesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeTrafficSourcesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeTrafficSourcesCommandInput extends DescribeTrafficSourcesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeTrafficSourcesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeTrafficSourcesCommandOutput extends DescribeTrafficSourcesResponse, __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 { DescribeWarmPoolAnswer, DescribeWarmPoolType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeWarmPoolCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeWarmPoolCommandInput extends DescribeWarmPoolType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeWarmPoolCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeWarmPoolCommandOutput extends DescribeWarmPoolAnswer, __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 { DetachInstancesAnswer, DetachInstancesQuery } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DetachInstancesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DetachInstancesCommandInput extends DetachInstancesQuery {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DetachInstancesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DetachInstancesCommandOutput extends DetachInstancesAnswer, __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 { DetachLoadBalancerTargetGroupsResultType, DetachLoadBalancerTargetGroupsType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DetachLoadBalancerTargetGroupsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DetachLoadBalancerTargetGroupsCommandInput extends DetachLoadBalancerTargetGroupsType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DetachLoadBalancerTargetGroupsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DetachLoadBalancerTargetGroupsCommandOutput extends DetachLoadBalancerTargetGroupsResultType, __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 { DetachLoadBalancersResultType, DetachLoadBalancersType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DetachLoadBalancersCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DetachLoadBalancersCommandInput extends DetachLoadBalancersType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DetachLoadBalancersCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DetachLoadBalancersCommandOutput extends DetachLoadBalancersResultType, __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 { DetachTrafficSourcesResultType, DetachTrafficSourcesType } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DetachTrafficSourcesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DetachTrafficSourcesCommandInput extends DetachTrafficSourcesType {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DetachTrafficSourcesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DetachTrafficSourcesCommandOutput extends DetachTrafficSourcesResultType, __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 { DisableMetricsCollectionQuery } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DisableMetricsCollectionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DisableMetricsCollectionCommandInput extends DisableMetricsCollectionQuery {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DisableMetricsCollectionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DisableMetricsCollectionCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|