aws-sdk-mediaconvert 1.187.0 → 1.188.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +25 -8
- data/lib/aws-sdk-mediaconvert/client_api.rb +69 -2
- data/lib/aws-sdk-mediaconvert/types.rb +404 -44
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- data/sig/params.rbs +40 -4
- data/sig/types.rbs +70 -6
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 55edb4c6a8d633f03b2db8666d82885476caeca46353a6d8ca943d5f9075b303
|
|
4
|
+
data.tar.gz: e84fc1387527a0bf3664e7f7fe7d09a3045afc40164fe74ae1bf59c1202b6d95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ec7b8eee39f91f79a018ad1e7458309ddba4468ddc87b344dedb28b393d98f319f305d71354671152abae5eedc696c6b0bf2c1336a888aa5ff46275856ab76b
|
|
7
|
+
data.tar.gz: f12f6e6c43d61833beecef29a6c6c0c48027f405611daf023344dce1e6e2010ce81061121a016e3258b78d7274aae9ccf254db941bf6d7264faf85d51356851d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.188.0 (2026-06-05)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds support for configurable number of Clear Lead segments at the beginning of encrypted output. Adds support for multiple trickplay variants.
|
|
8
|
+
|
|
4
9
|
1.187.0 (2026-06-02)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.188.0
|
|
@@ -4463,7 +4463,7 @@ module Aws::MediaConvert
|
|
|
4463
4463
|
#
|
|
4464
4464
|
# resp.probe_results #=> Array
|
|
4465
4465
|
# resp.probe_results[0].container.duration #=> Float
|
|
4466
|
-
# resp.probe_results[0].container.format #=> String, one of "mp4", "quicktime", "matroska", "webm", "mxf", "wave", "avi", "mpegts"
|
|
4466
|
+
# resp.probe_results[0].container.format #=> String, one of "mp4", "quicktime", "matroska", "webm", "mxf", "wave", "avi", "mpegts", "mpegps"
|
|
4467
4467
|
# resp.probe_results[0].container.start_timecode #=> String
|
|
4468
4468
|
# resp.probe_results[0].container.tracks #=> Array
|
|
4469
4469
|
# resp.probe_results[0].container.tracks[0].audio_properties.bit_depth #=> Integer
|
|
@@ -4472,8 +4472,9 @@ module Aws::MediaConvert
|
|
|
4472
4472
|
# resp.probe_results[0].container.tracks[0].audio_properties.frame_rate.denominator #=> Integer
|
|
4473
4473
|
# resp.probe_results[0].container.tracks[0].audio_properties.frame_rate.numerator #=> Integer
|
|
4474
4474
|
# resp.probe_results[0].container.tracks[0].audio_properties.language_code #=> String
|
|
4475
|
+
# resp.probe_results[0].container.tracks[0].audio_properties.object_count #=> Integer
|
|
4475
4476
|
# resp.probe_results[0].container.tracks[0].audio_properties.sample_rate #=> Integer
|
|
4476
|
-
# resp.probe_results[0].container.tracks[0].codec #=> String, one of "UNKNOWN", "AAC", "AC3", "EAC3", "FLAC", "MP3", "OPUS", "PCM", "VORBIS", "AV1", "AVC", "HEVC", "JPEG2000", "MJPEG", "MPEG1", "MP4V", "MPEG2", "PRORES", "QTRLE", "THEORA", "UNCOMPRESSED", "VFW", "VP8", "VP9", "C608", "C708", "WEBVTT"
|
|
4477
|
+
# resp.probe_results[0].container.tracks[0].codec #=> String, one of "UNKNOWN", "AAC", "AC3", "EAC3", "FLAC", "MP2", "MP3", "OPUS", "PCM", "VORBIS", "AV1", "AVC", "HEVC", "JPEG2000", "MJPEG", "MPEG1", "MP4V", "MPEG2", "PRORES", "QTRLE", "THEORA", "UNCOMPRESSED", "VFW", "VP8", "VP9", "C608", "C708", "WEBVTT"
|
|
4477
4478
|
# resp.probe_results[0].container.tracks[0].data_properties.language_code #=> String
|
|
4478
4479
|
# resp.probe_results[0].container.tracks[0].duration #=> Float
|
|
4479
4480
|
# resp.probe_results[0].container.tracks[0].index #=> Integer
|
|
@@ -4485,18 +4486,34 @@ module Aws::MediaConvert
|
|
|
4485
4486
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.coded_frame_rate.denominator #=> Integer
|
|
4486
4487
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.coded_frame_rate.numerator #=> Integer
|
|
4487
4488
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.color_primaries #=> String, one of "ITU_709", "UNSPECIFIED", "RESERVED", "ITU_470M", "ITU_470BG", "SMPTE_170M", "SMPTE_240M", "GENERIC_FILM", "ITU_2020", "SMPTE_428_1", "SMPTE_431_2", "SMPTE_EG_432_1", "IPT", "SMPTE_2067XYZ", "EBU_3213_E", "LAST"
|
|
4489
|
+
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.content_light_level.max_content_light_level #=> Integer
|
|
4490
|
+
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.content_light_level.max_frame_average_light_level #=> Integer
|
|
4488
4491
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.height #=> Integer
|
|
4489
4492
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.level #=> String
|
|
4490
4493
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.matrix_coefficients #=> String, one of "RGB", "ITU_709", "UNSPECIFIED", "RESERVED", "FCC", "ITU_470BG", "SMPTE_170M", "SMPTE_240M", "YCgCo", "ITU_2020_NCL", "ITU_2020_CL", "SMPTE_2085", "CD_NCL", "CD_CL", "ITU_2100ICtCp", "IPT", "EBU3213", "LAST"
|
|
4491
4494
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.profile #=> String
|
|
4495
|
+
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.rotation #=> Integer
|
|
4492
4496
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.scan_type #=> String
|
|
4493
4497
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.transfer_characteristics #=> String, one of "ITU_709", "UNSPECIFIED", "RESERVED", "ITU_470M", "ITU_470BG", "SMPTE_170M", "SMPTE_240M", "LINEAR", "LOG10_2", "LOC10_2_5", "IEC_61966_2_4", "ITU_1361", "IEC_61966_2_1", "ITU_2020_10bit", "ITU_2020_12bit", "SMPTE_2084", "SMPTE_428_1", "ARIB_B67", "LAST"
|
|
4494
4498
|
# resp.probe_results[0].container.tracks[0].video_properties.codec_metadata.width #=> Integer
|
|
4495
4499
|
# resp.probe_results[0].container.tracks[0].video_properties.color_primaries #=> String, one of "ITU_709", "UNSPECIFIED", "RESERVED", "ITU_470M", "ITU_470BG", "SMPTE_170M", "SMPTE_240M", "GENERIC_FILM", "ITU_2020", "SMPTE_428_1", "SMPTE_431_2", "SMPTE_EG_432_1", "IPT", "SMPTE_2067XYZ", "EBU_3213_E", "LAST"
|
|
4496
4500
|
# resp.probe_results[0].container.tracks[0].video_properties.frame_rate.denominator #=> Integer
|
|
4497
4501
|
# resp.probe_results[0].container.tracks[0].video_properties.frame_rate.numerator #=> Integer
|
|
4502
|
+
# resp.probe_results[0].container.tracks[0].video_properties.hdr_metadata.content_light_level.max_content_light_level #=> Integer
|
|
4503
|
+
# resp.probe_results[0].container.tracks[0].video_properties.hdr_metadata.content_light_level.max_frame_average_light_level #=> Integer
|
|
4504
|
+
# resp.probe_results[0].container.tracks[0].video_properties.hdr_metadata.mastering_display_color_volume.blue_primary_x #=> Integer
|
|
4505
|
+
# resp.probe_results[0].container.tracks[0].video_properties.hdr_metadata.mastering_display_color_volume.blue_primary_y #=> Integer
|
|
4506
|
+
# resp.probe_results[0].container.tracks[0].video_properties.hdr_metadata.mastering_display_color_volume.green_primary_x #=> Integer
|
|
4507
|
+
# resp.probe_results[0].container.tracks[0].video_properties.hdr_metadata.mastering_display_color_volume.green_primary_y #=> Integer
|
|
4508
|
+
# resp.probe_results[0].container.tracks[0].video_properties.hdr_metadata.mastering_display_color_volume.max_luminance #=> Integer
|
|
4509
|
+
# resp.probe_results[0].container.tracks[0].video_properties.hdr_metadata.mastering_display_color_volume.min_luminance #=> Integer
|
|
4510
|
+
# resp.probe_results[0].container.tracks[0].video_properties.hdr_metadata.mastering_display_color_volume.red_primary_x #=> Integer
|
|
4511
|
+
# resp.probe_results[0].container.tracks[0].video_properties.hdr_metadata.mastering_display_color_volume.red_primary_y #=> Integer
|
|
4512
|
+
# resp.probe_results[0].container.tracks[0].video_properties.hdr_metadata.mastering_display_color_volume.white_point_x #=> Integer
|
|
4513
|
+
# resp.probe_results[0].container.tracks[0].video_properties.hdr_metadata.mastering_display_color_volume.white_point_y #=> Integer
|
|
4498
4514
|
# resp.probe_results[0].container.tracks[0].video_properties.height #=> Integer
|
|
4499
4515
|
# resp.probe_results[0].container.tracks[0].video_properties.matrix_coefficients #=> String, one of "RGB", "ITU_709", "UNSPECIFIED", "RESERVED", "FCC", "ITU_470BG", "SMPTE_170M", "SMPTE_240M", "YCgCo", "ITU_2020_NCL", "ITU_2020_CL", "SMPTE_2085", "CD_NCL", "CD_CL", "ITU_2100ICtCp", "IPT", "EBU3213", "LAST"
|
|
4516
|
+
# resp.probe_results[0].container.tracks[0].video_properties.rotation #=> Integer
|
|
4500
4517
|
# resp.probe_results[0].container.tracks[0].video_properties.transfer_characteristics #=> String, one of "ITU_709", "UNSPECIFIED", "RESERVED", "ITU_470M", "ITU_470BG", "SMPTE_170M", "SMPTE_240M", "LINEAR", "LOG10_2", "LOC10_2_5", "IEC_61966_2_4", "ITU_1361", "IEC_61966_2_1", "ITU_2020_10bit", "ITU_2020_12bit", "SMPTE_2084", "SMPTE_428_1", "ARIB_B67", "LAST"
|
|
4501
4518
|
# resp.probe_results[0].container.tracks[0].video_properties.width #=> Integer
|
|
4502
4519
|
# resp.probe_results[0].metadata.etag #=> String
|
|
@@ -4668,9 +4685,9 @@ module Aws::MediaConvert
|
|
|
4668
4685
|
req.send_request(options)
|
|
4669
4686
|
end
|
|
4670
4687
|
|
|
4671
|
-
# Add tags to a MediaConvert queue, preset, or job template. For
|
|
4688
|
+
# Add tags to a MediaConvert queue, preset, job, or job template. For
|
|
4672
4689
|
# information about tagging, see the User Guide at
|
|
4673
|
-
# https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-resources.html
|
|
4690
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-mediaconvert-resources.html.
|
|
4674
4691
|
#
|
|
4675
4692
|
# @option params [required, String] :arn
|
|
4676
4693
|
# The Amazon Resource Name (ARN) of the resource that you want to tag.
|
|
@@ -4700,9 +4717,9 @@ module Aws::MediaConvert
|
|
|
4700
4717
|
req.send_request(options)
|
|
4701
4718
|
end
|
|
4702
4719
|
|
|
4703
|
-
# Remove tags from a MediaConvert queue, preset, or job template.
|
|
4704
|
-
# information about tagging, see the User Guide at
|
|
4705
|
-
# https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-resources.html
|
|
4720
|
+
# Remove tags from a MediaConvert queue, preset, job, or job template.
|
|
4721
|
+
# For information about tagging, see the User Guide at
|
|
4722
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-mediaconvert-resources.html.
|
|
4706
4723
|
#
|
|
4707
4724
|
# @option params [required, String] :arn
|
|
4708
4725
|
# The Amazon Resource Name (ARN) of the resource that you want to remove
|
|
@@ -6478,7 +6495,7 @@ module Aws::MediaConvert
|
|
|
6478
6495
|
tracer: tracer
|
|
6479
6496
|
)
|
|
6480
6497
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
|
6481
|
-
context[:gem_version] = '1.
|
|
6498
|
+
context[:gem_version] = '1.188.0'
|
|
6482
6499
|
Seahorse::Client::Request.new(handlers, context)
|
|
6483
6500
|
end
|
|
6484
6501
|
|
|
@@ -134,6 +134,7 @@ module Aws::MediaConvert
|
|
|
134
134
|
CmafGroupSettings = Shapes::StructureShape.new(name: 'CmafGroupSettings')
|
|
135
135
|
CmafImageBasedTrickPlay = Shapes::StringShape.new(name: 'CmafImageBasedTrickPlay')
|
|
136
136
|
CmafImageBasedTrickPlaySettings = Shapes::StructureShape.new(name: 'CmafImageBasedTrickPlaySettings')
|
|
137
|
+
CmafImageBasedTrickPlayVariant = Shapes::StructureShape.new(name: 'CmafImageBasedTrickPlayVariant')
|
|
137
138
|
CmafInitializationVectorInManifest = Shapes::StringShape.new(name: 'CmafInitializationVectorInManifest')
|
|
138
139
|
CmafIntervalCadence = Shapes::StringShape.new(name: 'CmafIntervalCadence')
|
|
139
140
|
CmafKeyProviderType = Shapes::StringShape.new(name: 'CmafKeyProviderType')
|
|
@@ -176,6 +177,7 @@ module Aws::MediaConvert
|
|
|
176
177
|
Container = Shapes::StructureShape.new(name: 'Container')
|
|
177
178
|
ContainerSettings = Shapes::StructureShape.new(name: 'ContainerSettings')
|
|
178
179
|
ContainerType = Shapes::StringShape.new(name: 'ContainerType')
|
|
180
|
+
ContentLightLevel = Shapes::StructureShape.new(name: 'ContentLightLevel')
|
|
179
181
|
CopyProtectionAction = Shapes::StringShape.new(name: 'CopyProtectionAction')
|
|
180
182
|
CreateJobRequest = Shapes::StructureShape.new(name: 'CreateJobRequest')
|
|
181
183
|
CreateJobResponse = Shapes::StructureShape.new(name: 'CreateJobResponse')
|
|
@@ -194,6 +196,7 @@ module Aws::MediaConvert
|
|
|
194
196
|
DashIsoHbbtvCompliance = Shapes::StringShape.new(name: 'DashIsoHbbtvCompliance')
|
|
195
197
|
DashIsoImageBasedTrickPlay = Shapes::StringShape.new(name: 'DashIsoImageBasedTrickPlay')
|
|
196
198
|
DashIsoImageBasedTrickPlaySettings = Shapes::StructureShape.new(name: 'DashIsoImageBasedTrickPlaySettings')
|
|
199
|
+
DashIsoImageBasedTrickPlayVariant = Shapes::StructureShape.new(name: 'DashIsoImageBasedTrickPlayVariant')
|
|
197
200
|
DashIsoIntervalCadence = Shapes::StringShape.new(name: 'DashIsoIntervalCadence')
|
|
198
201
|
DashIsoMpdManifestBandwidthType = Shapes::StringShape.new(name: 'DashIsoMpdManifestBandwidthType')
|
|
199
202
|
DashIsoMpdProfile = Shapes::StringShape.new(name: 'DashIsoMpdProfile')
|
|
@@ -386,6 +389,7 @@ module Aws::MediaConvert
|
|
|
386
389
|
HDRToSDRToneMapper = Shapes::StringShape.new(name: 'HDRToSDRToneMapper')
|
|
387
390
|
Hdr10Metadata = Shapes::StructureShape.new(name: 'Hdr10Metadata')
|
|
388
391
|
Hdr10Plus = Shapes::StructureShape.new(name: 'Hdr10Plus')
|
|
392
|
+
HdrMetadata = Shapes::StructureShape.new(name: 'HdrMetadata')
|
|
389
393
|
HlsAdMarkers = Shapes::StringShape.new(name: 'HlsAdMarkers')
|
|
390
394
|
HlsAdditionalManifest = Shapes::StructureShape.new(name: 'HlsAdditionalManifest')
|
|
391
395
|
HlsAudioOnlyContainer = Shapes::StringShape.new(name: 'HlsAudioOnlyContainer')
|
|
@@ -394,7 +398,6 @@ module Aws::MediaConvert
|
|
|
394
398
|
HlsCaptionLanguageMapping = Shapes::StructureShape.new(name: 'HlsCaptionLanguageMapping')
|
|
395
399
|
HlsCaptionLanguageSetting = Shapes::StringShape.new(name: 'HlsCaptionLanguageSetting')
|
|
396
400
|
HlsCaptionSegmentLengthControl = Shapes::StringShape.new(name: 'HlsCaptionSegmentLengthControl')
|
|
397
|
-
HlsClearLead = Shapes::StringShape.new(name: 'HlsClearLead')
|
|
398
401
|
HlsClientCache = Shapes::StringShape.new(name: 'HlsClientCache')
|
|
399
402
|
HlsCodecSpecification = Shapes::StringShape.new(name: 'HlsCodecSpecification')
|
|
400
403
|
HlsDescriptiveVideoServiceFlag = Shapes::StringShape.new(name: 'HlsDescriptiveVideoServiceFlag')
|
|
@@ -405,6 +408,7 @@ module Aws::MediaConvert
|
|
|
405
408
|
HlsIFrameOnlyManifest = Shapes::StringShape.new(name: 'HlsIFrameOnlyManifest')
|
|
406
409
|
HlsImageBasedTrickPlay = Shapes::StringShape.new(name: 'HlsImageBasedTrickPlay')
|
|
407
410
|
HlsImageBasedTrickPlaySettings = Shapes::StructureShape.new(name: 'HlsImageBasedTrickPlaySettings')
|
|
411
|
+
HlsImageBasedTrickPlayVariant = Shapes::StructureShape.new(name: 'HlsImageBasedTrickPlayVariant')
|
|
408
412
|
HlsInitializationVectorInManifest = Shapes::StringShape.new(name: 'HlsInitializationVectorInManifest')
|
|
409
413
|
HlsIntervalCadence = Shapes::StringShape.new(name: 'HlsIntervalCadence')
|
|
410
414
|
HlsKeyProviderType = Shapes::StringShape.new(name: 'HlsKeyProviderType')
|
|
@@ -494,6 +498,7 @@ module Aws::MediaConvert
|
|
|
494
498
|
M3u8PcrControl = Shapes::StringShape.new(name: 'M3u8PcrControl')
|
|
495
499
|
M3u8Scte35Source = Shapes::StringShape.new(name: 'M3u8Scte35Source')
|
|
496
500
|
M3u8Settings = Shapes::StructureShape.new(name: 'M3u8Settings')
|
|
501
|
+
MasteringDisplayColorVolume = Shapes::StructureShape.new(name: 'MasteringDisplayColorVolume')
|
|
497
502
|
MatrixCoefficients = Shapes::StringShape.new(name: 'MatrixCoefficients')
|
|
498
503
|
Metadata = Shapes::StructureShape.new(name: 'Metadata')
|
|
499
504
|
MinBottomRenditionSize = Shapes::StructureShape.new(name: 'MinBottomRenditionSize')
|
|
@@ -849,6 +854,7 @@ module Aws::MediaConvert
|
|
|
849
854
|
__integerMin1Max60000 = Shapes::IntegerShape.new(name: '__integerMin1Max60000')
|
|
850
855
|
__integerMin1Max64 = Shapes::IntegerShape.new(name: '__integerMin1Max64')
|
|
851
856
|
__integerMin1Max86400000 = Shapes::IntegerShape.new(name: '__integerMin1Max86400000')
|
|
857
|
+
__integerMin1Max9999 = Shapes::IntegerShape.new(name: '__integerMin1Max9999')
|
|
852
858
|
__integerMin2000Max30000 = Shapes::IntegerShape.new(name: '__integerMin2000Max30000')
|
|
853
859
|
__integerMin22050Max192000 = Shapes::IntegerShape.new(name: '__integerMin22050Max192000')
|
|
854
860
|
__integerMin22050Max48000 = Shapes::IntegerShape.new(name: '__integerMin22050Max48000')
|
|
@@ -899,8 +905,10 @@ module Aws::MediaConvert
|
|
|
899
905
|
__listOfCaptionDescription = Shapes::ListShape.new(name: '__listOfCaptionDescription')
|
|
900
906
|
__listOfCaptionDescriptionPreset = Shapes::ListShape.new(name: '__listOfCaptionDescriptionPreset')
|
|
901
907
|
__listOfCmafAdditionalManifest = Shapes::ListShape.new(name: '__listOfCmafAdditionalManifest')
|
|
908
|
+
__listOfCmafImageBasedTrickPlayVariant = Shapes::ListShape.new(name: '__listOfCmafImageBasedTrickPlayVariant')
|
|
902
909
|
__listOfColorConversion3DLUTSetting = Shapes::ListShape.new(name: '__listOfColorConversion3DLUTSetting')
|
|
903
910
|
__listOfDashAdditionalManifest = Shapes::ListShape.new(name: '__listOfDashAdditionalManifest')
|
|
911
|
+
__listOfDashIsoImageBasedTrickPlayVariant = Shapes::ListShape.new(name: '__listOfDashIsoImageBasedTrickPlayVariant')
|
|
904
912
|
__listOfElementalInferenceFeature = Shapes::ListShape.new(name: '__listOfElementalInferenceFeature')
|
|
905
913
|
__listOfElementalInferenceFeed = Shapes::ListShape.new(name: '__listOfElementalInferenceFeed')
|
|
906
914
|
__listOfEndpoint = Shapes::ListShape.new(name: '__listOfEndpoint')
|
|
@@ -909,6 +917,7 @@ module Aws::MediaConvert
|
|
|
909
917
|
__listOfHlsAdMarkers = Shapes::ListShape.new(name: '__listOfHlsAdMarkers')
|
|
910
918
|
__listOfHlsAdditionalManifest = Shapes::ListShape.new(name: '__listOfHlsAdditionalManifest')
|
|
911
919
|
__listOfHlsCaptionLanguageMapping = Shapes::ListShape.new(name: '__listOfHlsCaptionLanguageMapping')
|
|
920
|
+
__listOfHlsImageBasedTrickPlayVariant = Shapes::ListShape.new(name: '__listOfHlsImageBasedTrickPlayVariant')
|
|
912
921
|
__listOfHopDestination = Shapes::ListShape.new(name: '__listOfHopDestination')
|
|
913
922
|
__listOfId3Insertion = Shapes::ListShape.new(name: '__listOfId3Insertion')
|
|
914
923
|
__listOfInput = Shapes::ListShape.new(name: '__listOfInput')
|
|
@@ -1135,6 +1144,7 @@ module Aws::MediaConvert
|
|
|
1135
1144
|
AudioProperties.add_member(:channels, Shapes::ShapeRef.new(shape: __integer, location_name: "channels"))
|
|
1136
1145
|
AudioProperties.add_member(:frame_rate, Shapes::ShapeRef.new(shape: FrameRate, location_name: "frameRate"))
|
|
1137
1146
|
AudioProperties.add_member(:language_code, Shapes::ShapeRef.new(shape: __string, location_name: "languageCode"))
|
|
1147
|
+
AudioProperties.add_member(:object_count, Shapes::ShapeRef.new(shape: __integer, location_name: "objectCount"))
|
|
1138
1148
|
AudioProperties.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integer, location_name: "sampleRate"))
|
|
1139
1149
|
AudioProperties.struct_class = Types::AudioProperties
|
|
1140
1150
|
|
|
@@ -1310,7 +1320,7 @@ module Aws::MediaConvert
|
|
|
1310
1320
|
CmafAdditionalManifest.add_member(:selected_outputs, Shapes::ShapeRef.new(shape: __listOf__stringMin1, location_name: "selectedOutputs"))
|
|
1311
1321
|
CmafAdditionalManifest.struct_class = Types::CmafAdditionalManifest
|
|
1312
1322
|
|
|
1313
|
-
CmafEncryptionSettings.add_member(:
|
|
1323
|
+
CmafEncryptionSettings.add_member(:clear_lead_segments, Shapes::ShapeRef.new(shape: __integerMin1Max9999, location_name: "clearLeadSegments"))
|
|
1314
1324
|
CmafEncryptionSettings.add_member(:constant_initialization_vector, Shapes::ShapeRef.new(shape: __stringMin32Max32Pattern09aFAF32, location_name: "constantInitializationVector"))
|
|
1315
1325
|
CmafEncryptionSettings.add_member(:encryption_method, Shapes::ShapeRef.new(shape: CmafEncryptionType, location_name: "encryptionMethod"))
|
|
1316
1326
|
CmafEncryptionSettings.add_member(:initialization_vector_in_manifest, Shapes::ShapeRef.new(shape: CmafInitializationVectorInManifest, location_name: "initializationVectorInManifest"))
|
|
@@ -1331,6 +1341,7 @@ module Aws::MediaConvert
|
|
|
1331
1341
|
CmafGroupSettings.add_member(:fragment_length, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "fragmentLength"))
|
|
1332
1342
|
CmafGroupSettings.add_member(:image_based_trick_play, Shapes::ShapeRef.new(shape: CmafImageBasedTrickPlay, location_name: "imageBasedTrickPlay"))
|
|
1333
1343
|
CmafGroupSettings.add_member(:image_based_trick_play_settings, Shapes::ShapeRef.new(shape: CmafImageBasedTrickPlaySettings, location_name: "imageBasedTrickPlaySettings"))
|
|
1344
|
+
CmafGroupSettings.add_member(:image_based_trick_play_variants, Shapes::ShapeRef.new(shape: __listOfCmafImageBasedTrickPlayVariant, location_name: "imageBasedTrickPlayVariants"))
|
|
1334
1345
|
CmafGroupSettings.add_member(:manifest_compression, Shapes::ShapeRef.new(shape: CmafManifestCompression, location_name: "manifestCompression"))
|
|
1335
1346
|
CmafGroupSettings.add_member(:manifest_duration_format, Shapes::ShapeRef.new(shape: CmafManifestDurationFormat, location_name: "manifestDurationFormat"))
|
|
1336
1347
|
CmafGroupSettings.add_member(:min_buffer_time, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "minBufferTime"))
|
|
@@ -1357,6 +1368,14 @@ module Aws::MediaConvert
|
|
|
1357
1368
|
CmafImageBasedTrickPlaySettings.add_member(:tile_width, Shapes::ShapeRef.new(shape: __integerMin1Max512, location_name: "tileWidth"))
|
|
1358
1369
|
CmafImageBasedTrickPlaySettings.struct_class = Types::CmafImageBasedTrickPlaySettings
|
|
1359
1370
|
|
|
1371
|
+
CmafImageBasedTrickPlayVariant.add_member(:interval_cadence, Shapes::ShapeRef.new(shape: CmafIntervalCadence, location_name: "intervalCadence"))
|
|
1372
|
+
CmafImageBasedTrickPlayVariant.add_member(:thumbnail_height, Shapes::ShapeRef.new(shape: __integerMin2Max4096, location_name: "thumbnailHeight"))
|
|
1373
|
+
CmafImageBasedTrickPlayVariant.add_member(:thumbnail_interval, Shapes::ShapeRef.new(shape: __doubleMin0Max2147483647, location_name: "thumbnailInterval"))
|
|
1374
|
+
CmafImageBasedTrickPlayVariant.add_member(:thumbnail_width, Shapes::ShapeRef.new(shape: __integerMin8Max4096, location_name: "thumbnailWidth"))
|
|
1375
|
+
CmafImageBasedTrickPlayVariant.add_member(:tile_height, Shapes::ShapeRef.new(shape: __integerMin1Max2048, location_name: "tileHeight"))
|
|
1376
|
+
CmafImageBasedTrickPlayVariant.add_member(:tile_width, Shapes::ShapeRef.new(shape: __integerMin1Max512, location_name: "tileWidth"))
|
|
1377
|
+
CmafImageBasedTrickPlayVariant.struct_class = Types::CmafImageBasedTrickPlayVariant
|
|
1378
|
+
|
|
1360
1379
|
CmfcSettings.add_member(:audio_duration, Shapes::ShapeRef.new(shape: CmfcAudioDuration, location_name: "audioDuration"))
|
|
1361
1380
|
CmfcSettings.add_member(:audio_group_id, Shapes::ShapeRef.new(shape: __string, location_name: "audioGroupId"))
|
|
1362
1381
|
CmfcSettings.add_member(:audio_rendition_sets, Shapes::ShapeRef.new(shape: __string, location_name: "audioRenditionSets"))
|
|
@@ -1380,10 +1399,12 @@ module Aws::MediaConvert
|
|
|
1380
1399
|
CodecMetadata.add_member(:chroma_subsampling, Shapes::ShapeRef.new(shape: __string, location_name: "chromaSubsampling"))
|
|
1381
1400
|
CodecMetadata.add_member(:coded_frame_rate, Shapes::ShapeRef.new(shape: FrameRate, location_name: "codedFrameRate"))
|
|
1382
1401
|
CodecMetadata.add_member(:color_primaries, Shapes::ShapeRef.new(shape: ColorPrimaries, location_name: "colorPrimaries"))
|
|
1402
|
+
CodecMetadata.add_member(:content_light_level, Shapes::ShapeRef.new(shape: ContentLightLevel, location_name: "contentLightLevel"))
|
|
1383
1403
|
CodecMetadata.add_member(:height, Shapes::ShapeRef.new(shape: __integer, location_name: "height"))
|
|
1384
1404
|
CodecMetadata.add_member(:level, Shapes::ShapeRef.new(shape: __string, location_name: "level"))
|
|
1385
1405
|
CodecMetadata.add_member(:matrix_coefficients, Shapes::ShapeRef.new(shape: MatrixCoefficients, location_name: "matrixCoefficients"))
|
|
1386
1406
|
CodecMetadata.add_member(:profile, Shapes::ShapeRef.new(shape: __string, location_name: "profile"))
|
|
1407
|
+
CodecMetadata.add_member(:rotation, Shapes::ShapeRef.new(shape: __integer, location_name: "rotation"))
|
|
1387
1408
|
CodecMetadata.add_member(:scan_type, Shapes::ShapeRef.new(shape: __string, location_name: "scanType"))
|
|
1388
1409
|
CodecMetadata.add_member(:transfer_characteristics, Shapes::ShapeRef.new(shape: TransferCharacteristics, location_name: "transferCharacteristics"))
|
|
1389
1410
|
CodecMetadata.add_member(:width, Shapes::ShapeRef.new(shape: __integer, location_name: "width"))
|
|
@@ -1429,6 +1450,10 @@ module Aws::MediaConvert
|
|
|
1429
1450
|
ContainerSettings.add_member(:mxf_settings, Shapes::ShapeRef.new(shape: MxfSettings, location_name: "mxfSettings"))
|
|
1430
1451
|
ContainerSettings.struct_class = Types::ContainerSettings
|
|
1431
1452
|
|
|
1453
|
+
ContentLightLevel.add_member(:max_content_light_level, Shapes::ShapeRef.new(shape: __integer, location_name: "maxContentLightLevel"))
|
|
1454
|
+
ContentLightLevel.add_member(:max_frame_average_light_level, Shapes::ShapeRef.new(shape: __integer, location_name: "maxFrameAverageLightLevel"))
|
|
1455
|
+
ContentLightLevel.struct_class = Types::ContentLightLevel
|
|
1456
|
+
|
|
1432
1457
|
CreateJobRequest.add_member(:acceleration_settings, Shapes::ShapeRef.new(shape: AccelerationSettings, location_name: "accelerationSettings"))
|
|
1433
1458
|
CreateJobRequest.add_member(:billing_tags_source, Shapes::ShapeRef.new(shape: BillingTagsSource, location_name: "billingTagsSource"))
|
|
1434
1459
|
CreateJobRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: __string, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
|
|
@@ -1512,6 +1537,7 @@ module Aws::MediaConvert
|
|
|
1512
1537
|
DashIsoGroupSettings.add_member(:hbbtv_compliance, Shapes::ShapeRef.new(shape: DashIsoHbbtvCompliance, location_name: "hbbtvCompliance"))
|
|
1513
1538
|
DashIsoGroupSettings.add_member(:image_based_trick_play, Shapes::ShapeRef.new(shape: DashIsoImageBasedTrickPlay, location_name: "imageBasedTrickPlay"))
|
|
1514
1539
|
DashIsoGroupSettings.add_member(:image_based_trick_play_settings, Shapes::ShapeRef.new(shape: DashIsoImageBasedTrickPlaySettings, location_name: "imageBasedTrickPlaySettings"))
|
|
1540
|
+
DashIsoGroupSettings.add_member(:image_based_trick_play_variants, Shapes::ShapeRef.new(shape: __listOfDashIsoImageBasedTrickPlayVariant, location_name: "imageBasedTrickPlayVariants"))
|
|
1515
1541
|
DashIsoGroupSettings.add_member(:min_buffer_time, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "minBufferTime"))
|
|
1516
1542
|
DashIsoGroupSettings.add_member(:min_final_segment_length, Shapes::ShapeRef.new(shape: __doubleMin0Max2147483647, location_name: "minFinalSegmentLength"))
|
|
1517
1543
|
DashIsoGroupSettings.add_member(:mpd_manifest_bandwidth_type, Shapes::ShapeRef.new(shape: DashIsoMpdManifestBandwidthType, location_name: "mpdManifestBandwidthType"))
|
|
@@ -1532,6 +1558,14 @@ module Aws::MediaConvert
|
|
|
1532
1558
|
DashIsoImageBasedTrickPlaySettings.add_member(:tile_width, Shapes::ShapeRef.new(shape: __integerMin1Max512, location_name: "tileWidth"))
|
|
1533
1559
|
DashIsoImageBasedTrickPlaySettings.struct_class = Types::DashIsoImageBasedTrickPlaySettings
|
|
1534
1560
|
|
|
1561
|
+
DashIsoImageBasedTrickPlayVariant.add_member(:interval_cadence, Shapes::ShapeRef.new(shape: DashIsoIntervalCadence, location_name: "intervalCadence"))
|
|
1562
|
+
DashIsoImageBasedTrickPlayVariant.add_member(:thumbnail_height, Shapes::ShapeRef.new(shape: __integerMin2Max4096, location_name: "thumbnailHeight"))
|
|
1563
|
+
DashIsoImageBasedTrickPlayVariant.add_member(:thumbnail_interval, Shapes::ShapeRef.new(shape: __doubleMin0Max2147483647, location_name: "thumbnailInterval"))
|
|
1564
|
+
DashIsoImageBasedTrickPlayVariant.add_member(:thumbnail_width, Shapes::ShapeRef.new(shape: __integerMin8Max4096, location_name: "thumbnailWidth"))
|
|
1565
|
+
DashIsoImageBasedTrickPlayVariant.add_member(:tile_height, Shapes::ShapeRef.new(shape: __integerMin1Max2048, location_name: "tileHeight"))
|
|
1566
|
+
DashIsoImageBasedTrickPlayVariant.add_member(:tile_width, Shapes::ShapeRef.new(shape: __integerMin1Max512, location_name: "tileWidth"))
|
|
1567
|
+
DashIsoImageBasedTrickPlayVariant.struct_class = Types::DashIsoImageBasedTrickPlayVariant
|
|
1568
|
+
|
|
1535
1569
|
DataProperties.add_member(:language_code, Shapes::ShapeRef.new(shape: __string, location_name: "languageCode"))
|
|
1536
1570
|
DataProperties.struct_class = Types::DataProperties
|
|
1537
1571
|
|
|
@@ -1940,6 +1974,10 @@ module Aws::MediaConvert
|
|
|
1940
1974
|
Hdr10Plus.add_member(:target_monitor_nits, Shapes::ShapeRef.new(shape: __integerMin0Max4000, location_name: "targetMonitorNits"))
|
|
1941
1975
|
Hdr10Plus.struct_class = Types::Hdr10Plus
|
|
1942
1976
|
|
|
1977
|
+
HdrMetadata.add_member(:content_light_level, Shapes::ShapeRef.new(shape: ContentLightLevel, location_name: "contentLightLevel"))
|
|
1978
|
+
HdrMetadata.add_member(:mastering_display_color_volume, Shapes::ShapeRef.new(shape: MasteringDisplayColorVolume, location_name: "masteringDisplayColorVolume"))
|
|
1979
|
+
HdrMetadata.struct_class = Types::HdrMetadata
|
|
1980
|
+
|
|
1943
1981
|
HlsAdditionalManifest.add_member(:manifest_name_modifier, Shapes::ShapeRef.new(shape: __stringMin1, location_name: "manifestNameModifier"))
|
|
1944
1982
|
HlsAdditionalManifest.add_member(:selected_outputs, Shapes::ShapeRef.new(shape: __listOf__stringMin1, location_name: "selectedOutputs"))
|
|
1945
1983
|
HlsAdditionalManifest.struct_class = Types::HlsAdditionalManifest
|
|
@@ -1974,6 +2012,7 @@ module Aws::MediaConvert
|
|
|
1974
2012
|
HlsGroupSettings.add_member(:encryption, Shapes::ShapeRef.new(shape: HlsEncryptionSettings, location_name: "encryption"))
|
|
1975
2013
|
HlsGroupSettings.add_member(:image_based_trick_play, Shapes::ShapeRef.new(shape: HlsImageBasedTrickPlay, location_name: "imageBasedTrickPlay"))
|
|
1976
2014
|
HlsGroupSettings.add_member(:image_based_trick_play_settings, Shapes::ShapeRef.new(shape: HlsImageBasedTrickPlaySettings, location_name: "imageBasedTrickPlaySettings"))
|
|
2015
|
+
HlsGroupSettings.add_member(:image_based_trick_play_variants, Shapes::ShapeRef.new(shape: __listOfHlsImageBasedTrickPlayVariant, location_name: "imageBasedTrickPlayVariants"))
|
|
1977
2016
|
HlsGroupSettings.add_member(:manifest_compression, Shapes::ShapeRef.new(shape: HlsManifestCompression, location_name: "manifestCompression"))
|
|
1978
2017
|
HlsGroupSettings.add_member(:manifest_duration_format, Shapes::ShapeRef.new(shape: HlsManifestDurationFormat, location_name: "manifestDurationFormat"))
|
|
1979
2018
|
HlsGroupSettings.add_member(:min_final_segment_length, Shapes::ShapeRef.new(shape: __doubleMin0Max2147483647, location_name: "minFinalSegmentLength"))
|
|
@@ -2001,6 +2040,14 @@ module Aws::MediaConvert
|
|
|
2001
2040
|
HlsImageBasedTrickPlaySettings.add_member(:tile_width, Shapes::ShapeRef.new(shape: __integerMin1Max512, location_name: "tileWidth"))
|
|
2002
2041
|
HlsImageBasedTrickPlaySettings.struct_class = Types::HlsImageBasedTrickPlaySettings
|
|
2003
2042
|
|
|
2043
|
+
HlsImageBasedTrickPlayVariant.add_member(:interval_cadence, Shapes::ShapeRef.new(shape: HlsIntervalCadence, location_name: "intervalCadence"))
|
|
2044
|
+
HlsImageBasedTrickPlayVariant.add_member(:thumbnail_height, Shapes::ShapeRef.new(shape: __integerMin2Max4096, location_name: "thumbnailHeight"))
|
|
2045
|
+
HlsImageBasedTrickPlayVariant.add_member(:thumbnail_interval, Shapes::ShapeRef.new(shape: __doubleMin0Max2147483647, location_name: "thumbnailInterval"))
|
|
2046
|
+
HlsImageBasedTrickPlayVariant.add_member(:thumbnail_width, Shapes::ShapeRef.new(shape: __integerMin8Max4096, location_name: "thumbnailWidth"))
|
|
2047
|
+
HlsImageBasedTrickPlayVariant.add_member(:tile_height, Shapes::ShapeRef.new(shape: __integerMin1Max2048, location_name: "tileHeight"))
|
|
2048
|
+
HlsImageBasedTrickPlayVariant.add_member(:tile_width, Shapes::ShapeRef.new(shape: __integerMin1Max512, location_name: "tileWidth"))
|
|
2049
|
+
HlsImageBasedTrickPlayVariant.struct_class = Types::HlsImageBasedTrickPlayVariant
|
|
2050
|
+
|
|
2004
2051
|
HlsRenditionGroupSettings.add_member(:rendition_group_id, Shapes::ShapeRef.new(shape: __string, location_name: "renditionGroupId"))
|
|
2005
2052
|
HlsRenditionGroupSettings.add_member(:rendition_language_code, Shapes::ShapeRef.new(shape: LanguageCode, location_name: "renditionLanguageCode"))
|
|
2006
2053
|
HlsRenditionGroupSettings.add_member(:rendition_name, Shapes::ShapeRef.new(shape: __string, location_name: "renditionName"))
|
|
@@ -2368,6 +2415,18 @@ module Aws::MediaConvert
|
|
|
2368
2415
|
M3u8Settings.add_member(:video_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "videoPid"))
|
|
2369
2416
|
M3u8Settings.struct_class = Types::M3u8Settings
|
|
2370
2417
|
|
|
2418
|
+
MasteringDisplayColorVolume.add_member(:blue_primary_x, Shapes::ShapeRef.new(shape: __integer, location_name: "bluePrimaryX"))
|
|
2419
|
+
MasteringDisplayColorVolume.add_member(:blue_primary_y, Shapes::ShapeRef.new(shape: __integer, location_name: "bluePrimaryY"))
|
|
2420
|
+
MasteringDisplayColorVolume.add_member(:green_primary_x, Shapes::ShapeRef.new(shape: __integer, location_name: "greenPrimaryX"))
|
|
2421
|
+
MasteringDisplayColorVolume.add_member(:green_primary_y, Shapes::ShapeRef.new(shape: __integer, location_name: "greenPrimaryY"))
|
|
2422
|
+
MasteringDisplayColorVolume.add_member(:max_luminance, Shapes::ShapeRef.new(shape: __long, location_name: "maxLuminance"))
|
|
2423
|
+
MasteringDisplayColorVolume.add_member(:min_luminance, Shapes::ShapeRef.new(shape: __long, location_name: "minLuminance"))
|
|
2424
|
+
MasteringDisplayColorVolume.add_member(:red_primary_x, Shapes::ShapeRef.new(shape: __integer, location_name: "redPrimaryX"))
|
|
2425
|
+
MasteringDisplayColorVolume.add_member(:red_primary_y, Shapes::ShapeRef.new(shape: __integer, location_name: "redPrimaryY"))
|
|
2426
|
+
MasteringDisplayColorVolume.add_member(:white_point_x, Shapes::ShapeRef.new(shape: __integer, location_name: "whitePointX"))
|
|
2427
|
+
MasteringDisplayColorVolume.add_member(:white_point_y, Shapes::ShapeRef.new(shape: __integer, location_name: "whitePointY"))
|
|
2428
|
+
MasteringDisplayColorVolume.struct_class = Types::MasteringDisplayColorVolume
|
|
2429
|
+
|
|
2371
2430
|
Metadata.add_member(:etag, Shapes::ShapeRef.new(shape: __string, location_name: "eTag"))
|
|
2372
2431
|
Metadata.add_member(:file_size, Shapes::ShapeRef.new(shape: __long, location_name: "fileSize"))
|
|
2373
2432
|
Metadata.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "lastModified"))
|
|
@@ -3004,8 +3063,10 @@ module Aws::MediaConvert
|
|
|
3004
3063
|
VideoProperties.add_member(:codec_metadata, Shapes::ShapeRef.new(shape: CodecMetadata, location_name: "codecMetadata"))
|
|
3005
3064
|
VideoProperties.add_member(:color_primaries, Shapes::ShapeRef.new(shape: ColorPrimaries, location_name: "colorPrimaries"))
|
|
3006
3065
|
VideoProperties.add_member(:frame_rate, Shapes::ShapeRef.new(shape: FrameRate, location_name: "frameRate"))
|
|
3066
|
+
VideoProperties.add_member(:hdr_metadata, Shapes::ShapeRef.new(shape: HdrMetadata, location_name: "hdrMetadata"))
|
|
3007
3067
|
VideoProperties.add_member(:height, Shapes::ShapeRef.new(shape: __integer, location_name: "height"))
|
|
3008
3068
|
VideoProperties.add_member(:matrix_coefficients, Shapes::ShapeRef.new(shape: MatrixCoefficients, location_name: "matrixCoefficients"))
|
|
3069
|
+
VideoProperties.add_member(:rotation, Shapes::ShapeRef.new(shape: __integer, location_name: "rotation"))
|
|
3009
3070
|
VideoProperties.add_member(:transfer_characteristics, Shapes::ShapeRef.new(shape: TransferCharacteristics, location_name: "transferCharacteristics"))
|
|
3010
3071
|
VideoProperties.add_member(:width, Shapes::ShapeRef.new(shape: __integer, location_name: "width"))
|
|
3011
3072
|
VideoProperties.struct_class = Types::VideoProperties
|
|
@@ -3142,10 +3203,14 @@ module Aws::MediaConvert
|
|
|
3142
3203
|
|
|
3143
3204
|
__listOfCmafAdditionalManifest.member = Shapes::ShapeRef.new(shape: CmafAdditionalManifest)
|
|
3144
3205
|
|
|
3206
|
+
__listOfCmafImageBasedTrickPlayVariant.member = Shapes::ShapeRef.new(shape: CmafImageBasedTrickPlayVariant)
|
|
3207
|
+
|
|
3145
3208
|
__listOfColorConversion3DLUTSetting.member = Shapes::ShapeRef.new(shape: ColorConversion3DLUTSetting)
|
|
3146
3209
|
|
|
3147
3210
|
__listOfDashAdditionalManifest.member = Shapes::ShapeRef.new(shape: DashAdditionalManifest)
|
|
3148
3211
|
|
|
3212
|
+
__listOfDashIsoImageBasedTrickPlayVariant.member = Shapes::ShapeRef.new(shape: DashIsoImageBasedTrickPlayVariant)
|
|
3213
|
+
|
|
3149
3214
|
__listOfElementalInferenceFeature.member = Shapes::ShapeRef.new(shape: ElementalInferenceFeature)
|
|
3150
3215
|
|
|
3151
3216
|
__listOfElementalInferenceFeed.member = Shapes::ShapeRef.new(shape: ElementalInferenceFeed)
|
|
@@ -3162,6 +3227,8 @@ module Aws::MediaConvert
|
|
|
3162
3227
|
|
|
3163
3228
|
__listOfHlsCaptionLanguageMapping.member = Shapes::ShapeRef.new(shape: HlsCaptionLanguageMapping)
|
|
3164
3229
|
|
|
3230
|
+
__listOfHlsImageBasedTrickPlayVariant.member = Shapes::ShapeRef.new(shape: HlsImageBasedTrickPlayVariant)
|
|
3231
|
+
|
|
3165
3232
|
__listOfHopDestination.member = Shapes::ShapeRef.new(shape: HopDestination)
|
|
3166
3233
|
|
|
3167
3234
|
__listOfId3Insertion.member = Shapes::ShapeRef.new(shape: Id3Insertion)
|