Skip to content

Commit

Permalink
Merge branch 'release-1.21.51'
Browse files Browse the repository at this point in the history
* release-1.21.51:
  Bumping version to 1.21.51
  Update to latest endpoints
  Update to latest models
  Fix test typo (#2505)
  • Loading branch information
aws-sdk-python-automation committed Sep 29, 2021
2 parents 6887794 + 094fac0 commit 6a0ae04
Show file tree
Hide file tree
Showing 11 changed files with 1,021 additions and 145 deletions.
17 changes: 17 additions & 0 deletions .changes/1.21.51.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"category": "``lambda``",
"description": "Adds support for Lambda functions powered by AWS Graviton2 processors. Customers can now select the CPU architecture for their functions.",
"type": "api-change"
},
{
"category": "``sesv2``",
"description": "This release includes the ability to use 2048 bits RSA key pairs for DKIM in SES, either with Easy DKIM or Bring Your Own DKIM.",
"type": "api-change"
},
{
"category": "``amp``",
"description": "This release adds alert manager and rule group namespace APIs",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.21.51
=======

* api-change:``lambda``: Adds support for Lambda functions powered by AWS Graviton2 processors. Customers can now select the CPU architecture for their functions.
* api-change:``sesv2``: This release includes the ability to use 2048 bits RSA key pairs for DKIM in SES, either with Easy DKIM or Bring Your Own DKIM.
* api-change:``amp``: This release adds alert manager and rule group namespace APIs


1.21.50
=======

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.50'
__version__ = '1.21.51'


class NullHandler(logging.Handler):
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/amp/2020-08-01/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "workspaces"
},
"ListRuleGroupsNamespaces": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "ruleGroupsNamespaces"
}
}
}
Loading

0 comments on commit 6a0ae04

Please sign in to comment.