Skip to content

Commit c40e2b3

Browse files
Merge branch 'release-1.38.39'
* release-1.38.39: Bumping version to 1.38.39 Update endpoints model Update to latest models Add missing imagebuilder paginators (#3493)
2 parents f23a421 + c97e9bc commit c40e2b3

File tree

16 files changed

+1966
-24
lines changed

16 files changed

+1966
-24
lines changed

.changes/1.38.39.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``aiops``",
4+
"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",
30+
"type": "api-change"
31+
}
32+
]

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
CHANGELOG
33
=========
44

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
14+
15+
516
1.38.38
617
=======
718

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import re
1818

19-
__version__ = '1.38.38'
19+
__version__ = '1.38.39'
2020

2121

2222
class NullHandler(logging.Handler):

botocore/data/aiops/2018-05-10/endpoint-rule-set-1.json

Lines changed: 350 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"pagination": {
3+
"ListInvestigationGroups": {
4+
"input_token": "nextToken",
5+
"output_token": "nextToken",
6+
"limit_key": "maxResults",
7+
"result_key": "investigationGroups"
8+
}
9+
}
10+
}

botocore/data/aiops/2018-05-10/service-2.json

Lines changed: 843 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": 2,
3+
"waiters": {
4+
}
5+
}

botocore/data/autoscaling/2011-01-01/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
}

botocore/data/endpoints.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39381,6 +39381,12 @@
3938139381
"us-isof-south-1" : { }
3938239382
}
3938339383
},
39384+
"cloudtrail-data" : {
39385+
"endpoints" : {
39386+
"us-isof-east-1" : { },
39387+
"us-isof-south-1" : { }
39388+
}
39389+
},
3938439390
"codebuild" : {
3938539391
"endpoints" : {
3938639392
"us-isof-east-1" : { },

botocore/data/imagebuilder/2019-12-02/paginators-1.json

Lines changed: 90 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,82 @@
11
{
22
"pagination": {
3+
"ListComponentBuildVersions": {
4+
"input_token": "nextToken",
5+
"output_token": "nextToken",
6+
"limit_key": "maxResults",
7+
"result_key": "componentSummaryList"
8+
},
9+
"ListComponents": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "componentVersionList"
14+
},
15+
"ListContainerRecipes": {
16+
"input_token": "nextToken",
17+
"output_token": "nextToken",
18+
"limit_key": "maxResults",
19+
"result_key": "containerRecipeSummaryList"
20+
},
21+
"ListDistributionConfigurations": {
22+
"input_token": "nextToken",
23+
"output_token": "nextToken",
24+
"limit_key": "maxResults",
25+
"result_key": "distributionConfigurationSummaryList"
26+
},
27+
"ListImageBuildVersions": {
28+
"input_token": "nextToken",
29+
"output_token": "nextToken",
30+
"limit_key": "maxResults",
31+
"result_key": "imageSummaryList"
32+
},
33+
"ListImagePackages": {
34+
"input_token": "nextToken",
35+
"output_token": "nextToken",
36+
"limit_key": "maxResults",
37+
"result_key": "imagePackageList"
38+
},
39+
"ListImagePipelineImages": {
40+
"input_token": "nextToken",
41+
"output_token": "nextToken",
42+
"limit_key": "maxResults",
43+
"result_key": "imageSummaryList"
44+
},
45+
"ListImagePipelines": {
46+
"input_token": "nextToken",
47+
"output_token": "nextToken",
48+
"limit_key": "maxResults",
49+
"result_key": "imagePipelineList"
50+
},
51+
"ListImageRecipes": {
52+
"input_token": "nextToken",
53+
"output_token": "nextToken",
54+
"limit_key": "maxResults",
55+
"result_key": "imageRecipeSummaryList"
56+
},
57+
"ListImageScanFindingAggregations": {
58+
"input_token": "nextToken",
59+
"output_token": "nextToken",
60+
"result_key": "responses"
61+
},
62+
"ListImageScanFindings": {
63+
"input_token": "nextToken",
64+
"output_token": "nextToken",
65+
"limit_key": "maxResults",
66+
"result_key": "findings"
67+
},
68+
"ListImages": {
69+
"input_token": "nextToken",
70+
"output_token": "nextToken",
71+
"limit_key": "maxResults",
72+
"result_key": "imageVersionList"
73+
},
74+
"ListInfrastructureConfigurations": {
75+
"input_token": "nextToken",
76+
"output_token": "nextToken",
77+
"limit_key": "maxResults",
78+
"result_key": "infrastructureConfigurationSummaryList"
79+
},
380
"ListLifecycleExecutionResources": {
481
"input_token": "nextToken",
582
"output_token": "nextToken",
@@ -30,11 +107,23 @@
30107
"limit_key": "maxResults",
31108
"result_key": "workflowSummaryList"
32109
},
110+
"ListWorkflowExecutions": {
111+
"input_token": "nextToken",
112+
"output_token": "nextToken",
113+
"limit_key": "maxResults",
114+
"result_key": "workflowExecutions"
115+
},
116+
"ListWorkflowStepExecutions": {
117+
"input_token": "nextToken",
118+
"output_token": "nextToken",
119+
"limit_key": "maxResults",
120+
"result_key": "steps"
121+
},
33122
"ListWorkflows": {
34123
"input_token": "nextToken",
35124
"output_token": "nextToken",
36125
"limit_key": "maxResults",
37126
"result_key": "workflowVersionList"
38127
}
39128
}
40-
}
129+
}

0 commit comments

Comments
 (0)