Skip to content

Commit ea4004f

Browse files
Update models for release
1 parent 902f233 commit ea4004f

10 files changed

Lines changed: 86 additions & 20 deletions

File tree

.changes/3.373.5

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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\EC2` - The DescribeInstanceTypes API now returns default connection tracking timeout values for TCP, UDP, and UDP stream via the new connectionTrackingConfiguration field on NetworkInfo.
6+
* `Aws\MediaConvert` - This update adds additional bitrate options for Dolby AC-4 audio outputs.
7+
38
## 3.373.4 - 2026-03-17
49

510
* `Aws\Signature` - Fixes bug in canonicalized query generation when dealing with numeric values

src/data/ec2/2016-11-15/api-2.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16395,6 +16395,23 @@
1639516395
"locationName":"item"
1639616396
}
1639716397
},
16398+
"DefaultConnectionTrackingConfiguration":{
16399+
"type":"structure",
16400+
"members":{
16401+
"DefaultTcpEstablishedTimeout":{
16402+
"shape":"DefaultTcpEstablishedTimeout",
16403+
"locationName":"defaultTcpEstablishedTimeout"
16404+
},
16405+
"DefaultUdpTimeout":{
16406+
"shape":"DefaultUdpTimeout",
16407+
"locationName":"defaultUdpTimeout"
16408+
},
16409+
"DefaultUdpStreamTimeout":{
16410+
"shape":"DefaultUdpStreamTimeout",
16411+
"locationName":"defaultUdpStreamTimeout"
16412+
}
16413+
}
16414+
},
1639816415
"DefaultEnaQueueCountPerInterface":{"type":"integer"},
1639916416
"DefaultHttpTokensEnforcedState":{
1640016417
"type":"string",
@@ -16443,6 +16460,9 @@
1644316460
"capacity-block"
1644416461
]
1644516462
},
16463+
"DefaultTcpEstablishedTimeout":{"type":"integer"},
16464+
"DefaultUdpStreamTimeout":{"type":"integer"},
16465+
"DefaultUdpTimeout":{"type":"integer"},
1644616466
"DefaultingDhcpOptionsId":{"type":"string"},
1644716467
"DeleteCapacityManagerDataExportRequest":{
1644816468
"type":"structure",
@@ -43805,6 +43825,10 @@
4380543825
"shape":"FlexibleEnaQueuesSupport",
4380643826
"locationName":"flexibleEnaQueuesSupport"
4380743827
},
43828+
"ConnectionTrackingConfiguration":{
43829+
"shape":"DefaultConnectionTrackingConfiguration",
43830+
"locationName":"connectionTrackingConfiguration"
43831+
},
4380843832
"SecondaryNetworkSupported":{
4380943833
"shape":"SecondaryNetworkSupportedFlag",
4381043834
"locationName":"secondaryNetworkSupported"

src/data/ec2/2016-11-15/api-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/ec2/2016-11-15/docs-2.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6454,6 +6454,12 @@
64546454
"InstanceEventWindowDisassociationRequest$DedicatedHostIds": "<p>The IDs of the Dedicated Hosts to disassociate from the event window.</p>"
64556455
}
64566456
},
6457+
"DefaultConnectionTrackingConfiguration": {
6458+
"base": "<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>",
6459+
"refs": {
6460+
"NetworkInfo$ConnectionTrackingConfiguration": "<p>Indicates conntrack information for the instance type</p>"
6461+
}
6462+
},
64576463
"DefaultEnaQueueCountPerInterface": {
64586464
"base": null,
64596465
"refs": {
@@ -6507,6 +6513,24 @@
65076513
"TargetCapacitySpecificationRequest$DefaultTargetCapacityType": "<p>The default target capacity type.</p>"
65086514
}
65096515
},
6516+
"DefaultTcpEstablishedTimeout": {
6517+
"base": null,
6518+
"refs": {
6519+
"DefaultConnectionTrackingConfiguration$DefaultTcpEstablishedTimeout": "<p>Default timeout (in seconds) for idle TCP connections in an established state.</p>"
6520+
}
6521+
},
6522+
"DefaultUdpStreamTimeout": {
6523+
"base": null,
6524+
"refs": {
6525+
"DefaultConnectionTrackingConfiguration$DefaultUdpStreamTimeout": "<p>Default timeout (in seconds) for idle UDP flows classified as streams which have seen more than one request-response transaction.</p>"
6526+
}
6527+
},
6528+
"DefaultUdpTimeout": {
6529+
"base": null,
6530+
"refs": {
6531+
"DefaultConnectionTrackingConfiguration$DefaultUdpTimeout": "<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>"
6532+
}
6533+
},
65106534
"DefaultingDhcpOptionsId": {
65116535
"base": null,
65126536
"refs": {

src/data/ec2/2016-11-15/docs-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/mediaconvert/2017-08-29/api-2.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@
15351535
"type": "structure",
15361536
"members": {
15371537
"Bitrate": {
1538-
"shape": "__integerMin192000Max1024000",
1538+
"shape": "__integerMin48000Max768000",
15391539
"locationName": "bitrate"
15401540
},
15411541
"BitstreamMode": {
@@ -5487,7 +5487,8 @@
54875487
"webm",
54885488
"mxf",
54895489
"wave",
5490-
"avi"
5490+
"avi",
5491+
"mpegts"
54915492
]
54925493
},
54935494
"FrameCaptureSettings": {
@@ -13257,11 +13258,6 @@
1325713258
"min": 16,
1325813259
"max": 24
1325913260
},
13260-
"__integerMin192000Max1024000": {
13261-
"type": "integer",
13262-
"min": 192000,
13263-
"max": 1024000
13264-
},
1326513261
"__integerMin1Max1": {
1326613262
"type": "integer",
1326713263
"min": 1,
@@ -13452,6 +13448,11 @@
1345213448
"min": 48000,
1345313449
"max": 48000
1345413450
},
13451+
"__integerMin48000Max768000": {
13452+
"type": "integer",
13453+
"min": 48000,
13454+
"max": 768000
13455+
},
1345513456
"__integerMin4Max12": {
1345613457
"type": "integer",
1345713458
"min": 4,

src/data/mediaconvert/2017-08-29/api-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/mediaconvert/2017-08-29/docs-2.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1709,7 +1709,7 @@
17091709
"Format": {
17101710
"base": null,
17111711
"refs": {
1712-
"Container$Format": "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."
1712+
"Container$Format": "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."
17131713
}
17141714
},
17151715
"FrameCaptureSettings": {
@@ -3481,7 +3481,7 @@
34813481
}
34823482
},
34833483
"ProbeRequest": {
3484-
"base": "The request to probe one or more media files and retrieve metadata about them.",
3484+
"base": "A request to probe a media file and retrieve its metadata.",
34853485
"refs": {}
34863486
},
34873487
"ProbeResponse": {
@@ -5006,12 +5006,6 @@
50065006
"WavSettings$BitDepth": "Specify Bit depth, in bits per sample, to choose the encoding quality for this audio track."
50075007
}
50085008
},
5009-
"__integerMin192000Max1024000": {
5010-
"base": null,
5011-
"refs": {
5012-
"Ac4Settings$Bitrate": "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."
5013-
}
5014-
},
50155009
"__integerMin1Max1": {
50165010
"base": null,
50175011
"refs": {
@@ -5353,6 +5347,12 @@
53535347
"Eac3Settings$SampleRate": "This value is always 48000. It represents the sample rate in Hz."
53545348
}
53555349
},
5350+
"__integerMin48000Max768000": {
5351+
"base": null,
5352+
"refs": {
5353+
"Ac4Settings$Bitrate": "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."
5354+
}
5355+
},
53565356
"__integerMin4Max12": {
53575357
"base": null,
53585358
"refs": {
@@ -6494,4 +6494,4 @@
64946494
}
64956495
}
64966496
}
6497-
}
6497+
}

src/data/mediaconvert/2017-08-29/docs-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)