Skip to content

Commit

Permalink
Merge branch 'release-1.29.165' into develop
Browse files Browse the repository at this point in the history
* release-1.29.165:
  Bumping version to 1.29.165
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jun 30, 2023
2 parents db53648 + b40fa66 commit 1ebacea
Show file tree
Hide file tree
Showing 14 changed files with 788 additions and 793 deletions.
37 changes: 37 additions & 0 deletions .changes/1.29.165.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``amp``",
"description": "AWS SDK service model generation tool version upgrade.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "Added new field \"credentialspecs\" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode",
"type": "api-change"
},
{
"category": "``ivs``",
"description": "Corrects the HTTP response code in the generated docs for PutMetadata and DeleteRecordingConfiguration APIs.",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "This release includes improved color handling of overlays and general updates to user documentation.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "This release adds support for rolling deployment in SageMaker Inference.",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "Add outbound Basic authentication support to AS2 connectors",
"type": "api-change"
},
{
"category": "``verifiedpermissions``",
"description": "This release corrects several broken links in the documentation.",
"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.29.165
========

* api-change:``amp``: AWS SDK service model generation tool version upgrade.
* api-change:``ecs``: Added new field "credentialspecs" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode
* api-change:``ivs``: Corrects the HTTP response code in the generated docs for PutMetadata and DeleteRecordingConfiguration APIs.
* api-change:``mediaconvert``: This release includes improved color handling of overlays and general updates to user documentation.
* api-change:``sagemaker``: This release adds support for rolling deployment in SageMaker Inference.
* api-change:``transfer``: Add outbound Basic authentication support to AS2 connectors
* api-change:``verifiedpermissions``: This release corrects several broken links in the documentation.


1.29.164
========

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.164'
__version__ = '1.29.165'


class NullHandler(logging.Handler):
Expand Down
399 changes: 217 additions & 182 deletions botocore/data/amp/2020-08-01/endpoint-rule-set-1.json

Large diffs are not rendered by default.

Loading

0 comments on commit 1ebacea

Please sign in to comment.