@aws-sdk/client-auto-scaling 3.288.0 → 3.290.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-types/commands/AttachInstancesCommand.d.ts +22 -0
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +22 -0
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +22 -0
- package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +8 -0
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +5 -0
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +14 -0
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +31 -0
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +19 -0
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +102 -0
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +31 -0
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +43 -0
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +19 -0
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +17 -0
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +17 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +20 -0
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +17 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +26 -0
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +18 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +29 -0
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +61 -0
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +25 -0
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +42 -0
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +43 -0
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +22 -0
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +32 -0
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +29 -0
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +29 -0
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +49 -0
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +37 -0
- package/dist-types/commands/DescribePoliciesCommand.d.ts +46 -0
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +44 -0
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +46 -0
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +25 -0
- package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +8 -0
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +14 -0
- package/dist-types/commands/DetachInstancesCommand.d.ts +36 -0
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +19 -0
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +19 -0
- package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +5 -0
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +19 -0
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +17 -0
- package/dist-types/commands/EnterStandbyCommand.d.ts +36 -0
- package/dist-types/commands/ExecutePolicyCommand.d.ts +23 -0
- package/dist-types/commands/ExitStandbyCommand.d.ts +35 -0
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +5 -0
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +26 -0
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +29 -0
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +49 -0
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +31 -0
- package/dist-types/commands/PutWarmPoolCommand.d.ts +27 -0
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +18 -0
- package/dist-types/commands/ResumeProcessesCommand.d.ts +22 -0
- package/dist-types/commands/RollbackInstanceRefreshCommand.d.ts +21 -0
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +22 -0
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +17 -0
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +41 -0
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +42 -0
- package/dist-types/commands/SuspendProcessesCommand.d.ts +22 -0
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +21 -0
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +30 -0
- package/package.json +30 -30
|
@@ -30,6 +30,50 @@ export interface DescribeScalingProcessTypesCommandOutput extends ProcessesType,
|
|
|
30
30
|
* @see {@link DescribeScalingProcessTypesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ResourceContentionFault} (server fault)
|
|
34
|
+
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
35
|
+
* instance, or load balancer).</p>
|
|
36
|
+
*
|
|
37
|
+
*
|
|
38
|
+
* @example To describe the Auto Scaling process types
|
|
39
|
+
* ```javascript
|
|
40
|
+
* // This example describes the Auto Scaling process types.
|
|
41
|
+
* const input = undefined;
|
|
42
|
+
* const command = new DescribeScalingProcessTypesCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* /* response ==
|
|
45
|
+
* {
|
|
46
|
+
* "Processes": [
|
|
47
|
+
* {
|
|
48
|
+
* "ProcessName": "AZRebalance"
|
|
49
|
+
* },
|
|
50
|
+
* {
|
|
51
|
+
* "ProcessName": "AddToLoadBalancer"
|
|
52
|
+
* },
|
|
53
|
+
* {
|
|
54
|
+
* "ProcessName": "AlarmNotification"
|
|
55
|
+
* },
|
|
56
|
+
* {
|
|
57
|
+
* "ProcessName": "HealthCheck"
|
|
58
|
+
* },
|
|
59
|
+
* {
|
|
60
|
+
* "ProcessName": "Launch"
|
|
61
|
+
* },
|
|
62
|
+
* {
|
|
63
|
+
* "ProcessName": "ReplaceUnhealthy"
|
|
64
|
+
* },
|
|
65
|
+
* {
|
|
66
|
+
* "ProcessName": "ScheduledActions"
|
|
67
|
+
* },
|
|
68
|
+
* {
|
|
69
|
+
* "ProcessName": "Terminate"
|
|
70
|
+
* }
|
|
71
|
+
* ]
|
|
72
|
+
* }
|
|
73
|
+
* *\/
|
|
74
|
+
* // example id: autoscaling-describe-scaling-process-types-1
|
|
75
|
+
* ```
|
|
76
|
+
*
|
|
33
77
|
*/
|
|
34
78
|
export declare class DescribeScalingProcessTypesCommand extends $Command<DescribeScalingProcessTypesCommandInput, DescribeScalingProcessTypesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
35
79
|
readonly input: DescribeScalingProcessTypesCommandInput;
|
|
@@ -32,6 +32,42 @@ export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsT
|
|
|
32
32
|
* @see {@link DescribeScheduledActionsCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
36
|
+
* <p>The <code>NextToken</code> value is not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceContentionFault} (server fault)
|
|
39
|
+
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
40
|
+
* instance, or load balancer).</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
43
|
+
* @example To describe scheduled actions
|
|
44
|
+
* ```javascript
|
|
45
|
+
* // This example describes the scheduled actions for the specified Auto Scaling group.
|
|
46
|
+
* const input = {
|
|
47
|
+
* "AutoScalingGroupName": "my-auto-scaling-group"
|
|
48
|
+
* };
|
|
49
|
+
* const command = new DescribeScheduledActionsCommand(input);
|
|
50
|
+
* const response = await client.send(command);
|
|
51
|
+
* /* response ==
|
|
52
|
+
* {
|
|
53
|
+
* "ScheduledUpdateGroupActions": [
|
|
54
|
+
* {
|
|
55
|
+
* "AutoScalingGroupName": "my-auto-scaling-group",
|
|
56
|
+
* "DesiredCapacity": 4,
|
|
57
|
+
* "MaxSize": 6,
|
|
58
|
+
* "MinSize": 2,
|
|
59
|
+
* "Recurrence": "30 0 1 12 0",
|
|
60
|
+
* "ScheduledActionARN": "arn:aws:autoscaling:us-west-2:123456789012:scheduledUpdateGroupAction:8e86b655-b2e6-4410-8f29-b4f094d6871c:autoScalingGroupName/my-auto-scaling-group:scheduledActionName/my-scheduled-action",
|
|
61
|
+
* "ScheduledActionName": "my-scheduled-action",
|
|
62
|
+
* "StartTime": "2016-12-01T00:30:00Z",
|
|
63
|
+
* "Time": "2016-12-01T00:30:00Z"
|
|
64
|
+
* }
|
|
65
|
+
* ]
|
|
66
|
+
* }
|
|
67
|
+
* *\/
|
|
68
|
+
* // example id: autoscaling-describe-scheduled-actions-1
|
|
69
|
+
* ```
|
|
70
|
+
*
|
|
35
71
|
*/
|
|
36
72
|
export declare class DescribeScheduledActionsCommand extends $Command<DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
37
73
|
readonly input: DescribeScheduledActionsCommandInput;
|
|
@@ -37,6 +37,52 @@ export interface DescribeTagsCommandOutput extends TagsType, __MetadataBearer {
|
|
|
37
37
|
* @see {@link DescribeTagsCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
41
|
+
* <p>The <code>NextToken</code> value is not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceContentionFault} (server fault)
|
|
44
|
+
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
45
|
+
* instance, or load balancer).</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
48
|
+
* @example To describe tags
|
|
49
|
+
* ```javascript
|
|
50
|
+
* // This example describes the tags for the specified Auto Scaling group.
|
|
51
|
+
* const input = {
|
|
52
|
+
* "Filters": [
|
|
53
|
+
* {
|
|
54
|
+
* "Name": "auto-scaling-group",
|
|
55
|
+
* "Values": [
|
|
56
|
+
* "my-auto-scaling-group"
|
|
57
|
+
* ]
|
|
58
|
+
* }
|
|
59
|
+
* ]
|
|
60
|
+
* };
|
|
61
|
+
* const command = new DescribeTagsCommand(input);
|
|
62
|
+
* const response = await client.send(command);
|
|
63
|
+
* /* response ==
|
|
64
|
+
* {
|
|
65
|
+
* "Tags": [
|
|
66
|
+
* {
|
|
67
|
+
* "Key": "Dept",
|
|
68
|
+
* "PropagateAtLaunch": true,
|
|
69
|
+
* "ResourceId": "my-auto-scaling-group",
|
|
70
|
+
* "ResourceType": "auto-scaling-group",
|
|
71
|
+
* "Value": "Research"
|
|
72
|
+
* },
|
|
73
|
+
* {
|
|
74
|
+
* "Key": "Role",
|
|
75
|
+
* "PropagateAtLaunch": true,
|
|
76
|
+
* "ResourceId": "my-auto-scaling-group",
|
|
77
|
+
* "ResourceType": "auto-scaling-group",
|
|
78
|
+
* "Value": "WebServer"
|
|
79
|
+
* }
|
|
80
|
+
* ]
|
|
81
|
+
* }
|
|
82
|
+
* *\/
|
|
83
|
+
* // example id: autoscaling-describe-tags-1
|
|
84
|
+
* ```
|
|
85
|
+
*
|
|
40
86
|
*/
|
|
41
87
|
export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
42
88
|
readonly input: DescribeTagsCommandInput;
|
|
@@ -32,6 +32,31 @@ export interface DescribeTerminationPolicyTypesCommandOutput extends DescribeTer
|
|
|
32
32
|
* @see {@link DescribeTerminationPolicyTypesCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link ResourceContentionFault} (server fault)
|
|
36
|
+
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
37
|
+
* instance, or load balancer).</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
40
|
+
* @example To describe termination policy types
|
|
41
|
+
* ```javascript
|
|
42
|
+
* // This example describes the available termination policy types.
|
|
43
|
+
* const input = undefined;
|
|
44
|
+
* const command = new DescribeTerminationPolicyTypesCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* /* response ==
|
|
47
|
+
* {
|
|
48
|
+
* "TerminationPolicyTypes": [
|
|
49
|
+
* "ClosestToNextInstanceHour",
|
|
50
|
+
* "Default",
|
|
51
|
+
* "NewestInstance",
|
|
52
|
+
* "OldestInstance",
|
|
53
|
+
* "OldestLaunchConfiguration"
|
|
54
|
+
* ]
|
|
55
|
+
* }
|
|
56
|
+
* *\/
|
|
57
|
+
* // example id: autoscaling-describe-termination-policy-types-1
|
|
58
|
+
* ```
|
|
59
|
+
*
|
|
35
60
|
*/
|
|
36
61
|
export declare class DescribeTerminationPolicyTypesCommand extends $Command<DescribeTerminationPolicyTypesCommandInput, DescribeTerminationPolicyTypesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
37
62
|
readonly input: DescribeTerminationPolicyTypesCommandInput;
|
|
@@ -33,6 +33,14 @@ export interface DescribeTrafficSourcesCommandOutput extends DescribeTrafficSour
|
|
|
33
33
|
* @see {@link DescribeTrafficSourcesCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
37
|
+
* <p>The <code>NextToken</code> value is not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceContentionFault} (server fault)
|
|
40
|
+
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
41
|
+
* instance, or load balancer).</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
36
44
|
*/
|
|
37
45
|
export declare class DescribeTrafficSourcesCommand extends $Command<DescribeTrafficSourcesCommandInput, DescribeTrafficSourcesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
38
46
|
readonly input: DescribeTrafficSourcesCommandInput;
|
|
@@ -31,6 +31,20 @@ export interface DescribeWarmPoolCommandOutput extends DescribeWarmPoolAnswer, _
|
|
|
31
31
|
* @see {@link DescribeWarmPoolCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidNextToken} (client fault)
|
|
35
|
+
* <p>The <code>NextToken</code> value is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link LimitExceededFault} (client fault)
|
|
38
|
+
* <p>You have already reached a limit for your Amazon EC2 Auto Scaling
|
|
39
|
+
* resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For
|
|
40
|
+
* more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html">DescribeAccountLimits</a> in the <i>Amazon EC2 Auto Scaling API
|
|
41
|
+
* Reference</i>.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceContentionFault} (server fault)
|
|
44
|
+
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
45
|
+
* instance, or load balancer).</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
34
48
|
*/
|
|
35
49
|
export declare class DescribeWarmPoolCommand extends $Command<DescribeWarmPoolCommandInput, DescribeWarmPoolCommandOutput, AutoScalingClientResolvedConfig> {
|
|
36
50
|
readonly input: DescribeWarmPoolCommandInput;
|
|
@@ -38,6 +38,42 @@ export interface DetachInstancesCommandOutput extends DetachInstancesAnswer, __M
|
|
|
38
38
|
* @see {@link DetachInstancesCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link ResourceContentionFault} (server fault)
|
|
42
|
+
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
43
|
+
* instance, or load balancer).</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
46
|
+
* @example To detach an instance from an Auto Scaling group
|
|
47
|
+
* ```javascript
|
|
48
|
+
* // This example detaches the specified instance from the specified Auto Scaling group.
|
|
49
|
+
* const input = {
|
|
50
|
+
* "AutoScalingGroupName": "my-auto-scaling-group",
|
|
51
|
+
* "InstanceIds": [
|
|
52
|
+
* "i-93633f9b"
|
|
53
|
+
* ],
|
|
54
|
+
* "ShouldDecrementDesiredCapacity": true
|
|
55
|
+
* };
|
|
56
|
+
* const command = new DetachInstancesCommand(input);
|
|
57
|
+
* const response = await client.send(command);
|
|
58
|
+
* /* response ==
|
|
59
|
+
* {
|
|
60
|
+
* "Activities": [
|
|
61
|
+
* {
|
|
62
|
+
* "ActivityId": "5091cb52-547a-47ce-a236-c9ccbc2cb2c9",
|
|
63
|
+
* "AutoScalingGroupName": "my-auto-scaling-group",
|
|
64
|
+
* "Cause": "At 2015-04-12T15:02:16Z instance i-93633f9b was detached in response to a user request, shrinking the capacity from 2 to 1.",
|
|
65
|
+
* "Description": "Detaching EC2 instance: i-93633f9b",
|
|
66
|
+
* "Details": "details",
|
|
67
|
+
* "Progress": 50,
|
|
68
|
+
* "StartTime": "2015-04-12T15:02:16.179Z",
|
|
69
|
+
* "StatusCode": "InProgress"
|
|
70
|
+
* }
|
|
71
|
+
* ]
|
|
72
|
+
* }
|
|
73
|
+
* *\/
|
|
74
|
+
* // example id: autoscaling-detach-instances-1
|
|
75
|
+
* ```
|
|
76
|
+
*
|
|
41
77
|
*/
|
|
42
78
|
export declare class DetachInstancesCommand extends $Command<DetachInstancesCommandInput, DetachInstancesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
43
79
|
readonly input: DetachInstancesCommandInput;
|
|
@@ -38,6 +38,25 @@ export interface DetachLoadBalancerTargetGroupsCommandOutput extends DetachLoadB
|
|
|
38
38
|
* @see {@link DetachLoadBalancerTargetGroupsCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link ResourceContentionFault} (server fault)
|
|
42
|
+
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
43
|
+
* instance, or load balancer).</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
46
|
+
* @example To detach a target group from an Auto Scaling group
|
|
47
|
+
* ```javascript
|
|
48
|
+
* // This example detaches the specified target group from the specified Auto Scaling group
|
|
49
|
+
* const input = {
|
|
50
|
+
* "AutoScalingGroupName": "my-auto-scaling-group",
|
|
51
|
+
* "TargetGroupARNs": [
|
|
52
|
+
* "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067"
|
|
53
|
+
* ]
|
|
54
|
+
* };
|
|
55
|
+
* const command = new DetachLoadBalancerTargetGroupsCommand(input);
|
|
56
|
+
* await client.send(command);
|
|
57
|
+
* // example id: autoscaling-detach-load-balancer-target-groups-1
|
|
58
|
+
* ```
|
|
59
|
+
*
|
|
41
60
|
*/
|
|
42
61
|
export declare class DetachLoadBalancerTargetGroupsCommand extends $Command<DetachLoadBalancerTargetGroupsCommandInput, DetachLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
43
62
|
readonly input: DetachLoadBalancerTargetGroupsCommandInput;
|
|
@@ -34,6 +34,25 @@ export interface DetachLoadBalancersCommandOutput extends DetachLoadBalancersRes
|
|
|
34
34
|
* @see {@link DetachLoadBalancersCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link ResourceContentionFault} (server fault)
|
|
38
|
+
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
39
|
+
* instance, or load balancer).</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
42
|
+
* @example To detach a load balancer from an Auto Scaling group
|
|
43
|
+
* ```javascript
|
|
44
|
+
* // This example detaches the specified load balancer from the specified Auto Scaling group.
|
|
45
|
+
* const input = {
|
|
46
|
+
* "AutoScalingGroupName": "my-auto-scaling-group",
|
|
47
|
+
* "LoadBalancerNames": [
|
|
48
|
+
* "my-load-balancer"
|
|
49
|
+
* ]
|
|
50
|
+
* };
|
|
51
|
+
* const command = new DetachLoadBalancersCommand(input);
|
|
52
|
+
* await client.send(command);
|
|
53
|
+
* // example id: autoscaling-detach-load-balancers-1
|
|
54
|
+
* ```
|
|
55
|
+
*
|
|
37
56
|
*/
|
|
38
57
|
export declare class DetachLoadBalancersCommand extends $Command<DetachLoadBalancersCommandInput, DetachLoadBalancersCommandOutput, AutoScalingClientResolvedConfig> {
|
|
39
58
|
readonly input: DetachLoadBalancersCommandInput;
|
|
@@ -33,6 +33,11 @@ export interface DetachTrafficSourcesCommandOutput extends DetachTrafficSourcesR
|
|
|
33
33
|
* @see {@link DetachTrafficSourcesCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link ResourceContentionFault} (server fault)
|
|
37
|
+
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
38
|
+
* instance, or load balancer).</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
36
41
|
*/
|
|
37
42
|
export declare class DetachTrafficSourcesCommand extends $Command<DetachTrafficSourcesCommandInput, DetachTrafficSourcesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
38
43
|
readonly input: DetachTrafficSourcesCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DisableMetricsCollectionCommandOutput extends __MetadataBearer
|
|
|
29
29
|
* @see {@link DisableMetricsCollectionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceContentionFault} (server fault)
|
|
33
|
+
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
34
|
+
* instance, or load balancer).</p>
|
|
35
|
+
*
|
|
36
|
+
*
|
|
37
|
+
* @example To disable metrics collection for an Auto Scaling group
|
|
38
|
+
* ```javascript
|
|
39
|
+
* // This example disables collecting data for the GroupDesiredCapacity metric for the specified Auto Scaling group.
|
|
40
|
+
* const input = {
|
|
41
|
+
* "AutoScalingGroupName": "my-auto-scaling-group",
|
|
42
|
+
* "Metrics": [
|
|
43
|
+
* "GroupDesiredCapacity"
|
|
44
|
+
* ]
|
|
45
|
+
* };
|
|
46
|
+
* const command = new DisableMetricsCollectionCommand(input);
|
|
47
|
+
* await client.send(command);
|
|
48
|
+
* // example id: autoscaling-disable-metrics-collection-1
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class DisableMetricsCollectionCommand extends $Command<DisableMetricsCollectionCommandInput, DisableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
34
53
|
readonly input: DisableMetricsCollectionCommandInput;
|
|
@@ -34,6 +34,23 @@ export interface EnableMetricsCollectionCommandOutput extends __MetadataBearer {
|
|
|
34
34
|
* @see {@link EnableMetricsCollectionCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link ResourceContentionFault} (server fault)
|
|
38
|
+
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
39
|
+
* instance, or load balancer).</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
42
|
+
* @example To enable metrics collection for an Auto Scaling group
|
|
43
|
+
* ```javascript
|
|
44
|
+
* // This example enables data collection for the specified Auto Scaling group.
|
|
45
|
+
* const input = {
|
|
46
|
+
* "AutoScalingGroupName": "my-auto-scaling-group",
|
|
47
|
+
* "Granularity": "1Minute"
|
|
48
|
+
* };
|
|
49
|
+
* const command = new EnableMetricsCollectionCommand(input);
|
|
50
|
+
* await client.send(command);
|
|
51
|
+
* // example id: autoscaling-enable-metrics-collection-1
|
|
52
|
+
* ```
|
|
53
|
+
*
|
|
37
54
|
*/
|
|
38
55
|
export declare class EnableMetricsCollectionCommand extends $Command<EnableMetricsCollectionCommandInput, EnableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
39
56
|
readonly input: EnableMetricsCollectionCommandInput;
|
|
@@ -38,6 +38,42 @@ export interface EnterStandbyCommandOutput extends EnterStandbyAnswer, __Metadat
|
|
|
38
38
|
* @see {@link EnterStandbyCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link ResourceContentionFault} (server fault)
|
|
42
|
+
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
43
|
+
* instance, or load balancer).</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
46
|
+
* @example To move instances into standby mode
|
|
47
|
+
* ```javascript
|
|
48
|
+
* // This example puts the specified instance into standby mode.
|
|
49
|
+
* const input = {
|
|
50
|
+
* "AutoScalingGroupName": "my-auto-scaling-group",
|
|
51
|
+
* "InstanceIds": [
|
|
52
|
+
* "i-93633f9b"
|
|
53
|
+
* ],
|
|
54
|
+
* "ShouldDecrementDesiredCapacity": true
|
|
55
|
+
* };
|
|
56
|
+
* const command = new EnterStandbyCommand(input);
|
|
57
|
+
* const response = await client.send(command);
|
|
58
|
+
* /* response ==
|
|
59
|
+
* {
|
|
60
|
+
* "Activities": [
|
|
61
|
+
* {
|
|
62
|
+
* "ActivityId": "ffa056b4-6ed3-41ba-ae7c-249dfae6eba1",
|
|
63
|
+
* "AutoScalingGroupName": "my-auto-scaling-group",
|
|
64
|
+
* "Cause": "At 2015-04-12T15:10:23Z instance i-93633f9b was moved to standby in response to a user request, shrinking the capacity from 2 to 1.",
|
|
65
|
+
* "Description": "Moving EC2 instance to Standby: i-93633f9b",
|
|
66
|
+
* "Details": "details",
|
|
67
|
+
* "Progress": 50,
|
|
68
|
+
* "StartTime": "2015-04-12T15:10:23.640Z",
|
|
69
|
+
* "StatusCode": "InProgress"
|
|
70
|
+
* }
|
|
71
|
+
* ]
|
|
72
|
+
* }
|
|
73
|
+
* *\/
|
|
74
|
+
* // example id: autoscaling-enter-standby-1
|
|
75
|
+
* ```
|
|
76
|
+
*
|
|
41
77
|
*/
|
|
42
78
|
export declare class EnterStandbyCommand extends $Command<EnterStandbyCommandInput, EnterStandbyCommandOutput, AutoScalingClientResolvedConfig> {
|
|
43
79
|
readonly input: EnterStandbyCommandInput;
|
|
@@ -30,6 +30,29 @@ export interface ExecutePolicyCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* @see {@link ExecutePolicyCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ResourceContentionFault} (server fault)
|
|
34
|
+
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
35
|
+
* instance, or load balancer).</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ScalingActivityInProgressFault} (client fault)
|
|
38
|
+
* <p>The operation can't be performed because there are scaling activities in
|
|
39
|
+
* progress.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
42
|
+
* @example To execute a scaling policy
|
|
43
|
+
* ```javascript
|
|
44
|
+
* // This example executes the specified policy.
|
|
45
|
+
* const input = {
|
|
46
|
+
* "AutoScalingGroupName": "my-auto-scaling-group",
|
|
47
|
+
* "BreachThreshold": 50,
|
|
48
|
+
* "MetricValue": 59,
|
|
49
|
+
* "PolicyName": "my-step-scale-out-policy"
|
|
50
|
+
* };
|
|
51
|
+
* const command = new ExecutePolicyCommand(input);
|
|
52
|
+
* await client.send(command);
|
|
53
|
+
* // example id: autoscaling-execute-policy-1
|
|
54
|
+
* ```
|
|
55
|
+
*
|
|
33
56
|
*/
|
|
34
57
|
export declare class ExecutePolicyCommand extends $Command<ExecutePolicyCommandInput, ExecutePolicyCommandOutput, AutoScalingClientResolvedConfig> {
|
|
35
58
|
readonly input: ExecutePolicyCommandInput;
|
|
@@ -34,6 +34,41 @@ export interface ExitStandbyCommandOutput extends ExitStandbyAnswer, __MetadataB
|
|
|
34
34
|
* @see {@link ExitStandbyCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link ResourceContentionFault} (server fault)
|
|
38
|
+
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
39
|
+
* instance, or load balancer).</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
42
|
+
* @example To move instances out of standby mode
|
|
43
|
+
* ```javascript
|
|
44
|
+
* // This example moves the specified instance out of standby mode.
|
|
45
|
+
* const input = {
|
|
46
|
+
* "AutoScalingGroupName": "my-auto-scaling-group",
|
|
47
|
+
* "InstanceIds": [
|
|
48
|
+
* "i-93633f9b"
|
|
49
|
+
* ]
|
|
50
|
+
* };
|
|
51
|
+
* const command = new ExitStandbyCommand(input);
|
|
52
|
+
* const response = await client.send(command);
|
|
53
|
+
* /* response ==
|
|
54
|
+
* {
|
|
55
|
+
* "Activities": [
|
|
56
|
+
* {
|
|
57
|
+
* "ActivityId": "142928e1-a2dc-453a-9b24-b85ad6735928",
|
|
58
|
+
* "AutoScalingGroupName": "my-auto-scaling-group",
|
|
59
|
+
* "Cause": "At 2015-04-12T15:14:29Z instance i-93633f9b was moved out of standby in response to a user request, increasing the capacity from 1 to 2.",
|
|
60
|
+
* "Description": "Moving EC2 instance out of Standby: i-93633f9b",
|
|
61
|
+
* "Details": "details",
|
|
62
|
+
* "Progress": 30,
|
|
63
|
+
* "StartTime": "2015-04-12T15:14:29.886Z",
|
|
64
|
+
* "StatusCode": "PreInService"
|
|
65
|
+
* }
|
|
66
|
+
* ]
|
|
67
|
+
* }
|
|
68
|
+
* *\/
|
|
69
|
+
* // example id: autoscaling-exit-standby-1
|
|
70
|
+
* ```
|
|
71
|
+
*
|
|
37
72
|
*/
|
|
38
73
|
export declare class ExitStandbyCommand extends $Command<ExitStandbyCommandInput, ExitStandbyCommandOutput, AutoScalingClientResolvedConfig> {
|
|
39
74
|
readonly input: ExitStandbyCommandInput;
|
|
@@ -37,6 +37,11 @@ export interface GetPredictiveScalingForecastCommandOutput extends GetPredictive
|
|
|
37
37
|
* @see {@link GetPredictiveScalingForecastCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link ResourceContentionFault} (server fault)
|
|
41
|
+
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
42
|
+
* instance, or load balancer).</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
40
45
|
*/
|
|
41
46
|
export declare class GetPredictiveScalingForecastCommand extends $Command<GetPredictiveScalingForecastCommandInput, GetPredictiveScalingForecastCommandOutput, AutoScalingClientResolvedConfig> {
|
|
42
47
|
readonly input: GetPredictiveScalingForecastCommandInput;
|
|
@@ -71,6 +71,32 @@ export interface PutLifecycleHookCommandOutput extends PutLifecycleHookAnswer, _
|
|
|
71
71
|
* @see {@link PutLifecycleHookCommandOutput} for command's `response` shape.
|
|
72
72
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
73
73
|
*
|
|
74
|
+
* @throws {@link LimitExceededFault} (client fault)
|
|
75
|
+
* <p>You have already reached a limit for your Amazon EC2 Auto Scaling
|
|
76
|
+
* resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For
|
|
77
|
+
* more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html">DescribeAccountLimits</a> in the <i>Amazon EC2 Auto Scaling API
|
|
78
|
+
* Reference</i>.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ResourceContentionFault} (server fault)
|
|
81
|
+
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
82
|
+
* instance, or load balancer).</p>
|
|
83
|
+
*
|
|
84
|
+
*
|
|
85
|
+
* @example To create a launch lifecycle hook
|
|
86
|
+
* ```javascript
|
|
87
|
+
* // This example creates a lifecycle hook for instance launch.
|
|
88
|
+
* const input = {
|
|
89
|
+
* "AutoScalingGroupName": "my-auto-scaling-group",
|
|
90
|
+
* "DefaultResult": "CONTINUE",
|
|
91
|
+
* "HeartbeatTimeout": 300,
|
|
92
|
+
* "LifecycleHookName": "my-launch-lifecycle-hook",
|
|
93
|
+
* "LifecycleTransition": "autoscaling:EC2_INSTANCE_LAUNCHING"
|
|
94
|
+
* };
|
|
95
|
+
* const command = new PutLifecycleHookCommand(input);
|
|
96
|
+
* await client.send(command);
|
|
97
|
+
* // example id: autoscaling-put-lifecycle-hook-1
|
|
98
|
+
* ```
|
|
99
|
+
*
|
|
74
100
|
*/
|
|
75
101
|
export declare class PutLifecycleHookCommand extends $Command<PutLifecycleHookCommandInput, PutLifecycleHookCommandOutput, AutoScalingClientResolvedConfig> {
|
|
76
102
|
readonly input: PutLifecycleHookCommandInput;
|
|
@@ -37,6 +37,35 @@ export interface PutNotificationConfigurationCommandOutput extends __MetadataBea
|
|
|
37
37
|
* @see {@link PutNotificationConfigurationCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link LimitExceededFault} (client fault)
|
|
41
|
+
* <p>You have already reached a limit for your Amazon EC2 Auto Scaling
|
|
42
|
+
* resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For
|
|
43
|
+
* more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html">DescribeAccountLimits</a> in the <i>Amazon EC2 Auto Scaling API
|
|
44
|
+
* Reference</i>.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceContentionFault} (server fault)
|
|
47
|
+
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
48
|
+
* instance, or load balancer).</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ServiceLinkedRoleFailure} (server fault)
|
|
51
|
+
* <p>The service-linked role is not yet ready for use.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
54
|
+
* @example To add an Auto Scaling notification
|
|
55
|
+
* ```javascript
|
|
56
|
+
* // This example adds the specified notification to the specified Auto Scaling group.
|
|
57
|
+
* const input = {
|
|
58
|
+
* "AutoScalingGroupName": "my-auto-scaling-group",
|
|
59
|
+
* "NotificationTypes": [
|
|
60
|
+
* "autoscaling:TEST_NOTIFICATION"
|
|
61
|
+
* ],
|
|
62
|
+
* "TopicARN": "arn:aws:sns:us-west-2:123456789012:my-sns-topic"
|
|
63
|
+
* };
|
|
64
|
+
* const command = new PutNotificationConfigurationCommand(input);
|
|
65
|
+
* await client.send(command);
|
|
66
|
+
* // example id: autoscaling-put-notification-configuration-1
|
|
67
|
+
* ```
|
|
68
|
+
*
|
|
40
69
|
*/
|
|
41
70
|
export declare class PutNotificationConfigurationCommand extends $Command<PutNotificationConfigurationCommandInput, PutNotificationConfigurationCommandOutput, AutoScalingClientResolvedConfig> {
|
|
42
71
|
readonly input: PutNotificationConfigurationCommandInput;
|
|
@@ -38,6 +38,55 @@ export interface PutScalingPolicyCommandOutput extends PolicyARNType, __Metadata
|
|
|
38
38
|
* @see {@link PutScalingPolicyCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link LimitExceededFault} (client fault)
|
|
42
|
+
* <p>You have already reached a limit for your Amazon EC2 Auto Scaling
|
|
43
|
+
* resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For
|
|
44
|
+
* more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html">DescribeAccountLimits</a> in the <i>Amazon EC2 Auto Scaling API
|
|
45
|
+
* Reference</i>.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceContentionFault} (server fault)
|
|
48
|
+
* <p>You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group,
|
|
49
|
+
* instance, or load balancer).</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ServiceLinkedRoleFailure} (server fault)
|
|
52
|
+
* <p>The service-linked role is not yet ready for use.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
55
|
+
* @example To add a scaling policy to an Auto Scaling group
|
|
56
|
+
* ```javascript
|
|
57
|
+
* // This example adds the specified policy to the specified Auto Scaling group.
|
|
58
|
+
* const input = {
|
|
59
|
+
* "AutoScalingGroupName": "my-auto-scaling-group",
|
|
60
|
+
* "PolicyName": "alb1000-target-tracking-scaling-policy",
|
|
61
|
+
* "PolicyType": "TargetTrackingScaling",
|
|
62
|
+
* "TargetTrackingConfiguration": {
|
|
63
|
+
* "PredefinedMetricSpecification": {
|
|
64
|
+
* "PredefinedMetricType": "ALBRequestCountPerTarget",
|
|
65
|
+
* "ResourceLabel": "app/my-alb/778d41231b141a0f/targetgroup/my-alb-target-group/943f017f100becff"
|
|
66
|
+
* },
|
|
67
|
+
* "TargetValue": 1000
|
|
68
|
+
* }
|
|
69
|
+
* };
|
|
70
|
+
* const command = new PutScalingPolicyCommand(input);
|
|
71
|
+
* const response = await client.send(command);
|
|
72
|
+
* /* response ==
|
|
73
|
+
* {
|
|
74
|
+
* "Alarms": [
|
|
75
|
+
* {
|
|
76
|
+
* "AlarmARN": "arn:aws:cloudwatch:us-west-2:123456789012:alarm:TargetTracking-my-asg-AlarmHigh-fc0e4183-23ac-497e-9992-691c9980c38e",
|
|
77
|
+
* "AlarmName": "TargetTracking-my-asg-AlarmHigh-fc0e4183-23ac-497e-9992-691c9980c38e"
|
|
78
|
+
* },
|
|
79
|
+
* {
|
|
80
|
+
* "AlarmARN": "arn:aws:cloudwatch:us-west-2:123456789012:alarm:TargetTracking-my-asg-AlarmLow-61a39305-ed0c-47af-bd9e-471a352ee1a2",
|
|
81
|
+
* "AlarmName": "TargetTracking-my-asg-AlarmLow-61a39305-ed0c-47af-bd9e-471a352ee1a2"
|
|
82
|
+
* }
|
|
83
|
+
* ],
|
|
84
|
+
* "PolicyARN": "arn:aws:autoscaling:us-west-2:123456789012:scalingPolicy:228f02c2-c665-4bfd-aaac-8b04080bea3c:autoScalingGroupName/my-auto-scaling-group:policyName/alb1000-target-tracking-scaling-policy"
|
|
85
|
+
* }
|
|
86
|
+
* *\/
|
|
87
|
+
* // example id: autoscaling-put-scaling-policy-1
|
|
88
|
+
* ```
|
|
89
|
+
*
|
|
41
90
|
*/
|
|
42
91
|
export declare class PutScalingPolicyCommand extends $Command<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput, AutoScalingClientResolvedConfig> {
|
|
43
92
|
readonly input: PutScalingPolicyCommandInput;
|