Skip to content

Commit

Permalink
Merge branch 'release-1.29.149' into develop
Browse files Browse the repository at this point in the history
* release-1.29.149:
  Bumping version to 1.29.149
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jun 7, 2023
2 parents 5ba1dc1 + 87f6d25 commit 6caef35
Show file tree
Hide file tree
Showing 13 changed files with 1,116 additions and 1,585 deletions.
32 changes: 32 additions & 0 deletions .changes/1.29.149.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``cloudformation``",
"description": "AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT",
"type": "api-change"
},
{
"category": "``customer-profiles``",
"description": "This release introduces event stream related APIs.",
"type": "api-change"
},
{
"category": "``directconnect``",
"description": "This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces.",
"type": "api-change"
},
{
"category": "``emr-containers``",
"description": "EMR on EKS adds support for log rotation of Spark container logs with EMR-6.11.0 onwards, to the StartJobRun API.",
"type": "api-change"
},
{
"category": "``iotdeviceadvisor``",
"description": "AWS IoT Core Device Advisor now supports new Qualification Suite test case list. With this update, customers can more easily create new qualification test suite with an empty rootGroup input.",
"type": "api-change"
},
{
"category": "``logs``",
"description": "This change adds support for account level data protection policies using 3 new APIs, PutAccountPolicy, DeleteAccountPolicy and DescribeAccountPolicy. DescribeLogGroup API has been modified to indicate if account level policy is applied to the LogGroup via \"inheritedProperties\" list in the response.",
"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.29.149
========

* api-change:``cloudformation``: AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT
* api-change:``customer-profiles``: This release introduces event stream related APIs.
* api-change:``directconnect``: This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces.
* api-change:``emr-containers``: EMR on EKS adds support for log rotation of Spark container logs with EMR-6.11.0 onwards, to the StartJobRun API.
* api-change:``iotdeviceadvisor``: AWS IoT Core Device Advisor now supports new Qualification Suite test case list. With this update, customers can more easily create new qualification test suite with an empty rootGroup input.
* api-change:``logs``: This change adds support for account level data protection policies using 3 new APIs, PutAccountPolicy, DeleteAccountPolicy and DescribeAccountPolicy. DescribeLogGroup API has been modified to indicate if account level policy is applied to the LogGroup via "inheritedProperties" list in the response.


1.29.148
========

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.29.148'
__version__ = '1.29.149'


class NullHandler(logging.Handler):
Expand Down
39 changes: 20 additions & 19 deletions botocore/data/cloudformation/2010-05-15/service-2.json

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion botocore/data/customer-profiles/2020-08-15/paginators-1.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"pagination": {}
"pagination": {
"ListEventStreams": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "Items"
}
}
}
Loading

0 comments on commit 6caef35

Please sign in to comment.