Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 19, 2022
1 parent d10816a commit 45f5829
Show file tree
Hide file tree
Showing 9 changed files with 669 additions and 61 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-cloudtrail-87387.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``cloudtrail``",
"description": "This release includes support for importing existing trails into CloudTrail Lake."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ec2-62042.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ec2``",
"description": "This release adds CapacityAllocations field to DescribeCapacityReservations"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-mediaconnect-97436.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``mediaconnect``",
"description": "This change allows the customer to use the SRT Caller protocol as part of their flows"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-rds-83798.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``rds``",
"description": "This release adds support for Amazon RDS Proxy with SQL Server compatibility."
}
12 changes: 12 additions & 0 deletions botocore/data/cloudtrail/2013-11-01/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@
"input_token": "NextToken",
"output_token": "NextToken",
"result_key": "Trails"
},
"ListImportFailures": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Failures"
},
"ListImports": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Imports"
}
}
}
523 changes: 517 additions & 6 deletions botocore/data/cloudtrail/2013-11-01/service-2.json

Large diffs are not rendered by default.

108 changes: 70 additions & 38 deletions botocore/data/ec2/2016-11-15/service-2.json

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions botocore/data/mediaconnect/2018-11-14/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3025,6 +3025,7 @@
"st2110-jpegxs",
"cdi",
"srt-listener",
"srt-caller",
"fujitsu-qos"
]
},
Expand Down Expand Up @@ -3486,6 +3487,16 @@
"locationName": "senderIpAddress",
"documentation": "The IP address that the flow communicates with to initiate connection with the sender."
},
"SourceListenerAddress": {
"shape": "__string",
"locationName": "sourceListenerAddress",
"documentation": "Source IP or domain name for SRT-caller protocol."
},
"SourceListenerPort": {
"shape": "__integer",
"locationName": "sourceListenerPort",
"documentation": "Source port for SRT-caller protocol."
},
"StreamId": {
"shape": "__string",
"locationName": "streamId",
Expand Down Expand Up @@ -3785,6 +3796,16 @@
"locationName": "smoothingLatency",
"documentation": "The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams."
},
"SourceListenerAddress": {
"shape": "__string",
"locationName": "sourceListenerAddress",
"documentation": "Source IP or domain name for SRT-caller protocol."
},
"SourceListenerPort": {
"shape": "__integer",
"locationName": "sourceListenerPort",
"documentation": "Source port for SRT-caller protocol."
},
"StreamId": {
"shape": "__string",
"locationName": "streamId",
Expand Down Expand Up @@ -4232,6 +4253,16 @@
"locationName": "sourceArn",
"documentation": "The ARN of the source that you want to update."
},
"SourceListenerAddress": {
"shape": "__string",
"locationName": "sourceListenerAddress",
"documentation": "Source IP or domain name for SRT-caller protocol."
},
"SourceListenerPort": {
"shape": "__integer",
"locationName": "sourceListenerPort",
"documentation": "Source port for SRT-caller protocol."
},
"StreamId": {
"shape": "__string",
"locationName": "streamId",
Expand Down
36 changes: 19 additions & 17 deletions botocore/data/rds/2014-10-31/service-2.json

Large diffs are not rendered by default.

0 comments on commit 45f5829

Please sign in to comment.