Skip to content

Commit aa30b0c

Browse files
Merge branch 'release-1.38.20' into develop
* release-1.38.20: Bumping version to 1.38.20 Update endpoints model Update to latest models Merge customizations for DataSync
2 parents 086cf83 + e4c74a7 commit aa30b0c

15 files changed

Lines changed: 689 additions & 1431 deletions

File tree

.changes/1.38.20.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``datasync``",
4+
"description": "Remove Discovery APIs from the DataSync service",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "This release expands the ModifyInstanceMaintenanceOptions API to enable or disable instance migration during customer-initiated reboots for EC2 Scheduled Reboot Events.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``glue``",
14+
"description": "Enhanced AWS Glue ListConnectionTypes API Model with additional metadata fields.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``inspector2``",
19+
"description": "This release adds GetClustersForImage API and filter updates as part of the mapping of container images to running containers feature.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``oam``",
24+
"description": "Add IncludeTags field to GetLink, GetSink and UpdateLink API",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``privatenetworks``",
29+
"description": "The privatenetworks client has been removed following the deprecation of the service.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``rds``",
34+
"description": "This release introduces the new DescribeDBMajorEngineVersions API for describing the properties of specific major versions of database engines.",
35+
"type": "api-change"
36+
}
37+
]

.changes/next-release/api-change-privatenetworks-24583.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

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

5+
1.38.20
6+
=======
7+
8+
* api-change:``datasync``: Remove Discovery APIs from the DataSync service
9+
* api-change:``ec2``: This release expands the ModifyInstanceMaintenanceOptions API to enable or disable instance migration during customer-initiated reboots for EC2 Scheduled Reboot Events.
10+
* api-change:``glue``: Enhanced AWS Glue ListConnectionTypes API Model with additional metadata fields.
11+
* api-change:``inspector2``: This release adds GetClustersForImage API and filter updates as part of the mapping of container images to running containers feature.
12+
* api-change:``oam``: Add IncludeTags field to GetLink, GetSink and UpdateLink API
13+
* api-change:``privatenetworks``: The privatenetworks client has been removed following the deprecation of the service.
14+
* api-change:``rds``: This release introduces the new DescribeDBMajorEngineVersions API for describing the properties of specific major versions of database engines.
15+
16+
517
1.38.19
618
=======
719

botocore/__init__.py

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

19-
__version__ = '1.38.19'
19+
__version__ = '1.38.20'
2020

2121

2222
class NullHandler(logging.Handler):

botocore/data/datasync/2018-11-09/paginators-1.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,6 @@
2929
"limit_key": "MaxResults",
3030
"output_token": "NextToken",
3131
"result_key": "Tasks"
32-
},
33-
"DescribeStorageSystemResourceMetrics": {
34-
"input_token": "NextToken",
35-
"output_token": "NextToken",
36-
"limit_key": "MaxResults",
37-
"result_key": "Metrics"
38-
},
39-
"ListDiscoveryJobs": {
40-
"input_token": "NextToken",
41-
"output_token": "NextToken",
42-
"limit_key": "MaxResults",
43-
"result_key": "DiscoveryJobs"
44-
},
45-
"ListStorageSystems": {
46-
"input_token": "NextToken",
47-
"output_token": "NextToken",
48-
"limit_key": "MaxResults",
49-
"result_key": "StorageSystems"
5032
}
5133
}
5234
}

0 commit comments

Comments
 (0)