Skip to content

Commit d7f797b

Browse files
author
AWS
committed
Auto Scaling Update: Add IncludeInstances parameter to DescribeAutoScalingGroups API
1 parent 1a3296f commit d7f797b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Auto Scaling",
4+
"contributor": "",
5+
"description": "Add IncludeInstances parameter to DescribeAutoScalingGroups API"
6+
}

services/autoscaling/src/main/resources/codegen-resources/service-2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1552,6 +1552,10 @@
15521552
"shape":"AutoScalingGroupNames",
15531553
"documentation":"<p>The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can optionally increase this limit using the <code>MaxRecords</code> property.</p> <p>If you omit this property, all Auto Scaling groups are described.</p>"
15541554
},
1555+
"IncludeInstances":{
1556+
"shape":"IncludeInstances",
1557+
"documentation":"<p> Specifies whether to include information about Amazon EC2 instances in the response. When set to <code>true</code> (default), the response includes instance details. </p>"
1558+
},
15551559
"NextToken":{
15561560
"shape":"XmlString",
15571561
"documentation":"<p>The token for the next set of items to return. (You received this token from a previous call.)</p>"
@@ -3172,6 +3176,7 @@
31723176
]
31733177
},
31743178
"IncludeDeletedGroups":{"type":"boolean"},
3179+
"IncludeInstances":{"type":"boolean"},
31753180
"Instance":{
31763181
"type":"structure",
31773182
"required":[
@@ -5983,5 +5988,5 @@
59835988
},
59845989
"ZonalShiftEnabled":{"type":"boolean"}
59855990
},
5986-
"documentation":"<fullname>Amazon EC2 Auto Scaling</fullname> <p>Amazon EC2 Auto Scaling is designed to automatically launch and terminate EC2 instances based on user-defined scaling policies, scheduled actions, and health checks.</p> <p>For more information, see the <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/what-is-amazon-ec2-auto-scaling.html\">Amazon EC2 Auto Scaling User Guide</a> and the <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/APIReference/Welcome.html\">Amazon EC2 Auto Scaling API Reference</a>.</p>"
5991+
"documentation":"<fullname>Amazon EC2 Auto Scaling</fullname> <p>The <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAutoScalingGroups.html\">DescribeAutoScalingGroups</a> API operation might be throttled when retrieving details for an Auto Scaling group that contains many instances. By default, this operation returns details for all instances in the group. To help prevent throttling, you can set the <code>IncludeInstances</code> parameter to <code>false</code> to exclude instance details from the response.</p> <p>Amazon EC2 Auto Scaling is designed to automatically launch and terminate EC2 instances based on user-defined scaling policies, scheduled actions, and health checks.</p> <p>For more information, see the <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/what-is-amazon-ec2-auto-scaling.html\">Amazon EC2 Auto Scaling User Guide</a> and the <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/APIReference/Welcome.html\">Amazon EC2 Auto Scaling API Reference</a>.</p>"
59875992
}

0 commit comments

Comments
 (0)