Skip to content

Commit 8c6f4be

Browse files
Merge branch 'release-1.20.25'
* release-1.20.25: Bumping version to 1.20.25 Update to latest models
2 parents d9976ce + 6368438 commit 8c6f4be

File tree

9 files changed

+881
-29
lines changed

9 files changed

+881
-29
lines changed

.changes/1.20.25.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"category": "``accessanalyzer``",
4+
"description": "Update accessanalyzer client to latest version",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ssm``",
9+
"description": "Update ssm client to latest version",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``s3``",
14+
"description": "Update s3 client to latest version",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``backup``",
19+
"description": "Update backup client to latest version",
20+
"type": "api-change"
21+
}
22+
]

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
CHANGELOG
33
=========
44

5+
1.20.25
6+
=======
7+
8+
* api-change:``accessanalyzer``: Update accessanalyzer client to latest version
9+
* api-change:``ssm``: Update ssm client to latest version
10+
* api-change:``s3``: Update s3 client to latest version
11+
* api-change:``backup``: Update backup client to latest version
12+
13+
514
1.20.24
615
=======
716

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import re
1717
import logging
1818

19-
__version__ = '1.20.24'
19+
__version__ = '1.20.25'
2020

2121

2222
class NullHandler(logging.Handler):

botocore/data/accessanalyzer/2019-11-01/paginators-1.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@
2323
"output_token": "nextToken",
2424
"limit_key": "maxResults",
2525
"result_key": "findings"
26+
},
27+
"ListAccessPreviewFindings": {
28+
"input_token": "nextToken",
29+
"output_token": "nextToken",
30+
"limit_key": "maxResults",
31+
"result_key": "findings"
32+
},
33+
"ListAccessPreviews": {
34+
"input_token": "nextToken",
35+
"output_token": "nextToken",
36+
"limit_key": "maxResults",
37+
"result_key": "accessPreviews"
2638
}
2739
}
2840
}

0 commit comments

Comments
 (0)