Skip to content

Commit ca4bd2f

Browse files
Merge branch 'release-1.42.71' into develop
* release-1.42.71: Bumping version to 1.42.71 Update to latest models
2 parents ee59a86 + ae0a1ec commit ca4bd2f

File tree

6 files changed

+60
-11
lines changed

6 files changed

+60
-11
lines changed

.changes/1.42.71.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"category": "``ec2``",
4+
"description": "The DescribeInstanceTypes API now returns default connection tracking timeout values for TCP, UDP, and UDP stream via the new connectionTrackingConfiguration field on NetworkInfo.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``mediaconvert``",
9+
"description": "This update adds additional bitrate options for Dolby AC-4 audio outputs.",
10+
"type": "api-change"
11+
}
12+
]

CHANGELOG.rst

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

5+
1.42.71
6+
=======
7+
8+
* api-change:``ec2``: The DescribeInstanceTypes API now returns default connection tracking timeout values for TCP, UDP, and UDP stream via the new connectionTrackingConfiguration field on NetworkInfo.
9+
* api-change:``mediaconvert``: This update adds additional bitrate options for Dolby AC-4 audio outputs.
10+
11+
512
1.42.70
613
=======
714

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.70'
20+
__version__ = '1.42.71'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/ec2/2016-11-15/service-2.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20828,6 +20828,27 @@
2082820828
"locationName":"item"
2082920829
}
2083020830
},
20831+
"DefaultConnectionTrackingConfiguration":{
20832+
"type":"structure",
20833+
"members":{
20834+
"DefaultTcpEstablishedTimeout":{
20835+
"shape":"DefaultTcpEstablishedTimeout",
20836+
"documentation":"<p>Default timeout (in seconds) for idle TCP connections in an established state.</p>",
20837+
"locationName":"defaultTcpEstablishedTimeout"
20838+
},
20839+
"DefaultUdpTimeout":{
20840+
"shape":"DefaultUdpTimeout",
20841+
"documentation":"<p>Default timeout (in seconds) for idle UDP flows that have seen traffic only in a single direction or a single request-response transaction.</p>",
20842+
"locationName":"defaultUdpTimeout"
20843+
},
20844+
"DefaultUdpStreamTimeout":{
20845+
"shape":"DefaultUdpStreamTimeout",
20846+
"documentation":"<p>Default timeout (in seconds) for idle UDP flows classified as streams which have seen more than one request-response transaction.</p>",
20847+
"locationName":"defaultUdpStreamTimeout"
20848+
}
20849+
},
20850+
"documentation":"<p>Indicates default conntrack information for the instance type. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts\"> Connection tracking timeouts </a> in the Amazon EC2 User Guide. </p>"
20851+
},
2083120852
"DefaultEnaQueueCountPerInterface":{"type":"integer"},
2083220853
"DefaultHttpTokensEnforcedState":{
2083320854
"type":"string",
@@ -20876,6 +20897,9 @@
2087620897
"capacity-block"
2087720898
]
2087820899
},
20900+
"DefaultTcpEstablishedTimeout":{"type":"integer"},
20901+
"DefaultUdpStreamTimeout":{"type":"integer"},
20902+
"DefaultUdpTimeout":{"type":"integer"},
2087920903
"DefaultingDhcpOptionsId":{"type":"string"},
2088020904
"DeleteCapacityManagerDataExportRequest":{
2088120905
"type":"structure",
@@ -57292,6 +57316,11 @@
5729257316
"documentation":"<p>Indicates whether changing the number of ENA queues is supported.</p>",
5729357317
"locationName":"flexibleEnaQueuesSupport"
5729457318
},
57319+
"ConnectionTrackingConfiguration":{
57320+
"shape":"DefaultConnectionTrackingConfiguration",
57321+
"documentation":"<p>Indicates conntrack information for the instance type</p>",
57322+
"locationName":"connectionTrackingConfiguration"
57323+
},
5729557324
"SecondaryNetworkSupported":{
5729657325
"shape":"SecondaryNetworkSupportedFlag",
5729757326
"documentation":"<p>Indicates whether secondary interface attachments from secondary network are supported.</p>",

botocore/data/mediaconvert/2017-08-29/service-2.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,9 +1850,9 @@
18501850
"type": "structure",
18511851
"members": {
18521852
"Bitrate": {
1853-
"shape": "__integerMin192000Max1024000",
1853+
"shape": "__integerMin48000Max768000",
18541854
"locationName": "bitrate",
1855-
"documentation": "Specify the average bitrate in bits per second. Leave blank to use the default bitrate for the coding mode you select according to ETSI TS 103 190. Valid bitrates for coding mode 2.0 (stereo): 192000, 256000, or 320000. Valid bitrates for coding mode 5.1 (3/2 with LFE): 512000. Valid bitrates for coding mode 5.1.4 (immersive): 512000, 768000, or 1024000."
1855+
"documentation": "Specify the average bitrate in bits per second. Leave blank to use the default bitrate for the coding mode you select according to ETSI TS 103 190. Valid bitrates for coding mode 2.0 (stereo): 48000, 64000, 96000, 128000, 144000, 192000, 256000, 288000, 320000, 384000, 448000, 512000, or 768000. Valid bitrates for coding mode 5.1 (3/2 with LFE): 96000, 128000, 144000, 192000, 256000, 288000, 320000, 384000, 448000, 512000, or 768000. Valid bitrates for coding mode 5.1.4 (immersive): 192000, 256000, 288000, 320000, 384000, 448000, 512000, or 768000."
18561856
},
18571857
"BitstreamMode": {
18581858
"shape": "Ac4BitstreamMode",
@@ -4443,7 +4443,7 @@
44434443
"Format": {
44444444
"shape": "Format",
44454445
"locationName": "format",
4446-
"documentation": "The format of your media file. For example: MP4, QuickTime (MOV), Matroska (MKV), WebM, MXF, Wave, or AVI. Note that this will be blank if your media file has a format that the MediaConvert Probe operation does not recognize."
4446+
"documentation": "The format of your media file. For example: MP4, QuickTime (MOV), Matroska (MKV), WebM, MXF, Wave, AVI, or MPEG-TS. Note that this will be blank if your media file has a format that the MediaConvert Probe operation does not recognize."
44474447
},
44484448
"Tracks": {
44494449
"shape": "__listOfTrack",
@@ -6534,7 +6534,8 @@
65346534
"webm",
65356535
"mxf",
65366536
"wave",
6537-
"avi"
6537+
"avi",
6538+
"mpegts"
65386539
]
65396540
},
65406541
"FrameCaptureSettings": {
@@ -15724,11 +15725,6 @@
1572415725
"min": 16,
1572515726
"max": 24
1572615727
},
15727-
"__integerMin192000Max1024000": {
15728-
"type": "integer",
15729-
"min": 192000,
15730-
"max": 1024000
15731-
},
1573215728
"__integerMin1Max1": {
1573315729
"type": "integer",
1573415730
"min": 1,
@@ -15919,6 +15915,11 @@
1591915915
"min": 48000,
1592015916
"max": 48000
1592115917
},
15918+
"__integerMin48000Max768000": {
15919+
"type": "integer",
15920+
"min": 48000,
15921+
"max": 768000
15922+
},
1592215923
"__integerMin4Max12": {
1592315924
"type": "integer",
1592415925
"min": 4,

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '1.42.'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.42.70'
62+
release = '1.42.71'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

0 commit comments

Comments
 (0)