You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-auto-scaling/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ AWS SDK for JavaScript AutoScaling Client for Node.js, Browser and React Native.
8
8
9
9
<fullname>Amazon EC2 Auto Scaling</fullname>
10
10
11
+
<p>The <ahref="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.
12
+
To help prevent throttling, you can set the <code>IncludeInstances</code> parameter to <code>false</code> to exclude instance details from the response.</p>
11
13
<p>Amazon EC2 Auto Scaling is designed to automatically launch and terminate EC2 instances
12
14
based on user-defined scaling policies, scheduled actions, and health checks.</p>
13
15
<p>For more information, see the <ahref="https://docs.aws.amazon.com/autoscaling/ec2/userguide/what-is-amazon-ec2-auto-scaling.html">Amazon EC2 Auto Scaling User Guide</a> and the <ahref="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/Welcome.html">Amazon EC2 Auto Scaling API Reference</a>.</p>
* <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.
1459
+
* To help prevent throttling, you can set the <code>IncludeInstances</code> parameter to <code>false</code> to exclude instance details from the response.</p>
1458
1460
* <p>Amazon EC2 Auto Scaling is designed to automatically launch and terminate EC2 instances
1459
1461
* based on user-defined scaling policies, scheduled actions, and health checks.</p>
1460
1462
* <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>
* <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.
603
+
* To help prevent throttling, you can set the <code>IncludeInstances</code> parameter to <code>false</code> to exclude instance details from the response.</p>
602
604
* <p>Amazon EC2 Auto Scaling is designed to automatically launch and terminate EC2 instances
603
605
* based on user-defined scaling policies, scheduled actions, and health checks.</p>
604
606
* <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>
Copy file name to clipboardExpand all lines: clients/client-auto-scaling/src/index.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
/* eslint-disable */
3
3
/**
4
4
* <fullname>Amazon EC2 Auto Scaling</fullname>
5
+
* <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.
6
+
* To help prevent throttling, you can set the <code>IncludeInstances</code> parameter to <code>false</code> to exclude instance details from the response.</p>
5
7
* <p>Amazon EC2 Auto Scaling is designed to automatically launch and terminate EC2 instances
6
8
* based on user-defined scaling policies, scheduled actions, and health checks.</p>
7
9
* <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>
* Specifies whether to include information about Amazon EC2 instances in the response. When set to <code>true</code> (default), the response includes instance details.
3210
+
* </p>
3211
+
* @public
3212
+
*/
3213
+
IncludeInstances?: boolean|undefined;
3214
+
3207
3215
/**
3208
3216
* <p>The token for the next set of items to return. (You received this token from a
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/auto-scaling.json
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -972,6 +972,12 @@
972
972
"smithy.api#documentation": "<p>The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can\n optionally increase this limit using the <code>MaxRecords</code> property.</p>\n <p>If you omit this property, all Auto Scaling groups are described.</p>"
"smithy.api#documentation": "<p>\n Specifies whether to include information about Amazon EC2 instances in the response. When set to <code>true</code> (default), the response includes instance details.\n </p>"
979
+
}
980
+
},
975
981
"NextToken": {
976
982
"target": "com.amazonaws.autoscaling#XmlString",
977
983
"traits": {
@@ -1351,7 +1357,7 @@
1351
1357
"name": "autoscaling"
1352
1358
},
1353
1359
"aws.protocols#awsQuery": {},
1354
-
"smithy.api#documentation": "<fullname>Amazon EC2 Auto Scaling</fullname>\n <p>Amazon EC2 Auto Scaling is designed to automatically launch and terminate EC2 instances\n based on user-defined scaling policies, scheduled actions, and health checks.</p>\n <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>",
1360
+
"smithy.api#documentation": "<fullname>Amazon EC2 Auto Scaling</fullname>\n <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. \n To help prevent throttling, you can set the <code>IncludeInstances</code> parameter to <code>false</code> to exclude instance details from the response.</p>\n <p>Amazon EC2 Auto Scaling is designed to automatically launch and terminate EC2 instances\n based on user-defined scaling policies, scheduled actions, and health checks.</p>\n <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>",
0 commit comments