Skip to content

Commit

Permalink
Merge branch 'release-1.34.127' into develop
Browse files Browse the repository at this point in the history
* release-1.34.127:
  Bumping version to 1.34.127
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jun 14, 2024
2 parents b289fa7 + 3d139dd commit 71d0c48
Show file tree
Hide file tree
Showing 12 changed files with 1,487 additions and 348 deletions.
27 changes: 27 additions & 0 deletions .changes/1.34.127.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``datazone``",
"description": "This release introduces a new default service blueprint for custom environment creation.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Documentation updates for Amazon EC2.",
"type": "api-change"
},
{
"category": "``macie2``",
"description": "This release adds support for managing the status of automated sensitive data discovery for individual accounts in an organization, and determining whether individual S3 buckets are included in the scope of the analyses.",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "This release adds the ability to search for historical job records within the management console using a search box and/or via the SDK/CLI with partial string matching search on input file name.",
"type": "api-change"
},
{
"category": "``route53domains``",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.34.127
========

* api-change:``datazone``: This release introduces a new default service blueprint for custom environment creation.
* api-change:``ec2``: Documentation updates for Amazon EC2.
* api-change:``macie2``: This release adds support for managing the status of automated sensitive data discovery for individual accounts in an organization, and determining whether individual S3 buckets are included in the scope of the analyses.
* api-change:``mediaconvert``: This release adds the ability to search for historical job records within the management console using a search box and/or via the SDK/CLI with partial string matching search on input file name.
* api-change:``route53domains``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.


1.34.126
========

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.126'
__version__ = '1.34.127'


class NullHandler(logging.Handler):
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/datazone/2018-05-10/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "items"
},
"ListEnvironmentActions": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "items"
}
}
}
Loading

0 comments on commit 71d0c48

Please sign in to comment.