aws-sdk-mediaconvert 1.51.1 → 1.56.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/lib/aws-sdk-mediaconvert.rb +5 -2
- data/lib/aws-sdk-mediaconvert/client.rb +149 -12
- data/lib/aws-sdk-mediaconvert/client_api.rb +29 -4
- data/lib/aws-sdk-mediaconvert/errors.rb +2 -0
- data/lib/aws-sdk-mediaconvert/resource.rb +2 -0
- data/lib/aws-sdk-mediaconvert/types.rb +570 -49
- metadata +2 -2
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -37,6 +39,8 @@ module Aws::MediaConvert
|
|
37
39
|
AntiAlias = Shapes::StringShape.new(name: 'AntiAlias')
|
38
40
|
AssociateCertificateRequest = Shapes::StructureShape.new(name: 'AssociateCertificateRequest')
|
39
41
|
AssociateCertificateResponse = Shapes::StructureShape.new(name: 'AssociateCertificateResponse')
|
42
|
+
AudioChannelTag = Shapes::StringShape.new(name: 'AudioChannelTag')
|
43
|
+
AudioChannelTaggingSettings = Shapes::StructureShape.new(name: 'AudioChannelTaggingSettings')
|
40
44
|
AudioCodec = Shapes::StringShape.new(name: 'AudioCodec')
|
41
45
|
AudioCodecSettings = Shapes::StructureShape.new(name: 'AudioCodecSettings')
|
42
46
|
AudioDefaultSelection = Shapes::StringShape.new(name: 'AudioDefaultSelection')
|
@@ -261,6 +265,7 @@ module Aws::MediaConvert
|
|
261
265
|
HlsAdMarkers = Shapes::StringShape.new(name: 'HlsAdMarkers')
|
262
266
|
HlsAdditionalManifest = Shapes::StructureShape.new(name: 'HlsAdditionalManifest')
|
263
267
|
HlsAudioOnlyContainer = Shapes::StringShape.new(name: 'HlsAudioOnlyContainer')
|
268
|
+
HlsAudioOnlyHeader = Shapes::StringShape.new(name: 'HlsAudioOnlyHeader')
|
264
269
|
HlsAudioTrackType = Shapes::StringShape.new(name: 'HlsAudioTrackType')
|
265
270
|
HlsCaptionLanguageMapping = Shapes::StructureShape.new(name: 'HlsCaptionLanguageMapping')
|
266
271
|
HlsCaptionLanguageSetting = Shapes::StringShape.new(name: 'HlsCaptionLanguageSetting')
|
@@ -384,6 +389,7 @@ module Aws::MediaConvert
|
|
384
389
|
MsSmoothManifestEncoding = Shapes::StringShape.new(name: 'MsSmoothManifestEncoding')
|
385
390
|
MxfAfdSignaling = Shapes::StringShape.new(name: 'MxfAfdSignaling')
|
386
391
|
MxfSettings = Shapes::StructureShape.new(name: 'MxfSettings')
|
392
|
+
NexGuardFileMarkerSettings = Shapes::StructureShape.new(name: 'NexGuardFileMarkerSettings')
|
387
393
|
NielsenConfiguration = Shapes::StructureShape.new(name: 'NielsenConfiguration')
|
388
394
|
NoiseFilterPostTemporalSharpening = Shapes::StringShape.new(name: 'NoiseFilterPostTemporalSharpening')
|
389
395
|
NoiseReducer = Shapes::StructureShape.new(name: 'NoiseReducer')
|
@@ -403,6 +409,7 @@ module Aws::MediaConvert
|
|
403
409
|
OutputGroupType = Shapes::StringShape.new(name: 'OutputGroupType')
|
404
410
|
OutputSdt = Shapes::StringShape.new(name: 'OutputSdt')
|
405
411
|
OutputSettings = Shapes::StructureShape.new(name: 'OutputSettings')
|
412
|
+
PartnerWatermarking = Shapes::StructureShape.new(name: 'PartnerWatermarking')
|
406
413
|
Preset = Shapes::StructureShape.new(name: 'Preset')
|
407
414
|
PresetListBy = Shapes::StringShape.new(name: 'PresetListBy')
|
408
415
|
PresetSettings = Shapes::StructureShape.new(name: 'PresetSettings')
|
@@ -485,6 +492,7 @@ module Aws::MediaConvert
|
|
485
492
|
Vp9QualityTuningLevel = Shapes::StringShape.new(name: 'Vp9QualityTuningLevel')
|
486
493
|
Vp9RateControlMode = Shapes::StringShape.new(name: 'Vp9RateControlMode')
|
487
494
|
Vp9Settings = Shapes::StructureShape.new(name: 'Vp9Settings')
|
495
|
+
WatermarkingStrength = Shapes::StringShape.new(name: 'WatermarkingStrength')
|
488
496
|
WavFormat = Shapes::StringShape.new(name: 'WavFormat')
|
489
497
|
WavSettings = Shapes::StructureShape.new(name: 'WavSettings')
|
490
498
|
__boolean = Shapes::BooleanShape.new(name: '__boolean')
|
@@ -515,6 +523,7 @@ module Aws::MediaConvert
|
|
515
523
|
__integerMin0Max30000 = Shapes::IntegerShape.new(name: '__integerMin0Max30000')
|
516
524
|
__integerMin0Max3600 = Shapes::IntegerShape.new(name: '__integerMin0Max3600')
|
517
525
|
__integerMin0Max4 = Shapes::IntegerShape.new(name: '__integerMin0Max4')
|
526
|
+
__integerMin0Max4194303 = Shapes::IntegerShape.new(name: '__integerMin0Max4194303')
|
518
527
|
__integerMin0Max47185920 = Shapes::IntegerShape.new(name: '__integerMin0Max47185920')
|
519
528
|
__integerMin0Max500 = Shapes::IntegerShape.new(name: '__integerMin0Max500')
|
520
529
|
__integerMin0Max50000 = Shapes::IntegerShape.new(name: '__integerMin0Max50000')
|
@@ -626,6 +635,7 @@ module Aws::MediaConvert
|
|
626
635
|
__stringMin14PatternS3BmpBMPPngPNGTgaTGAHttpsBmpBMPPngPNGTgaTGA = Shapes::StringShape.new(name: '__stringMin14PatternS3BmpBMPPngPNGTgaTGAHttpsBmpBMPPngPNGTgaTGA')
|
627
636
|
__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI = Shapes::StringShape.new(name: '__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI')
|
628
637
|
__stringMin16Max24PatternAZaZ0922AZaZ0916 = Shapes::StringShape.new(name: '__stringMin16Max24PatternAZaZ0922AZaZ0916')
|
638
|
+
__stringMin1Max100000 = Shapes::StringShape.new(name: '__stringMin1Max100000')
|
629
639
|
__stringMin1Max256 = Shapes::StringShape.new(name: '__stringMin1Max256')
|
630
640
|
__stringMin24Max512PatternAZaZ0902 = Shapes::StringShape.new(name: '__stringMin24Max512PatternAZaZ0902')
|
631
641
|
__stringMin32Max32Pattern09aFAF32 = Shapes::StringShape.new(name: '__stringMin32Max32Pattern09aFAF32')
|
@@ -648,8 +658,8 @@ module Aws::MediaConvert
|
|
648
658
|
__stringPatternIdentityAZaZ26AZaZ09163 = Shapes::StringShape.new(name: '__stringPatternIdentityAZaZ26AZaZ09163')
|
649
659
|
__stringPatternS3 = Shapes::StringShape.new(name: '__stringPatternS3')
|
650
660
|
__stringPatternS3ASSETMAPXml = Shapes::StringShape.new(name: '__stringPatternS3ASSETMAPXml')
|
651
|
-
|
652
|
-
|
661
|
+
__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL = Shapes::StringShape.new(name: '__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL')
|
662
|
+
__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE = Shapes::StringShape.new(name: '__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE')
|
653
663
|
__stringPatternSNManifestConfirmConditionNotificationNS = Shapes::StringShape.new(name: '__stringPatternSNManifestConfirmConditionNotificationNS')
|
654
664
|
__stringPatternSNSignalProcessingNotificationNS = Shapes::StringShape.new(name: '__stringPatternSNSignalProcessingNotificationNS')
|
655
665
|
__stringPatternW = Shapes::StringShape.new(name: '__stringPatternW')
|
@@ -696,6 +706,9 @@ module Aws::MediaConvert
|
|
696
706
|
|
697
707
|
AssociateCertificateResponse.struct_class = Types::AssociateCertificateResponse
|
698
708
|
|
709
|
+
AudioChannelTaggingSettings.add_member(:channel_tag, Shapes::ShapeRef.new(shape: AudioChannelTag, location_name: "channelTag"))
|
710
|
+
AudioChannelTaggingSettings.struct_class = Types::AudioChannelTaggingSettings
|
711
|
+
|
699
712
|
AudioCodecSettings.add_member(:aac_settings, Shapes::ShapeRef.new(shape: AacSettings, location_name: "aacSettings"))
|
700
713
|
AudioCodecSettings.add_member(:ac_3_settings, Shapes::ShapeRef.new(shape: Ac3Settings, location_name: "ac3Settings"))
|
701
714
|
AudioCodecSettings.add_member(:aiff_settings, Shapes::ShapeRef.new(shape: AiffSettings, location_name: "aiffSettings"))
|
@@ -709,6 +722,7 @@ module Aws::MediaConvert
|
|
709
722
|
AudioCodecSettings.add_member(:wav_settings, Shapes::ShapeRef.new(shape: WavSettings, location_name: "wavSettings"))
|
710
723
|
AudioCodecSettings.struct_class = Types::AudioCodecSettings
|
711
724
|
|
725
|
+
AudioDescription.add_member(:audio_channel_tagging_settings, Shapes::ShapeRef.new(shape: AudioChannelTaggingSettings, location_name: "audioChannelTaggingSettings"))
|
712
726
|
AudioDescription.add_member(:audio_normalization_settings, Shapes::ShapeRef.new(shape: AudioNormalizationSettings, location_name: "audioNormalizationSettings"))
|
713
727
|
AudioDescription.add_member(:audio_source_name, Shapes::ShapeRef.new(shape: __string, location_name: "audioSourceName"))
|
714
728
|
AudioDescription.add_member(:audio_type, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "audioType"))
|
@@ -731,7 +745,7 @@ module Aws::MediaConvert
|
|
731
745
|
|
732
746
|
AudioSelector.add_member(:custom_language_code, Shapes::ShapeRef.new(shape: __stringMin3Max3PatternAZaZ3, location_name: "customLanguageCode"))
|
733
747
|
AudioSelector.add_member(:default_selection, Shapes::ShapeRef.new(shape: AudioDefaultSelection, location_name: "defaultSelection"))
|
734
|
-
AudioSelector.add_member(:external_audio_file_input, Shapes::ShapeRef.new(shape:
|
748
|
+
AudioSelector.add_member(:external_audio_file_input, Shapes::ShapeRef.new(shape: __stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE, location_name: "externalAudioFileInput"))
|
735
749
|
AudioSelector.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, location_name: "languageCode"))
|
736
750
|
AudioSelector.add_member(:offset, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "offset"))
|
737
751
|
AudioSelector.add_member(:pids, Shapes::ShapeRef.new(shape: __listOf__integerMin1Max2147483647, location_name: "pids"))
|
@@ -1294,6 +1308,7 @@ module Aws::MediaConvert
|
|
1294
1308
|
|
1295
1309
|
HlsGroupSettings.add_member(:ad_markers, Shapes::ShapeRef.new(shape: __listOfHlsAdMarkers, location_name: "adMarkers"))
|
1296
1310
|
HlsGroupSettings.add_member(:additional_manifests, Shapes::ShapeRef.new(shape: __listOfHlsAdditionalManifest, location_name: "additionalManifests"))
|
1311
|
+
HlsGroupSettings.add_member(:audio_only_header, Shapes::ShapeRef.new(shape: HlsAudioOnlyHeader, location_name: "audioOnlyHeader"))
|
1297
1312
|
HlsGroupSettings.add_member(:base_url, Shapes::ShapeRef.new(shape: __string, location_name: "baseUrl"))
|
1298
1313
|
HlsGroupSettings.add_member(:caption_language_mappings, Shapes::ShapeRef.new(shape: __listOfHlsCaptionLanguageMapping, location_name: "captionLanguageMappings"))
|
1299
1314
|
HlsGroupSettings.add_member(:caption_language_setting, Shapes::ShapeRef.new(shape: HlsCaptionLanguageSetting, location_name: "captionLanguageSetting"))
|
@@ -1349,7 +1364,7 @@ module Aws::MediaConvert
|
|
1349
1364
|
Input.add_member(:deblock_filter, Shapes::ShapeRef.new(shape: InputDeblockFilter, location_name: "deblockFilter"))
|
1350
1365
|
Input.add_member(:decryption_settings, Shapes::ShapeRef.new(shape: InputDecryptionSettings, location_name: "decryptionSettings"))
|
1351
1366
|
Input.add_member(:denoise_filter, Shapes::ShapeRef.new(shape: InputDenoiseFilter, location_name: "denoiseFilter"))
|
1352
|
-
Input.add_member(:file_input, Shapes::ShapeRef.new(shape:
|
1367
|
+
Input.add_member(:file_input, Shapes::ShapeRef.new(shape: __stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL, location_name: "fileInput"))
|
1353
1368
|
Input.add_member(:filter_enable, Shapes::ShapeRef.new(shape: InputFilterEnable, location_name: "filterEnable"))
|
1354
1369
|
Input.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integerMinNegative5Max5, location_name: "filterStrength"))
|
1355
1370
|
Input.add_member(:image_inserter, Shapes::ShapeRef.new(shape: ImageInserter, location_name: "imageInserter"))
|
@@ -1682,6 +1697,12 @@ module Aws::MediaConvert
|
|
1682
1697
|
MxfSettings.add_member(:afd_signaling, Shapes::ShapeRef.new(shape: MxfAfdSignaling, location_name: "afdSignaling"))
|
1683
1698
|
MxfSettings.struct_class = Types::MxfSettings
|
1684
1699
|
|
1700
|
+
NexGuardFileMarkerSettings.add_member(:license, Shapes::ShapeRef.new(shape: __stringMin1Max100000, location_name: "license"))
|
1701
|
+
NexGuardFileMarkerSettings.add_member(:payload, Shapes::ShapeRef.new(shape: __integerMin0Max4194303, location_name: "payload"))
|
1702
|
+
NexGuardFileMarkerSettings.add_member(:preset, Shapes::ShapeRef.new(shape: __stringMin1Max256, location_name: "preset"))
|
1703
|
+
NexGuardFileMarkerSettings.add_member(:strength, Shapes::ShapeRef.new(shape: WatermarkingStrength, location_name: "strength"))
|
1704
|
+
NexGuardFileMarkerSettings.struct_class = Types::NexGuardFileMarkerSettings
|
1705
|
+
|
1685
1706
|
NielsenConfiguration.add_member(:breakout_code, Shapes::ShapeRef.new(shape: __integerMin0Max0, location_name: "breakoutCode"))
|
1686
1707
|
NielsenConfiguration.add_member(:distributor_id, Shapes::ShapeRef.new(shape: __string, location_name: "distributorId"))
|
1687
1708
|
NielsenConfiguration.struct_class = Types::NielsenConfiguration
|
@@ -1751,6 +1772,9 @@ module Aws::MediaConvert
|
|
1751
1772
|
OutputSettings.add_member(:hls_settings, Shapes::ShapeRef.new(shape: HlsSettings, location_name: "hlsSettings"))
|
1752
1773
|
OutputSettings.struct_class = Types::OutputSettings
|
1753
1774
|
|
1775
|
+
PartnerWatermarking.add_member(:nexguard_file_marker_settings, Shapes::ShapeRef.new(shape: NexGuardFileMarkerSettings, location_name: "nexguardFileMarkerSettings"))
|
1776
|
+
PartnerWatermarking.struct_class = Types::PartnerWatermarking
|
1777
|
+
|
1754
1778
|
Preset.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1755
1779
|
Preset.add_member(:category, Shapes::ShapeRef.new(shape: __string, location_name: "category"))
|
1756
1780
|
Preset.add_member(:created_at, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "createdAt"))
|
@@ -1975,6 +1999,7 @@ module Aws::MediaConvert
|
|
1975
1999
|
VideoPreprocessor.add_member(:dolby_vision, Shapes::ShapeRef.new(shape: DolbyVision, location_name: "dolbyVision"))
|
1976
2000
|
VideoPreprocessor.add_member(:image_inserter, Shapes::ShapeRef.new(shape: ImageInserter, location_name: "imageInserter"))
|
1977
2001
|
VideoPreprocessor.add_member(:noise_reducer, Shapes::ShapeRef.new(shape: NoiseReducer, location_name: "noiseReducer"))
|
2002
|
+
VideoPreprocessor.add_member(:partner_watermarking, Shapes::ShapeRef.new(shape: PartnerWatermarking, location_name: "partnerWatermarking"))
|
1978
2003
|
VideoPreprocessor.add_member(:timecode_burnin, Shapes::ShapeRef.new(shape: TimecodeBurnin, location_name: "timecodeBurnin"))
|
1979
2004
|
VideoPreprocessor.struct_class = Types::VideoPreprocessor
|
1980
2005
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -107,6 +109,7 @@ module Aws::MediaConvert
|
|
107
109
|
:sample_rate,
|
108
110
|
:specification,
|
109
111
|
:vbr_quality)
|
112
|
+
SENSITIVE = []
|
110
113
|
include Aws::Structure
|
111
114
|
end
|
112
115
|
|
@@ -180,6 +183,7 @@ module Aws::MediaConvert
|
|
180
183
|
:lfe_filter,
|
181
184
|
:metadata_control,
|
182
185
|
:sample_rate)
|
186
|
+
SENSITIVE = []
|
183
187
|
include Aws::Structure
|
184
188
|
end
|
185
189
|
|
@@ -202,6 +206,7 @@ module Aws::MediaConvert
|
|
202
206
|
#
|
203
207
|
class AccelerationSettings < Struct.new(
|
204
208
|
:mode)
|
209
|
+
SENSITIVE = []
|
205
210
|
include Aws::Structure
|
206
211
|
end
|
207
212
|
|
@@ -238,6 +243,7 @@ module Aws::MediaConvert
|
|
238
243
|
:bit_depth,
|
239
244
|
:channels,
|
240
245
|
:sample_rate)
|
246
|
+
SENSITIVE = []
|
241
247
|
include Aws::Structure
|
242
248
|
end
|
243
249
|
|
@@ -277,6 +283,7 @@ module Aws::MediaConvert
|
|
277
283
|
:convert_608_to_708,
|
278
284
|
:source_ancillary_channel_number,
|
279
285
|
:terminate_captions)
|
286
|
+
SENSITIVE = []
|
280
287
|
include Aws::Structure
|
281
288
|
end
|
282
289
|
|
@@ -299,6 +306,7 @@ module Aws::MediaConvert
|
|
299
306
|
#
|
300
307
|
class AssociateCertificateRequest < Struct.new(
|
301
308
|
:arn)
|
309
|
+
SENSITIVE = []
|
302
310
|
include Aws::Structure
|
303
311
|
end
|
304
312
|
|
@@ -309,6 +317,36 @@ module Aws::MediaConvert
|
|
309
317
|
#
|
310
318
|
class AssociateCertificateResponse < Aws::EmptyStructure; end
|
311
319
|
|
320
|
+
# When you mimic a multi-channel audio layout with multiple mono-channel
|
321
|
+
# tracks, you can tag each channel layout manually. For example, you
|
322
|
+
# would tag the tracks that contain your left, right, and center audio
|
323
|
+
# with Left (L), Right (R), and Center (C), respectively. When you
|
324
|
+
# don't specify a value, MediaConvert labels your track as Center (C)
|
325
|
+
# by default. To use audio layout tagging, your output must be in a
|
326
|
+
# QuickTime (.mov) container; your audio codec must be AAC, WAV, or
|
327
|
+
# AIFF; and you must set up your audio track to have only one channel.
|
328
|
+
#
|
329
|
+
# @note When making an API call, you may pass AudioChannelTaggingSettings
|
330
|
+
# data as a hash:
|
331
|
+
#
|
332
|
+
# {
|
333
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
334
|
+
# }
|
335
|
+
#
|
336
|
+
# @!attribute [rw] channel_tag
|
337
|
+
# You can add a tag for this mono-channel audio track to mimic its
|
338
|
+
# placement in a multi-channel layout. For example, if this track is
|
339
|
+
# the left surround channel, choose Left surround (LS).
|
340
|
+
# @return [String]
|
341
|
+
#
|
342
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AudioChannelTaggingSettings AWS API Documentation
|
343
|
+
#
|
344
|
+
class AudioChannelTaggingSettings < Struct.new(
|
345
|
+
:channel_tag)
|
346
|
+
SENSITIVE = []
|
347
|
+
include Aws::Structure
|
348
|
+
end
|
349
|
+
|
312
350
|
# Audio codec settings (CodecSettings) under (AudioDescriptions)
|
313
351
|
# contains the group of settings related to audio encoding. The settings
|
314
352
|
# in this group vary depending on the value that you choose for Audio
|
@@ -494,6 +532,7 @@ module Aws::MediaConvert
|
|
494
532
|
:opus_settings,
|
495
533
|
:vorbis_settings,
|
496
534
|
:wav_settings)
|
535
|
+
SENSITIVE = []
|
497
536
|
include Aws::Structure
|
498
537
|
end
|
499
538
|
|
@@ -503,6 +542,9 @@ module Aws::MediaConvert
|
|
503
542
|
# data as a hash:
|
504
543
|
#
|
505
544
|
# {
|
545
|
+
# audio_channel_tagging_settings: {
|
546
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
547
|
+
# },
|
506
548
|
# audio_normalization_settings: {
|
507
549
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
508
550
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -628,6 +670,18 @@ module Aws::MediaConvert
|
|
628
670
|
# stream_name: "__stringPatternWS",
|
629
671
|
# }
|
630
672
|
#
|
673
|
+
# @!attribute [rw] audio_channel_tagging_settings
|
674
|
+
# When you mimic a multi-channel audio layout with multiple
|
675
|
+
# mono-channel tracks, you can tag each channel layout manually. For
|
676
|
+
# example, you would tag the tracks that contain your left, right, and
|
677
|
+
# center audio with Left (L), Right (R), and Center (C), respectively.
|
678
|
+
# When you don't specify a value, MediaConvert labels your track as
|
679
|
+
# Center (C) by default. To use audio layout tagging, your output must
|
680
|
+
# be in a QuickTime (.mov) container; your audio codec must be AAC,
|
681
|
+
# WAV, or AIFF; and you must set up your audio track to have only one
|
682
|
+
# channel.
|
683
|
+
# @return [Types::AudioChannelTaggingSettings]
|
684
|
+
#
|
631
685
|
# @!attribute [rw] audio_normalization_settings
|
632
686
|
# Advanced audio normalization settings. Ignore these settings unless
|
633
687
|
# you need to comply with a loudness standard.
|
@@ -725,6 +779,7 @@ module Aws::MediaConvert
|
|
725
779
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AudioDescription AWS API Documentation
|
726
780
|
#
|
727
781
|
class AudioDescription < Struct.new(
|
782
|
+
:audio_channel_tagging_settings,
|
728
783
|
:audio_normalization_settings,
|
729
784
|
:audio_source_name,
|
730
785
|
:audio_type,
|
@@ -735,6 +790,7 @@ module Aws::MediaConvert
|
|
735
790
|
:language_code_control,
|
736
791
|
:remix_settings,
|
737
792
|
:stream_name)
|
793
|
+
SENSITIVE = []
|
738
794
|
include Aws::Structure
|
739
795
|
end
|
740
796
|
|
@@ -805,6 +861,7 @@ module Aws::MediaConvert
|
|
805
861
|
:loudness_logging,
|
806
862
|
:peak_calculation,
|
807
863
|
:target_lkfs)
|
864
|
+
SENSITIVE = []
|
808
865
|
include Aws::Structure
|
809
866
|
end
|
810
867
|
|
@@ -816,7 +873,7 @@ module Aws::MediaConvert
|
|
816
873
|
# {
|
817
874
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
818
875
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
819
|
-
# external_audio_file_input: "
|
876
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
820
877
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
821
878
|
# offset: 1,
|
822
879
|
# pids: [1],
|
@@ -912,6 +969,7 @@ module Aws::MediaConvert
|
|
912
969
|
:remix_settings,
|
913
970
|
:selector_type,
|
914
971
|
:tracks)
|
972
|
+
SENSITIVE = []
|
915
973
|
include Aws::Structure
|
916
974
|
end
|
917
975
|
|
@@ -936,6 +994,7 @@ module Aws::MediaConvert
|
|
936
994
|
#
|
937
995
|
class AudioSelectorGroup < Struct.new(
|
938
996
|
:audio_selector_names)
|
997
|
+
SENSITIVE = []
|
939
998
|
include Aws::Structure
|
940
999
|
end
|
941
1000
|
|
@@ -980,6 +1039,7 @@ module Aws::MediaConvert
|
|
980
1039
|
class Av1QvbrSettings < Struct.new(
|
981
1040
|
:qvbr_quality_level,
|
982
1041
|
:qvbr_quality_level_fine_tune)
|
1042
|
+
SENSITIVE = []
|
983
1043
|
include Aws::Structure
|
984
1044
|
end
|
985
1045
|
|
@@ -1029,8 +1089,8 @@ module Aws::MediaConvert
|
|
1029
1089
|
# @return [String]
|
1030
1090
|
#
|
1031
1091
|
# @!attribute [rw] framerate_conversion_algorithm
|
1032
|
-
#
|
1033
|
-
# conversion.
|
1092
|
+
# Optional. Specify how the transcoder performs framerate conversion.
|
1093
|
+
# The default behavior is to use duplicate drop conversion.
|
1034
1094
|
# @return [String]
|
1035
1095
|
#
|
1036
1096
|
# @!attribute [rw] framerate_denominator
|
@@ -1111,6 +1171,7 @@ module Aws::MediaConvert
|
|
1111
1171
|
:rate_control_mode,
|
1112
1172
|
:slices,
|
1113
1173
|
:spatial_adaptive_quantization)
|
1174
|
+
SENSITIVE = []
|
1114
1175
|
include Aws::Structure
|
1115
1176
|
end
|
1116
1177
|
|
@@ -1132,6 +1193,7 @@ module Aws::MediaConvert
|
|
1132
1193
|
#
|
1133
1194
|
class AvailBlanking < Struct.new(
|
1134
1195
|
:avail_blanking_image)
|
1196
|
+
SENSITIVE = []
|
1135
1197
|
include Aws::Structure
|
1136
1198
|
end
|
1137
1199
|
|
@@ -1142,6 +1204,7 @@ module Aws::MediaConvert
|
|
1142
1204
|
#
|
1143
1205
|
class BadRequestException < Struct.new(
|
1144
1206
|
:message)
|
1207
|
+
SENSITIVE = []
|
1145
1208
|
include Aws::Structure
|
1146
1209
|
end
|
1147
1210
|
|
@@ -1316,6 +1379,7 @@ module Aws::MediaConvert
|
|
1316
1379
|
:teletext_spacing,
|
1317
1380
|
:x_position,
|
1318
1381
|
:y_position)
|
1382
|
+
SENSITIVE = []
|
1319
1383
|
include Aws::Structure
|
1320
1384
|
end
|
1321
1385
|
|
@@ -1336,6 +1400,7 @@ module Aws::MediaConvert
|
|
1336
1400
|
#
|
1337
1401
|
class CancelJobRequest < Struct.new(
|
1338
1402
|
:id)
|
1403
|
+
SENSITIVE = []
|
1339
1404
|
include Aws::Structure
|
1340
1405
|
end
|
1341
1406
|
|
@@ -1463,6 +1528,7 @@ module Aws::MediaConvert
|
|
1463
1528
|
:destination_settings,
|
1464
1529
|
:language_code,
|
1465
1530
|
:language_description)
|
1531
|
+
SENSITIVE = []
|
1466
1532
|
include Aws::Structure
|
1467
1533
|
end
|
1468
1534
|
|
@@ -1578,6 +1644,7 @@ module Aws::MediaConvert
|
|
1578
1644
|
:destination_settings,
|
1579
1645
|
:language_code,
|
1580
1646
|
:language_description)
|
1647
|
+
SENSITIVE = []
|
1581
1648
|
include Aws::Structure
|
1582
1649
|
end
|
1583
1650
|
|
@@ -1700,6 +1767,7 @@ module Aws::MediaConvert
|
|
1700
1767
|
:scc_destination_settings,
|
1701
1768
|
:teletext_destination_settings,
|
1702
1769
|
:ttml_destination_settings)
|
1770
|
+
SENSITIVE = []
|
1703
1771
|
include Aws::Structure
|
1704
1772
|
end
|
1705
1773
|
|
@@ -1780,6 +1848,7 @@ module Aws::MediaConvert
|
|
1780
1848
|
:custom_language_code,
|
1781
1849
|
:language_code,
|
1782
1850
|
:source_settings)
|
1851
|
+
SENSITIVE = []
|
1783
1852
|
include Aws::Structure
|
1784
1853
|
end
|
1785
1854
|
|
@@ -1819,6 +1888,7 @@ module Aws::MediaConvert
|
|
1819
1888
|
class CaptionSourceFramerate < Struct.new(
|
1820
1889
|
:framerate_denominator,
|
1821
1890
|
:framerate_numerator)
|
1891
|
+
SENSITIVE = []
|
1822
1892
|
include Aws::Structure
|
1823
1893
|
end
|
1824
1894
|
|
@@ -1909,6 +1979,7 @@ module Aws::MediaConvert
|
|
1909
1979
|
:source_type,
|
1910
1980
|
:teletext_source_settings,
|
1911
1981
|
:track_source_settings)
|
1982
|
+
SENSITIVE = []
|
1912
1983
|
include Aws::Structure
|
1913
1984
|
end
|
1914
1985
|
|
@@ -1937,6 +2008,7 @@ module Aws::MediaConvert
|
|
1937
2008
|
#
|
1938
2009
|
class ChannelMapping < Struct.new(
|
1939
2010
|
:output_channels)
|
2011
|
+
SENSITIVE = []
|
1940
2012
|
include Aws::Structure
|
1941
2013
|
end
|
1942
2014
|
|
@@ -1976,6 +2048,7 @@ module Aws::MediaConvert
|
|
1976
2048
|
class CmafAdditionalManifest < Struct.new(
|
1977
2049
|
:manifest_name_modifier,
|
1978
2050
|
:selected_outputs)
|
2051
|
+
SENSITIVE = []
|
1979
2052
|
include Aws::Structure
|
1980
2053
|
end
|
1981
2054
|
|
@@ -2049,6 +2122,7 @@ module Aws::MediaConvert
|
|
2049
2122
|
:speke_key_provider,
|
2050
2123
|
:static_key_provider,
|
2051
2124
|
:type)
|
2125
|
+
SENSITIVE = []
|
2052
2126
|
include Aws::Structure
|
2053
2127
|
end
|
2054
2128
|
|
@@ -2275,6 +2349,7 @@ module Aws::MediaConvert
|
|
2275
2349
|
:write_dash_manifest,
|
2276
2350
|
:write_hls_manifest,
|
2277
2351
|
:write_segment_timeline_in_representation)
|
2352
|
+
SENSITIVE = []
|
2278
2353
|
include Aws::Structure
|
2279
2354
|
end
|
2280
2355
|
|
@@ -2308,6 +2383,7 @@ module Aws::MediaConvert
|
|
2308
2383
|
class CmfcSettings < Struct.new(
|
2309
2384
|
:scte_35_esam,
|
2310
2385
|
:scte_35_source)
|
2386
|
+
SENSITIVE = []
|
2311
2387
|
include Aws::Structure
|
2312
2388
|
end
|
2313
2389
|
|
@@ -2390,6 +2466,7 @@ module Aws::MediaConvert
|
|
2390
2466
|
:hdr_10_metadata,
|
2391
2467
|
:hue,
|
2392
2468
|
:saturation)
|
2469
|
+
SENSITIVE = []
|
2393
2470
|
include Aws::Structure
|
2394
2471
|
end
|
2395
2472
|
|
@@ -2400,6 +2477,7 @@ module Aws::MediaConvert
|
|
2400
2477
|
#
|
2401
2478
|
class ConflictException < Struct.new(
|
2402
2479
|
:message)
|
2480
|
+
SENSITIVE = []
|
2403
2481
|
include Aws::Structure
|
2404
2482
|
end
|
2405
2483
|
|
@@ -2571,6 +2649,7 @@ module Aws::MediaConvert
|
|
2571
2649
|
:mp_4_settings,
|
2572
2650
|
:mpd_settings,
|
2573
2651
|
:mxf_settings)
|
2652
|
+
SENSITIVE = []
|
2574
2653
|
include Aws::Structure
|
2575
2654
|
end
|
2576
2655
|
|
@@ -2622,7 +2701,7 @@ module Aws::MediaConvert
|
|
2622
2701
|
# "__string" => {
|
2623
2702
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
2624
2703
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
2625
|
-
# external_audio_file_input: "
|
2704
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
2626
2705
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
2627
2706
|
# offset: 1,
|
2628
2707
|
# pids: [1],
|
@@ -2694,7 +2773,7 @@ module Aws::MediaConvert
|
|
2694
2773
|
# kms_key_region: "__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912",
|
2695
2774
|
# },
|
2696
2775
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
2697
|
-
# file_input: "
|
2776
|
+
# file_input: "__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL",
|
2698
2777
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
2699
2778
|
# filter_strength: 1,
|
2700
2779
|
# image_inserter: {
|
@@ -2891,6 +2970,7 @@ module Aws::MediaConvert
|
|
2891
2970
|
# selected_outputs: ["__stringMin1"],
|
2892
2971
|
# },
|
2893
2972
|
# ],
|
2973
|
+
# audio_only_header: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
2894
2974
|
# base_url: "__string",
|
2895
2975
|
# caption_language_mappings: [
|
2896
2976
|
# {
|
@@ -2987,6 +3067,9 @@ module Aws::MediaConvert
|
|
2987
3067
|
# {
|
2988
3068
|
# audio_descriptions: [
|
2989
3069
|
# {
|
3070
|
+
# audio_channel_tagging_settings: {
|
3071
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
3072
|
+
# },
|
2990
3073
|
# audio_normalization_settings: {
|
2991
3074
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
2992
3075
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -3577,6 +3660,14 @@ module Aws::MediaConvert
|
|
3577
3660
|
# strength: 1,
|
3578
3661
|
# },
|
3579
3662
|
# },
|
3663
|
+
# partner_watermarking: {
|
3664
|
+
# nexguard_file_marker_settings: {
|
3665
|
+
# license: "__stringMin1Max100000",
|
3666
|
+
# payload: 1,
|
3667
|
+
# preset: "__stringMin1Max256",
|
3668
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
3669
|
+
# },
|
3670
|
+
# },
|
3580
3671
|
# timecode_burnin: {
|
3581
3672
|
# font_size: 1,
|
3582
3673
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -3715,6 +3806,7 @@ module Aws::MediaConvert
|
|
3715
3806
|
:status_update_interval,
|
3716
3807
|
:tags,
|
3717
3808
|
:user_metadata)
|
3809
|
+
SENSITIVE = []
|
3718
3810
|
include Aws::Structure
|
3719
3811
|
end
|
3720
3812
|
|
@@ -3730,6 +3822,7 @@ module Aws::MediaConvert
|
|
3730
3822
|
#
|
3731
3823
|
class CreateJobResponse < Struct.new(
|
3732
3824
|
:job)
|
3825
|
+
SENSITIVE = []
|
3733
3826
|
include Aws::Structure
|
3734
3827
|
end
|
3735
3828
|
|
@@ -3782,7 +3875,7 @@ module Aws::MediaConvert
|
|
3782
3875
|
# "__string" => {
|
3783
3876
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
3784
3877
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
3785
|
-
# external_audio_file_input: "
|
3878
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
3786
3879
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
3787
3880
|
# offset: 1,
|
3788
3881
|
# pids: [1],
|
@@ -4043,6 +4136,7 @@ module Aws::MediaConvert
|
|
4043
4136
|
# selected_outputs: ["__stringMin1"],
|
4044
4137
|
# },
|
4045
4138
|
# ],
|
4139
|
+
# audio_only_header: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
4046
4140
|
# base_url: "__string",
|
4047
4141
|
# caption_language_mappings: [
|
4048
4142
|
# {
|
@@ -4139,6 +4233,9 @@ module Aws::MediaConvert
|
|
4139
4233
|
# {
|
4140
4234
|
# audio_descriptions: [
|
4141
4235
|
# {
|
4236
|
+
# audio_channel_tagging_settings: {
|
4237
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
4238
|
+
# },
|
4142
4239
|
# audio_normalization_settings: {
|
4143
4240
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
4144
4241
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -4729,6 +4826,14 @@ module Aws::MediaConvert
|
|
4729
4826
|
# strength: 1,
|
4730
4827
|
# },
|
4731
4828
|
# },
|
4829
|
+
# partner_watermarking: {
|
4830
|
+
# nexguard_file_marker_settings: {
|
4831
|
+
# license: "__stringMin1Max100000",
|
4832
|
+
# payload: 1,
|
4833
|
+
# preset: "__stringMin1Max256",
|
4834
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
4835
|
+
# },
|
4836
|
+
# },
|
4732
4837
|
# timecode_burnin: {
|
4733
4838
|
# font_size: 1,
|
4734
4839
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -4834,6 +4939,7 @@ module Aws::MediaConvert
|
|
4834
4939
|
:settings,
|
4835
4940
|
:status_update_interval,
|
4836
4941
|
:tags)
|
4942
|
+
SENSITIVE = []
|
4837
4943
|
include Aws::Structure
|
4838
4944
|
end
|
4839
4945
|
|
@@ -4848,6 +4954,7 @@ module Aws::MediaConvert
|
|
4848
4954
|
#
|
4849
4955
|
class CreateJobTemplateResponse < Struct.new(
|
4850
4956
|
:job_template)
|
4957
|
+
SENSITIVE = []
|
4851
4958
|
include Aws::Structure
|
4852
4959
|
end
|
4853
4960
|
|
@@ -4864,6 +4971,9 @@ module Aws::MediaConvert
|
|
4864
4971
|
# settings: { # required
|
4865
4972
|
# audio_descriptions: [
|
4866
4973
|
# {
|
4974
|
+
# audio_channel_tagging_settings: {
|
4975
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
4976
|
+
# },
|
4867
4977
|
# audio_normalization_settings: {
|
4868
4978
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
4869
4979
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -5440,6 +5550,14 @@ module Aws::MediaConvert
|
|
5440
5550
|
# strength: 1,
|
5441
5551
|
# },
|
5442
5552
|
# },
|
5553
|
+
# partner_watermarking: {
|
5554
|
+
# nexguard_file_marker_settings: {
|
5555
|
+
# license: "__stringMin1Max100000",
|
5556
|
+
# payload: 1,
|
5557
|
+
# preset: "__stringMin1Max256",
|
5558
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
5559
|
+
# },
|
5560
|
+
# },
|
5443
5561
|
# timecode_burnin: {
|
5444
5562
|
# font_size: 1,
|
5445
5563
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -5483,6 +5601,7 @@ module Aws::MediaConvert
|
|
5483
5601
|
:name,
|
5484
5602
|
:settings,
|
5485
5603
|
:tags)
|
5604
|
+
SENSITIVE = []
|
5486
5605
|
include Aws::Structure
|
5487
5606
|
end
|
5488
5607
|
|
@@ -5498,6 +5617,7 @@ module Aws::MediaConvert
|
|
5498
5617
|
#
|
5499
5618
|
class CreatePresetResponse < Struct.new(
|
5500
5619
|
:preset)
|
5620
|
+
SENSITIVE = []
|
5501
5621
|
include Aws::Structure
|
5502
5622
|
end
|
5503
5623
|
|
@@ -5567,6 +5687,7 @@ module Aws::MediaConvert
|
|
5567
5687
|
:reservation_plan_settings,
|
5568
5688
|
:status,
|
5569
5689
|
:tags)
|
5690
|
+
SENSITIVE = []
|
5570
5691
|
include Aws::Structure
|
5571
5692
|
end
|
5572
5693
|
|
@@ -5585,6 +5706,7 @@ module Aws::MediaConvert
|
|
5585
5706
|
#
|
5586
5707
|
class CreateQueueResponse < Struct.new(
|
5587
5708
|
:queue)
|
5709
|
+
SENSITIVE = []
|
5588
5710
|
include Aws::Structure
|
5589
5711
|
end
|
5590
5712
|
|
@@ -5619,6 +5741,7 @@ module Aws::MediaConvert
|
|
5619
5741
|
class DashAdditionalManifest < Struct.new(
|
5620
5742
|
:manifest_name_modifier,
|
5621
5743
|
:selected_outputs)
|
5744
|
+
SENSITIVE = []
|
5622
5745
|
include Aws::Structure
|
5623
5746
|
end
|
5624
5747
|
|
@@ -5659,6 +5782,7 @@ module Aws::MediaConvert
|
|
5659
5782
|
class DashIsoEncryptionSettings < Struct.new(
|
5660
5783
|
:playback_device_compatibility,
|
5661
5784
|
:speke_key_provider)
|
5785
|
+
SENSITIVE = []
|
5662
5786
|
include Aws::Structure
|
5663
5787
|
end
|
5664
5788
|
|
@@ -5807,6 +5931,7 @@ module Aws::MediaConvert
|
|
5807
5931
|
:segment_control,
|
5808
5932
|
:segment_length,
|
5809
5933
|
:write_segment_timeline_in_representation)
|
5934
|
+
SENSITIVE = []
|
5810
5935
|
include Aws::Structure
|
5811
5936
|
end
|
5812
5937
|
|
@@ -5857,6 +5982,7 @@ module Aws::MediaConvert
|
|
5857
5982
|
:algorithm,
|
5858
5983
|
:control,
|
5859
5984
|
:mode)
|
5985
|
+
SENSITIVE = []
|
5860
5986
|
include Aws::Structure
|
5861
5987
|
end
|
5862
5988
|
|
@@ -5877,6 +6003,7 @@ module Aws::MediaConvert
|
|
5877
6003
|
#
|
5878
6004
|
class DeleteJobTemplateRequest < Struct.new(
|
5879
6005
|
:name)
|
6006
|
+
SENSITIVE = []
|
5880
6007
|
include Aws::Structure
|
5881
6008
|
end
|
5882
6009
|
|
@@ -5904,6 +6031,7 @@ module Aws::MediaConvert
|
|
5904
6031
|
#
|
5905
6032
|
class DeletePresetRequest < Struct.new(
|
5906
6033
|
:name)
|
6034
|
+
SENSITIVE = []
|
5907
6035
|
include Aws::Structure
|
5908
6036
|
end
|
5909
6037
|
|
@@ -5933,6 +6061,7 @@ module Aws::MediaConvert
|
|
5933
6061
|
#
|
5934
6062
|
class DeleteQueueRequest < Struct.new(
|
5935
6063
|
:name)
|
6064
|
+
SENSITIVE = []
|
5936
6065
|
include Aws::Structure
|
5937
6066
|
end
|
5938
6067
|
|
@@ -5979,6 +6108,7 @@ module Aws::MediaConvert
|
|
5979
6108
|
:max_results,
|
5980
6109
|
:mode,
|
5981
6110
|
:next_token)
|
6111
|
+
SENSITIVE = []
|
5982
6112
|
include Aws::Structure
|
5983
6113
|
end
|
5984
6114
|
|
@@ -5998,6 +6128,7 @@ module Aws::MediaConvert
|
|
5998
6128
|
class DescribeEndpointsResponse < Struct.new(
|
5999
6129
|
:endpoints,
|
6000
6130
|
:next_token)
|
6131
|
+
SENSITIVE = []
|
6001
6132
|
include Aws::Structure
|
6002
6133
|
end
|
6003
6134
|
|
@@ -6027,6 +6158,7 @@ module Aws::MediaConvert
|
|
6027
6158
|
#
|
6028
6159
|
class DestinationSettings < Struct.new(
|
6029
6160
|
:s3_settings)
|
6161
|
+
SENSITIVE = []
|
6030
6162
|
include Aws::Structure
|
6031
6163
|
end
|
6032
6164
|
|
@@ -6050,6 +6182,7 @@ module Aws::MediaConvert
|
|
6050
6182
|
#
|
6051
6183
|
class DisassociateCertificateRequest < Struct.new(
|
6052
6184
|
:arn)
|
6185
|
+
SENSITIVE = []
|
6053
6186
|
include Aws::Structure
|
6054
6187
|
end
|
6055
6188
|
|
@@ -6097,6 +6230,7 @@ module Aws::MediaConvert
|
|
6097
6230
|
:l6_metadata,
|
6098
6231
|
:l6_mode,
|
6099
6232
|
:profile)
|
6233
|
+
SENSITIVE = []
|
6100
6234
|
include Aws::Structure
|
6101
6235
|
end
|
6102
6236
|
|
@@ -6127,6 +6261,7 @@ module Aws::MediaConvert
|
|
6127
6261
|
class DolbyVisionLevel6Metadata < Struct.new(
|
6128
6262
|
:max_cll,
|
6129
6263
|
:max_fall)
|
6264
|
+
SENSITIVE = []
|
6130
6265
|
include Aws::Structure
|
6131
6266
|
end
|
6132
6267
|
|
@@ -6162,6 +6297,7 @@ module Aws::MediaConvert
|
|
6162
6297
|
:network_id,
|
6163
6298
|
:network_name,
|
6164
6299
|
:nit_interval)
|
6300
|
+
SENSITIVE = []
|
6165
6301
|
include Aws::Structure
|
6166
6302
|
end
|
6167
6303
|
|
@@ -6211,6 +6347,7 @@ module Aws::MediaConvert
|
|
6211
6347
|
:sdt_interval,
|
6212
6348
|
:service_name,
|
6213
6349
|
:service_provider_name)
|
6350
|
+
SENSITIVE = []
|
6214
6351
|
include Aws::Structure
|
6215
6352
|
end
|
6216
6353
|
|
@@ -6394,6 +6531,7 @@ module Aws::MediaConvert
|
|
6394
6531
|
:teletext_spacing,
|
6395
6532
|
:x_position,
|
6396
6533
|
:y_position)
|
6534
|
+
SENSITIVE = []
|
6397
6535
|
include Aws::Structure
|
6398
6536
|
end
|
6399
6537
|
|
@@ -6416,6 +6554,7 @@ module Aws::MediaConvert
|
|
6416
6554
|
#
|
6417
6555
|
class DvbSubSourceSettings < Struct.new(
|
6418
6556
|
:pid)
|
6557
|
+
SENSITIVE = []
|
6419
6558
|
include Aws::Structure
|
6420
6559
|
end
|
6421
6560
|
|
@@ -6438,6 +6577,7 @@ module Aws::MediaConvert
|
|
6438
6577
|
#
|
6439
6578
|
class DvbTdtSettings < Struct.new(
|
6440
6579
|
:tdt_interval)
|
6580
|
+
SENSITIVE = []
|
6441
6581
|
include Aws::Structure
|
6442
6582
|
end
|
6443
6583
|
|
@@ -6572,6 +6712,7 @@ module Aws::MediaConvert
|
|
6572
6712
|
:speech_threshold,
|
6573
6713
|
:stereo_downmix,
|
6574
6714
|
:surround_ex_mode)
|
6715
|
+
SENSITIVE = []
|
6575
6716
|
include Aws::Structure
|
6576
6717
|
end
|
6577
6718
|
|
@@ -6771,6 +6912,7 @@ module Aws::MediaConvert
|
|
6771
6912
|
:stereo_downmix,
|
6772
6913
|
:surround_ex_mode,
|
6773
6914
|
:surround_mode)
|
6915
|
+
SENSITIVE = []
|
6774
6916
|
include Aws::Structure
|
6775
6917
|
end
|
6776
6918
|
|
@@ -6813,6 +6955,7 @@ module Aws::MediaConvert
|
|
6813
6955
|
class EmbeddedDestinationSettings < Struct.new(
|
6814
6956
|
:destination_608_channel_number,
|
6815
6957
|
:destination_708_service_number)
|
6958
|
+
SENSITIVE = []
|
6816
6959
|
include Aws::Structure
|
6817
6960
|
end
|
6818
6961
|
|
@@ -6860,6 +7003,7 @@ module Aws::MediaConvert
|
|
6860
7003
|
:source_608_channel_number,
|
6861
7004
|
:source_608_track_number,
|
6862
7005
|
:terminate_captions)
|
7006
|
+
SENSITIVE = []
|
6863
7007
|
include Aws::Structure
|
6864
7008
|
end
|
6865
7009
|
|
@@ -6873,6 +7017,7 @@ module Aws::MediaConvert
|
|
6873
7017
|
#
|
6874
7018
|
class Endpoint < Struct.new(
|
6875
7019
|
:url)
|
7020
|
+
SENSITIVE = []
|
6876
7021
|
include Aws::Structure
|
6877
7022
|
end
|
6878
7023
|
|
@@ -6897,6 +7042,7 @@ module Aws::MediaConvert
|
|
6897
7042
|
#
|
6898
7043
|
class EsamManifestConfirmConditionNotification < Struct.new(
|
6899
7044
|
:mcc_xml)
|
7045
|
+
SENSITIVE = []
|
6900
7046
|
include Aws::Structure
|
6901
7047
|
end
|
6902
7048
|
|
@@ -6943,6 +7089,7 @@ module Aws::MediaConvert
|
|
6943
7089
|
:manifest_confirm_condition_notification,
|
6944
7090
|
:response_signal_preroll,
|
6945
7091
|
:signal_processing_notification)
|
7092
|
+
SENSITIVE = []
|
6946
7093
|
include Aws::Structure
|
6947
7094
|
end
|
6948
7095
|
|
@@ -6973,6 +7120,7 @@ module Aws::MediaConvert
|
|
6973
7120
|
#
|
6974
7121
|
class EsamSignalProcessingNotification < Struct.new(
|
6975
7122
|
:scc_xml)
|
7123
|
+
SENSITIVE = []
|
6976
7124
|
include Aws::Structure
|
6977
7125
|
end
|
6978
7126
|
|
@@ -6983,6 +7131,7 @@ module Aws::MediaConvert
|
|
6983
7131
|
#
|
6984
7132
|
class ExceptionBody < Struct.new(
|
6985
7133
|
:message)
|
7134
|
+
SENSITIVE = []
|
6986
7135
|
include Aws::Structure
|
6987
7136
|
end
|
6988
7137
|
|
@@ -7005,6 +7154,7 @@ module Aws::MediaConvert
|
|
7005
7154
|
#
|
7006
7155
|
class F4vSettings < Struct.new(
|
7007
7156
|
:moov_placement)
|
7157
|
+
SENSITIVE = []
|
7008
7158
|
include Aws::Structure
|
7009
7159
|
end
|
7010
7160
|
|
@@ -7047,6 +7197,7 @@ module Aws::MediaConvert
|
|
7047
7197
|
class FileGroupSettings < Struct.new(
|
7048
7198
|
:destination,
|
7049
7199
|
:destination_settings)
|
7200
|
+
SENSITIVE = []
|
7050
7201
|
include Aws::Structure
|
7051
7202
|
end
|
7052
7203
|
|
@@ -7105,6 +7256,7 @@ module Aws::MediaConvert
|
|
7105
7256
|
:framerate,
|
7106
7257
|
:source_file,
|
7107
7258
|
:time_delta)
|
7259
|
+
SENSITIVE = []
|
7108
7260
|
include Aws::Structure
|
7109
7261
|
end
|
7110
7262
|
|
@@ -7115,6 +7267,7 @@ module Aws::MediaConvert
|
|
7115
7267
|
#
|
7116
7268
|
class ForbiddenException < Struct.new(
|
7117
7269
|
:message)
|
7270
|
+
SENSITIVE = []
|
7118
7271
|
include Aws::Structure
|
7119
7272
|
end
|
7120
7273
|
|
@@ -7165,6 +7318,7 @@ module Aws::MediaConvert
|
|
7165
7318
|
:framerate_numerator,
|
7166
7319
|
:max_captures,
|
7167
7320
|
:quality)
|
7321
|
+
SENSITIVE = []
|
7168
7322
|
include Aws::Structure
|
7169
7323
|
end
|
7170
7324
|
|
@@ -7185,6 +7339,7 @@ module Aws::MediaConvert
|
|
7185
7339
|
#
|
7186
7340
|
class GetJobRequest < Struct.new(
|
7187
7341
|
:id)
|
7342
|
+
SENSITIVE = []
|
7188
7343
|
include Aws::Structure
|
7189
7344
|
end
|
7190
7345
|
|
@@ -7201,6 +7356,7 @@ module Aws::MediaConvert
|
|
7201
7356
|
#
|
7202
7357
|
class GetJobResponse < Struct.new(
|
7203
7358
|
:job)
|
7359
|
+
SENSITIVE = []
|
7204
7360
|
include Aws::Structure
|
7205
7361
|
end
|
7206
7362
|
|
@@ -7221,6 +7377,7 @@ module Aws::MediaConvert
|
|
7221
7377
|
#
|
7222
7378
|
class GetJobTemplateRequest < Struct.new(
|
7223
7379
|
:name)
|
7380
|
+
SENSITIVE = []
|
7224
7381
|
include Aws::Structure
|
7225
7382
|
end
|
7226
7383
|
|
@@ -7236,6 +7393,7 @@ module Aws::MediaConvert
|
|
7236
7393
|
#
|
7237
7394
|
class GetJobTemplateResponse < Struct.new(
|
7238
7395
|
:job_template)
|
7396
|
+
SENSITIVE = []
|
7239
7397
|
include Aws::Structure
|
7240
7398
|
end
|
7241
7399
|
|
@@ -7256,6 +7414,7 @@ module Aws::MediaConvert
|
|
7256
7414
|
#
|
7257
7415
|
class GetPresetRequest < Struct.new(
|
7258
7416
|
:name)
|
7417
|
+
SENSITIVE = []
|
7259
7418
|
include Aws::Structure
|
7260
7419
|
end
|
7261
7420
|
|
@@ -7272,6 +7431,7 @@ module Aws::MediaConvert
|
|
7272
7431
|
#
|
7273
7432
|
class GetPresetResponse < Struct.new(
|
7274
7433
|
:preset)
|
7434
|
+
SENSITIVE = []
|
7275
7435
|
include Aws::Structure
|
7276
7436
|
end
|
7277
7437
|
|
@@ -7293,6 +7453,7 @@ module Aws::MediaConvert
|
|
7293
7453
|
#
|
7294
7454
|
class GetQueueRequest < Struct.new(
|
7295
7455
|
:name)
|
7456
|
+
SENSITIVE = []
|
7296
7457
|
include Aws::Structure
|
7297
7458
|
end
|
7298
7459
|
|
@@ -7311,6 +7472,7 @@ module Aws::MediaConvert
|
|
7311
7472
|
#
|
7312
7473
|
class GetQueueResponse < Struct.new(
|
7313
7474
|
:queue)
|
7475
|
+
SENSITIVE = []
|
7314
7476
|
include Aws::Structure
|
7315
7477
|
end
|
7316
7478
|
|
@@ -7367,6 +7529,7 @@ module Aws::MediaConvert
|
|
7367
7529
|
:max_average_bitrate,
|
7368
7530
|
:qvbr_quality_level,
|
7369
7531
|
:qvbr_quality_level_fine_tune)
|
7532
|
+
SENSITIVE = []
|
7370
7533
|
include Aws::Structure
|
7371
7534
|
end
|
7372
7535
|
|
@@ -7582,18 +7745,29 @@ module Aws::MediaConvert
|
|
7582
7745
|
# Optional. Specify how the service determines the pixel aspect ratio
|
7583
7746
|
# (PAR) for this output. The default behavior, Follow source
|
7584
7747
|
# (INITIALIZE\_FROM\_SOURCE), uses the PAR from your input video for
|
7585
|
-
# your output. To
|
7586
|
-
#
|
7587
|
-
#
|
7588
|
-
#
|
7748
|
+
# your output. To specify a different PAR in the console, choose any
|
7749
|
+
# value other than Follow source. To specify a different PAR by
|
7750
|
+
# editing the JSON job specification, choose SPECIFIED. When you
|
7751
|
+
# choose SPECIFIED for this setting, you must also specify values for
|
7752
|
+
# the parNumerator and parDenominator settings.
|
7589
7753
|
# @return [String]
|
7590
7754
|
#
|
7591
7755
|
# @!attribute [rw] par_denominator
|
7592
|
-
# Pixel
|
7756
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
7757
|
+
# On the console, this corresponds to any value other than Follow
|
7758
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
7759
|
+
# different from your input video PAR, provide your output PAR as a
|
7760
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
7761
|
+
# ratio 40:33. In this example, the value for parDenominator is 33.
|
7593
7762
|
# @return [Integer]
|
7594
7763
|
#
|
7595
7764
|
# @!attribute [rw] par_numerator
|
7596
|
-
# Pixel
|
7765
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
7766
|
+
# On the console, this corresponds to any value other than Follow
|
7767
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
7768
|
+
# different from your input video PAR, provide your output PAR as a
|
7769
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
7770
|
+
# ratio 40:33. In this example, the value for parNumerator is 40.
|
7597
7771
|
# @return [Integer]
|
7598
7772
|
#
|
7599
7773
|
# @!attribute [rw] quality_tuning_level
|
@@ -7716,6 +7890,7 @@ module Aws::MediaConvert
|
|
7716
7890
|
:telecine,
|
7717
7891
|
:temporal_adaptive_quantization,
|
7718
7892
|
:unregistered_sei_timecode)
|
7893
|
+
SENSITIVE = []
|
7719
7894
|
include Aws::Structure
|
7720
7895
|
end
|
7721
7896
|
|
@@ -7772,6 +7947,7 @@ module Aws::MediaConvert
|
|
7772
7947
|
:max_average_bitrate,
|
7773
7948
|
:qvbr_quality_level,
|
7774
7949
|
:qvbr_quality_level_fine_tune)
|
7950
|
+
SENSITIVE = []
|
7775
7951
|
include Aws::Structure
|
7776
7952
|
end
|
7777
7953
|
|
@@ -7885,8 +8061,8 @@ module Aws::MediaConvert
|
|
7885
8061
|
# @return [String]
|
7886
8062
|
#
|
7887
8063
|
# @!attribute [rw] framerate_conversion_algorithm
|
7888
|
-
#
|
7889
|
-
# conversion.
|
8064
|
+
# Optional. Specify how the transcoder performs framerate conversion.
|
8065
|
+
# The default behavior is to use duplicate drop conversion.
|
7890
8066
|
# @return [String]
|
7891
8067
|
#
|
7892
8068
|
# @!attribute [rw] framerate_denominator
|
@@ -7978,18 +8154,29 @@ module Aws::MediaConvert
|
|
7978
8154
|
# Optional. Specify how the service determines the pixel aspect ratio
|
7979
8155
|
# (PAR) for this output. The default behavior, Follow source
|
7980
8156
|
# (INITIALIZE\_FROM\_SOURCE), uses the PAR from your input video for
|
7981
|
-
# your output. To
|
7982
|
-
#
|
7983
|
-
#
|
7984
|
-
#
|
8157
|
+
# your output. To specify a different PAR in the console, choose any
|
8158
|
+
# value other than Follow source. To specify a different PAR by
|
8159
|
+
# editing the JSON job specification, choose SPECIFIED. When you
|
8160
|
+
# choose SPECIFIED for this setting, you must also specify values for
|
8161
|
+
# the parNumerator and parDenominator settings.
|
7985
8162
|
# @return [String]
|
7986
8163
|
#
|
7987
8164
|
# @!attribute [rw] par_denominator
|
7988
|
-
# Pixel
|
8165
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
8166
|
+
# On the console, this corresponds to any value other than Follow
|
8167
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
8168
|
+
# different from your input video PAR, provide your output PAR as a
|
8169
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
8170
|
+
# ratio 40:33. In this example, the value for parDenominator is 33.
|
7989
8171
|
# @return [Integer]
|
7990
8172
|
#
|
7991
8173
|
# @!attribute [rw] par_numerator
|
7992
|
-
# Pixel
|
8174
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
8175
|
+
# On the console, this corresponds to any value other than Follow
|
8176
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
8177
|
+
# different from your input video PAR, provide your output PAR as a
|
8178
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
8179
|
+
# ratio 40:33. In this example, the value for parNumerator is 40.
|
7993
8180
|
# @return [Integer]
|
7994
8181
|
#
|
7995
8182
|
# @!attribute [rw] quality_tuning_level
|
@@ -8136,6 +8323,7 @@ module Aws::MediaConvert
|
|
8136
8323
|
:tiles,
|
8137
8324
|
:unregistered_sei_timecode,
|
8138
8325
|
:write_mp_4_packaging_type)
|
8326
|
+
SENSITIVE = []
|
8139
8327
|
include Aws::Structure
|
8140
8328
|
end
|
8141
8329
|
|
@@ -8258,6 +8446,7 @@ module Aws::MediaConvert
|
|
8258
8446
|
:red_primary_y,
|
8259
8447
|
:white_point_x,
|
8260
8448
|
:white_point_y)
|
8449
|
+
SENSITIVE = []
|
8261
8450
|
include Aws::Structure
|
8262
8451
|
end
|
8263
8452
|
|
@@ -8296,6 +8485,7 @@ module Aws::MediaConvert
|
|
8296
8485
|
class HlsAdditionalManifest < Struct.new(
|
8297
8486
|
:manifest_name_modifier,
|
8298
8487
|
:selected_outputs)
|
8488
|
+
SENSITIVE = []
|
8299
8489
|
include Aws::Structure
|
8300
8490
|
end
|
8301
8491
|
|
@@ -8336,6 +8526,7 @@ module Aws::MediaConvert
|
|
8336
8526
|
:custom_language_code,
|
8337
8527
|
:language_code,
|
8338
8528
|
:language_description)
|
8529
|
+
SENSITIVE = []
|
8339
8530
|
include Aws::Structure
|
8340
8531
|
end
|
8341
8532
|
|
@@ -8417,6 +8608,7 @@ module Aws::MediaConvert
|
|
8417
8608
|
:speke_key_provider,
|
8418
8609
|
:static_key_provider,
|
8419
8610
|
:type)
|
8611
|
+
SENSITIVE = []
|
8420
8612
|
include Aws::Structure
|
8421
8613
|
end
|
8422
8614
|
|
@@ -8434,6 +8626,7 @@ module Aws::MediaConvert
|
|
8434
8626
|
# selected_outputs: ["__stringMin1"],
|
8435
8627
|
# },
|
8436
8628
|
# ],
|
8629
|
+
# audio_only_header: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
8437
8630
|
# base_url: "__string",
|
8438
8631
|
# caption_language_mappings: [
|
8439
8632
|
# {
|
@@ -8508,6 +8701,14 @@ module Aws::MediaConvert
|
|
8508
8701
|
# group, specify a list of them here.
|
8509
8702
|
# @return [Array<Types::HlsAdditionalManifest>]
|
8510
8703
|
#
|
8704
|
+
# @!attribute [rw] audio_only_header
|
8705
|
+
# Ignore this setting unless you are using FairPlay DRM with
|
8706
|
+
# Verimatrix and you encounter playback issues. Keep the default
|
8707
|
+
# value, Include (INCLUDE), to output audio-only headers. Choose
|
8708
|
+
# Exclude (EXCLUDE) to remove the audio-only headers from your audio
|
8709
|
+
# segments.
|
8710
|
+
# @return [String]
|
8711
|
+
#
|
8511
8712
|
# @!attribute [rw] base_url
|
8512
8713
|
# A partial URI prefix that will be prepended to each output in the
|
8513
8714
|
# media .m3u8 file. Can be used if base manifest is delivered from a
|
@@ -8651,6 +8852,7 @@ module Aws::MediaConvert
|
|
8651
8852
|
class HlsGroupSettings < Struct.new(
|
8652
8853
|
:ad_markers,
|
8653
8854
|
:additional_manifests,
|
8855
|
+
:audio_only_header,
|
8654
8856
|
:base_url,
|
8655
8857
|
:caption_language_mappings,
|
8656
8858
|
:caption_language_setting,
|
@@ -8674,6 +8876,7 @@ module Aws::MediaConvert
|
|
8674
8876
|
:timed_metadata_id_3_frame,
|
8675
8877
|
:timed_metadata_id_3_period,
|
8676
8878
|
:timestamp_delta_milliseconds)
|
8879
|
+
SENSITIVE = []
|
8677
8880
|
include Aws::Structure
|
8678
8881
|
end
|
8679
8882
|
|
@@ -8747,6 +8950,7 @@ module Aws::MediaConvert
|
|
8747
8950
|
:audio_track_type,
|
8748
8951
|
:i_frame_only_manifest,
|
8749
8952
|
:segment_modifier)
|
8953
|
+
SENSITIVE = []
|
8750
8954
|
include Aws::Structure
|
8751
8955
|
end
|
8752
8956
|
|
@@ -8790,6 +8994,7 @@ module Aws::MediaConvert
|
|
8790
8994
|
:priority,
|
8791
8995
|
:queue,
|
8792
8996
|
:wait_minutes)
|
8997
|
+
SENSITIVE = []
|
8793
8998
|
include Aws::Structure
|
8794
8999
|
end
|
8795
9000
|
|
@@ -8820,6 +9025,7 @@ module Aws::MediaConvert
|
|
8820
9025
|
class Id3Insertion < Struct.new(
|
8821
9026
|
:id_3,
|
8822
9027
|
:timecode)
|
9028
|
+
SENSITIVE = []
|
8823
9029
|
include Aws::Structure
|
8824
9030
|
end
|
8825
9031
|
|
@@ -8857,6 +9063,7 @@ module Aws::MediaConvert
|
|
8857
9063
|
#
|
8858
9064
|
class ImageInserter < Struct.new(
|
8859
9065
|
:insertable_images)
|
9066
|
+
SENSITIVE = []
|
8860
9067
|
include Aws::Structure
|
8861
9068
|
end
|
8862
9069
|
|
@@ -8881,6 +9088,7 @@ module Aws::MediaConvert
|
|
8881
9088
|
#
|
8882
9089
|
class ImscDestinationSettings < Struct.new(
|
8883
9090
|
:style_passthrough)
|
9091
|
+
SENSITIVE = []
|
8884
9092
|
include Aws::Structure
|
8885
9093
|
end
|
8886
9094
|
|
@@ -8899,7 +9107,7 @@ module Aws::MediaConvert
|
|
8899
9107
|
# "__string" => {
|
8900
9108
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
8901
9109
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
8902
|
-
# external_audio_file_input: "
|
9110
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
8903
9111
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
8904
9112
|
# offset: 1,
|
8905
9113
|
# pids: [1],
|
@@ -8971,7 +9179,7 @@ module Aws::MediaConvert
|
|
8971
9179
|
# kms_key_region: "__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912",
|
8972
9180
|
# },
|
8973
9181
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
8974
|
-
# file_input: "
|
9182
|
+
# file_input: "__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL",
|
8975
9183
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
8976
9184
|
# filter_strength: 1,
|
8977
9185
|
# image_inserter: {
|
@@ -9045,9 +9253,9 @@ module Aws::MediaConvert
|
|
9045
9253
|
# @return [Hash<String,Types::AudioSelector>]
|
9046
9254
|
#
|
9047
9255
|
# @!attribute [rw] caption_selectors
|
9048
|
-
# Use
|
9049
|
-
#
|
9050
|
-
#
|
9256
|
+
# Use captions selectors to specify the captions data from your input
|
9257
|
+
# that you use in your outputs. You can use up to 20 captions
|
9258
|
+
# selectors per input.
|
9051
9259
|
# @return [Hash<String,Types::CaptionSelector>]
|
9052
9260
|
#
|
9053
9261
|
# @!attribute [rw] crop
|
@@ -9207,6 +9415,7 @@ module Aws::MediaConvert
|
|
9207
9415
|
:timecode_source,
|
9208
9416
|
:timecode_start,
|
9209
9417
|
:video_selector)
|
9418
|
+
SENSITIVE = []
|
9210
9419
|
include Aws::Structure
|
9211
9420
|
end
|
9212
9421
|
|
@@ -9253,6 +9462,7 @@ module Aws::MediaConvert
|
|
9253
9462
|
class InputClipping < Struct.new(
|
9254
9463
|
:end_timecode,
|
9255
9464
|
:start_timecode)
|
9465
|
+
SENSITIVE = []
|
9256
9466
|
include Aws::Structure
|
9257
9467
|
end
|
9258
9468
|
|
@@ -9305,6 +9515,7 @@ module Aws::MediaConvert
|
|
9305
9515
|
:encrypted_decryption_key,
|
9306
9516
|
:initialization_vector,
|
9307
9517
|
:kms_key_region)
|
9518
|
+
SENSITIVE = []
|
9308
9519
|
include Aws::Structure
|
9309
9520
|
end
|
9310
9521
|
|
@@ -9323,7 +9534,7 @@ module Aws::MediaConvert
|
|
9323
9534
|
# "__string" => {
|
9324
9535
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
9325
9536
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
9326
|
-
# external_audio_file_input: "
|
9537
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
9327
9538
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
9328
9539
|
# offset: 1,
|
9329
9540
|
# pids: [1],
|
@@ -9461,9 +9672,9 @@ module Aws::MediaConvert
|
|
9461
9672
|
# @return [Hash<String,Types::AudioSelector>]
|
9462
9673
|
#
|
9463
9674
|
# @!attribute [rw] caption_selectors
|
9464
|
-
# Use
|
9465
|
-
#
|
9466
|
-
#
|
9675
|
+
# Use captions selectors to specify the captions data from your input
|
9676
|
+
# that you use in your outputs. You can use up to 20 captions
|
9677
|
+
# selectors per input.
|
9467
9678
|
# @return [Hash<String,Types::CaptionSelector>]
|
9468
9679
|
#
|
9469
9680
|
# @!attribute [rw] crop
|
@@ -9592,6 +9803,7 @@ module Aws::MediaConvert
|
|
9592
9803
|
:timecode_source,
|
9593
9804
|
:timecode_start,
|
9594
9805
|
:video_selector)
|
9806
|
+
SENSITIVE = []
|
9595
9807
|
include Aws::Structure
|
9596
9808
|
end
|
9597
9809
|
|
@@ -9699,6 +9911,7 @@ module Aws::MediaConvert
|
|
9699
9911
|
:opacity,
|
9700
9912
|
:start_time,
|
9701
9913
|
:width)
|
9914
|
+
SENSITIVE = []
|
9702
9915
|
include Aws::Structure
|
9703
9916
|
end
|
9704
9917
|
|
@@ -9709,6 +9922,7 @@ module Aws::MediaConvert
|
|
9709
9922
|
#
|
9710
9923
|
class InternalServerErrorException < Struct.new(
|
9711
9924
|
:message)
|
9925
|
+
SENSITIVE = []
|
9712
9926
|
include Aws::Structure
|
9713
9927
|
end
|
9714
9928
|
|
@@ -9889,6 +10103,7 @@ module Aws::MediaConvert
|
|
9889
10103
|
:status_update_interval,
|
9890
10104
|
:timing,
|
9891
10105
|
:user_metadata)
|
10106
|
+
SENSITIVE = []
|
9892
10107
|
include Aws::Structure
|
9893
10108
|
end
|
9894
10109
|
|
@@ -9910,6 +10125,7 @@ module Aws::MediaConvert
|
|
9910
10125
|
class JobMessages < Struct.new(
|
9911
10126
|
:info,
|
9912
10127
|
:warning)
|
10128
|
+
SENSITIVE = []
|
9913
10129
|
include Aws::Structure
|
9914
10130
|
end
|
9915
10131
|
|
@@ -9943,7 +10159,7 @@ module Aws::MediaConvert
|
|
9943
10159
|
# "__string" => {
|
9944
10160
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
9945
10161
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
9946
|
-
# external_audio_file_input: "
|
10162
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
9947
10163
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
9948
10164
|
# offset: 1,
|
9949
10165
|
# pids: [1],
|
@@ -10015,7 +10231,7 @@ module Aws::MediaConvert
|
|
10015
10231
|
# kms_key_region: "__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912",
|
10016
10232
|
# },
|
10017
10233
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
10018
|
-
# file_input: "
|
10234
|
+
# file_input: "__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL",
|
10019
10235
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
10020
10236
|
# filter_strength: 1,
|
10021
10237
|
# image_inserter: {
|
@@ -10212,6 +10428,7 @@ module Aws::MediaConvert
|
|
10212
10428
|
# selected_outputs: ["__stringMin1"],
|
10213
10429
|
# },
|
10214
10430
|
# ],
|
10431
|
+
# audio_only_header: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
10215
10432
|
# base_url: "__string",
|
10216
10433
|
# caption_language_mappings: [
|
10217
10434
|
# {
|
@@ -10308,6 +10525,9 @@ module Aws::MediaConvert
|
|
10308
10525
|
# {
|
10309
10526
|
# audio_descriptions: [
|
10310
10527
|
# {
|
10528
|
+
# audio_channel_tagging_settings: {
|
10529
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
10530
|
+
# },
|
10311
10531
|
# audio_normalization_settings: {
|
10312
10532
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
10313
10533
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -10898,6 +11118,14 @@ module Aws::MediaConvert
|
|
10898
11118
|
# strength: 1,
|
10899
11119
|
# },
|
10900
11120
|
# },
|
11121
|
+
# partner_watermarking: {
|
11122
|
+
# nexguard_file_marker_settings: {
|
11123
|
+
# license: "__stringMin1Max100000",
|
11124
|
+
# payload: 1,
|
11125
|
+
# preset: "__stringMin1Max256",
|
11126
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
11127
|
+
# },
|
11128
|
+
# },
|
10901
11129
|
# timecode_burnin: {
|
10902
11130
|
# font_size: 1,
|
10903
11131
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -11001,6 +11229,7 @@ module Aws::MediaConvert
|
|
11001
11229
|
:output_groups,
|
11002
11230
|
:timecode_config,
|
11003
11231
|
:timed_metadata_insertion)
|
11232
|
+
SENSITIVE = []
|
11004
11233
|
include Aws::Structure
|
11005
11234
|
end
|
11006
11235
|
|
@@ -11086,6 +11315,7 @@ module Aws::MediaConvert
|
|
11086
11315
|
:settings,
|
11087
11316
|
:status_update_interval,
|
11088
11317
|
:type)
|
11318
|
+
SENSITIVE = []
|
11089
11319
|
include Aws::Structure
|
11090
11320
|
end
|
11091
11321
|
|
@@ -11120,7 +11350,7 @@ module Aws::MediaConvert
|
|
11120
11350
|
# "__string" => {
|
11121
11351
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
11122
11352
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
11123
|
-
# external_audio_file_input: "
|
11353
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
11124
11354
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
11125
11355
|
# offset: 1,
|
11126
11356
|
# pids: [1],
|
@@ -11381,6 +11611,7 @@ module Aws::MediaConvert
|
|
11381
11611
|
# selected_outputs: ["__stringMin1"],
|
11382
11612
|
# },
|
11383
11613
|
# ],
|
11614
|
+
# audio_only_header: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
11384
11615
|
# base_url: "__string",
|
11385
11616
|
# caption_language_mappings: [
|
11386
11617
|
# {
|
@@ -11477,6 +11708,9 @@ module Aws::MediaConvert
|
|
11477
11708
|
# {
|
11478
11709
|
# audio_descriptions: [
|
11479
11710
|
# {
|
11711
|
+
# audio_channel_tagging_settings: {
|
11712
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
11713
|
+
# },
|
11480
11714
|
# audio_normalization_settings: {
|
11481
11715
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
11482
11716
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -12067,6 +12301,14 @@ module Aws::MediaConvert
|
|
12067
12301
|
# strength: 1,
|
12068
12302
|
# },
|
12069
12303
|
# },
|
12304
|
+
# partner_watermarking: {
|
12305
|
+
# nexguard_file_marker_settings: {
|
12306
|
+
# license: "__stringMin1Max100000",
|
12307
|
+
# payload: 1,
|
12308
|
+
# preset: "__stringMin1Max256",
|
12309
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
12310
|
+
# },
|
12311
|
+
# },
|
12070
12312
|
# timecode_burnin: {
|
12071
12313
|
# font_size: 1,
|
12072
12314
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -12170,6 +12412,7 @@ module Aws::MediaConvert
|
|
12170
12412
|
:output_groups,
|
12171
12413
|
:timecode_config,
|
12172
12414
|
:timed_metadata_insertion)
|
12415
|
+
SENSITIVE = []
|
12173
12416
|
include Aws::Structure
|
12174
12417
|
end
|
12175
12418
|
|
@@ -12225,6 +12468,7 @@ module Aws::MediaConvert
|
|
12225
12468
|
:max_results,
|
12226
12469
|
:next_token,
|
12227
12470
|
:order)
|
12471
|
+
SENSITIVE = []
|
12228
12472
|
include Aws::Structure
|
12229
12473
|
end
|
12230
12474
|
|
@@ -12245,6 +12489,7 @@ module Aws::MediaConvert
|
|
12245
12489
|
class ListJobTemplatesResponse < Struct.new(
|
12246
12490
|
:job_templates,
|
12247
12491
|
:next_token)
|
12492
|
+
SENSITIVE = []
|
12248
12493
|
include Aws::Structure
|
12249
12494
|
end
|
12250
12495
|
|
@@ -12298,6 +12543,7 @@ module Aws::MediaConvert
|
|
12298
12543
|
:order,
|
12299
12544
|
:queue,
|
12300
12545
|
:status)
|
12546
|
+
SENSITIVE = []
|
12301
12547
|
include Aws::Structure
|
12302
12548
|
end
|
12303
12549
|
|
@@ -12318,6 +12564,7 @@ module Aws::MediaConvert
|
|
12318
12564
|
class ListJobsResponse < Struct.new(
|
12319
12565
|
:jobs,
|
12320
12566
|
:next_token)
|
12567
|
+
SENSITIVE = []
|
12321
12568
|
include Aws::Structure
|
12322
12569
|
end
|
12323
12570
|
|
@@ -12372,6 +12619,7 @@ module Aws::MediaConvert
|
|
12372
12619
|
:max_results,
|
12373
12620
|
:next_token,
|
12374
12621
|
:order)
|
12622
|
+
SENSITIVE = []
|
12375
12623
|
include Aws::Structure
|
12376
12624
|
end
|
12377
12625
|
|
@@ -12392,6 +12640,7 @@ module Aws::MediaConvert
|
|
12392
12640
|
class ListPresetsResponse < Struct.new(
|
12393
12641
|
:next_token,
|
12394
12642
|
:presets)
|
12643
|
+
SENSITIVE = []
|
12395
12644
|
include Aws::Structure
|
12396
12645
|
end
|
12397
12646
|
|
@@ -12438,6 +12687,7 @@ module Aws::MediaConvert
|
|
12438
12687
|
:max_results,
|
12439
12688
|
:next_token,
|
12440
12689
|
:order)
|
12690
|
+
SENSITIVE = []
|
12441
12691
|
include Aws::Structure
|
12442
12692
|
end
|
12443
12693
|
|
@@ -12458,6 +12708,7 @@ module Aws::MediaConvert
|
|
12458
12708
|
class ListQueuesResponse < Struct.new(
|
12459
12709
|
:next_token,
|
12460
12710
|
:queues)
|
12711
|
+
SENSITIVE = []
|
12461
12712
|
include Aws::Structure
|
12462
12713
|
end
|
12463
12714
|
|
@@ -12481,6 +12732,7 @@ module Aws::MediaConvert
|
|
12481
12732
|
#
|
12482
12733
|
class ListTagsForResourceRequest < Struct.new(
|
12483
12734
|
:arn)
|
12735
|
+
SENSITIVE = []
|
12484
12736
|
include Aws::Structure
|
12485
12737
|
end
|
12486
12738
|
|
@@ -12496,6 +12748,7 @@ module Aws::MediaConvert
|
|
12496
12748
|
#
|
12497
12749
|
class ListTagsForResourceResponse < Struct.new(
|
12498
12750
|
:resource_tags)
|
12751
|
+
SENSITIVE = []
|
12499
12752
|
include Aws::Structure
|
12500
12753
|
end
|
12501
12754
|
|
@@ -12520,6 +12773,7 @@ module Aws::MediaConvert
|
|
12520
12773
|
#
|
12521
12774
|
class M2tsScte35Esam < Struct.new(
|
12522
12775
|
:scte_35_esam_pid)
|
12776
|
+
SENSITIVE = []
|
12523
12777
|
include Aws::Structure
|
12524
12778
|
end
|
12525
12779
|
|
@@ -12861,6 +13115,7 @@ module Aws::MediaConvert
|
|
12861
13115
|
:timed_metadata_pid,
|
12862
13116
|
:transport_stream_id,
|
12863
13117
|
:video_pid)
|
13118
|
+
SENSITIVE = []
|
12864
13119
|
include Aws::Structure
|
12865
13120
|
end
|
12866
13121
|
|
@@ -12997,6 +13252,7 @@ module Aws::MediaConvert
|
|
12997
13252
|
:timed_metadata_pid,
|
12998
13253
|
:transport_stream_id,
|
12999
13254
|
:video_pid)
|
13255
|
+
SENSITIVE = []
|
13000
13256
|
include Aws::Structure
|
13001
13257
|
end
|
13002
13258
|
|
@@ -13092,6 +13348,7 @@ module Aws::MediaConvert
|
|
13092
13348
|
:offset,
|
13093
13349
|
:playback,
|
13094
13350
|
:start_time)
|
13351
|
+
SENSITIVE = []
|
13095
13352
|
include Aws::Structure
|
13096
13353
|
end
|
13097
13354
|
|
@@ -13123,6 +13380,7 @@ module Aws::MediaConvert
|
|
13123
13380
|
class MotionImageInsertionFramerate < Struct.new(
|
13124
13381
|
:framerate_denominator,
|
13125
13382
|
:framerate_numerator)
|
13383
|
+
SENSITIVE = []
|
13126
13384
|
include Aws::Structure
|
13127
13385
|
end
|
13128
13386
|
|
@@ -13152,6 +13410,7 @@ module Aws::MediaConvert
|
|
13152
13410
|
class MotionImageInsertionOffset < Struct.new(
|
13153
13411
|
:image_x,
|
13154
13412
|
:image_y)
|
13413
|
+
SENSITIVE = []
|
13155
13414
|
include Aws::Structure
|
13156
13415
|
end
|
13157
13416
|
|
@@ -13204,6 +13463,7 @@ module Aws::MediaConvert
|
|
13204
13463
|
:mpeg_2_four_cc_control,
|
13205
13464
|
:padding_control,
|
13206
13465
|
:reference)
|
13466
|
+
SENSITIVE = []
|
13207
13467
|
include Aws::Structure
|
13208
13468
|
end
|
13209
13469
|
|
@@ -13240,6 +13500,7 @@ module Aws::MediaConvert
|
|
13240
13500
|
:bitrate,
|
13241
13501
|
:channels,
|
13242
13502
|
:sample_rate)
|
13503
|
+
SENSITIVE = []
|
13243
13504
|
include Aws::Structure
|
13244
13505
|
end
|
13245
13506
|
|
@@ -13290,6 +13551,7 @@ module Aws::MediaConvert
|
|
13290
13551
|
:rate_control_mode,
|
13291
13552
|
:sample_rate,
|
13292
13553
|
:vbr_quality)
|
13554
|
+
SENSITIVE = []
|
13293
13555
|
include Aws::Structure
|
13294
13556
|
end
|
13295
13557
|
|
@@ -13348,6 +13610,7 @@ module Aws::MediaConvert
|
|
13348
13610
|
:free_space_box,
|
13349
13611
|
:moov_placement,
|
13350
13612
|
:mp_4_major_brand)
|
13613
|
+
SENSITIVE = []
|
13351
13614
|
include Aws::Structure
|
13352
13615
|
end
|
13353
13616
|
|
@@ -13393,6 +13656,7 @@ module Aws::MediaConvert
|
|
13393
13656
|
:caption_container_type,
|
13394
13657
|
:scte_35_esam,
|
13395
13658
|
:scte_35_source)
|
13659
|
+
SENSITIVE = []
|
13396
13660
|
include Aws::Structure
|
13397
13661
|
end
|
13398
13662
|
|
@@ -13572,18 +13836,29 @@ module Aws::MediaConvert
|
|
13572
13836
|
# Optional. Specify how the service determines the pixel aspect ratio
|
13573
13837
|
# (PAR) for this output. The default behavior, Follow source
|
13574
13838
|
# (INITIALIZE\_FROM\_SOURCE), uses the PAR from your input video for
|
13575
|
-
# your output. To
|
13576
|
-
#
|
13577
|
-
#
|
13578
|
-
#
|
13839
|
+
# your output. To specify a different PAR in the console, choose any
|
13840
|
+
# value other than Follow source. To specify a different PAR by
|
13841
|
+
# editing the JSON job specification, choose SPECIFIED. When you
|
13842
|
+
# choose SPECIFIED for this setting, you must also specify values for
|
13843
|
+
# the parNumerator and parDenominator settings.
|
13579
13844
|
# @return [String]
|
13580
13845
|
#
|
13581
13846
|
# @!attribute [rw] par_denominator
|
13582
|
-
# Pixel
|
13847
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
13848
|
+
# On the console, this corresponds to any value other than Follow
|
13849
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
13850
|
+
# different from your input video PAR, provide your output PAR as a
|
13851
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
13852
|
+
# ratio 40:33. In this example, the value for parDenominator is 33.
|
13583
13853
|
# @return [Integer]
|
13584
13854
|
#
|
13585
13855
|
# @!attribute [rw] par_numerator
|
13586
|
-
# Pixel
|
13856
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
13857
|
+
# On the console, this corresponds to any value other than Follow
|
13858
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
13859
|
+
# different from your input video PAR, provide your output PAR as a
|
13860
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
13861
|
+
# ratio 40:33. In this example, the value for parNumerator is 40.
|
13587
13862
|
# @return [Integer]
|
13588
13863
|
#
|
13589
13864
|
# @!attribute [rw] quality_tuning_level
|
@@ -13668,6 +13943,7 @@ module Aws::MediaConvert
|
|
13668
13943
|
:syntax,
|
13669
13944
|
:telecine,
|
13670
13945
|
:temporal_adaptive_quantization)
|
13946
|
+
SENSITIVE = []
|
13671
13947
|
include Aws::Structure
|
13672
13948
|
end
|
13673
13949
|
|
@@ -13704,6 +13980,7 @@ module Aws::MediaConvert
|
|
13704
13980
|
class MsSmoothAdditionalManifest < Struct.new(
|
13705
13981
|
:manifest_name_modifier,
|
13706
13982
|
:selected_outputs)
|
13983
|
+
SENSITIVE = []
|
13707
13984
|
include Aws::Structure
|
13708
13985
|
end
|
13709
13986
|
|
@@ -13733,6 +14010,7 @@ module Aws::MediaConvert
|
|
13733
14010
|
#
|
13734
14011
|
class MsSmoothEncryptionSettings < Struct.new(
|
13735
14012
|
:speke_key_provider)
|
14013
|
+
SENSITIVE = []
|
13736
14014
|
include Aws::Structure
|
13737
14015
|
end
|
13738
14016
|
|
@@ -13828,6 +14106,7 @@ module Aws::MediaConvert
|
|
13828
14106
|
:encryption,
|
13829
14107
|
:fragment_length,
|
13830
14108
|
:manifest_encoding)
|
14109
|
+
SENSITIVE = []
|
13831
14110
|
include Aws::Structure
|
13832
14111
|
end
|
13833
14112
|
|
@@ -13857,6 +14136,67 @@ module Aws::MediaConvert
|
|
13857
14136
|
#
|
13858
14137
|
class MxfSettings < Struct.new(
|
13859
14138
|
:afd_signaling)
|
14139
|
+
SENSITIVE = []
|
14140
|
+
include Aws::Structure
|
14141
|
+
end
|
14142
|
+
|
14143
|
+
# For forensic video watermarking, MediaConvert supports Nagra NexGuard
|
14144
|
+
# File Marker watermarking. MediaConvert supports both PreRelease
|
14145
|
+
# Content (NGPR/G2) and OTT Streaming workflows.
|
14146
|
+
#
|
14147
|
+
# @note When making an API call, you may pass NexGuardFileMarkerSettings
|
14148
|
+
# data as a hash:
|
14149
|
+
#
|
14150
|
+
# {
|
14151
|
+
# license: "__stringMin1Max100000",
|
14152
|
+
# payload: 1,
|
14153
|
+
# preset: "__stringMin1Max256",
|
14154
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
14155
|
+
# }
|
14156
|
+
#
|
14157
|
+
# @!attribute [rw] license
|
14158
|
+
# Use the base64 license string that Nagra provides you. Enter it
|
14159
|
+
# directly in your JSON job specification or in the console. Required
|
14160
|
+
# when you include Nagra NexGuard File Marker watermarking
|
14161
|
+
# (NexGuardWatermarkingSettings) in your job.
|
14162
|
+
# @return [String]
|
14163
|
+
#
|
14164
|
+
# @!attribute [rw] payload
|
14165
|
+
# Specify the payload ID that you want associated with this output.
|
14166
|
+
# Valid values vary depending on your Nagra NexGuard forensic
|
14167
|
+
# watermarking workflow. Required when you include Nagra NexGuard File
|
14168
|
+
# Marker watermarking (NexGuardWatermarkingSettings) in your job. For
|
14169
|
+
# PreRelease Content (NGPR/G2), specify an integer from 1 through
|
14170
|
+
# 4,194,303. You must generate a unique ID for each asset you
|
14171
|
+
# watermark, and keep a record of which ID you have assigned to each
|
14172
|
+
# asset. Neither Nagra nor MediaConvert keep track of the relationship
|
14173
|
+
# between output files and your IDs. For OTT Streaming, create two
|
14174
|
+
# adaptive bitrate (ABR) stacks for each asset. Do this by setting up
|
14175
|
+
# two output groups. For one output group, set the value of Payload ID
|
14176
|
+
# (payload) to 0 in every output. For the other output group, set
|
14177
|
+
# Payload ID (payload) to 1 in every output.
|
14178
|
+
# @return [Integer]
|
14179
|
+
#
|
14180
|
+
# @!attribute [rw] preset
|
14181
|
+
# Enter one of the watermarking preset strings that Nagra provides
|
14182
|
+
# you. Required when you include Nagra NexGuard File Marker
|
14183
|
+
# watermarking (NexGuardWatermarkingSettings) in your job.
|
14184
|
+
# @return [String]
|
14185
|
+
#
|
14186
|
+
# @!attribute [rw] strength
|
14187
|
+
# Optional. Ignore this setting unless Nagra support directs you to
|
14188
|
+
# specify a value. When you don't specify a value here, the Nagra
|
14189
|
+
# NexGuard library uses its default value.
|
14190
|
+
# @return [String]
|
14191
|
+
#
|
14192
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/NexGuardFileMarkerSettings AWS API Documentation
|
14193
|
+
#
|
14194
|
+
class NexGuardFileMarkerSettings < Struct.new(
|
14195
|
+
:license,
|
14196
|
+
:payload,
|
14197
|
+
:preset,
|
14198
|
+
:strength)
|
14199
|
+
SENSITIVE = []
|
13860
14200
|
include Aws::Structure
|
13861
14201
|
end
|
13862
14202
|
|
@@ -13892,6 +14232,7 @@ module Aws::MediaConvert
|
|
13892
14232
|
class NielsenConfiguration < Struct.new(
|
13893
14233
|
:breakout_code,
|
13894
14234
|
:distributor_id)
|
14235
|
+
SENSITIVE = []
|
13895
14236
|
include Aws::Structure
|
13896
14237
|
end
|
13897
14238
|
|
@@ -13952,6 +14293,7 @@ module Aws::MediaConvert
|
|
13952
14293
|
:filter_settings,
|
13953
14294
|
:spatial_filter_settings,
|
13954
14295
|
:temporal_filter_settings)
|
14296
|
+
SENSITIVE = []
|
13955
14297
|
include Aws::Structure
|
13956
14298
|
end
|
13957
14299
|
|
@@ -13973,6 +14315,7 @@ module Aws::MediaConvert
|
|
13973
14315
|
#
|
13974
14316
|
class NoiseReducerFilterSettings < Struct.new(
|
13975
14317
|
:strength)
|
14318
|
+
SENSITIVE = []
|
13976
14319
|
include Aws::Structure
|
13977
14320
|
end
|
13978
14321
|
|
@@ -14008,6 +14351,7 @@ module Aws::MediaConvert
|
|
14008
14351
|
:post_filter_sharpen_strength,
|
14009
14352
|
:speed,
|
14010
14353
|
:strength)
|
14354
|
+
SENSITIVE = []
|
14011
14355
|
include Aws::Structure
|
14012
14356
|
end
|
14013
14357
|
|
@@ -14032,10 +14376,12 @@ module Aws::MediaConvert
|
|
14032
14376
|
#
|
14033
14377
|
# @!attribute [rw] post_temporal_sharpening
|
14034
14378
|
# Optional. When you set Noise reducer (noiseReducer) to Temporal
|
14035
|
-
# (TEMPORAL), you can
|
14036
|
-
#
|
14037
|
-
#
|
14038
|
-
#
|
14379
|
+
# (TEMPORAL), you can use this setting to apply sharpening. The
|
14380
|
+
# default behavior, Auto (AUTO), allows the transcoder to determine
|
14381
|
+
# whether to apply filtering, depending on input type and quality.
|
14382
|
+
# When you set Noise reducer to Temporal, your output bandwidth is
|
14383
|
+
# reduced. When Post temporal sharpening is also enabled, that
|
14384
|
+
# bandwidth reduction is smaller.
|
14039
14385
|
# @return [String]
|
14040
14386
|
#
|
14041
14387
|
# @!attribute [rw] speed
|
@@ -14060,6 +14406,7 @@ module Aws::MediaConvert
|
|
14060
14406
|
:post_temporal_sharpening,
|
14061
14407
|
:speed,
|
14062
14408
|
:strength)
|
14409
|
+
SENSITIVE = []
|
14063
14410
|
include Aws::Structure
|
14064
14411
|
end
|
14065
14412
|
|
@@ -14070,6 +14417,7 @@ module Aws::MediaConvert
|
|
14070
14417
|
#
|
14071
14418
|
class NotFoundException < Struct.new(
|
14072
14419
|
:message)
|
14420
|
+
SENSITIVE = []
|
14073
14421
|
include Aws::Structure
|
14074
14422
|
end
|
14075
14423
|
|
@@ -14108,6 +14456,7 @@ module Aws::MediaConvert
|
|
14108
14456
|
:bitrate,
|
14109
14457
|
:channels,
|
14110
14458
|
:sample_rate)
|
14459
|
+
SENSITIVE = []
|
14111
14460
|
include Aws::Structure
|
14112
14461
|
end
|
14113
14462
|
|
@@ -14120,6 +14469,9 @@ module Aws::MediaConvert
|
|
14120
14469
|
# {
|
14121
14470
|
# audio_descriptions: [
|
14122
14471
|
# {
|
14472
|
+
# audio_channel_tagging_settings: {
|
14473
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
14474
|
+
# },
|
14123
14475
|
# audio_normalization_settings: {
|
14124
14476
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
14125
14477
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -14710,6 +15062,14 @@ module Aws::MediaConvert
|
|
14710
15062
|
# strength: 1,
|
14711
15063
|
# },
|
14712
15064
|
# },
|
15065
|
+
# partner_watermarking: {
|
15066
|
+
# nexguard_file_marker_settings: {
|
15067
|
+
# license: "__stringMin1Max100000",
|
15068
|
+
# payload: 1,
|
15069
|
+
# preset: "__stringMin1Max256",
|
15070
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
15071
|
+
# },
|
15072
|
+
# },
|
14713
15073
|
# timecode_burnin: {
|
14714
15074
|
# font_size: 1,
|
14715
15075
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -14787,6 +15147,7 @@ module Aws::MediaConvert
|
|
14787
15147
|
:output_settings,
|
14788
15148
|
:preset,
|
14789
15149
|
:video_description)
|
15150
|
+
SENSITIVE = []
|
14790
15151
|
include Aws::Structure
|
14791
15152
|
end
|
14792
15153
|
|
@@ -14807,6 +15168,7 @@ module Aws::MediaConvert
|
|
14807
15168
|
#
|
14808
15169
|
class OutputChannelMapping < Struct.new(
|
14809
15170
|
:input_channels)
|
15171
|
+
SENSITIVE = []
|
14810
15172
|
include Aws::Structure
|
14811
15173
|
end
|
14812
15174
|
|
@@ -14825,6 +15187,7 @@ module Aws::MediaConvert
|
|
14825
15187
|
class OutputDetail < Struct.new(
|
14826
15188
|
:duration_in_ms,
|
14827
15189
|
:video_details)
|
15190
|
+
SENSITIVE = []
|
14828
15191
|
include Aws::Structure
|
14829
15192
|
end
|
14830
15193
|
|
@@ -14950,6 +15313,7 @@ module Aws::MediaConvert
|
|
14950
15313
|
# selected_outputs: ["__stringMin1"],
|
14951
15314
|
# },
|
14952
15315
|
# ],
|
15316
|
+
# audio_only_header: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
14953
15317
|
# base_url: "__string",
|
14954
15318
|
# caption_language_mappings: [
|
14955
15319
|
# {
|
@@ -15046,6 +15410,9 @@ module Aws::MediaConvert
|
|
15046
15410
|
# {
|
15047
15411
|
# audio_descriptions: [
|
15048
15412
|
# {
|
15413
|
+
# audio_channel_tagging_settings: {
|
15414
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
15415
|
+
# },
|
15049
15416
|
# audio_normalization_settings: {
|
15050
15417
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
15051
15418
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -15636,6 +16003,14 @@ module Aws::MediaConvert
|
|
15636
16003
|
# strength: 1,
|
15637
16004
|
# },
|
15638
16005
|
# },
|
16006
|
+
# partner_watermarking: {
|
16007
|
+
# nexguard_file_marker_settings: {
|
16008
|
+
# license: "__stringMin1Max100000",
|
16009
|
+
# payload: 1,
|
16010
|
+
# preset: "__stringMin1Max256",
|
16011
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
16012
|
+
# },
|
16013
|
+
# },
|
15639
16014
|
# timecode_burnin: {
|
15640
16015
|
# font_size: 1,
|
15641
16016
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -15676,6 +16051,7 @@ module Aws::MediaConvert
|
|
15676
16051
|
:name,
|
15677
16052
|
:output_group_settings,
|
15678
16053
|
:outputs)
|
16054
|
+
SENSITIVE = []
|
15679
16055
|
include Aws::Structure
|
15680
16056
|
end
|
15681
16057
|
|
@@ -15690,6 +16066,7 @@ module Aws::MediaConvert
|
|
15690
16066
|
#
|
15691
16067
|
class OutputGroupDetail < Struct.new(
|
15692
16068
|
:output_details)
|
16069
|
+
SENSITIVE = []
|
15693
16070
|
include Aws::Structure
|
15694
16071
|
end
|
15695
16072
|
|
@@ -15812,6 +16189,7 @@ module Aws::MediaConvert
|
|
15812
16189
|
# selected_outputs: ["__stringMin1"],
|
15813
16190
|
# },
|
15814
16191
|
# ],
|
16192
|
+
# audio_only_header: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
15815
16193
|
# base_url: "__string",
|
15816
16194
|
# caption_language_mappings: [
|
15817
16195
|
# {
|
@@ -15946,6 +16324,7 @@ module Aws::MediaConvert
|
|
15946
16324
|
:hls_group_settings,
|
15947
16325
|
:ms_smooth_group_settings,
|
15948
16326
|
:type)
|
16327
|
+
SENSITIVE = []
|
15949
16328
|
include Aws::Structure
|
15950
16329
|
end
|
15951
16330
|
|
@@ -15973,6 +16352,37 @@ module Aws::MediaConvert
|
|
15973
16352
|
#
|
15974
16353
|
class OutputSettings < Struct.new(
|
15975
16354
|
:hls_settings)
|
16355
|
+
SENSITIVE = []
|
16356
|
+
include Aws::Structure
|
16357
|
+
end
|
16358
|
+
|
16359
|
+
# If you work with a third party video watermarking partner, use the
|
16360
|
+
# group of settings that correspond with your watermarking partner to
|
16361
|
+
# include watermarks in your output.
|
16362
|
+
#
|
16363
|
+
# @note When making an API call, you may pass PartnerWatermarking
|
16364
|
+
# data as a hash:
|
16365
|
+
#
|
16366
|
+
# {
|
16367
|
+
# nexguard_file_marker_settings: {
|
16368
|
+
# license: "__stringMin1Max100000",
|
16369
|
+
# payload: 1,
|
16370
|
+
# preset: "__stringMin1Max256",
|
16371
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
16372
|
+
# },
|
16373
|
+
# }
|
16374
|
+
#
|
16375
|
+
# @!attribute [rw] nexguard_file_marker_settings
|
16376
|
+
# For forensic video watermarking, MediaConvert supports Nagra
|
16377
|
+
# NexGuard File Marker watermarking. MediaConvert supports both
|
16378
|
+
# PreRelease Content (NGPR/G2) and OTT Streaming workflows.
|
16379
|
+
# @return [Types::NexGuardFileMarkerSettings]
|
16380
|
+
#
|
16381
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/PartnerWatermarking AWS API Documentation
|
16382
|
+
#
|
16383
|
+
class PartnerWatermarking < Struct.new(
|
16384
|
+
:nexguard_file_marker_settings)
|
16385
|
+
SENSITIVE = []
|
15976
16386
|
include Aws::Structure
|
15977
16387
|
end
|
15978
16388
|
|
@@ -16025,6 +16435,7 @@ module Aws::MediaConvert
|
|
16025
16435
|
:name,
|
16026
16436
|
:settings,
|
16027
16437
|
:type)
|
16438
|
+
SENSITIVE = []
|
16028
16439
|
include Aws::Structure
|
16029
16440
|
end
|
16030
16441
|
|
@@ -16036,6 +16447,9 @@ module Aws::MediaConvert
|
|
16036
16447
|
# {
|
16037
16448
|
# audio_descriptions: [
|
16038
16449
|
# {
|
16450
|
+
# audio_channel_tagging_settings: {
|
16451
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
16452
|
+
# },
|
16039
16453
|
# audio_normalization_settings: {
|
16040
16454
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
16041
16455
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -16612,6 +17026,14 @@ module Aws::MediaConvert
|
|
16612
17026
|
# strength: 1,
|
16613
17027
|
# },
|
16614
17028
|
# },
|
17029
|
+
# partner_watermarking: {
|
17030
|
+
# nexguard_file_marker_settings: {
|
17031
|
+
# license: "__stringMin1Max100000",
|
17032
|
+
# payload: 1,
|
17033
|
+
# preset: "__stringMin1Max256",
|
17034
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
17035
|
+
# },
|
17036
|
+
# },
|
16615
17037
|
# timecode_burnin: {
|
16616
17038
|
# font_size: 1,
|
16617
17039
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -16652,6 +17074,7 @@ module Aws::MediaConvert
|
|
16652
17074
|
:caption_descriptions,
|
16653
17075
|
:container_settings,
|
16654
17076
|
:video_description)
|
17077
|
+
SENSITIVE = []
|
16655
17078
|
include Aws::Structure
|
16656
17079
|
end
|
16657
17080
|
|
@@ -16733,18 +17156,29 @@ module Aws::MediaConvert
|
|
16733
17156
|
# Optional. Specify how the service determines the pixel aspect ratio
|
16734
17157
|
# (PAR) for this output. The default behavior, Follow source
|
16735
17158
|
# (INITIALIZE\_FROM\_SOURCE), uses the PAR from your input video for
|
16736
|
-
# your output. To
|
16737
|
-
#
|
16738
|
-
#
|
16739
|
-
#
|
17159
|
+
# your output. To specify a different PAR in the console, choose any
|
17160
|
+
# value other than Follow source. To specify a different PAR by
|
17161
|
+
# editing the JSON job specification, choose SPECIFIED. When you
|
17162
|
+
# choose SPECIFIED for this setting, you must also specify values for
|
17163
|
+
# the parNumerator and parDenominator settings.
|
16740
17164
|
# @return [String]
|
16741
17165
|
#
|
16742
17166
|
# @!attribute [rw] par_denominator
|
16743
|
-
# Pixel
|
17167
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
17168
|
+
# On the console, this corresponds to any value other than Follow
|
17169
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
17170
|
+
# different from your input video PAR, provide your output PAR as a
|
17171
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
17172
|
+
# ratio 40:33. In this example, the value for parDenominator is 33.
|
16744
17173
|
# @return [Integer]
|
16745
17174
|
#
|
16746
17175
|
# @!attribute [rw] par_numerator
|
16747
|
-
# Pixel
|
17176
|
+
# Required when you set Pixel aspect ratio (parControl) to SPECIFIED.
|
17177
|
+
# On the console, this corresponds to any value other than Follow
|
17178
|
+
# source. When you specify an output pixel aspect ratio (PAR) that is
|
17179
|
+
# different from your input video PAR, provide your output PAR as a
|
17180
|
+
# ratio. For example, for D1/DV NTSC widescreen, you would specify the
|
17181
|
+
# ratio 40:33. In this example, the value for parNumerator is 40.
|
16748
17182
|
# @return [Integer]
|
16749
17183
|
#
|
16750
17184
|
# @!attribute [rw] slow_pal
|
@@ -16773,6 +17207,7 @@ module Aws::MediaConvert
|
|
16773
17207
|
:par_numerator,
|
16774
17208
|
:slow_pal,
|
16775
17209
|
:telecine)
|
17210
|
+
SENSITIVE = []
|
16776
17211
|
include Aws::Structure
|
16777
17212
|
end
|
16778
17213
|
|
@@ -16852,6 +17287,7 @@ module Aws::MediaConvert
|
|
16852
17287
|
:status,
|
16853
17288
|
:submitted_jobs_count,
|
16854
17289
|
:type)
|
17290
|
+
SENSITIVE = []
|
16855
17291
|
include Aws::Structure
|
16856
17292
|
end
|
16857
17293
|
|
@@ -16877,6 +17313,7 @@ module Aws::MediaConvert
|
|
16877
17313
|
:destination_queue,
|
16878
17314
|
:source_queue,
|
16879
17315
|
:timestamp)
|
17316
|
+
SENSITIVE = []
|
16880
17317
|
include Aws::Structure
|
16881
17318
|
end
|
16882
17319
|
|
@@ -16917,6 +17354,7 @@ module Aws::MediaConvert
|
|
16917
17354
|
:width,
|
16918
17355
|
:x,
|
16919
17356
|
:y)
|
17357
|
+
SENSITIVE = []
|
16920
17358
|
include Aws::Structure
|
16921
17359
|
end
|
16922
17360
|
|
@@ -16966,6 +17404,7 @@ module Aws::MediaConvert
|
|
16966
17404
|
:channel_mapping,
|
16967
17405
|
:channels_in,
|
16968
17406
|
:channels_out)
|
17407
|
+
SENSITIVE = []
|
16969
17408
|
include Aws::Structure
|
16970
17409
|
end
|
16971
17410
|
|
@@ -17017,6 +17456,7 @@ module Aws::MediaConvert
|
|
17017
17456
|
:renewal_type,
|
17018
17457
|
:reserved_slots,
|
17019
17458
|
:status)
|
17459
|
+
SENSITIVE = []
|
17020
17460
|
include Aws::Structure
|
17021
17461
|
end
|
17022
17462
|
|
@@ -17063,6 +17503,7 @@ module Aws::MediaConvert
|
|
17063
17503
|
:commitment,
|
17064
17504
|
:renewal_type,
|
17065
17505
|
:reserved_slots)
|
17506
|
+
SENSITIVE = []
|
17066
17507
|
include Aws::Structure
|
17067
17508
|
end
|
17068
17509
|
|
@@ -17082,6 +17523,7 @@ module Aws::MediaConvert
|
|
17082
17523
|
class ResourceTags < Struct.new(
|
17083
17524
|
:arn,
|
17084
17525
|
:tags)
|
17526
|
+
SENSITIVE = []
|
17085
17527
|
include Aws::Structure
|
17086
17528
|
end
|
17087
17529
|
|
@@ -17106,6 +17548,7 @@ module Aws::MediaConvert
|
|
17106
17548
|
#
|
17107
17549
|
class S3DestinationAccessControl < Struct.new(
|
17108
17550
|
:canned_acl)
|
17551
|
+
SENSITIVE = []
|
17109
17552
|
include Aws::Structure
|
17110
17553
|
end
|
17111
17554
|
|
@@ -17141,6 +17584,7 @@ module Aws::MediaConvert
|
|
17141
17584
|
class S3DestinationSettings < Struct.new(
|
17142
17585
|
:access_control,
|
17143
17586
|
:encryption)
|
17587
|
+
SENSITIVE = []
|
17144
17588
|
include Aws::Structure
|
17145
17589
|
end
|
17146
17590
|
|
@@ -17187,6 +17631,7 @@ module Aws::MediaConvert
|
|
17187
17631
|
class S3EncryptionSettings < Struct.new(
|
17188
17632
|
:encryption_type,
|
17189
17633
|
:kms_key_arn)
|
17634
|
+
SENSITIVE = []
|
17190
17635
|
include Aws::Structure
|
17191
17636
|
end
|
17192
17637
|
|
@@ -17213,6 +17658,7 @@ module Aws::MediaConvert
|
|
17213
17658
|
#
|
17214
17659
|
class SccDestinationSettings < Struct.new(
|
17215
17660
|
:framerate)
|
17661
|
+
SENSITIVE = []
|
17216
17662
|
include Aws::Structure
|
17217
17663
|
end
|
17218
17664
|
|
@@ -17263,6 +17709,7 @@ module Aws::MediaConvert
|
|
17263
17709
|
:resource_id,
|
17264
17710
|
:system_ids,
|
17265
17711
|
:url)
|
17712
|
+
SENSITIVE = []
|
17266
17713
|
include Aws::Structure
|
17267
17714
|
end
|
17268
17715
|
|
@@ -17323,6 +17770,7 @@ module Aws::MediaConvert
|
|
17323
17770
|
:hls_signaled_system_ids,
|
17324
17771
|
:resource_id,
|
17325
17772
|
:url)
|
17773
|
+
SENSITIVE = []
|
17326
17774
|
include Aws::Structure
|
17327
17775
|
end
|
17328
17776
|
|
@@ -17366,6 +17814,7 @@ module Aws::MediaConvert
|
|
17366
17814
|
:key_format_versions,
|
17367
17815
|
:static_key_value,
|
17368
17816
|
:url)
|
17817
|
+
SENSITIVE = []
|
17369
17818
|
include Aws::Structure
|
17370
17819
|
end
|
17371
17820
|
|
@@ -17398,6 +17847,7 @@ module Aws::MediaConvert
|
|
17398
17847
|
class TagResourceRequest < Struct.new(
|
17399
17848
|
:arn,
|
17400
17849
|
:tags)
|
17850
|
+
SENSITIVE = []
|
17401
17851
|
include Aws::Structure
|
17402
17852
|
end
|
17403
17853
|
|
@@ -17439,6 +17889,7 @@ module Aws::MediaConvert
|
|
17439
17889
|
class TeletextDestinationSettings < Struct.new(
|
17440
17890
|
:page_number,
|
17441
17891
|
:page_types)
|
17892
|
+
SENSITIVE = []
|
17442
17893
|
include Aws::Structure
|
17443
17894
|
end
|
17444
17895
|
|
@@ -17462,6 +17913,7 @@ module Aws::MediaConvert
|
|
17462
17913
|
#
|
17463
17914
|
class TeletextSourceSettings < Struct.new(
|
17464
17915
|
:page_number)
|
17916
|
+
SENSITIVE = []
|
17465
17917
|
include Aws::Structure
|
17466
17918
|
end
|
17467
17919
|
|
@@ -17503,6 +17955,7 @@ module Aws::MediaConvert
|
|
17503
17955
|
:font_size,
|
17504
17956
|
:position,
|
17505
17957
|
:prefix)
|
17958
|
+
SENSITIVE = []
|
17506
17959
|
include Aws::Structure
|
17507
17960
|
end
|
17508
17961
|
|
@@ -17575,6 +18028,7 @@ module Aws::MediaConvert
|
|
17575
18028
|
:source,
|
17576
18029
|
:start,
|
17577
18030
|
:timestamp_offset)
|
18031
|
+
SENSITIVE = []
|
17578
18032
|
include Aws::Structure
|
17579
18033
|
end
|
17580
18034
|
|
@@ -17603,6 +18057,7 @@ module Aws::MediaConvert
|
|
17603
18057
|
#
|
17604
18058
|
class TimedMetadataInsertion < Struct.new(
|
17605
18059
|
:id_3_insertions)
|
18060
|
+
SENSITIVE = []
|
17606
18061
|
include Aws::Structure
|
17607
18062
|
end
|
17608
18063
|
|
@@ -17627,6 +18082,7 @@ module Aws::MediaConvert
|
|
17627
18082
|
:finish_time,
|
17628
18083
|
:start_time,
|
17629
18084
|
:submit_time)
|
18085
|
+
SENSITIVE = []
|
17630
18086
|
include Aws::Structure
|
17631
18087
|
end
|
17632
18088
|
|
@@ -17637,6 +18093,7 @@ module Aws::MediaConvert
|
|
17637
18093
|
#
|
17638
18094
|
class TooManyRequestsException < Struct.new(
|
17639
18095
|
:message)
|
18096
|
+
SENSITIVE = []
|
17640
18097
|
include Aws::Structure
|
17641
18098
|
end
|
17642
18099
|
|
@@ -17666,6 +18123,7 @@ module Aws::MediaConvert
|
|
17666
18123
|
#
|
17667
18124
|
class TrackSourceSettings < Struct.new(
|
17668
18125
|
:track_number)
|
18126
|
+
SENSITIVE = []
|
17669
18127
|
include Aws::Structure
|
17670
18128
|
end
|
17671
18129
|
|
@@ -17688,6 +18146,7 @@ module Aws::MediaConvert
|
|
17688
18146
|
#
|
17689
18147
|
class TtmlDestinationSettings < Struct.new(
|
17690
18148
|
:style_passthrough)
|
18149
|
+
SENSITIVE = []
|
17691
18150
|
include Aws::Structure
|
17692
18151
|
end
|
17693
18152
|
|
@@ -17718,6 +18177,7 @@ module Aws::MediaConvert
|
|
17718
18177
|
class UntagResourceRequest < Struct.new(
|
17719
18178
|
:arn,
|
17720
18179
|
:tag_keys)
|
18180
|
+
SENSITIVE = []
|
17721
18181
|
include Aws::Structure
|
17722
18182
|
end
|
17723
18183
|
|
@@ -17776,7 +18236,7 @@ module Aws::MediaConvert
|
|
17776
18236
|
# "__string" => {
|
17777
18237
|
# custom_language_code: "__stringMin3Max3PatternAZaZ3",
|
17778
18238
|
# default_selection: "DEFAULT", # accepts DEFAULT, NOT_DEFAULT
|
17779
|
-
# external_audio_file_input: "
|
18239
|
+
# external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
17780
18240
|
# language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG
|
17781
18241
|
# offset: 1,
|
17782
18242
|
# pids: [1],
|
@@ -18037,6 +18497,7 @@ module Aws::MediaConvert
|
|
18037
18497
|
# selected_outputs: ["__stringMin1"],
|
18038
18498
|
# },
|
18039
18499
|
# ],
|
18500
|
+
# audio_only_header: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
18040
18501
|
# base_url: "__string",
|
18041
18502
|
# caption_language_mappings: [
|
18042
18503
|
# {
|
@@ -18133,6 +18594,9 @@ module Aws::MediaConvert
|
|
18133
18594
|
# {
|
18134
18595
|
# audio_descriptions: [
|
18135
18596
|
# {
|
18597
|
+
# audio_channel_tagging_settings: {
|
18598
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
18599
|
+
# },
|
18136
18600
|
# audio_normalization_settings: {
|
18137
18601
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
18138
18602
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -18723,6 +19187,14 @@ module Aws::MediaConvert
|
|
18723
19187
|
# strength: 1,
|
18724
19188
|
# },
|
18725
19189
|
# },
|
19190
|
+
# partner_watermarking: {
|
19191
|
+
# nexguard_file_marker_settings: {
|
19192
|
+
# license: "__stringMin1Max100000",
|
19193
|
+
# payload: 1,
|
19194
|
+
# preset: "__stringMin1Max256",
|
19195
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
19196
|
+
# },
|
19197
|
+
# },
|
18726
19198
|
# timecode_burnin: {
|
18727
19199
|
# font_size: 1,
|
18728
19200
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -18813,6 +19285,7 @@ module Aws::MediaConvert
|
|
18813
19285
|
:queue,
|
18814
19286
|
:settings,
|
18815
19287
|
:status_update_interval)
|
19288
|
+
SENSITIVE = []
|
18816
19289
|
include Aws::Structure
|
18817
19290
|
end
|
18818
19291
|
|
@@ -18828,6 +19301,7 @@ module Aws::MediaConvert
|
|
18828
19301
|
#
|
18829
19302
|
class UpdateJobTemplateResponse < Struct.new(
|
18830
19303
|
:job_template)
|
19304
|
+
SENSITIVE = []
|
18831
19305
|
include Aws::Structure
|
18832
19306
|
end
|
18833
19307
|
|
@@ -18845,6 +19319,9 @@ module Aws::MediaConvert
|
|
18845
19319
|
# settings: {
|
18846
19320
|
# audio_descriptions: [
|
18847
19321
|
# {
|
19322
|
+
# audio_channel_tagging_settings: {
|
19323
|
+
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
|
19324
|
+
# },
|
18848
19325
|
# audio_normalization_settings: {
|
18849
19326
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
18850
19327
|
# algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO, MEASURE_ONLY
|
@@ -19421,6 +19898,14 @@ module Aws::MediaConvert
|
|
19421
19898
|
# strength: 1,
|
19422
19899
|
# },
|
19423
19900
|
# },
|
19901
|
+
# partner_watermarking: {
|
19902
|
+
# nexguard_file_marker_settings: {
|
19903
|
+
# license: "__stringMin1Max100000",
|
19904
|
+
# payload: 1,
|
19905
|
+
# preset: "__stringMin1Max256",
|
19906
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
19907
|
+
# },
|
19908
|
+
# },
|
19424
19909
|
# timecode_burnin: {
|
19425
19910
|
# font_size: 1,
|
19426
19911
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -19455,6 +19940,7 @@ module Aws::MediaConvert
|
|
19455
19940
|
:description,
|
19456
19941
|
:name,
|
19457
19942
|
:settings)
|
19943
|
+
SENSITIVE = []
|
19458
19944
|
include Aws::Structure
|
19459
19945
|
end
|
19460
19946
|
|
@@ -19470,6 +19956,7 @@ module Aws::MediaConvert
|
|
19470
19956
|
#
|
19471
19957
|
class UpdatePresetResponse < Struct.new(
|
19472
19958
|
:preset)
|
19959
|
+
SENSITIVE = []
|
19473
19960
|
include Aws::Structure
|
19474
19961
|
end
|
19475
19962
|
|
@@ -19521,6 +20008,7 @@ module Aws::MediaConvert
|
|
19521
20008
|
:name,
|
19522
20009
|
:reservation_plan_settings,
|
19523
20010
|
:status)
|
20011
|
+
SENSITIVE = []
|
19524
20012
|
include Aws::Structure
|
19525
20013
|
end
|
19526
20014
|
|
@@ -19539,6 +20027,7 @@ module Aws::MediaConvert
|
|
19539
20027
|
#
|
19540
20028
|
class UpdateQueueResponse < Struct.new(
|
19541
20029
|
:queue)
|
20030
|
+
SENSITIVE = []
|
19542
20031
|
include Aws::Structure
|
19543
20032
|
end
|
19544
20033
|
|
@@ -19804,6 +20293,7 @@ module Aws::MediaConvert
|
|
19804
20293
|
:prores_settings,
|
19805
20294
|
:vp_8_settings,
|
19806
20295
|
:vp_9_settings)
|
20296
|
+
SENSITIVE = []
|
19807
20297
|
include Aws::Structure
|
19808
20298
|
end
|
19809
20299
|
|
@@ -20096,6 +20586,14 @@ module Aws::MediaConvert
|
|
20096
20586
|
# strength: 1,
|
20097
20587
|
# },
|
20098
20588
|
# },
|
20589
|
+
# partner_watermarking: {
|
20590
|
+
# nexguard_file_marker_settings: {
|
20591
|
+
# license: "__stringMin1Max100000",
|
20592
|
+
# payload: 1,
|
20593
|
+
# preset: "__stringMin1Max256",
|
20594
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
20595
|
+
# },
|
20596
|
+
# },
|
20099
20597
|
# timecode_burnin: {
|
20100
20598
|
# font_size: 1,
|
20101
20599
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -20249,6 +20747,7 @@ module Aws::MediaConvert
|
|
20249
20747
|
:timecode_insertion,
|
20250
20748
|
:video_preprocessors,
|
20251
20749
|
:width)
|
20750
|
+
SENSITIVE = []
|
20252
20751
|
include Aws::Structure
|
20253
20752
|
end
|
20254
20753
|
|
@@ -20267,6 +20766,7 @@ module Aws::MediaConvert
|
|
20267
20766
|
class VideoDetail < Struct.new(
|
20268
20767
|
:height_in_px,
|
20269
20768
|
:width_in_px)
|
20769
|
+
SENSITIVE = []
|
20270
20770
|
include Aws::Structure
|
20271
20771
|
end
|
20272
20772
|
|
@@ -20346,6 +20846,14 @@ module Aws::MediaConvert
|
|
20346
20846
|
# strength: 1,
|
20347
20847
|
# },
|
20348
20848
|
# },
|
20849
|
+
# partner_watermarking: {
|
20850
|
+
# nexguard_file_marker_settings: {
|
20851
|
+
# license: "__stringMin1Max100000",
|
20852
|
+
# payload: 1,
|
20853
|
+
# preset: "__stringMin1Max256",
|
20854
|
+
# strength: "LIGHTEST", # accepts LIGHTEST, LIGHTER, DEFAULT, STRONGER, STRONGEST
|
20855
|
+
# },
|
20856
|
+
# },
|
20349
20857
|
# timecode_burnin: {
|
20350
20858
|
# font_size: 1,
|
20351
20859
|
# position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT
|
@@ -20381,6 +20889,12 @@ module Aws::MediaConvert
|
|
20381
20889
|
# each output individually. This setting is disabled by default.
|
20382
20890
|
# @return [Types::NoiseReducer]
|
20383
20891
|
#
|
20892
|
+
# @!attribute [rw] partner_watermarking
|
20893
|
+
# If you work with a third party video watermarking partner, use the
|
20894
|
+
# group of settings that correspond with your watermarking partner to
|
20895
|
+
# include watermarks in your output.
|
20896
|
+
# @return [Types::PartnerWatermarking]
|
20897
|
+
#
|
20384
20898
|
# @!attribute [rw] timecode_burnin
|
20385
20899
|
# Timecode burn-in (TimecodeBurnIn)--Burns the output timecode and
|
20386
20900
|
# specified prefix into the output.
|
@@ -20394,7 +20908,9 @@ module Aws::MediaConvert
|
|
20394
20908
|
:dolby_vision,
|
20395
20909
|
:image_inserter,
|
20396
20910
|
:noise_reducer,
|
20911
|
+
:partner_watermarking,
|
20397
20912
|
:timecode_burnin)
|
20913
|
+
SENSITIVE = []
|
20398
20914
|
include Aws::Structure
|
20399
20915
|
end
|
20400
20916
|
|
@@ -20518,6 +21034,7 @@ module Aws::MediaConvert
|
|
20518
21034
|
:pid,
|
20519
21035
|
:program_number,
|
20520
21036
|
:rotate)
|
21037
|
+
SENSITIVE = []
|
20521
21038
|
include Aws::Structure
|
20522
21039
|
end
|
20523
21040
|
|
@@ -20558,6 +21075,7 @@ module Aws::MediaConvert
|
|
20558
21075
|
:channels,
|
20559
21076
|
:sample_rate,
|
20560
21077
|
:vbr_quality)
|
21078
|
+
SENSITIVE = []
|
20561
21079
|
include Aws::Structure
|
20562
21080
|
end
|
20563
21081
|
|
@@ -20703,6 +21221,7 @@ module Aws::MediaConvert
|
|
20703
21221
|
:par_numerator,
|
20704
21222
|
:quality_tuning_level,
|
20705
21223
|
:rate_control_mode)
|
21224
|
+
SENSITIVE = []
|
20706
21225
|
include Aws::Structure
|
20707
21226
|
end
|
20708
21227
|
|
@@ -20843,6 +21362,7 @@ module Aws::MediaConvert
|
|
20843
21362
|
:par_numerator,
|
20844
21363
|
:quality_tuning_level,
|
20845
21364
|
:rate_control_mode)
|
21365
|
+
SENSITIVE = []
|
20846
21366
|
include Aws::Structure
|
20847
21367
|
end
|
20848
21368
|
|
@@ -20888,6 +21408,7 @@ module Aws::MediaConvert
|
|
20888
21408
|
:channels,
|
20889
21409
|
:format,
|
20890
21410
|
:sample_rate)
|
21411
|
+
SENSITIVE = []
|
20891
21412
|
include Aws::Structure
|
20892
21413
|
end
|
20893
21414
|
|