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
"description": "This is the initial SDK release for Amazon AI Operations (AIOps). AIOps is a generative AI-powered assistant that helps you respond to incidents in your system by scanning your system's telemetry and quickly surface suggestions that might be related to your issue.",
5
+
"type": "api-change"
6
+
},
7
+
{
8
+
"category": "``autoscaling``",
9
+
"description": "Add IncludeInstances parameter to DescribeAutoScalingGroups API",
10
+
"type": "api-change"
11
+
},
12
+
{
13
+
"category": "``imagebuilder``",
14
+
"description": "Added paginators for ``imagebuilder``.",
15
+
"type": "api-change"
16
+
},
17
+
{
18
+
"category": "``logs``",
19
+
"description": "Added CloudWatch Logs Transformer support for converting CloudTrail, VPC Flow, EKS Audit, AWS WAF and Route53 Resolver logs to OCSF v1.1 format.",
20
+
"type": "api-change"
21
+
},
22
+
{
23
+
"category": "``s3``",
24
+
"description": "Added support for renaming objects within the same bucket using the new RenameObject API.",
25
+
"type": "api-change"
26
+
},
27
+
{
28
+
"category": "``sagemaker``",
29
+
"description": "Add support for p6-b200 instance type for SageMaker Hyperpod",
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.38.39
6
+
=======
7
+
8
+
* api-change:``aiops``: This is the initial SDK release for Amazon AI Operations (AIOps). AIOps is a generative AI-powered assistant that helps you respond to incidents in your system by scanning your system's telemetry and quickly surface suggestions that might be related to your issue.
9
+
* api-change:``autoscaling``: Add IncludeInstances parameter to DescribeAutoScalingGroups API
10
+
* api-change:``imagebuilder``: Added paginators for ``imagebuilder``.
11
+
* api-change:``logs``: Added CloudWatch Logs Transformer support for converting CloudTrail, VPC Flow, EKS Audit, AWS WAF and Route53 Resolver logs to OCSF v1.1 format.
12
+
* api-change:``s3``: Added support for renaming objects within the same bucket using the new RenameObject API.
13
+
* api-change:``sagemaker``: Add support for p6-b200 instance type for SageMaker Hyperpod
Copy file name to clipboardExpand all lines: botocore/data/autoscaling/2011-01-01/service-2.json
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1552,6 +1552,10 @@
1552
1552
"shape":"AutoScalingGroupNames",
1553
1553
"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>"
1554
1554
},
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
+
},
1555
1559
"NextToken":{
1556
1560
"shape":"XmlString",
1557
1561
"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 @@
3172
3176
]
3173
3177
},
3174
3178
"IncludeDeletedGroups":{"type":"boolean"},
3179
+
"IncludeInstances":{"type":"boolean"},
3175
3180
"Instance":{
3176
3181
"type":"structure",
3177
3182
"required":[
@@ -5983,5 +5988,5 @@
5983
5988
},
5984
5989
"ZonalShiftEnabled":{"type":"boolean"}
5985
5990
},
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>"
0 commit comments