Skip to content

Commit

Permalink
Merge branch 'release-1.31.11' into develop
Browse files Browse the repository at this point in the history
* release-1.31.11:
  Bumping version to 1.31.11
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jul 25, 2023
2 parents 1a5df55 + 43a0c2e commit bf00c7d
Show file tree
Hide file tree
Showing 21 changed files with 1,439 additions and 509 deletions.
67 changes: 67 additions & 0 deletions .changes/1.31.11.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
[
{
"category": "``billingconductor``",
"description": "Added support for Auto-Assocate Billing Groups for CreateBillingGroup, UpdateBillingGroup, and ListBillingGroups.",
"type": "api-change"
},
{
"category": "``customer-profiles``",
"description": "Amazon Connect Customer Profiles now supports rule-based resolution to match and merge similar profiles into unified profiles, helping companies deliver faster and more personalized customer service by providing access to relevant customer information for agents and automated experiences.",
"type": "api-change"
},
{
"category": "``datasync``",
"description": "AWS DataSync now supports Microsoft Azure Blob Storage locations.",
"type": "api-change"
},
{
"category": "``dynamodb``",
"description": "Documentation updates for DynamoDB",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release adds an instance's peak and baseline network bandwidth as well as the memory sizes of an instance's inference accelerators to DescribeInstanceTypes.",
"type": "api-change"
},
{
"category": "``emr-serverless``",
"description": "This release adds support for publishing application logs to CloudWatch.",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "Add Python 3.11 (python3.11) support to AWS Lambda",
"type": "api-change"
},
{
"category": "``rds``",
"description": "This release adds support for monitoring storage optimization progress on the DescribeDBInstances API.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Mark ContentColumn and TargetLabelColumn as required Targets in TextClassificationJobConfig in CreateAutoMLJobV2API",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "Add support for CONTAINS and NOT_CONTAINS comparison operators for Automation Rules string filters and map filters",
"type": "api-change"
},
{
"category": "``sts``",
"description": "API updates for the AWS Security Token Service",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "This release adds support for SFTP Connectors.",
"type": "api-change"
},
{
"category": "``wisdom``",
"description": "This release added two new data types: AssistantIntegrationConfiguration, and SessionIntegrationConfiguration to support Wisdom integration with Amazon Connect Chat",
"type": "api-change"
}
]
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
CHANGELOG
=========

1.31.11
=======

* api-change:``billingconductor``: Added support for Auto-Assocate Billing Groups for CreateBillingGroup, UpdateBillingGroup, and ListBillingGroups.
* api-change:``customer-profiles``: Amazon Connect Customer Profiles now supports rule-based resolution to match and merge similar profiles into unified profiles, helping companies deliver faster and more personalized customer service by providing access to relevant customer information for agents and automated experiences.
* api-change:``datasync``: AWS DataSync now supports Microsoft Azure Blob Storage locations.
* api-change:``dynamodb``: Documentation updates for DynamoDB
* api-change:``ec2``: This release adds an instance's peak and baseline network bandwidth as well as the memory sizes of an instance's inference accelerators to DescribeInstanceTypes.
* api-change:``emr-serverless``: This release adds support for publishing application logs to CloudWatch.
* api-change:``lambda``: Add Python 3.11 (python3.11) support to AWS Lambda
* api-change:``rds``: This release adds support for monitoring storage optimization progress on the DescribeDBInstances API.
* api-change:``sagemaker``: Mark ContentColumn and TargetLabelColumn as required Targets in TextClassificationJobConfig in CreateAutoMLJobV2API
* api-change:``securityhub``: Add support for CONTAINS and NOT_CONTAINS comparison operators for Automation Rules string filters and map filters
* api-change:``sts``: API updates for the AWS Security Token Service
* api-change:``transfer``: This release adds support for SFTP Connectors.
* api-change:``wisdom``: This release added two new data types: AssistantIntegrationConfiguration, and SessionIntegrationConfiguration to support Wisdom integration with Amazon Connect Chat


1.31.10
=======

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.31.10'
__version__ = '1.31.11'


class NullHandler(logging.Handler):
Expand Down
Loading

0 comments on commit bf00c7d

Please sign in to comment.