Skip to content

Commit

Permalink
Merge branch 'release-1.21.27'
Browse files Browse the repository at this point in the history
* release-1.21.27:
  Bumping version to 1.21.27
  Update to latest endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Aug 23, 2021
2 parents 0dcd309 + 7137c27 commit b930ea5
Show file tree
Hide file tree
Showing 12 changed files with 2,343 additions and 394 deletions.
37 changes: 37 additions & 0 deletions .changes/1.21.27.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``dms``",
"description": "Amazon AWS DMS service now support Redis target endpoint migration. Now S3 endpoint setting is capable to setup features which are used to be configurable only in extract connection attributes.",
"type": "api-change"
},
{
"category": "``frauddetector``",
"description": "Updated an element of the DescribeModelVersion API response (LogitMetrics -> logOddsMetrics) for clarity. Added new exceptions to several APIs to protect against unlikely scenarios.",
"type": "api-change"
},
{
"category": "``iotsitewise``",
"description": "Documentation updates for AWS IoT SiteWise",
"type": "api-change"
},
{
"category": "``dlm``",
"description": "Added AMI deprecation support for Amazon Data Lifecycle Manager EBS-backed AMI policies.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "Add support for Custom Blueprints",
"type": "api-change"
},
{
"category": "``apigateway``",
"description": "Adding some of the pending releases (1) Adding WAF Filter to GatewayResponseType enum (2) Ensuring consistent error model for all operations (3) Add missing BRE to GetVpcLink operation",
"type": "api-change"
},
{
"category": "``backup``",
"description": "AWS Backup - Features: Evaluate your backup activity and generate audit reports.",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.21.27
=======

* api-change:``dms``: Amazon AWS DMS service now support Redis target endpoint migration. Now S3 endpoint setting is capable to setup features which are used to be configurable only in extract connection attributes.
* api-change:``frauddetector``: Updated an element of the DescribeModelVersion API response (LogitMetrics -> logOddsMetrics) for clarity. Added new exceptions to several APIs to protect against unlikely scenarios.
* api-change:``iotsitewise``: Documentation updates for AWS IoT SiteWise
* api-change:``dlm``: Added AMI deprecation support for Amazon Data Lifecycle Manager EBS-backed AMI policies.
* api-change:``glue``: Add support for Custom Blueprints
* api-change:``apigateway``: Adding some of the pending releases (1) Adding WAF Filter to GatewayResponseType enum (2) Ensuring consistent error model for all operations (3) Add missing BRE to GetVpcLink operation
* api-change:``backup``: AWS Backup - Features: Evaluate your backup activity and generate audit reports.


1.21.26
=======

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 re
import logging

__version__ = '1.21.26'
__version__ = '1.21.27'


class NullHandler(logging.Handler):
Expand Down
Loading

0 comments on commit b930ea5

Please sign in to comment.