Skip to content

Commit

Permalink
Merge branch 'release-1.29.39' into develop
Browse files Browse the repository at this point in the history
* release-1.29.39:
  Bumping version to 1.29.39
  Update changelog based on model updates
  remove invoke-endpoint-with-response-stream from sagemaker
  • Loading branch information
aws-sdk-python-automation committed Aug 31, 2023
2 parents 55fc46f + 79a924a commit 4776fb2
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 4 deletions.
62 changes: 62 additions & 0 deletions .changes/1.29.39.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"category": "``chime-sdk-media-pipelines``",
"description": "This release adds support for feature Voice Enhancement for Call Recording as part of Amazon Chime SDK call analytics.",
"type": "api-change"
},
{
"category": "``cloudhsm``",
"description": "Deprecating CloudHSM Classic API Service.",
"type": "api-change"
},
{
"category": "``connectcampaigns``",
"description": "Amazon Connect outbound campaigns has launched agentless dialing mode which enables customers to make automated outbound calls without agent engagement. This release updates three of the campaign management API's to support the new agentless dialing mode and the new dialing capacity field.",
"type": "api-change"
},
{
"category": "``connectparticipant``",
"description": "Amazon Connect Participant Service adds the ability to get a view resource using a view token, which is provided in a participant message, with the release of the DescribeView API.",
"type": "api-change"
},
{
"category": "``customer-profiles``",
"description": "Adds sensitive trait to various shapes in Customer Profiles API model.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "This release adds support for an account-level setting that you can use to configure the number of days for AWS Fargate task retirement.",
"type": "api-change"
},
{
"category": "``grafana``",
"description": "Marking SAML RoleValues attribute as sensitive and updating VpcConfiguration attributes to match documentation.",
"type": "api-change"
},
{
"category": "``health``",
"description": "Adds new API DescribeEntityAggregatesForOrganization that retrieves entity aggregates across your organization. Also adds support for resource status filtering in DescribeAffectedEntitiesForOrganization, resource status aggregates in the DescribeEntityAggregates response, and new resource statuses.",
"type": "api-change"
},
{
"category": "``ivs``",
"description": "Updated \"type\" description for CreateChannel, UpdateChannel, Channel, and ChannelSummary.",
"type": "api-change"
},
{
"category": "``kafkaconnect``",
"description": "Minor model changes for Kafka Connect as well as endpoint updates.",
"type": "api-change"
},
{
"category": "``payment-cryptography-data``",
"description": "Make KeyCheckValue field optional when using asymmetric keys as Key Check Values typically only apply to symmetric keys",
"type": "api-change"
},
{
"category": "``sagemaker-runtime``",
"description": "Update sagemaker-runtime command to latest version",
"type": "api-change"
}
]
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
CHANGELOG
=========

1.29.39
=======

* api-change:``chime-sdk-media-pipelines``: This release adds support for feature Voice Enhancement for Call Recording as part of Amazon Chime SDK call analytics.
* api-change:``cloudhsm``: Deprecating CloudHSM Classic API Service.
* api-change:``connectcampaigns``: Amazon Connect outbound campaigns has launched agentless dialing mode which enables customers to make automated outbound calls without agent engagement. This release updates three of the campaign management API's to support the new agentless dialing mode and the new dialing capacity field.
* api-change:``connectparticipant``: Amazon Connect Participant Service adds the ability to get a view resource using a view token, which is provided in a participant message, with the release of the DescribeView API.
* api-change:``customer-profiles``: Adds sensitive trait to various shapes in Customer Profiles API model.
* api-change:``ecs``: This release adds support for an account-level setting that you can use to configure the number of days for AWS Fargate task retirement.
* api-change:``grafana``: Marking SAML RoleValues attribute as sensitive and updating VpcConfiguration attributes to match documentation.
* api-change:``health``: Adds new API DescribeEntityAggregatesForOrganization that retrieves entity aggregates across your organization. Also adds support for resource status filtering in DescribeAffectedEntitiesForOrganization, resource status aggregates in the DescribeEntityAggregates response, and new resource statuses.
* api-change:``ivs``: Updated "type" description for CreateChannel, UpdateChannel, Channel, and ChannelSummary.
* api-change:``kafkaconnect``: Minor model changes for Kafka Connect as well as endpoint updates.
* api-change:``payment-cryptography-data``: Make KeyCheckValue field optional when using asymmetric keys as Key Check Values typically only apply to symmetric keys
* api-change:``sagemaker-runtime``: Update sagemaker-runtime command to latest version


1.29.38
=======

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.29.38'
__version__ = '1.29.39'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 2 additions & 0 deletions awscli/customizations/removals.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def register_removals(event_handler):
remove_commands=['start-conversation'])
cmd_remover.remove(on_event='building-command-table.lambda',
remove_commands=['invoke-with-response-stream'])
cmd_remover.remove(on_event='building-command-table.sagemaker-runtime',
remove_commands=['invoke-endpoint-with-response-stream'])


class CommandRemover(object):
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.29.'
# The full version, including alpha/beta/rc tags.
release = '1.29.38'
release = '1.29.39'

# 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.31.38
botocore==1.31.39
docutils>=0.10,<0.17
s3transfer>=0.6.0,<0.7.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.31.38',
'botocore==1.31.39',
'docutils>=0.10,<0.17',
's3transfer>=0.6.0,<0.7.0',
'PyYAML>=3.10,<6.1',
Expand Down

0 comments on commit 4776fb2

Please sign in to comment.