Skip to content

Commit c2cf861

Browse files
Merge branch 'release-1.42.45' into develop
* release-1.42.45: Bumping version to 1.42.45 Update endpoints model Update to latest models
2 parents 4274579 + 8b04c6a commit c2cf861

15 files changed

Lines changed: 1335 additions & 19 deletions

File tree

.changes/1.42.45.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``connectcampaignsv2``",
4+
"description": "Add the missing event type for WhatsApp",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "Amazon Secondary Networks is a networking feature that provides high-performance, low-latency connectivity for specialized workloads.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``eks``",
14+
"description": "Amazon EKS adds a new DescribeUpdate update type, VendedLogsUpdate, to support an integration between EKS Auto Mode and Amazon CloudWatch Vended Logs.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``imagebuilder``",
19+
"description": "EC2 Image Builder now supports wildcard patterns in lifecycle policies with recipes and enhances the experience of tag-scoped policies.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``lakeformation``",
24+
"description": "Allow cross account v5 in put data lake settings",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``neptunedata``",
29+
"description": "Added edgeOnlyLoad boolean parameter to Neptune bulk load request. When TRUE, files are loaded in order without scanning. When FALSE (default), the loader scans files first, then loads vertex files before edge files automatically.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``pcs``",
34+
"description": "Introduces RESUMING state for clusters, compute node groups, and queues.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``transfer``",
39+
"description": "This release adds a documentation update for MdnResponse of type \"ASYNC\"",
40+
"type": "api-change"
41+
}
42+
]

CHANGELOG.rst

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

5+
1.42.45
6+
=======
7+
8+
* api-change:``connectcampaignsv2``: Add the missing event type for WhatsApp
9+
* api-change:``ec2``: Amazon Secondary Networks is a networking feature that provides high-performance, low-latency connectivity for specialized workloads.
10+
* api-change:``eks``: Amazon EKS adds a new DescribeUpdate update type, VendedLogsUpdate, to support an integration between EKS Auto Mode and Amazon CloudWatch Vended Logs.
11+
* api-change:``imagebuilder``: EC2 Image Builder now supports wildcard patterns in lifecycle policies with recipes and enhances the experience of tag-scoped policies.
12+
* api-change:``lakeformation``: Allow cross account v5 in put data lake settings
13+
* api-change:``neptunedata``: Added edgeOnlyLoad boolean parameter to Neptune bulk load request. When TRUE, files are loaded in order without scanning. When FALSE (default), the loader scans files first, then loads vertex files before edge files automatically.
14+
* api-change:``pcs``: Introduces RESUMING state for clusters, compute node groups, and queues.
15+
* api-change:``transfer``: This release adds a documentation update for MdnResponse of type "ASYNC"
16+
17+
518
1.42.44
619
=======
720

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import re
1818
from logging import NullHandler
1919

20-
__version__ = '1.42.44'
20+
__version__ = '1.42.45'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/connectcampaignsv2/2024-04-23/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,8 @@
13431343
"Campaign-Email",
13441344
"Campaign-SMS",
13451345
"Campaign-Telephony",
1346-
"Campaign-Orchestration"
1346+
"Campaign-Orchestration",
1347+
"Campaign-WhatsApp"
13471348
]
13481349
},
13491350
"ExternalCampaignType":{

botocore/data/ec2/2016-11-15/paginators-1.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,24 @@
998998
"more_results": "AdditionalRoutesAvailable",
999999
"output_token": "NextToken",
10001000
"result_key": "Routes"
1001+
},
1002+
"DescribeSecondaryInterfaces": {
1003+
"input_token": "NextToken",
1004+
"limit_key": "MaxResults",
1005+
"output_token": "NextToken",
1006+
"result_key": "SecondaryInterfaces"
1007+
},
1008+
"DescribeSecondaryNetworks": {
1009+
"input_token": "NextToken",
1010+
"limit_key": "MaxResults",
1011+
"output_token": "NextToken",
1012+
"result_key": "SecondaryNetworks"
1013+
},
1014+
"DescribeSecondarySubnets": {
1015+
"input_token": "NextToken",
1016+
"limit_key": "MaxResults",
1017+
"output_token": "NextToken",
1018+
"result_key": "SecondarySubnets"
10011019
}
10021020
}
10031021
}

0 commit comments

Comments
 (0)