Skip to content

Commit

Permalink
Merge branch 'release-1.32.94' into develop
Browse files Browse the repository at this point in the history
* release-1.32.94:
  Bumping version to 1.32.94
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Apr 29, 2024
2 parents d3a875e + 5c2055c commit e8e5358
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 4 deletions.
32 changes: 32 additions & 0 deletions .changes/1.32.94.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``amplify``",
"description": "Updating max results limit for listing any resources (Job, Artifacts, Branch, BackendResources, DomainAssociation) to 50 with the exception of list apps that where max results can be up to 100.",
"type": "api-change"
},
{
"category": "``connectcases``",
"description": "This feature releases DeleteField, DeletedLayout, and DeleteTemplate API's",
"type": "api-change"
},
{
"category": "``inspector2``",
"description": "Update Inspector2 to include new Agentless API parameters.",
"type": "api-change"
},
{
"category": "``timestream-query``",
"description": "This change allows users to update and describe account settings associated with their accounts.",
"type": "api-change"
},
{
"category": "``transcribe``",
"description": "This update provides error messaging for generative call summarization in Transcribe Call Analytics",
"type": "api-change"
},
{
"category": "``trustedadvisor``",
"description": "This release adds the BatchUpdateRecommendationResourceExclusion API to support batch updates of Recommendation Resource exclusion statuses and introduces a new exclusion status filter to the ListRecommendationResources and ListOrganizationRecommendationResources APIs.",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.32.94
=======

* api-change:``amplify``: Updating max results limit for listing any resources (Job, Artifacts, Branch, BackendResources, DomainAssociation) to 50 with the exception of list apps that where max results can be up to 100.
* api-change:``connectcases``: This feature releases DeleteField, DeletedLayout, and DeleteTemplate API's
* api-change:``inspector2``: Update Inspector2 to include new Agentless API parameters.
* api-change:``timestream-query``: This change allows users to update and describe account settings associated with their accounts.
* api-change:``transcribe``: This update provides error messaging for generative call summarization in Transcribe Call Analytics
* api-change:``trustedadvisor``: This release adds the BatchUpdateRecommendationResourceExclusion API to support batch updates of Recommendation Resource exclusion statuses and introduces a new exclusion status filter to the ListRecommendationResources and ListOrganizationRecommendationResources APIs.


1.32.93
=======

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

__version__ = '1.32.93'
__version__ = '1.32.94'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.32.'
# The full version, including alpha/beta/rc tags.
release = '1.32.93'
release = '1.32.94'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore==1.34.93
botocore==1.34.94
docutils>=0.10,<0.17
s3transfer>=0.10.0,<0.11.0
PyYAML>=3.10,<6.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.34.93',
'botocore==1.34.94',
'docutils>=0.10,<0.17',
's3transfer>=0.10.0,<0.11.0',
'PyYAML>=3.10,<6.1',
Expand Down

0 comments on commit e8e5358

Please sign in to comment.