Skip to content

Commit

Permalink
Merge branch 'release-1.20.25' into develop
Browse files Browse the repository at this point in the history
* release-1.20.25:
  Bumping version to 1.20.25
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Mar 10, 2021
2 parents 7d01761 + 6368438 commit 2f59b0e
Show file tree
Hide file tree
Showing 9 changed files with 881 additions and 29 deletions.
22 changes: 22 additions & 0 deletions .changes/1.20.25.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``accessanalyzer``",
"description": "Update accessanalyzer client to latest version",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "Update ssm client to latest version",
"type": "api-change"
},
{
"category": "``s3``",
"description": "Update s3 client to latest version",
"type": "api-change"
},
{
"category": "``backup``",
"description": "Update backup client to latest version",
"type": "api-change"
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.20.25
=======

* api-change:``accessanalyzer``: Update accessanalyzer client to latest version
* api-change:``ssm``: Update ssm client to latest version
* api-change:``s3``: Update s3 client to latest version
* api-change:``backup``: Update backup client to latest version


1.20.24
=======

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.20.24'
__version__ = '1.20.25'


class NullHandler(logging.Handler):
Expand Down
12 changes: 12 additions & 0 deletions botocore/data/accessanalyzer/2019-11-01/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "findings"
},
"ListAccessPreviewFindings": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "findings"
},
"ListAccessPreviews": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "accessPreviews"
}
}
}
Loading

0 comments on commit 2f59b0e

Please sign in to comment.