Skip to content

Commit

Permalink
Merge branch 'release-1.29.38'
Browse files Browse the repository at this point in the history
* release-1.29.38:
  Bumping version to 1.29.38
  Update to latest models
  Ignore response/request sections in docs if they're too large. (#2839)
  Bump wheel from 0.37.0 to 0.38.1 (#2841)
  • Loading branch information
aws-sdk-python-automation committed Dec 27, 2022
2 parents 7c504e9 + 8c934cc commit e426625
Show file tree
Hide file tree
Showing 15 changed files with 866 additions and 323 deletions.
12 changes: 12 additions & 0 deletions .changes/1.29.38.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"category": "``memorydb``",
"description": "This release adds support for MemoryDB Reserved nodes which provides a significant discount compared to on-demand node pricing. Reserved nodes are not physical nodes, but rather a billing discount applied to the use of on-demand nodes in your account.",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "Add additional operations to throw ThrottlingExceptions",
"type": "api-change"
}
]
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

1.29.38
=======

* api-change:``memorydb``: This release adds support for MemoryDB Reserved nodes which provides a significant discount compared to on-demand node pricing. Reserved nodes are not physical nodes, but rather a billing discount applied to the use of on-demand nodes in your account.
* api-change:``transfer``: Add additional operations to throw ThrottlingExceptions


1.29.37
=======

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.37'
__version__ = '1.29.38'


class NullHandler(logging.Handler):
Expand Down
11 changes: 1 addition & 10 deletions botocore/data/memorydb/2021-01-01/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
Expand Down Expand Up @@ -52,15 +52,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down
75 changes: 74 additions & 1 deletion botocore/data/memorydb/2021-01-01/paginators-1.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,76 @@
{
"pagination": {}
"pagination": {
"DescribeACLs": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "ACLs"
},
"DescribeClusters": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Clusters"
},
"DescribeEngineVersions": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "EngineVersions"
},
"DescribeEvents": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Events"
},
"DescribeParameterGroups": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "ParameterGroups"
},
"DescribeParameters": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Parameters"
},
"DescribeReservedNodes": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "ReservedNodes"
},
"DescribeReservedNodesOfferings": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "ReservedNodesOfferings"
},
"DescribeServiceUpdates": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "ServiceUpdates"
},
"DescribeSnapshots": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Snapshots"
},
"DescribeSubnetGroups": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "SubnetGroups"
},
"DescribeUsers": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Users"
}
}
}

0 comments on commit e426625

Please sign in to comment.