@aws-sdk/client-auto-scaling 3.296.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 +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { LaunchConfigurationNamesType, LaunchConfigurationsType } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeLaunchConfigurationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeLaunchConfigurationsCommandInput extends LaunchConfigurationNamesType {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeLaunchConfigurationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeLaunchConfigurationsCommandOutput extends LaunchConfigurationsType, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about the launch configurations 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 DescribeLaunchConfigurationsCommandOutput extends LaunchConfigu
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeLaunchConfigurationsCommandInput - {@link DescribeLaunchConfigurationsCommandInput}
|
|
34
|
+
* @returns {@link DescribeLaunchConfigurationsCommandOutput}
|
|
28
35
|
* @see {@link DescribeLaunchConfigurationsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeLaunchConfigurationsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -76,11 +83,20 @@ export interface DescribeLaunchConfigurationsCommandOutput extends LaunchConfigu
|
|
|
76
83
|
export declare class DescribeLaunchConfigurationsCommand extends $Command<DescribeLaunchConfigurationsCommandInput, DescribeLaunchConfigurationsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
77
84
|
readonly input: DescribeLaunchConfigurationsCommandInput;
|
|
78
85
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
79
89
|
constructor(input: DescribeLaunchConfigurationsCommandInput);
|
|
80
90
|
/**
|
|
81
91
|
* @internal
|
|
82
92
|
*/
|
|
83
93
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLaunchConfigurationsCommandInput, DescribeLaunchConfigurationsCommandOutput>;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
84
97
|
private serialize;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
85
101
|
private deserialize;
|
|
86
102
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { DescribeLifecycleHookTypesAnswer } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeLifecycleHookTypesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeLifecycleHookTypesCommandInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeLifecycleHookTypesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeLifecycleHookTypesCommandOutput extends DescribeLifecycleHookTypesAnswer, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes the available types of lifecycle hooks.</p>
|
|
18
23
|
* <p>The following hook types are supported:</p>
|
|
19
24
|
* <ul>
|
|
@@ -38,6 +43,8 @@ export interface DescribeLifecycleHookTypesCommandOutput extends DescribeLifecyc
|
|
|
38
43
|
* const response = await client.send(command);
|
|
39
44
|
* ```
|
|
40
45
|
*
|
|
46
|
+
* @param DescribeLifecycleHookTypesCommandInput - {@link DescribeLifecycleHookTypesCommandInput}
|
|
47
|
+
* @returns {@link DescribeLifecycleHookTypesCommandOutput}
|
|
41
48
|
* @see {@link DescribeLifecycleHookTypesCommandInput} for command's `input` shape.
|
|
42
49
|
* @see {@link DescribeLifecycleHookTypesCommandOutput} for command's `response` shape.
|
|
43
50
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -68,11 +75,20 @@ export interface DescribeLifecycleHookTypesCommandOutput extends DescribeLifecyc
|
|
|
68
75
|
export declare class DescribeLifecycleHookTypesCommand extends $Command<DescribeLifecycleHookTypesCommandInput, DescribeLifecycleHookTypesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
69
76
|
readonly input: DescribeLifecycleHookTypesCommandInput;
|
|
70
77
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
71
81
|
constructor(input: DescribeLifecycleHookTypesCommandInput);
|
|
72
82
|
/**
|
|
73
83
|
* @internal
|
|
74
84
|
*/
|
|
75
85
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLifecycleHookTypesCommandInput, DescribeLifecycleHookTypesCommandOutput>;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
76
89
|
private serialize;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
77
93
|
private deserialize;
|
|
78
94
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { DescribeLifecycleHooksAnswer, DescribeLifecycleHooksType } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeLifecycleHooksCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeLifecycleHooksCommandInput extends DescribeLifecycleHooksType {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeLifecycleHooksCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeLifecycleHooksCommandOutput extends DescribeLifecycleHooksAnswer, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about the lifecycle hooks for the specified Auto Scaling group.</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 DescribeLifecycleHooksCommandOutput extends DescribeLifecycleHo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeLifecycleHooksCommandInput - {@link DescribeLifecycleHooksCommandInput}
|
|
34
|
+
* @returns {@link DescribeLifecycleHooksCommandOutput}
|
|
28
35
|
* @see {@link DescribeLifecycleHooksCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeLifecycleHooksCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -65,11 +72,20 @@ export interface DescribeLifecycleHooksCommandOutput extends DescribeLifecycleHo
|
|
|
65
72
|
export declare class DescribeLifecycleHooksCommand extends $Command<DescribeLifecycleHooksCommandInput, DescribeLifecycleHooksCommandOutput, AutoScalingClientResolvedConfig> {
|
|
66
73
|
readonly input: DescribeLifecycleHooksCommandInput;
|
|
67
74
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
+
/**
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
68
78
|
constructor(input: DescribeLifecycleHooksCommandInput);
|
|
69
79
|
/**
|
|
70
80
|
* @internal
|
|
71
81
|
*/
|
|
72
82
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLifecycleHooksCommandInput, DescribeLifecycleHooksCommandOutput>;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
73
86
|
private serialize;
|
|
87
|
+
/**
|
|
88
|
+
* @internal
|
|
89
|
+
*/
|
|
74
90
|
private deserialize;
|
|
75
91
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { DescribeLoadBalancerTargetGroupsRequest, DescribeLoadBalancerTargetGroupsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeLoadBalancerTargetGroupsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeLoadBalancerTargetGroupsCommandInput extends DescribeLoadBalancerTargetGroupsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeLoadBalancerTargetGroupsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeLoadBalancerTargetGroupsCommandOutput extends DescribeLoadBalancerTargetGroupsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about the Elastic Load Balancing target groups for the specified Auto Scaling group.</p>
|
|
18
23
|
* <p>To determine the attachment status of the target group, use the <code>State</code>
|
|
19
24
|
* element in the response. When you attach a target group to an Auto Scaling group, the initial
|
|
@@ -49,6 +54,8 @@ export interface DescribeLoadBalancerTargetGroupsCommandOutput extends DescribeL
|
|
|
49
54
|
* const response = await client.send(command);
|
|
50
55
|
* ```
|
|
51
56
|
*
|
|
57
|
+
* @param DescribeLoadBalancerTargetGroupsCommandInput - {@link DescribeLoadBalancerTargetGroupsCommandInput}
|
|
58
|
+
* @returns {@link DescribeLoadBalancerTargetGroupsCommandOutput}
|
|
52
59
|
* @see {@link DescribeLoadBalancerTargetGroupsCommandInput} for command's `input` shape.
|
|
53
60
|
* @see {@link DescribeLoadBalancerTargetGroupsCommandOutput} for command's `response` shape.
|
|
54
61
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -86,11 +93,20 @@ export interface DescribeLoadBalancerTargetGroupsCommandOutput extends DescribeL
|
|
|
86
93
|
export declare class DescribeLoadBalancerTargetGroupsCommand extends $Command<DescribeLoadBalancerTargetGroupsCommandInput, DescribeLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
87
94
|
readonly input: DescribeLoadBalancerTargetGroupsCommandInput;
|
|
88
95
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
+
/**
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
89
99
|
constructor(input: DescribeLoadBalancerTargetGroupsCommandInput);
|
|
90
100
|
/**
|
|
91
101
|
* @internal
|
|
92
102
|
*/
|
|
93
103
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLoadBalancerTargetGroupsCommandInput, DescribeLoadBalancerTargetGroupsCommandOutput>;
|
|
104
|
+
/**
|
|
105
|
+
* @internal
|
|
106
|
+
*/
|
|
94
107
|
private serialize;
|
|
108
|
+
/**
|
|
109
|
+
* @internal
|
|
110
|
+
*/
|
|
95
111
|
private deserialize;
|
|
96
112
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { DescribeLoadBalancersRequest, DescribeLoadBalancersResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeLoadBalancersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeLoadBalancersCommandInput extends DescribeLoadBalancersRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeLoadBalancersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancersResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about the load balancers for the specified Auto Scaling group.</p>
|
|
18
23
|
* <p>This operation describes only Classic Load Balancers. If you have Application Load Balancers, Network Load Balancers, or Gateway Load Balancer, use the
|
|
19
24
|
* <a>DescribeLoadBalancerTargetGroups</a> API instead.</p>
|
|
@@ -47,6 +52,8 @@ export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancer
|
|
|
47
52
|
* const response = await client.send(command);
|
|
48
53
|
* ```
|
|
49
54
|
*
|
|
55
|
+
* @param DescribeLoadBalancersCommandInput - {@link DescribeLoadBalancersCommandInput}
|
|
56
|
+
* @returns {@link DescribeLoadBalancersCommandOutput}
|
|
50
57
|
* @see {@link DescribeLoadBalancersCommandInput} for command's `input` shape.
|
|
51
58
|
* @see {@link DescribeLoadBalancersCommandOutput} for command's `response` shape.
|
|
52
59
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -84,11 +91,20 @@ export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancer
|
|
|
84
91
|
export declare class DescribeLoadBalancersCommand extends $Command<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, AutoScalingClientResolvedConfig> {
|
|
85
92
|
readonly input: DescribeLoadBalancersCommandInput;
|
|
86
93
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
87
97
|
constructor(input: DescribeLoadBalancersCommandInput);
|
|
88
98
|
/**
|
|
89
99
|
* @internal
|
|
90
100
|
*/
|
|
91
101
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput>;
|
|
102
|
+
/**
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
92
105
|
private serialize;
|
|
106
|
+
/**
|
|
107
|
+
* @internal
|
|
108
|
+
*/
|
|
93
109
|
private deserialize;
|
|
94
110
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { DescribeMetricCollectionTypesAnswer } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeMetricCollectionTypesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeMetricCollectionTypesCommandInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeMetricCollectionTypesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeMetricCollectionTypesCommandOutput extends DescribeMetricCollectionTypesAnswer, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes the available CloudWatch metrics for 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 DescribeMetricCollectionTypesCommandOutput extends DescribeMetr
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeMetricCollectionTypesCommandInput - {@link DescribeMetricCollectionTypesCommandInput}
|
|
34
|
+
* @returns {@link DescribeMetricCollectionTypesCommandOutput}
|
|
28
35
|
* @see {@link DescribeMetricCollectionTypesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeMetricCollectionTypesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -82,11 +89,20 @@ export interface DescribeMetricCollectionTypesCommandOutput extends DescribeMetr
|
|
|
82
89
|
export declare class DescribeMetricCollectionTypesCommand extends $Command<DescribeMetricCollectionTypesCommandInput, DescribeMetricCollectionTypesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
83
90
|
readonly input: DescribeMetricCollectionTypesCommandInput;
|
|
84
91
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
+
/**
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
85
95
|
constructor(input: DescribeMetricCollectionTypesCommandInput);
|
|
86
96
|
/**
|
|
87
97
|
* @internal
|
|
88
98
|
*/
|
|
89
99
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeMetricCollectionTypesCommandInput, DescribeMetricCollectionTypesCommandOutput>;
|
|
100
|
+
/**
|
|
101
|
+
* @internal
|
|
102
|
+
*/
|
|
90
103
|
private serialize;
|
|
104
|
+
/**
|
|
105
|
+
* @internal
|
|
106
|
+
*/
|
|
91
107
|
private deserialize;
|
|
92
108
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { DescribeNotificationConfigurationsAnswer, DescribeNotificationConfigurationsType } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeNotificationConfigurationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeNotificationConfigurationsCommandInput extends DescribeNotificationConfigurationsType {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeNotificationConfigurationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeNotificationConfigurationsCommandOutput extends DescribeNotificationConfigurationsAnswer, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about the Amazon SNS notifications that are configured for one or more
|
|
18
23
|
* Auto Scaling groups.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribeNotificationConfigurationsCommandOutput extends Describ
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribeNotificationConfigurationsCommandInput - {@link DescribeNotificationConfigurationsCommandInput}
|
|
35
|
+
* @returns {@link DescribeNotificationConfigurationsCommandOutput}
|
|
29
36
|
* @see {@link DescribeNotificationConfigurationsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribeNotificationConfigurationsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -71,11 +78,20 @@ export interface DescribeNotificationConfigurationsCommandOutput extends Describ
|
|
|
71
78
|
export declare class DescribeNotificationConfigurationsCommand extends $Command<DescribeNotificationConfigurationsCommandInput, DescribeNotificationConfigurationsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
72
79
|
readonly input: DescribeNotificationConfigurationsCommandInput;
|
|
73
80
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
+
/**
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
74
84
|
constructor(input: DescribeNotificationConfigurationsCommandInput);
|
|
75
85
|
/**
|
|
76
86
|
* @internal
|
|
77
87
|
*/
|
|
78
88
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeNotificationConfigurationsCommandInput, DescribeNotificationConfigurationsCommandOutput>;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
79
92
|
private serialize;
|
|
93
|
+
/**
|
|
94
|
+
* @internal
|
|
95
|
+
*/
|
|
80
96
|
private deserialize;
|
|
81
97
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { DescribePoliciesType, PoliciesType } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribePoliciesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribePoliciesCommandInput extends DescribePoliciesType {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribePoliciesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribePoliciesCommandOutput extends PoliciesType, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about the scaling policies 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 DescribePoliciesCommandOutput extends PoliciesType, __MetadataB
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribePoliciesCommandInput - {@link DescribePoliciesCommandInput}
|
|
34
|
+
* @returns {@link DescribePoliciesCommandOutput}
|
|
28
35
|
* @see {@link DescribePoliciesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribePoliciesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -79,11 +86,20 @@ export interface DescribePoliciesCommandOutput extends PoliciesType, __MetadataB
|
|
|
79
86
|
export declare class DescribePoliciesCommand extends $Command<DescribePoliciesCommandInput, DescribePoliciesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
80
87
|
readonly input: DescribePoliciesCommandInput;
|
|
81
88
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
+
/**
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
82
92
|
constructor(input: DescribePoliciesCommandInput);
|
|
83
93
|
/**
|
|
84
94
|
* @internal
|
|
85
95
|
*/
|
|
86
96
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePoliciesCommandInput, DescribePoliciesCommandOutput>;
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
87
100
|
private serialize;
|
|
101
|
+
/**
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
88
104
|
private deserialize;
|
|
89
105
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { ActivitiesType, DescribeScalingActivitiesType } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeScalingActivitiesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeScalingActivitiesCommandInput extends DescribeScalingActivitiesType {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeScalingActivitiesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeScalingActivitiesCommandOutput extends ActivitiesType, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about the scaling activities in the account and Region.</p>
|
|
18
23
|
* <p>When scaling events occur, you see a record of the scaling activity in the scaling
|
|
19
24
|
* activities. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-verify-scaling-activity.html">Verifying a scaling
|
|
@@ -33,6 +38,8 @@ export interface DescribeScalingActivitiesCommandOutput extends ActivitiesType,
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param DescribeScalingActivitiesCommandInput - {@link DescribeScalingActivitiesCommandInput}
|
|
42
|
+
* @returns {@link DescribeScalingActivitiesCommandOutput}
|
|
36
43
|
* @see {@link DescribeScalingActivitiesCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link DescribeScalingActivitiesCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -77,11 +84,20 @@ export interface DescribeScalingActivitiesCommandOutput extends ActivitiesType,
|
|
|
77
84
|
export declare class DescribeScalingActivitiesCommand extends $Command<DescribeScalingActivitiesCommandInput, DescribeScalingActivitiesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
78
85
|
readonly input: DescribeScalingActivitiesCommandInput;
|
|
79
86
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
80
90
|
constructor(input: DescribeScalingActivitiesCommandInput);
|
|
81
91
|
/**
|
|
82
92
|
* @internal
|
|
83
93
|
*/
|
|
84
94
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeScalingActivitiesCommandInput, DescribeScalingActivitiesCommandOutput>;
|
|
95
|
+
/**
|
|
96
|
+
* @internal
|
|
97
|
+
*/
|
|
85
98
|
private serialize;
|
|
99
|
+
/**
|
|
100
|
+
* @internal
|
|
101
|
+
*/
|
|
86
102
|
private deserialize;
|
|
87
103
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { ProcessesType } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeScalingProcessTypesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeScalingProcessTypesCommandInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeScalingProcessTypesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeScalingProcessTypesCommandOutput extends ProcessesType, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes the scaling process types for use with the <a>ResumeProcesses</a>
|
|
18
23
|
* and <a>SuspendProcesses</a> APIs.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribeScalingProcessTypesCommandOutput extends ProcessesType,
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribeScalingProcessTypesCommandInput - {@link DescribeScalingProcessTypesCommandInput}
|
|
35
|
+
* @returns {@link DescribeScalingProcessTypesCommandOutput}
|
|
29
36
|
* @see {@link DescribeScalingProcessTypesCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribeScalingProcessTypesCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -78,11 +85,20 @@ export interface DescribeScalingProcessTypesCommandOutput extends ProcessesType,
|
|
|
78
85
|
export declare class DescribeScalingProcessTypesCommand extends $Command<DescribeScalingProcessTypesCommandInput, DescribeScalingProcessTypesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
79
86
|
readonly input: DescribeScalingProcessTypesCommandInput;
|
|
80
87
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
+
/**
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
81
91
|
constructor(input: DescribeScalingProcessTypesCommandInput);
|
|
82
92
|
/**
|
|
83
93
|
* @internal
|
|
84
94
|
*/
|
|
85
95
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeScalingProcessTypesCommandInput, DescribeScalingProcessTypesCommandOutput>;
|
|
96
|
+
/**
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
86
99
|
private serialize;
|
|
100
|
+
/**
|
|
101
|
+
* @internal
|
|
102
|
+
*/
|
|
87
103
|
private deserialize;
|
|
88
104
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { DescribeScheduledActionsType, ScheduledActionsType } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeScheduledActionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeScheduledActionsCommandInput extends DescribeScheduledActionsType {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeScheduledActionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsType, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about the scheduled actions that haven't run or that have not reached
|
|
18
23
|
* their end time.</p>
|
|
19
24
|
* <p>To describe the scaling activities for scheduled actions that have already run, call
|
|
@@ -28,6 +33,8 @@ export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsT
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DescribeScheduledActionsCommandInput - {@link DescribeScheduledActionsCommandInput}
|
|
37
|
+
* @returns {@link DescribeScheduledActionsCommandOutput}
|
|
31
38
|
* @see {@link DescribeScheduledActionsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DescribeScheduledActionsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -72,11 +79,20 @@ export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsT
|
|
|
72
79
|
export declare class DescribeScheduledActionsCommand extends $Command<DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
73
80
|
readonly input: DescribeScheduledActionsCommandInput;
|
|
74
81
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
75
85
|
constructor(input: DescribeScheduledActionsCommandInput);
|
|
76
86
|
/**
|
|
77
87
|
* @internal
|
|
78
88
|
*/
|
|
79
89
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput>;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
80
93
|
private serialize;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
81
97
|
private deserialize;
|
|
82
98
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
5
5
|
import { DescribeTagsType, TagsType } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeTagsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeTagsCommandInput extends DescribeTagsType {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeTagsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeTagsCommandOutput extends TagsType, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes the specified tags.</p>
|
|
18
23
|
* <p>You can use filters to limit the results. For example, you can query for the tags for
|
|
19
24
|
* a specific Auto Scaling group. You can specify multiple values for a filter. A tag must match at
|
|
@@ -33,6 +38,8 @@ export interface DescribeTagsCommandOutput extends TagsType, __MetadataBearer {
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param DescribeTagsCommandInput - {@link DescribeTagsCommandInput}
|
|
42
|
+
* @returns {@link DescribeTagsCommandOutput}
|
|
36
43
|
* @see {@link DescribeTagsCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link DescribeTagsCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
@@ -87,11 +94,20 @@ export interface DescribeTagsCommandOutput extends TagsType, __MetadataBearer {
|
|
|
87
94
|
export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
88
95
|
readonly input: DescribeTagsCommandInput;
|
|
89
96
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
+
/**
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
90
100
|
constructor(input: DescribeTagsCommandInput);
|
|
91
101
|
/**
|
|
92
102
|
* @internal
|
|
93
103
|
*/
|
|
94
104
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTagsCommandInput, DescribeTagsCommandOutput>;
|
|
105
|
+
/**
|
|
106
|
+
* @internal
|
|
107
|
+
*/
|
|
95
108
|
private serialize;
|
|
109
|
+
/**
|
|
110
|
+
* @internal
|
|
111
|
+
*/
|
|
96
112
|
private deserialize;
|
|
97
113
|
}
|