Skip to content

Commit c7da762

Browse files
Update to latest models
1 parent 78b38a6 commit c7da762

18 files changed

Lines changed: 1316 additions & 17 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``connectcampaignsv2``",
4+
"description": "Add the missing event type for WhatsApp"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``ec2``",
4+
"description": "Amazon Secondary Networks is a networking feature that provides high-performance, low-latency connectivity for specialized workloads."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``eks``",
4+
"description": "Amazon EKS adds a new DescribeUpdate update type, VendedLogsUpdate, to support an integration between EKS Auto Mode and Amazon CloudWatch Vended Logs."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``imagebuilder``",
4+
"description": "EC2 Image Builder now supports wildcard patterns in lifecycle policies with recipes and enhances the experience of tag-scoped policies."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``lakeformation``",
4+
"description": "Allow cross account v5 in put data lake settings"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``neptunedata``",
4+
"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."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``pcs``",
4+
"description": "Introduces RESUMING state for clusters, compute node groups, and queues."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``transfer``",
4+
"description": "This release adds a documentation update for MdnResponse of type \"ASYNC\""
5+
}

awscli/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":{

awscli/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)