Skip to content

Commit

Permalink
Merge branch 'release-1.34.125' into develop
Browse files Browse the repository at this point in the history
* release-1.34.125:
  Bumping version to 1.34.125
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jun 12, 2024
2 parents d36924b + 9dd2850 commit 8b11c18
Show file tree
Hide file tree
Showing 17 changed files with 4,467 additions and 63 deletions.
42 changes: 42 additions & 0 deletions .changes/1.34.125.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``apptest``",
"description": "AWS Mainframe Modernization Application Testing is an AWS Mainframe Modernization service feature that automates functional equivalence testing for mainframe application modernization and migration to AWS, and regression testing.",
"type": "api-change"
},
{
"category": "``backupstorage``",
"description": "The backupstorage client has been removed following the deprecation of the service.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Tagging support for Traffic Mirroring FilterRule resource",
"type": "api-change"
},
{
"category": "``osis``",
"description": "SDK changes for self-managed vpc endpoint to OpenSearch ingestion pipelines.",
"type": "api-change"
},
{
"category": "``redshift``",
"description": "Updates to remove DC1 and DS2 node types.",
"type": "api-change"
},
{
"category": "``secretsmanager``",
"description": "Introducing RotationToken parameter for PutSecretValue API",
"type": "api-change"
},
{
"category": "``securitylake``",
"description": "This release updates request validation regex to account for non-commercial aws partitions.",
"type": "api-change"
},
{
"category": "``sesv2``",
"description": "This release adds support for Amazon EventBridge as an email sending events destination.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-backupstorage-52755.json

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.34.125
========

* api-change:``apptest``: AWS Mainframe Modernization Application Testing is an AWS Mainframe Modernization service feature that automates functional equivalence testing for mainframe application modernization and migration to AWS, and regression testing.
* api-change:``backupstorage``: The backupstorage client has been removed following the deprecation of the service.
* api-change:``ec2``: Tagging support for Traffic Mirroring FilterRule resource
* api-change:``osis``: SDK changes for self-managed vpc endpoint to OpenSearch ingestion pipelines.
* api-change:``redshift``: Updates to remove DC1 and DS2 node types.
* api-change:``secretsmanager``: Introducing RotationToken parameter for PutSecretValue API
* api-change:``securitylake``: This release updates request validation regex to account for non-commercial aws partitions.
* api-change:``sesv2``: This release adds support for Amazon EventBridge as an email sending events destination.


1.34.124
========

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.34.124'
__version__ = '1.34.125'


class NullHandler(logging.Handler):
Expand Down
350 changes: 350 additions & 0 deletions botocore/data/apptest/2022-12-06/endpoint-rule-set-1.json

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions botocore/data/apptest/2022-12-06/paginators-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"pagination": {
"ListTestCases": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "testCases"
},
"ListTestConfigurations": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "testConfigurations"
},
"ListTestRunSteps": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "testRunSteps"
},
"ListTestRunTestCases": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "testRunTestCases"
},
"ListTestRuns": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "testRuns"
},
"ListTestSuites": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "testSuites"
}
}
}
Loading

0 comments on commit 8b11c18

Please sign in to comment.