@aws-sdk/client-auto-scaling 3.295.0 → 3.297.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/dist-cjs/protocols/Aws_query.js +112 -610
- package/dist-es/protocols/Aws_query.js +112 -610
- package/dist-types/AutoScaling.d.ts +66 -0
- package/dist-types/AutoScalingClient.d.ts +24 -4
- package/dist-types/commands/AttachInstancesCommand.d.ts +16 -0
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +16 -0
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +16 -0
- package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +16 -0
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +16 -0
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +16 -0
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +16 -0
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribePoliciesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +16 -0
- package/dist-types/commands/DetachInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +16 -0
- package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +16 -0
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +16 -0
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +16 -0
- package/dist-types/commands/EnterStandbyCommand.d.ts +16 -0
- package/dist-types/commands/ExecutePolicyCommand.d.ts +16 -0
- package/dist-types/commands/ExitStandbyCommand.d.ts +16 -0
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +16 -0
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +16 -0
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +16 -0
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +16 -0
- package/dist-types/commands/PutWarmPoolCommand.d.ts +16 -0
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +16 -0
- package/dist-types/commands/ResumeProcessesCommand.d.ts +16 -0
- package/dist-types/commands/RollbackInstanceRefreshCommand.d.ts +16 -0
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +16 -0
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +16 -0
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +16 -0
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +16 -0
- package/dist-types/commands/SuspendProcessesCommand.d.ts +16 -0
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +16 -0
- package/dist-types/models/AutoScalingServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +466 -0
- package/dist-types/pagination/DescribeAutoScalingGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeAutoScalingInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLaunchConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNotificationConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribePoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeScalingActivitiesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeScheduledActionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTagsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/package.json +30 -30
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { DeleteLifecycleHookAnswer, DeleteLifecycleHookType } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteLifecycleHookCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteLifecycleHookCommandInput extends DeleteLifecycleHookType {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteLifecycleHookCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteLifecycleHookCommandOutput extends DeleteLifecycleHookAnswer, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified lifecycle hook.</p>
|
|
18
23
|
* <p>If there are any outstanding lifecycle actions, they are completed first
|
|
19
24
|
* (<code>ABANDON</code> for launching instances, <code>CONTINUE</code> for terminating
|
|
@@ -28,6 +33,8 @@ export interface DeleteLifecycleHookCommandOutput extends DeleteLifecycleHookAns
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DeleteLifecycleHookCommandInput - {@link DeleteLifecycleHookCommandInput}
|
|
37
|
+
* @returns {@link DeleteLifecycleHookCommandOutput}
|
|
31
38
|
* @see {@link DeleteLifecycleHookCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DeleteLifecycleHookCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface DeleteLifecycleHookCommandOutput extends DeleteLifecycleHookAns
|
|
|
53
60
|
export declare class DeleteLifecycleHookCommand extends $Command<DeleteLifecycleHookCommandInput, DeleteLifecycleHookCommandOutput, AutoScalingClientResolvedConfig> {
|
|
54
61
|
readonly input: DeleteLifecycleHookCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: DeleteLifecycleHookCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLifecycleHookCommandInput, DeleteLifecycleHookCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { DeleteNotificationConfigurationType } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteNotificationConfigurationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteNotificationConfigurationCommandInput extends DeleteNotificationConfigurationType {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteNotificationConfigurationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteNotificationConfigurationCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified notification.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteNotificationConfigurationCommandOutput extends __Metadata
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteNotificationConfigurationCommandInput - {@link DeleteNotificationConfigurationCommandInput}
|
|
34
|
+
* @returns {@link DeleteNotificationConfigurationCommandOutput}
|
|
28
35
|
* @see {@link DeleteNotificationConfigurationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteNotificationConfigurationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface DeleteNotificationConfigurationCommandOutput extends __Metadata
|
|
|
50
57
|
export declare class DeleteNotificationConfigurationCommand extends $Command<DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput, AutoScalingClientResolvedConfig> {
|
|
51
58
|
readonly input: DeleteNotificationConfigurationCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: DeleteNotificationConfigurationCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { DeletePolicyType } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeletePolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeletePolicyCommandInput extends DeletePolicyType {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeletePolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeletePolicyCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified scaling policy.</p>
|
|
18
23
|
* <p>Deleting either a step scaling policy or a simple scaling policy deletes the
|
|
19
24
|
* underlying alarm action, but does not delete the alarm, even if it no longer has an
|
|
@@ -30,6 +35,8 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param DeletePolicyCommandInput - {@link DeletePolicyCommandInput}
|
|
39
|
+
* @returns {@link DeletePolicyCommandOutput}
|
|
33
40
|
* @see {@link DeletePolicyCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link DeletePolicyCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
|
|
|
58
65
|
export declare class DeletePolicyCommand extends $Command<DeletePolicyCommandInput, DeletePolicyCommandOutput, AutoScalingClientResolvedConfig> {
|
|
59
66
|
readonly input: DeletePolicyCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: DeletePolicyCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePolicyCommandInput, DeletePolicyCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { DeleteScheduledActionType } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteScheduledActionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteScheduledActionCommandInput extends DeleteScheduledActionType {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteScheduledActionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified scheduled action.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteScheduledActionCommandInput - {@link DeleteScheduledActionCommandInput}
|
|
34
|
+
* @returns {@link DeleteScheduledActionCommandOutput}
|
|
28
35
|
* @see {@link DeleteScheduledActionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteScheduledActionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {
|
|
|
50
57
|
export declare class DeleteScheduledActionCommand extends $Command<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
51
58
|
readonly input: DeleteScheduledActionCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: DeleteScheduledActionCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { DeleteTagsType } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteTagsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteTagsCommandInput extends DeleteTagsType {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteTagsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteTagsCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified tags.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteTagsCommandInput - {@link DeleteTagsCommandInput}
|
|
34
|
+
* @returns {@link DeleteTagsCommandOutput}
|
|
28
35
|
* @see {@link DeleteTagsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteTagsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -59,11 +66,20 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
|
|
|
59
66
|
export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
60
67
|
readonly input: DeleteTagsCommandInput;
|
|
61
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
62
72
|
constructor(input: DeleteTagsCommandInput);
|
|
63
73
|
/**
|
|
64
74
|
* @internal
|
|
65
75
|
*/
|
|
66
76
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTagsCommandInput, DeleteTagsCommandOutput>;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
67
80
|
private serialize;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
68
84
|
private deserialize;
|
|
69
85
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { DeleteWarmPoolAnswer, DeleteWarmPoolType } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteWarmPoolCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteWarmPoolCommandInput extends DeleteWarmPoolType {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteWarmPoolCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteWarmPoolCommandOutput extends DeleteWarmPoolAnswer, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the warm pool for the specified Auto Scaling group.</p>
|
|
18
23
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-warm-pools.html">Warm pools for
|
|
19
24
|
* Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
@@ -27,6 +32,8 @@ export interface DeleteWarmPoolCommandOutput extends DeleteWarmPoolAnswer, __Met
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DeleteWarmPoolCommandInput - {@link DeleteWarmPoolCommandInput}
|
|
36
|
+
* @returns {@link DeleteWarmPoolCommandOutput}
|
|
30
37
|
* @see {@link DeleteWarmPoolCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DeleteWarmPoolCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface DeleteWarmPoolCommandOutput extends DeleteWarmPoolAnswer, __Met
|
|
|
53
60
|
export declare class DeleteWarmPoolCommand extends $Command<DeleteWarmPoolCommandInput, DeleteWarmPoolCommandOutput, AutoScalingClientResolvedConfig> {
|
|
54
61
|
readonly input: DeleteWarmPoolCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: DeleteWarmPoolCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWarmPoolCommandInput, DeleteWarmPoolCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { DescribeAccountLimitsAnswer } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeAccountLimitsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeAccountLimitsCommandInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeAccountLimitsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimitsAnswer, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes the current Amazon EC2 Auto Scaling resource quotas for your account.</p>
|
|
18
23
|
* <p>When you establish an Amazon Web Services account, the account has initial quotas on the maximum
|
|
19
24
|
* number of Auto Scaling groups and launch configurations that you can create in a given Region.
|
|
@@ -29,6 +34,8 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param DescribeAccountLimitsCommandInput - {@link DescribeAccountLimitsCommandInput}
|
|
38
|
+
* @returns {@link DescribeAccountLimitsCommandOutput}
|
|
32
39
|
* @see {@link DescribeAccountLimitsCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link DescribeAccountLimitsCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -59,11 +66,20 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
|
|
|
59
66
|
export declare class DescribeAccountLimitsCommand extends $Command<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
60
67
|
readonly input: DescribeAccountLimitsCommandInput;
|
|
61
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
62
72
|
constructor(input: DescribeAccountLimitsCommandInput);
|
|
63
73
|
/**
|
|
64
74
|
* @internal
|
|
65
75
|
*/
|
|
66
76
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput>;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
67
80
|
private serialize;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
68
84
|
private deserialize;
|
|
69
85
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { DescribeAdjustmentTypesAnswer } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeAdjustmentTypesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeAdjustmentTypesCommandInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeAdjustmentTypesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeAdjustmentTypesCommandOutput extends DescribeAdjustmentTypesAnswer, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes the available adjustment types for step scaling and simple scaling
|
|
18
23
|
* policies.</p>
|
|
19
24
|
* <p>The following adjustment types are supported:</p>
|
|
@@ -44,6 +49,8 @@ export interface DescribeAdjustmentTypesCommandOutput extends DescribeAdjustment
|
|
|
44
49
|
* const response = await client.send(command);
|
|
45
50
|
* ```
|
|
46
51
|
*
|
|
52
|
+
* @param DescribeAdjustmentTypesCommandInput - {@link DescribeAdjustmentTypesCommandInput}
|
|
53
|
+
* @returns {@link DescribeAdjustmentTypesCommandOutput}
|
|
47
54
|
* @see {@link DescribeAdjustmentTypesCommandInput} for command's `input` shape.
|
|
48
55
|
* @see {@link DescribeAdjustmentTypesCommandOutput} for command's `response` shape.
|
|
49
56
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -81,11 +88,20 @@ export interface DescribeAdjustmentTypesCommandOutput extends DescribeAdjustment
|
|
|
81
88
|
export declare class DescribeAdjustmentTypesCommand extends $Command<DescribeAdjustmentTypesCommandInput, DescribeAdjustmentTypesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
82
89
|
readonly input: DescribeAdjustmentTypesCommandInput;
|
|
83
90
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
+
/**
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
84
94
|
constructor(input: DescribeAdjustmentTypesCommandInput);
|
|
85
95
|
/**
|
|
86
96
|
* @internal
|
|
87
97
|
*/
|
|
88
98
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAdjustmentTypesCommandInput, DescribeAdjustmentTypesCommandOutput>;
|
|
99
|
+
/**
|
|
100
|
+
* @internal
|
|
101
|
+
*/
|
|
89
102
|
private serialize;
|
|
103
|
+
/**
|
|
104
|
+
* @internal
|
|
105
|
+
*/
|
|
90
106
|
private deserialize;
|
|
91
107
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { AutoScalingGroupNamesType, AutoScalingGroupsType } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeAutoScalingGroupsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeAutoScalingGroupsCommandInput extends AutoScalingGroupNamesType {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeAutoScalingGroupsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeAutoScalingGroupsCommandOutput extends AutoScalingGroupsType, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about the Auto Scaling groups in the account and Region.</p>
|
|
18
23
|
* <p>If you specify Auto Scaling group names, the output includes information for only the
|
|
19
24
|
* specified Auto Scaling groups. If you specify filters, the output includes information for only
|
|
@@ -31,6 +36,8 @@ export interface DescribeAutoScalingGroupsCommandOutput extends AutoScalingGroup
|
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
33
38
|
*
|
|
39
|
+
* @param DescribeAutoScalingGroupsCommandInput - {@link DescribeAutoScalingGroupsCommandInput}
|
|
40
|
+
* @returns {@link DescribeAutoScalingGroupsCommandOutput}
|
|
34
41
|
* @see {@link DescribeAutoScalingGroupsCommandInput} for command's `input` shape.
|
|
35
42
|
* @see {@link DescribeAutoScalingGroupsCommandOutput} for command's `response` shape.
|
|
36
43
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -100,11 +107,20 @@ export interface DescribeAutoScalingGroupsCommandOutput extends AutoScalingGroup
|
|
|
100
107
|
export declare class DescribeAutoScalingGroupsCommand extends $Command<DescribeAutoScalingGroupsCommandInput, DescribeAutoScalingGroupsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
101
108
|
readonly input: DescribeAutoScalingGroupsCommandInput;
|
|
102
109
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
110
|
+
/**
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
103
113
|
constructor(input: DescribeAutoScalingGroupsCommandInput);
|
|
104
114
|
/**
|
|
105
115
|
* @internal
|
|
106
116
|
*/
|
|
107
117
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAutoScalingGroupsCommandInput, DescribeAutoScalingGroupsCommandOutput>;
|
|
118
|
+
/**
|
|
119
|
+
* @internal
|
|
120
|
+
*/
|
|
108
121
|
private serialize;
|
|
122
|
+
/**
|
|
123
|
+
* @internal
|
|
124
|
+
*/
|
|
109
125
|
private deserialize;
|
|
110
126
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { AutoScalingInstancesType, DescribeAutoScalingInstancesType } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeAutoScalingInstancesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeAutoScalingInstancesCommandInput extends DescribeAutoScalingInstancesType {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeAutoScalingInstancesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeAutoScalingInstancesCommandOutput extends AutoScalingInstancesType, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about the Auto Scaling instances in the account and Region.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeAutoScalingInstancesCommandOutput extends AutoScalingIn
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeAutoScalingInstancesCommandInput - {@link DescribeAutoScalingInstancesCommandInput}
|
|
34
|
+
* @returns {@link DescribeAutoScalingInstancesCommandOutput}
|
|
28
35
|
* @see {@link DescribeAutoScalingInstancesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeAutoScalingInstancesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -69,11 +76,20 @@ export interface DescribeAutoScalingInstancesCommandOutput extends AutoScalingIn
|
|
|
69
76
|
export declare class DescribeAutoScalingInstancesCommand extends $Command<DescribeAutoScalingInstancesCommandInput, DescribeAutoScalingInstancesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
70
77
|
readonly input: DescribeAutoScalingInstancesCommandInput;
|
|
71
78
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
+
/**
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
72
82
|
constructor(input: DescribeAutoScalingInstancesCommandInput);
|
|
73
83
|
/**
|
|
74
84
|
* @internal
|
|
75
85
|
*/
|
|
76
86
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAutoScalingInstancesCommandInput, DescribeAutoScalingInstancesCommandOutput>;
|
|
87
|
+
/**
|
|
88
|
+
* @internal
|
|
89
|
+
*/
|
|
77
90
|
private serialize;
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
78
94
|
private deserialize;
|
|
79
95
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { DescribeAutoScalingNotificationTypesAnswer } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeAutoScalingNotificationTypesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeAutoScalingNotificationTypesCommandInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeAutoScalingNotificationTypesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeAutoScalingNotificationTypesCommandOutput extends DescribeAutoScalingNotificationTypesAnswer, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes the notification types that are supported by Amazon EC2 Auto Scaling.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeAutoScalingNotificationTypesCommandOutput extends Descr
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeAutoScalingNotificationTypesCommandInput - {@link DescribeAutoScalingNotificationTypesCommandInput}
|
|
34
|
+
* @returns {@link DescribeAutoScalingNotificationTypesCommandOutput}
|
|
28
35
|
* @see {@link DescribeAutoScalingNotificationTypesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeAutoScalingNotificationTypesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface DescribeAutoScalingNotificationTypesCommandOutput extends Descr
|
|
|
58
65
|
export declare class DescribeAutoScalingNotificationTypesCommand extends $Command<DescribeAutoScalingNotificationTypesCommandInput, DescribeAutoScalingNotificationTypesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
59
66
|
readonly input: DescribeAutoScalingNotificationTypesCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: DescribeAutoScalingNotificationTypesCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAutoScalingNotificationTypesCommandInput, DescribeAutoScalingNotificationTypesCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { DescribeInstanceRefreshesAnswer, DescribeInstanceRefreshesType } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeInstanceRefreshesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeInstanceRefreshesCommandInput extends DescribeInstanceRefreshesType {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeInstanceRefreshesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeInstanceRefreshesCommandOutput extends DescribeInstanceRefreshesAnswer, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about the instance refreshes for the specified Auto Scaling group.</p>
|
|
18
23
|
* <p>This operation is part of the <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-refresh.html">instance refresh
|
|
19
24
|
* feature</a> in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group
|
|
@@ -34,6 +39,8 @@ export interface DescribeInstanceRefreshesCommandOutput extends DescribeInstance
|
|
|
34
39
|
* const response = await client.send(command);
|
|
35
40
|
* ```
|
|
36
41
|
*
|
|
42
|
+
* @param DescribeInstanceRefreshesCommandInput - {@link DescribeInstanceRefreshesCommandInput}
|
|
43
|
+
* @returns {@link DescribeInstanceRefreshesCommandOutput}
|
|
37
44
|
* @see {@link DescribeInstanceRefreshesCommandInput} for command's `input` shape.
|
|
38
45
|
* @see {@link DescribeInstanceRefreshesCommandOutput} for command's `response` shape.
|
|
39
46
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -84,11 +91,20 @@ export interface DescribeInstanceRefreshesCommandOutput extends DescribeInstance
|
|
|
84
91
|
export declare class DescribeInstanceRefreshesCommand extends $Command<DescribeInstanceRefreshesCommandInput, DescribeInstanceRefreshesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
85
92
|
readonly input: DescribeInstanceRefreshesCommandInput;
|
|
86
93
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
87
97
|
constructor(input: DescribeInstanceRefreshesCommandInput);
|
|
88
98
|
/**
|
|
89
99
|
* @internal
|
|
90
100
|
*/
|
|
91
101
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInstanceRefreshesCommandInput, DescribeInstanceRefreshesCommandOutput>;
|
|
102
|
+
/**
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
92
105
|
private serialize;
|
|
106
|
+
/**
|
|
107
|
+
* @internal
|
|
108
|
+
*/
|
|
93
109
|
private deserialize;
|
|
94
110
|
}
|