aws-sdk-mediaconvert 1.16.0 → 1.17.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 +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +378 -27
- data/lib/aws-sdk-mediaconvert/client_api.rb +92 -7
- data/lib/aws-sdk-mediaconvert/types.rb +609 -69
- metadata +4 -4
@@ -29,6 +29,8 @@ module Aws::MediaConvert
|
|
29
29
|
AiffSettings = Shapes::StructureShape.new(name: 'AiffSettings')
|
30
30
|
AncillarySourceSettings = Shapes::StructureShape.new(name: 'AncillarySourceSettings')
|
31
31
|
AntiAlias = Shapes::StringShape.new(name: 'AntiAlias')
|
32
|
+
AssociateCertificateRequest = Shapes::StructureShape.new(name: 'AssociateCertificateRequest')
|
33
|
+
AssociateCertificateResponse = Shapes::StructureShape.new(name: 'AssociateCertificateResponse')
|
32
34
|
AudioCodec = Shapes::StringShape.new(name: 'AudioCodec')
|
33
35
|
AudioCodecSettings = Shapes::StructureShape.new(name: 'AudioCodecSettings')
|
34
36
|
AudioDefaultSelection = Shapes::StringShape.new(name: 'AudioDefaultSelection')
|
@@ -98,6 +100,7 @@ module Aws::MediaConvert
|
|
98
100
|
DashIsoHbbtvCompliance = Shapes::StringShape.new(name: 'DashIsoHbbtvCompliance')
|
99
101
|
DashIsoSegmentControl = Shapes::StringShape.new(name: 'DashIsoSegmentControl')
|
100
102
|
DashIsoWriteSegmentTimelineInRepresentation = Shapes::StringShape.new(name: 'DashIsoWriteSegmentTimelineInRepresentation')
|
103
|
+
DecryptionMode = Shapes::StringShape.new(name: 'DecryptionMode')
|
101
104
|
DeinterlaceAlgorithm = Shapes::StringShape.new(name: 'DeinterlaceAlgorithm')
|
102
105
|
Deinterlacer = Shapes::StructureShape.new(name: 'Deinterlacer')
|
103
106
|
DeinterlacerControl = Shapes::StringShape.new(name: 'DeinterlacerControl')
|
@@ -111,6 +114,8 @@ module Aws::MediaConvert
|
|
111
114
|
DescribeEndpointsMode = Shapes::StringShape.new(name: 'DescribeEndpointsMode')
|
112
115
|
DescribeEndpointsRequest = Shapes::StructureShape.new(name: 'DescribeEndpointsRequest')
|
113
116
|
DescribeEndpointsResponse = Shapes::StructureShape.new(name: 'DescribeEndpointsResponse')
|
117
|
+
DisassociateCertificateRequest = Shapes::StructureShape.new(name: 'DisassociateCertificateRequest')
|
118
|
+
DisassociateCertificateResponse = Shapes::StructureShape.new(name: 'DisassociateCertificateResponse')
|
114
119
|
DropFrameTimecode = Shapes::StringShape.new(name: 'DropFrameTimecode')
|
115
120
|
DvbNitSettings = Shapes::StructureShape.new(name: 'DvbNitSettings')
|
116
121
|
DvbSdtSettings = Shapes::StructureShape.new(name: 'DvbSdtSettings')
|
@@ -235,6 +240,7 @@ module Aws::MediaConvert
|
|
235
240
|
Input = Shapes::StructureShape.new(name: 'Input')
|
236
241
|
InputClipping = Shapes::StructureShape.new(name: 'InputClipping')
|
237
242
|
InputDeblockFilter = Shapes::StringShape.new(name: 'InputDeblockFilter')
|
243
|
+
InputDecryptionSettings = Shapes::StructureShape.new(name: 'InputDecryptionSettings')
|
238
244
|
InputDenoiseFilter = Shapes::StringShape.new(name: 'InputDenoiseFilter')
|
239
245
|
InputFilterEnable = Shapes::StringShape.new(name: 'InputFilterEnable')
|
240
246
|
InputPsiControl = Shapes::StringShape.new(name: 'InputPsiControl')
|
@@ -275,6 +281,11 @@ module Aws::MediaConvert
|
|
275
281
|
M3u8PcrControl = Shapes::StringShape.new(name: 'M3u8PcrControl')
|
276
282
|
M3u8Scte35Source = Shapes::StringShape.new(name: 'M3u8Scte35Source')
|
277
283
|
M3u8Settings = Shapes::StructureShape.new(name: 'M3u8Settings')
|
284
|
+
MotionImageInserter = Shapes::StructureShape.new(name: 'MotionImageInserter')
|
285
|
+
MotionImageInsertionFramerate = Shapes::StructureShape.new(name: 'MotionImageInsertionFramerate')
|
286
|
+
MotionImageInsertionMode = Shapes::StringShape.new(name: 'MotionImageInsertionMode')
|
287
|
+
MotionImageInsertionOffset = Shapes::StructureShape.new(name: 'MotionImageInsertionOffset')
|
288
|
+
MotionImagePlayback = Shapes::StringShape.new(name: 'MotionImagePlayback')
|
278
289
|
MovClapAtom = Shapes::StringShape.new(name: 'MovClapAtom')
|
279
290
|
MovCslgAtom = Shapes::StringShape.new(name: 'MovCslgAtom')
|
280
291
|
MovMpeg2FourCCControl = Shapes::StringShape.new(name: 'MovMpeg2FourCCControl')
|
@@ -429,8 +440,10 @@ module Aws::MediaConvert
|
|
429
440
|
__integerMin1Max10000000 = Shapes::IntegerShape.new(name: '__integerMin1Max10000000')
|
430
441
|
__integerMin1Max1001 = Shapes::IntegerShape.new(name: '__integerMin1Max1001')
|
431
442
|
__integerMin1Max16 = Shapes::IntegerShape.new(name: '__integerMin1Max16')
|
443
|
+
__integerMin1Max17895697 = Shapes::IntegerShape.new(name: '__integerMin1Max17895697')
|
432
444
|
__integerMin1Max2 = Shapes::IntegerShape.new(name: '__integerMin1Max2')
|
433
445
|
__integerMin1Max20 = Shapes::IntegerShape.new(name: '__integerMin1Max20')
|
446
|
+
__integerMin1Max2147483640 = Shapes::IntegerShape.new(name: '__integerMin1Max2147483640')
|
434
447
|
__integerMin1Max2147483647 = Shapes::IntegerShape.new(name: '__integerMin1Max2147483647')
|
435
448
|
__integerMin1Max31 = Shapes::IntegerShape.new(name: '__integerMin1Max31')
|
436
449
|
__integerMin1Max32 = Shapes::IntegerShape.new(name: '__integerMin1Max32')
|
@@ -493,13 +506,18 @@ module Aws::MediaConvert
|
|
493
506
|
__string = Shapes::StringShape.new(name: '__string')
|
494
507
|
__stringMin0 = Shapes::StringShape.new(name: '__stringMin0')
|
495
508
|
__stringMin1 = Shapes::StringShape.new(name: '__stringMin1')
|
509
|
+
__stringMin11Max11Pattern01D20305D205D = Shapes::StringShape.new(name: '__stringMin11Max11Pattern01D20305D205D')
|
510
|
+
__stringMin14Max1285PatternS3Mov09Png = Shapes::StringShape.new(name: '__stringMin14Max1285PatternS3Mov09Png')
|
496
511
|
__stringMin14PatternS3BmpBMPPngPNG = Shapes::StringShape.new(name: '__stringMin14PatternS3BmpBMPPngPNG')
|
497
512
|
__stringMin14PatternS3BmpBMPPngPNGTgaTGA = Shapes::StringShape.new(name: '__stringMin14PatternS3BmpBMPPngPNGTgaTGA')
|
498
513
|
__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTSmiSMI = Shapes::StringShape.new(name: '__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTSmiSMI')
|
514
|
+
__stringMin16Max24PatternAZaZ0922AZaZ0916 = Shapes::StringShape.new(name: '__stringMin16Max24PatternAZaZ0922AZaZ0916')
|
499
515
|
__stringMin1Max256 = Shapes::StringShape.new(name: '__stringMin1Max256')
|
516
|
+
__stringMin24Max512PatternAZaZ0902 = Shapes::StringShape.new(name: '__stringMin24Max512PatternAZaZ0902')
|
500
517
|
__stringMin32Max32Pattern09aFAF32 = Shapes::StringShape.new(name: '__stringMin32Max32Pattern09aFAF32')
|
501
518
|
__stringMin3Max3Pattern1809aFAF09aEAE = Shapes::StringShape.new(name: '__stringMin3Max3Pattern1809aFAF09aEAE')
|
502
519
|
__stringMin3Max3PatternAZaZ3 = Shapes::StringShape.new(name: '__stringMin3Max3PatternAZaZ3')
|
520
|
+
__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912 = Shapes::StringShape.new(name: '__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912')
|
503
521
|
__stringPattern = Shapes::StringShape.new(name: '__stringPattern')
|
504
522
|
__stringPattern010920405090509092 = Shapes::StringShape.new(name: '__stringPattern010920405090509092')
|
505
523
|
__stringPattern01D20305D205D = Shapes::StringShape.new(name: '__stringPattern01D20305D205D')
|
@@ -507,6 +525,7 @@ module Aws::MediaConvert
|
|
507
525
|
__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12 = Shapes::StringShape.new(name: '__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12')
|
508
526
|
__stringPatternAZaZ0902 = Shapes::StringShape.new(name: '__stringPatternAZaZ0902')
|
509
527
|
__stringPatternAZaZ0932 = Shapes::StringShape.new(name: '__stringPatternAZaZ0932')
|
528
|
+
__stringPatternArnAwsAcm = Shapes::StringShape.new(name: '__stringPatternArnAwsAcm')
|
510
529
|
__stringPatternDD = Shapes::StringShape.new(name: '__stringPatternDD')
|
511
530
|
__stringPatternHttps = Shapes::StringShape.new(name: '__stringPatternHttps')
|
512
531
|
__stringPatternIdentityAZaZ26AZaZ09163 = Shapes::StringShape.new(name: '__stringPatternIdentityAZaZ26AZaZ09163')
|
@@ -546,6 +565,11 @@ module Aws::MediaConvert
|
|
546
565
|
AncillarySourceSettings.add_member(:source_ancillary_channel_number, Shapes::ShapeRef.new(shape: __integerMin1Max4, location_name: "sourceAncillaryChannelNumber"))
|
547
566
|
AncillarySourceSettings.struct_class = Types::AncillarySourceSettings
|
548
567
|
|
568
|
+
AssociateCertificateRequest.add_member(:arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "arn"))
|
569
|
+
AssociateCertificateRequest.struct_class = Types::AssociateCertificateRequest
|
570
|
+
|
571
|
+
AssociateCertificateResponse.struct_class = Types::AssociateCertificateResponse
|
572
|
+
|
549
573
|
AudioCodecSettings.add_member(:aac_settings, Shapes::ShapeRef.new(shape: AacSettings, location_name: "aacSettings"))
|
550
574
|
AudioCodecSettings.add_member(:ac_3_settings, Shapes::ShapeRef.new(shape: Ac3Settings, location_name: "ac3Settings"))
|
551
575
|
AudioCodecSettings.add_member(:aiff_settings, Shapes::ShapeRef.new(shape: AiffSettings, location_name: "aiffSettings"))
|
@@ -779,6 +803,11 @@ module Aws::MediaConvert
|
|
779
803
|
DescribeEndpointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
780
804
|
DescribeEndpointsResponse.struct_class = Types::DescribeEndpointsResponse
|
781
805
|
|
806
|
+
DisassociateCertificateRequest.add_member(:arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "arn"))
|
807
|
+
DisassociateCertificateRequest.struct_class = Types::DisassociateCertificateRequest
|
808
|
+
|
809
|
+
DisassociateCertificateResponse.struct_class = Types::DisassociateCertificateResponse
|
810
|
+
|
782
811
|
DvbNitSettings.add_member(:network_id, Shapes::ShapeRef.new(shape: __integerMin0Max65535, location_name: "networkId"))
|
783
812
|
DvbNitSettings.add_member(:network_name, Shapes::ShapeRef.new(shape: __stringMin1Max256, location_name: "networkName"))
|
784
813
|
DvbNitSettings.add_member(:nit_interval, Shapes::ShapeRef.new(shape: __integerMin25Max10000, location_name: "nitInterval"))
|
@@ -1050,10 +1079,12 @@ module Aws::MediaConvert
|
|
1050
1079
|
Input.add_member(:audio_selectors, Shapes::ShapeRef.new(shape: __mapOfAudioSelector, location_name: "audioSelectors"))
|
1051
1080
|
Input.add_member(:caption_selectors, Shapes::ShapeRef.new(shape: __mapOfCaptionSelector, location_name: "captionSelectors"))
|
1052
1081
|
Input.add_member(:deblock_filter, Shapes::ShapeRef.new(shape: InputDeblockFilter, location_name: "deblockFilter"))
|
1082
|
+
Input.add_member(:decryption_settings, Shapes::ShapeRef.new(shape: InputDecryptionSettings, location_name: "decryptionSettings"))
|
1053
1083
|
Input.add_member(:denoise_filter, Shapes::ShapeRef.new(shape: InputDenoiseFilter, location_name: "denoiseFilter"))
|
1054
1084
|
Input.add_member(:file_input, Shapes::ShapeRef.new(shape: __stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MM, location_name: "fileInput"))
|
1055
1085
|
Input.add_member(:filter_enable, Shapes::ShapeRef.new(shape: InputFilterEnable, location_name: "filterEnable"))
|
1056
1086
|
Input.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integerMinNegative5Max5, location_name: "filterStrength"))
|
1087
|
+
Input.add_member(:image_inserter, Shapes::ShapeRef.new(shape: ImageInserter, location_name: "imageInserter"))
|
1057
1088
|
Input.add_member(:input_clippings, Shapes::ShapeRef.new(shape: __listOfInputClipping, location_name: "inputClippings"))
|
1058
1089
|
Input.add_member(:program_number, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "programNumber"))
|
1059
1090
|
Input.add_member(:psi_control, Shapes::ShapeRef.new(shape: InputPsiControl, location_name: "psiControl"))
|
@@ -1065,6 +1096,12 @@ module Aws::MediaConvert
|
|
1065
1096
|
InputClipping.add_member(:start_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092, location_name: "startTimecode"))
|
1066
1097
|
InputClipping.struct_class = Types::InputClipping
|
1067
1098
|
|
1099
|
+
InputDecryptionSettings.add_member(:decryption_mode, Shapes::ShapeRef.new(shape: DecryptionMode, location_name: "decryptionMode"))
|
1100
|
+
InputDecryptionSettings.add_member(:encrypted_decryption_key, Shapes::ShapeRef.new(shape: __stringMin24Max512PatternAZaZ0902, location_name: "encryptedDecryptionKey"))
|
1101
|
+
InputDecryptionSettings.add_member(:initialization_vector, Shapes::ShapeRef.new(shape: __stringMin16Max24PatternAZaZ0922AZaZ0916, location_name: "initializationVector"))
|
1102
|
+
InputDecryptionSettings.add_member(:kms_key_region, Shapes::ShapeRef.new(shape: __stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912, location_name: "kmsKeyRegion"))
|
1103
|
+
InputDecryptionSettings.struct_class = Types::InputDecryptionSettings
|
1104
|
+
|
1068
1105
|
InputTemplate.add_member(:audio_selector_groups, Shapes::ShapeRef.new(shape: __mapOfAudioSelectorGroup, location_name: "audioSelectorGroups"))
|
1069
1106
|
InputTemplate.add_member(:audio_selectors, Shapes::ShapeRef.new(shape: __mapOfAudioSelector, location_name: "audioSelectors"))
|
1070
1107
|
InputTemplate.add_member(:caption_selectors, Shapes::ShapeRef.new(shape: __mapOfCaptionSelector, location_name: "captionSelectors"))
|
@@ -1072,6 +1109,7 @@ module Aws::MediaConvert
|
|
1072
1109
|
InputTemplate.add_member(:denoise_filter, Shapes::ShapeRef.new(shape: InputDenoiseFilter, location_name: "denoiseFilter"))
|
1073
1110
|
InputTemplate.add_member(:filter_enable, Shapes::ShapeRef.new(shape: InputFilterEnable, location_name: "filterEnable"))
|
1074
1111
|
InputTemplate.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integerMinNegative5Max5, location_name: "filterStrength"))
|
1112
|
+
InputTemplate.add_member(:image_inserter, Shapes::ShapeRef.new(shape: ImageInserter, location_name: "imageInserter"))
|
1075
1113
|
InputTemplate.add_member(:input_clippings, Shapes::ShapeRef.new(shape: __listOfInputClipping, location_name: "inputClippings"))
|
1076
1114
|
InputTemplate.add_member(:program_number, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "programNumber"))
|
1077
1115
|
InputTemplate.add_member(:psi_control, Shapes::ShapeRef.new(shape: InputPsiControl, location_name: "psiControl"))
|
@@ -1079,17 +1117,17 @@ module Aws::MediaConvert
|
|
1079
1117
|
InputTemplate.add_member(:video_selector, Shapes::ShapeRef.new(shape: VideoSelector, location_name: "videoSelector"))
|
1080
1118
|
InputTemplate.struct_class = Types::InputTemplate
|
1081
1119
|
|
1082
|
-
InsertableImage.add_member(:duration, Shapes::ShapeRef.new(shape:
|
1083
|
-
InsertableImage.add_member(:fade_in, Shapes::ShapeRef.new(shape:
|
1084
|
-
InsertableImage.add_member(:fade_out, Shapes::ShapeRef.new(shape:
|
1085
|
-
InsertableImage.add_member(:height, Shapes::ShapeRef.new(shape:
|
1120
|
+
InsertableImage.add_member(:duration, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "duration"))
|
1121
|
+
InsertableImage.add_member(:fade_in, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "fadeIn"))
|
1122
|
+
InsertableImage.add_member(:fade_out, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "fadeOut"))
|
1123
|
+
InsertableImage.add_member(:height, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "height"))
|
1086
1124
|
InsertableImage.add_member(:image_inserter_input, Shapes::ShapeRef.new(shape: __stringMin14PatternS3BmpBMPPngPNGTgaTGA, location_name: "imageInserterInput"))
|
1087
|
-
InsertableImage.add_member(:image_x, Shapes::ShapeRef.new(shape:
|
1088
|
-
InsertableImage.add_member(:image_y, Shapes::ShapeRef.new(shape:
|
1125
|
+
InsertableImage.add_member(:image_x, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "imageX"))
|
1126
|
+
InsertableImage.add_member(:image_y, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "imageY"))
|
1089
1127
|
InsertableImage.add_member(:layer, Shapes::ShapeRef.new(shape: __integerMin0Max99, location_name: "layer"))
|
1090
1128
|
InsertableImage.add_member(:opacity, Shapes::ShapeRef.new(shape: __integerMin0Max100, location_name: "opacity"))
|
1091
1129
|
InsertableImage.add_member(:start_time, Shapes::ShapeRef.new(shape: __stringPattern01D20305D205D, location_name: "startTime"))
|
1092
|
-
InsertableImage.add_member(:width, Shapes::ShapeRef.new(shape:
|
1130
|
+
InsertableImage.add_member(:width, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "width"))
|
1093
1131
|
InsertableImage.struct_class = Types::InsertableImage
|
1094
1132
|
|
1095
1133
|
Job.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
@@ -1111,6 +1149,7 @@ module Aws::MediaConvert
|
|
1111
1149
|
JobSettings.add_member(:ad_avail_offset, Shapes::ShapeRef.new(shape: __integerMinNegative1000Max1000, location_name: "adAvailOffset"))
|
1112
1150
|
JobSettings.add_member(:avail_blanking, Shapes::ShapeRef.new(shape: AvailBlanking, location_name: "availBlanking"))
|
1113
1151
|
JobSettings.add_member(:inputs, Shapes::ShapeRef.new(shape: __listOfInput, location_name: "inputs"))
|
1152
|
+
JobSettings.add_member(:motion_image_inserter, Shapes::ShapeRef.new(shape: MotionImageInserter, location_name: "motionImageInserter"))
|
1114
1153
|
JobSettings.add_member(:nielsen_configuration, Shapes::ShapeRef.new(shape: NielsenConfiguration, location_name: "nielsenConfiguration"))
|
1115
1154
|
JobSettings.add_member(:output_groups, Shapes::ShapeRef.new(shape: __listOfOutputGroup, location_name: "outputGroups"))
|
1116
1155
|
JobSettings.add_member(:timecode_config, Shapes::ShapeRef.new(shape: TimecodeConfig, location_name: "timecodeConfig"))
|
@@ -1131,6 +1170,7 @@ module Aws::MediaConvert
|
|
1131
1170
|
JobTemplateSettings.add_member(:ad_avail_offset, Shapes::ShapeRef.new(shape: __integerMinNegative1000Max1000, location_name: "adAvailOffset"))
|
1132
1171
|
JobTemplateSettings.add_member(:avail_blanking, Shapes::ShapeRef.new(shape: AvailBlanking, location_name: "availBlanking"))
|
1133
1172
|
JobTemplateSettings.add_member(:inputs, Shapes::ShapeRef.new(shape: __listOfInputTemplate, location_name: "inputs"))
|
1173
|
+
JobTemplateSettings.add_member(:motion_image_inserter, Shapes::ShapeRef.new(shape: MotionImageInserter, location_name: "motionImageInserter"))
|
1134
1174
|
JobTemplateSettings.add_member(:nielsen_configuration, Shapes::ShapeRef.new(shape: NielsenConfiguration, location_name: "nielsenConfiguration"))
|
1135
1175
|
JobTemplateSettings.add_member(:output_groups, Shapes::ShapeRef.new(shape: __listOfOutputGroup, location_name: "outputGroups"))
|
1136
1176
|
JobTemplateSettings.add_member(:timecode_config, Shapes::ShapeRef.new(shape: TimecodeConfig, location_name: "timecodeConfig"))
|
@@ -1240,6 +1280,22 @@ module Aws::MediaConvert
|
|
1240
1280
|
M3u8Settings.add_member(:video_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "videoPid"))
|
1241
1281
|
M3u8Settings.struct_class = Types::M3u8Settings
|
1242
1282
|
|
1283
|
+
MotionImageInserter.add_member(:framerate, Shapes::ShapeRef.new(shape: MotionImageInsertionFramerate, location_name: "framerate"))
|
1284
|
+
MotionImageInserter.add_member(:input, Shapes::ShapeRef.new(shape: __stringMin14Max1285PatternS3Mov09Png, location_name: "input"))
|
1285
|
+
MotionImageInserter.add_member(:insertion_mode, Shapes::ShapeRef.new(shape: MotionImageInsertionMode, location_name: "insertionMode"))
|
1286
|
+
MotionImageInserter.add_member(:offset, Shapes::ShapeRef.new(shape: MotionImageInsertionOffset, location_name: "offset"))
|
1287
|
+
MotionImageInserter.add_member(:playback, Shapes::ShapeRef.new(shape: MotionImagePlayback, location_name: "playback"))
|
1288
|
+
MotionImageInserter.add_member(:start_time, Shapes::ShapeRef.new(shape: __stringMin11Max11Pattern01D20305D205D, location_name: "startTime"))
|
1289
|
+
MotionImageInserter.struct_class = Types::MotionImageInserter
|
1290
|
+
|
1291
|
+
MotionImageInsertionFramerate.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max17895697, location_name: "framerateDenominator"))
|
1292
|
+
MotionImageInsertionFramerate.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483640, location_name: "framerateNumerator"))
|
1293
|
+
MotionImageInsertionFramerate.struct_class = Types::MotionImageInsertionFramerate
|
1294
|
+
|
1295
|
+
MotionImageInsertionOffset.add_member(:image_x, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "imageX"))
|
1296
|
+
MotionImageInsertionOffset.add_member(:image_y, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "imageY"))
|
1297
|
+
MotionImageInsertionOffset.struct_class = Types::MotionImageInsertionOffset
|
1298
|
+
|
1243
1299
|
MovSettings.add_member(:clap_atom, Shapes::ShapeRef.new(shape: MovClapAtom, location_name: "clapAtom"))
|
1244
1300
|
MovSettings.add_member(:cslg_atom, Shapes::ShapeRef.new(shape: MovCslgAtom, location_name: "cslgAtom"))
|
1245
1301
|
MovSettings.add_member(:mpeg_2_four_cc_control, Shapes::ShapeRef.new(shape: MovMpeg2FourCCControl, location_name: "mpeg2FourCCControl"))
|
@@ -1428,6 +1484,7 @@ module Aws::MediaConvert
|
|
1428
1484
|
SccDestinationSettings.add_member(:framerate, Shapes::ShapeRef.new(shape: SccDestinationFramerate, location_name: "framerate"))
|
1429
1485
|
SccDestinationSettings.struct_class = Types::SccDestinationSettings
|
1430
1486
|
|
1487
|
+
SpekeKeyProvider.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: __stringPatternArnAwsAcm, location_name: "certificateArn"))
|
1431
1488
|
SpekeKeyProvider.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, location_name: "resourceId"))
|
1432
1489
|
SpekeKeyProvider.add_member(:system_ids, Shapes::ShapeRef.new(shape: __listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12, location_name: "systemIds"))
|
1433
1490
|
SpekeKeyProvider.add_member(:url, Shapes::ShapeRef.new(shape: __stringPatternHttps, location_name: "url"))
|
@@ -1639,6 +1696,20 @@ module Aws::MediaConvert
|
|
1639
1696
|
"uid" => "mediaconvert-2017-08-29",
|
1640
1697
|
}
|
1641
1698
|
|
1699
|
+
api.add_operation(:associate_certificate, Seahorse::Model::Operation.new.tap do |o|
|
1700
|
+
o.name = "AssociateCertificate"
|
1701
|
+
o.http_method = "POST"
|
1702
|
+
o.http_request_uri = "/2017-08-29/certificates"
|
1703
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateCertificateRequest)
|
1704
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateCertificateResponse)
|
1705
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1706
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1707
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1708
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1709
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1710
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1711
|
+
end)
|
1712
|
+
|
1642
1713
|
api.add_operation(:cancel_job, Seahorse::Model::Operation.new.tap do |o|
|
1643
1714
|
o.name = "CancelJob"
|
1644
1715
|
o.http_method = "DELETE"
|
@@ -1771,6 +1842,20 @@ module Aws::MediaConvert
|
|
1771
1842
|
)
|
1772
1843
|
end)
|
1773
1844
|
|
1845
|
+
api.add_operation(:disassociate_certificate, Seahorse::Model::Operation.new.tap do |o|
|
1846
|
+
o.name = "DisassociateCertificate"
|
1847
|
+
o.http_method = "DELETE"
|
1848
|
+
o.http_request_uri = "/2017-08-29/certificates/{arn}"
|
1849
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateCertificateRequest)
|
1850
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateCertificateResponse)
|
1851
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1852
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1853
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1854
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1855
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1856
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1857
|
+
end)
|
1858
|
+
|
1774
1859
|
api.add_operation(:get_job, Seahorse::Model::Operation.new.tap do |o|
|
1775
1860
|
o.name = "GetJob"
|
1776
1861
|
o.http_method = "GET"
|
@@ -233,6 +233,35 @@ module Aws::MediaConvert
|
|
233
233
|
include Aws::Structure
|
234
234
|
end
|
235
235
|
|
236
|
+
# Associates the Amazon Resource Name (ARN) of an AWS Certificate
|
237
|
+
# Manager (ACM) certificate with an AWS Elemental MediaConvert resource.
|
238
|
+
#
|
239
|
+
# @note When making an API call, you may pass AssociateCertificateRequest
|
240
|
+
# data as a hash:
|
241
|
+
#
|
242
|
+
# {
|
243
|
+
# arn: "__string", # required
|
244
|
+
# }
|
245
|
+
#
|
246
|
+
# @!attribute [rw] arn
|
247
|
+
# The ARN of the ACM certificate that you want to associate with your
|
248
|
+
# MediaConvert resource.
|
249
|
+
# @return [String]
|
250
|
+
#
|
251
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AssociateCertificateRequest AWS API Documentation
|
252
|
+
#
|
253
|
+
class AssociateCertificateRequest < Struct.new(
|
254
|
+
:arn)
|
255
|
+
include Aws::Structure
|
256
|
+
end
|
257
|
+
|
258
|
+
# Successful association of Certificate Manager Amazon Resource Name
|
259
|
+
# (ARN) with Mediaconvert returns an OK message.
|
260
|
+
#
|
261
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AssociateCertificateResponse AWS API Documentation
|
262
|
+
#
|
263
|
+
class AssociateCertificateResponse < Aws::EmptyStructure; end
|
264
|
+
|
236
265
|
# Audio codec settings (CodecSettings) under (AudioDescriptions)
|
237
266
|
# contains the group of settings related to audio encoding. The settings
|
238
267
|
# in this group vary depending on the value you choose for Audio codec
|
@@ -983,7 +1012,7 @@ module Aws::MediaConvert
|
|
983
1012
|
# x_position: 1,
|
984
1013
|
# y_position: 1,
|
985
1014
|
# },
|
986
|
-
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, SCC, SRT, TELETEXT, TTML, WEBVTT
|
1015
|
+
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
|
987
1016
|
# dvb_sub_destination_settings: {
|
988
1017
|
# alignment: "CENTERED", # accepts CENTERED, LEFT
|
989
1018
|
# background_color: "NONE", # accepts NONE, BLACK, WHITE
|
@@ -1036,6 +1065,9 @@ module Aws::MediaConvert
|
|
1036
1065
|
# @return [String]
|
1037
1066
|
#
|
1038
1067
|
# @!attribute [rw] language_description
|
1068
|
+
# Human readable information to indicate captions available for
|
1069
|
+
# players (eg. English, or Spanish). Alphanumeric characters, spaces,
|
1070
|
+
# and underscore are legal.
|
1039
1071
|
# @return [String]
|
1040
1072
|
#
|
1041
1073
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CaptionDescription AWS API Documentation
|
@@ -1075,7 +1107,7 @@ module Aws::MediaConvert
|
|
1075
1107
|
# x_position: 1,
|
1076
1108
|
# y_position: 1,
|
1077
1109
|
# },
|
1078
|
-
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, SCC, SRT, TELETEXT, TTML, WEBVTT
|
1110
|
+
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
|
1079
1111
|
# dvb_sub_destination_settings: {
|
1080
1112
|
# alignment: "CENTERED", # accepts CENTERED, LEFT
|
1081
1113
|
# background_color: "NONE", # accepts NONE, BLACK, WHITE
|
@@ -1165,7 +1197,7 @@ module Aws::MediaConvert
|
|
1165
1197
|
# x_position: 1,
|
1166
1198
|
# y_position: 1,
|
1167
1199
|
# },
|
1168
|
-
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, SCC, SRT, TELETEXT, TTML, WEBVTT
|
1200
|
+
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
|
1169
1201
|
# dvb_sub_destination_settings: {
|
1170
1202
|
# alignment: "CENTERED", # accepts CENTERED, LEFT
|
1171
1203
|
# background_color: "NONE", # accepts NONE, BLACK, WHITE
|
@@ -1200,8 +1232,8 @@ module Aws::MediaConvert
|
|
1200
1232
|
# @return [Types::BurninDestinationSettings]
|
1201
1233
|
#
|
1202
1234
|
# @!attribute [rw] destination_type
|
1203
|
-
# Type of Caption output, including Burn-In, Embedded
|
1204
|
-
# WebVTT, DVB-Sub, Teletext.
|
1235
|
+
# Type of Caption output, including Burn-In, Embedded (with or without
|
1236
|
+
# SCTE20), SCC, SMI, SRT, TTML, WebVTT, DVB-Sub, Teletext.
|
1205
1237
|
# @return [String]
|
1206
1238
|
#
|
1207
1239
|
# @!attribute [rw] dvb_sub_destination_settings
|
@@ -1259,7 +1291,7 @@ module Aws::MediaConvert
|
|
1259
1291
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTSmiSMI",
|
1260
1292
|
# time_delta: 1,
|
1261
1293
|
# },
|
1262
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCC, TTML, STL, SRT, TELETEXT, NULL_SOURCE
|
1294
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE
|
1263
1295
|
# teletext_source_settings: {
|
1264
1296
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
1265
1297
|
# },
|
@@ -1324,7 +1356,7 @@ module Aws::MediaConvert
|
|
1324
1356
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTSmiSMI",
|
1325
1357
|
# time_delta: 1,
|
1326
1358
|
# },
|
1327
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCC, TTML, STL, SRT, TELETEXT, NULL_SOURCE
|
1359
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE
|
1328
1360
|
# teletext_source_settings: {
|
1329
1361
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
1330
1362
|
# },
|
@@ -1434,7 +1466,7 @@ module Aws::MediaConvert
|
|
1434
1466
|
# @return [String]
|
1435
1467
|
#
|
1436
1468
|
# @!attribute [rw] static_key_provider
|
1437
|
-
#
|
1469
|
+
# Use these settings to set up encryption with a static key provider.
|
1438
1470
|
# @return [Types::StaticKeyProvider]
|
1439
1471
|
#
|
1440
1472
|
# @!attribute [rw] type
|
@@ -1884,7 +1916,7 @@ module Aws::MediaConvert
|
|
1884
1916
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTSmiSMI",
|
1885
1917
|
# time_delta: 1,
|
1886
1918
|
# },
|
1887
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCC, TTML, STL, SRT, TELETEXT, NULL_SOURCE
|
1919
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE
|
1888
1920
|
# teletext_source_settings: {
|
1889
1921
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
1890
1922
|
# },
|
@@ -1892,10 +1924,33 @@ module Aws::MediaConvert
|
|
1892
1924
|
# },
|
1893
1925
|
# },
|
1894
1926
|
# deblock_filter: "ENABLED", # accepts ENABLED, DISABLED
|
1927
|
+
# decryption_settings: {
|
1928
|
+
# decryption_mode: "AES_CTR", # accepts AES_CTR, AES_CBC, AES_GCM
|
1929
|
+
# encrypted_decryption_key: "__stringMin24Max512PatternAZaZ0902",
|
1930
|
+
# initialization_vector: "__stringMin16Max24PatternAZaZ0922AZaZ0916",
|
1931
|
+
# kms_key_region: "__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912",
|
1932
|
+
# },
|
1895
1933
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
1896
1934
|
# file_input: "__stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MM",
|
1897
1935
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
1898
1936
|
# filter_strength: 1,
|
1937
|
+
# image_inserter: {
|
1938
|
+
# insertable_images: [
|
1939
|
+
# {
|
1940
|
+
# duration: 1,
|
1941
|
+
# fade_in: 1,
|
1942
|
+
# fade_out: 1,
|
1943
|
+
# height: 1,
|
1944
|
+
# image_inserter_input: "__stringMin14PatternS3BmpBMPPngPNGTgaTGA",
|
1945
|
+
# image_x: 1,
|
1946
|
+
# image_y: 1,
|
1947
|
+
# layer: 1,
|
1948
|
+
# opacity: 1,
|
1949
|
+
# start_time: "__stringPattern01D20305D205D",
|
1950
|
+
# width: 1,
|
1951
|
+
# },
|
1952
|
+
# ],
|
1953
|
+
# },
|
1899
1954
|
# input_clippings: [
|
1900
1955
|
# {
|
1901
1956
|
# end_timecode: "__stringPattern010920405090509092",
|
@@ -1927,6 +1982,20 @@ module Aws::MediaConvert
|
|
1927
1982
|
# },
|
1928
1983
|
# },
|
1929
1984
|
# ],
|
1985
|
+
# motion_image_inserter: {
|
1986
|
+
# framerate: {
|
1987
|
+
# framerate_denominator: 1,
|
1988
|
+
# framerate_numerator: 1,
|
1989
|
+
# },
|
1990
|
+
# input: "__stringMin14Max1285PatternS3Mov09Png",
|
1991
|
+
# insertion_mode: "MOV", # accepts MOV, PNG
|
1992
|
+
# offset: {
|
1993
|
+
# image_x: 1,
|
1994
|
+
# image_y: 1,
|
1995
|
+
# },
|
1996
|
+
# playback: "ONCE", # accepts ONCE, REPEAT
|
1997
|
+
# start_time: "__stringMin11Max11Pattern01D20305D205D",
|
1998
|
+
# },
|
1930
1999
|
# nielsen_configuration: {
|
1931
2000
|
# breakout_code: 1,
|
1932
2001
|
# distributor_id: "__string",
|
@@ -1969,6 +2038,7 @@ module Aws::MediaConvert
|
|
1969
2038
|
# destination: "__stringPatternS3",
|
1970
2039
|
# encryption: {
|
1971
2040
|
# speke_key_provider: {
|
2041
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
1972
2042
|
# resource_id: "__string",
|
1973
2043
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
1974
2044
|
# url: "__stringPatternHttps",
|
@@ -2005,6 +2075,7 @@ module Aws::MediaConvert
|
|
2005
2075
|
# encryption_method: "AES128", # accepts AES128, SAMPLE_AES
|
2006
2076
|
# initialization_vector_in_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
2007
2077
|
# speke_key_provider: {
|
2078
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
2008
2079
|
# resource_id: "__string",
|
2009
2080
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
2010
2081
|
# url: "__stringPatternHttps",
|
@@ -2037,6 +2108,7 @@ module Aws::MediaConvert
|
|
2037
2108
|
# destination: "__stringPatternS3",
|
2038
2109
|
# encryption: {
|
2039
2110
|
# speke_key_provider: {
|
2111
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
2040
2112
|
# resource_id: "__string",
|
2041
2113
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
2042
2114
|
# url: "__stringPatternHttps",
|
@@ -2165,7 +2237,7 @@ module Aws::MediaConvert
|
|
2165
2237
|
# x_position: 1,
|
2166
2238
|
# y_position: 1,
|
2167
2239
|
# },
|
2168
|
-
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, SCC, SRT, TELETEXT, TTML, WEBVTT
|
2240
|
+
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
|
2169
2241
|
# dvb_sub_destination_settings: {
|
2170
2242
|
# alignment: "CENTERED", # accepts CENTERED, LEFT
|
2171
2243
|
# background_color: "NONE", # accepts NONE, BLACK, WHITE
|
@@ -2686,7 +2758,7 @@ module Aws::MediaConvert
|
|
2686
2758
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTSmiSMI",
|
2687
2759
|
# time_delta: 1,
|
2688
2760
|
# },
|
2689
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCC, TTML, STL, SRT, TELETEXT, NULL_SOURCE
|
2761
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE
|
2690
2762
|
# teletext_source_settings: {
|
2691
2763
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
2692
2764
|
# },
|
@@ -2697,6 +2769,23 @@ module Aws::MediaConvert
|
|
2697
2769
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
2698
2770
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
2699
2771
|
# filter_strength: 1,
|
2772
|
+
# image_inserter: {
|
2773
|
+
# insertable_images: [
|
2774
|
+
# {
|
2775
|
+
# duration: 1,
|
2776
|
+
# fade_in: 1,
|
2777
|
+
# fade_out: 1,
|
2778
|
+
# height: 1,
|
2779
|
+
# image_inserter_input: "__stringMin14PatternS3BmpBMPPngPNGTgaTGA",
|
2780
|
+
# image_x: 1,
|
2781
|
+
# image_y: 1,
|
2782
|
+
# layer: 1,
|
2783
|
+
# opacity: 1,
|
2784
|
+
# start_time: "__stringPattern01D20305D205D",
|
2785
|
+
# width: 1,
|
2786
|
+
# },
|
2787
|
+
# ],
|
2788
|
+
# },
|
2700
2789
|
# input_clippings: [
|
2701
2790
|
# {
|
2702
2791
|
# end_timecode: "__stringPattern010920405090509092",
|
@@ -2728,6 +2817,20 @@ module Aws::MediaConvert
|
|
2728
2817
|
# },
|
2729
2818
|
# },
|
2730
2819
|
# ],
|
2820
|
+
# motion_image_inserter: {
|
2821
|
+
# framerate: {
|
2822
|
+
# framerate_denominator: 1,
|
2823
|
+
# framerate_numerator: 1,
|
2824
|
+
# },
|
2825
|
+
# input: "__stringMin14Max1285PatternS3Mov09Png",
|
2826
|
+
# insertion_mode: "MOV", # accepts MOV, PNG
|
2827
|
+
# offset: {
|
2828
|
+
# image_x: 1,
|
2829
|
+
# image_y: 1,
|
2830
|
+
# },
|
2831
|
+
# playback: "ONCE", # accepts ONCE, REPEAT
|
2832
|
+
# start_time: "__stringMin11Max11Pattern01D20305D205D",
|
2833
|
+
# },
|
2731
2834
|
# nielsen_configuration: {
|
2732
2835
|
# breakout_code: 1,
|
2733
2836
|
# distributor_id: "__string",
|
@@ -2770,6 +2873,7 @@ module Aws::MediaConvert
|
|
2770
2873
|
# destination: "__stringPatternS3",
|
2771
2874
|
# encryption: {
|
2772
2875
|
# speke_key_provider: {
|
2876
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
2773
2877
|
# resource_id: "__string",
|
2774
2878
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
2775
2879
|
# url: "__stringPatternHttps",
|
@@ -2806,6 +2910,7 @@ module Aws::MediaConvert
|
|
2806
2910
|
# encryption_method: "AES128", # accepts AES128, SAMPLE_AES
|
2807
2911
|
# initialization_vector_in_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
2808
2912
|
# speke_key_provider: {
|
2913
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
2809
2914
|
# resource_id: "__string",
|
2810
2915
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
2811
2916
|
# url: "__stringPatternHttps",
|
@@ -2838,6 +2943,7 @@ module Aws::MediaConvert
|
|
2838
2943
|
# destination: "__stringPatternS3",
|
2839
2944
|
# encryption: {
|
2840
2945
|
# speke_key_provider: {
|
2946
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
2841
2947
|
# resource_id: "__string",
|
2842
2948
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
2843
2949
|
# url: "__stringPatternHttps",
|
@@ -2966,7 +3072,7 @@ module Aws::MediaConvert
|
|
2966
3072
|
# x_position: 1,
|
2967
3073
|
# y_position: 1,
|
2968
3074
|
# },
|
2969
|
-
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, SCC, SRT, TELETEXT, TTML, WEBVTT
|
3075
|
+
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
|
2970
3076
|
# dvb_sub_destination_settings: {
|
2971
3077
|
# alignment: "CENTERED", # accepts CENTERED, LEFT
|
2972
3078
|
# background_color: "NONE", # accepts NONE, BLACK, WHITE
|
@@ -3528,7 +3634,7 @@ module Aws::MediaConvert
|
|
3528
3634
|
# x_position: 1,
|
3529
3635
|
# y_position: 1,
|
3530
3636
|
# },
|
3531
|
-
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, SCC, SRT, TELETEXT, TTML, WEBVTT
|
3637
|
+
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
|
3532
3638
|
# dvb_sub_destination_settings: {
|
3533
3639
|
# alignment: "CENTERED", # accepts CENTERED, LEFT
|
3534
3640
|
# background_color: "NONE", # accepts NONE, BLACK, WHITE
|
@@ -4009,6 +4115,7 @@ module Aws::MediaConvert
|
|
4009
4115
|
#
|
4010
4116
|
# {
|
4011
4117
|
# speke_key_provider: {
|
4118
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
4012
4119
|
# resource_id: "__string",
|
4013
4120
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
4014
4121
|
# url: "__stringPatternHttps",
|
@@ -4037,6 +4144,7 @@ module Aws::MediaConvert
|
|
4037
4144
|
# destination: "__stringPatternS3",
|
4038
4145
|
# encryption: {
|
4039
4146
|
# speke_key_provider: {
|
4147
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
4040
4148
|
# resource_id: "__string",
|
4041
4149
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
4042
4150
|
# url: "__stringPatternHttps",
|
@@ -4103,9 +4211,14 @@ module Aws::MediaConvert
|
|
4103
4211
|
# @return [Integer]
|
4104
4212
|
#
|
4105
4213
|
# @!attribute [rw] write_segment_timeline_in_representation
|
4106
|
-
# When
|
4107
|
-
#
|
4108
|
-
#
|
4214
|
+
# When you enable Precise segment duration in manifests
|
4215
|
+
# (writeSegmentTimelineInRepresentation), your DASH manifest shows
|
4216
|
+
# precise segment durations. The segment duration information appears
|
4217
|
+
# inside the SegmentTimeline element, inside SegmentTemplate at the
|
4218
|
+
# Representation level. When this feature isn't enabled, the segment
|
4219
|
+
# durations in your DASH manifest are approximate. The segment
|
4220
|
+
# duration information appears in the duration attribute of the
|
4221
|
+
# SegmentTemplate element.
|
4109
4222
|
# @return [String]
|
4110
4223
|
#
|
4111
4224
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DashIsoGroupSettings AWS API Documentation
|
@@ -4312,6 +4425,36 @@ module Aws::MediaConvert
|
|
4312
4425
|
include Aws::Structure
|
4313
4426
|
end
|
4314
4427
|
|
4428
|
+
# Removes an association between the Amazon Resource Name (ARN) of an
|
4429
|
+
# AWS Certificate Manager (ACM) certificate and an AWS Elemental
|
4430
|
+
# MediaConvert resource.
|
4431
|
+
#
|
4432
|
+
# @note When making an API call, you may pass DisassociateCertificateRequest
|
4433
|
+
# data as a hash:
|
4434
|
+
#
|
4435
|
+
# {
|
4436
|
+
# arn: "__string", # required
|
4437
|
+
# }
|
4438
|
+
#
|
4439
|
+
# @!attribute [rw] arn
|
4440
|
+
# The ARN of the ACM certificate that you want to disassociate from
|
4441
|
+
# your MediaConvert resource.
|
4442
|
+
# @return [String]
|
4443
|
+
#
|
4444
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DisassociateCertificateRequest AWS API Documentation
|
4445
|
+
#
|
4446
|
+
class DisassociateCertificateRequest < Struct.new(
|
4447
|
+
:arn)
|
4448
|
+
include Aws::Structure
|
4449
|
+
end
|
4450
|
+
|
4451
|
+
# Successful disassociation of Certificate Manager Amazon Resource Name
|
4452
|
+
# (ARN) with Mediaconvert returns an OK message.
|
4453
|
+
#
|
4454
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DisassociateCertificateResponse AWS API Documentation
|
4455
|
+
#
|
4456
|
+
class DisassociateCertificateResponse < Aws::EmptyStructure; end
|
4457
|
+
|
4315
4458
|
# Inserts DVB Network Information Table (NIT) at the specified table
|
4316
4459
|
# repetition interval.
|
4317
4460
|
#
|
@@ -6042,6 +6185,7 @@ module Aws::MediaConvert
|
|
6042
6185
|
# encryption_method: "AES128", # accepts AES128, SAMPLE_AES
|
6043
6186
|
# initialization_vector_in_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
6044
6187
|
# speke_key_provider: {
|
6188
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
6045
6189
|
# resource_id: "__string",
|
6046
6190
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
6047
6191
|
# url: "__stringPatternHttps",
|
@@ -6079,7 +6223,7 @@ module Aws::MediaConvert
|
|
6079
6223
|
# @return [Types::SpekeKeyProvider]
|
6080
6224
|
#
|
6081
6225
|
# @!attribute [rw] static_key_provider
|
6082
|
-
#
|
6226
|
+
# Use these settings to set up encryption with a static key provider.
|
6083
6227
|
# @return [Types::StaticKeyProvider]
|
6084
6228
|
#
|
6085
6229
|
# @!attribute [rw] type
|
@@ -6125,6 +6269,7 @@ module Aws::MediaConvert
|
|
6125
6269
|
# encryption_method: "AES128", # accepts AES128, SAMPLE_AES
|
6126
6270
|
# initialization_vector_in_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
6127
6271
|
# speke_key_provider: {
|
6272
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
6128
6273
|
# resource_id: "__string",
|
6129
6274
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
6130
6275
|
# url: "__stringPatternHttps",
|
@@ -6410,8 +6555,8 @@ module Aws::MediaConvert
|
|
6410
6555
|
end
|
6411
6556
|
|
6412
6557
|
# Enable the Image inserter (ImageInserter) feature to include a graphic
|
6413
|
-
# overlay on your video. Enable or disable this feature for each
|
6414
|
-
# individually. This setting is disabled by default.
|
6558
|
+
# overlay on your video. Enable or disable this feature for each input
|
6559
|
+
# or output individually. This setting is disabled by default.
|
6415
6560
|
#
|
6416
6561
|
# @note When making an API call, you may pass ImageInserter
|
6417
6562
|
# data as a hash:
|
@@ -6435,8 +6580,8 @@ module Aws::MediaConvert
|
|
6435
6580
|
# }
|
6436
6581
|
#
|
6437
6582
|
# @!attribute [rw] insertable_images
|
6438
|
-
#
|
6439
|
-
#
|
6583
|
+
# Specify the images that you want to overlay on your video. The
|
6584
|
+
# images must be PNG or TGA files.
|
6440
6585
|
# @return [Array<Types::InsertableImage>]
|
6441
6586
|
#
|
6442
6587
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ImageInserter AWS API Documentation
|
@@ -6502,7 +6647,7 @@ module Aws::MediaConvert
|
|
6502
6647
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTSmiSMI",
|
6503
6648
|
# time_delta: 1,
|
6504
6649
|
# },
|
6505
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCC, TTML, STL, SRT, TELETEXT, NULL_SOURCE
|
6650
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE
|
6506
6651
|
# teletext_source_settings: {
|
6507
6652
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
6508
6653
|
# },
|
@@ -6510,10 +6655,33 @@ module Aws::MediaConvert
|
|
6510
6655
|
# },
|
6511
6656
|
# },
|
6512
6657
|
# deblock_filter: "ENABLED", # accepts ENABLED, DISABLED
|
6658
|
+
# decryption_settings: {
|
6659
|
+
# decryption_mode: "AES_CTR", # accepts AES_CTR, AES_CBC, AES_GCM
|
6660
|
+
# encrypted_decryption_key: "__stringMin24Max512PatternAZaZ0902",
|
6661
|
+
# initialization_vector: "__stringMin16Max24PatternAZaZ0922AZaZ0916",
|
6662
|
+
# kms_key_region: "__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912",
|
6663
|
+
# },
|
6513
6664
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
6514
6665
|
# file_input: "__stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MM",
|
6515
6666
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
6516
6667
|
# filter_strength: 1,
|
6668
|
+
# image_inserter: {
|
6669
|
+
# insertable_images: [
|
6670
|
+
# {
|
6671
|
+
# duration: 1,
|
6672
|
+
# fade_in: 1,
|
6673
|
+
# fade_out: 1,
|
6674
|
+
# height: 1,
|
6675
|
+
# image_inserter_input: "__stringMin14PatternS3BmpBMPPngPNGTgaTGA",
|
6676
|
+
# image_x: 1,
|
6677
|
+
# image_y: 1,
|
6678
|
+
# layer: 1,
|
6679
|
+
# opacity: 1,
|
6680
|
+
# start_time: "__stringPattern01D20305D205D",
|
6681
|
+
# width: 1,
|
6682
|
+
# },
|
6683
|
+
# ],
|
6684
|
+
# },
|
6517
6685
|
# input_clippings: [
|
6518
6686
|
# {
|
6519
6687
|
# end_timecode: "__stringPattern010920405090509092",
|
@@ -6569,6 +6737,11 @@ module Aws::MediaConvert
|
|
6569
6737
|
# MPEG2 and uncompressed video inputs.
|
6570
6738
|
# @return [String]
|
6571
6739
|
#
|
6740
|
+
# @!attribute [rw] decryption_settings
|
6741
|
+
# If the input file is encrypted, decryption settings to decrypt the
|
6742
|
+
# media file
|
6743
|
+
# @return [Types::InputDecryptionSettings]
|
6744
|
+
#
|
6572
6745
|
# @!attribute [rw] denoise_filter
|
6573
6746
|
# Enable Denoise (InputDenoiseFilter) to filter noise from the input.
|
6574
6747
|
# Default is disabled. Only applicable to MPEG2, H.264, H.265, and
|
@@ -6600,6 +6773,12 @@ module Aws::MediaConvert
|
|
6600
6773
|
# Default is 0.
|
6601
6774
|
# @return [Integer]
|
6602
6775
|
#
|
6776
|
+
# @!attribute [rw] image_inserter
|
6777
|
+
# Enable the Image inserter (ImageInserter) feature to include a
|
6778
|
+
# graphic overlay on your video. Enable or disable this feature for
|
6779
|
+
# each input individually. This setting is disabled by default.
|
6780
|
+
# @return [Types::ImageInserter]
|
6781
|
+
#
|
6603
6782
|
# @!attribute [rw] input_clippings
|
6604
6783
|
# (InputClippings) contains sets of start and end times that together
|
6605
6784
|
# specify a portion of the input to be used in the outputs. If you
|
@@ -6647,10 +6826,12 @@ module Aws::MediaConvert
|
|
6647
6826
|
:audio_selectors,
|
6648
6827
|
:caption_selectors,
|
6649
6828
|
:deblock_filter,
|
6829
|
+
:decryption_settings,
|
6650
6830
|
:denoise_filter,
|
6651
6831
|
:file_input,
|
6652
6832
|
:filter_enable,
|
6653
6833
|
:filter_strength,
|
6834
|
+
:image_inserter,
|
6654
6835
|
:input_clippings,
|
6655
6836
|
:program_number,
|
6656
6837
|
:psi_control,
|
@@ -6705,6 +6886,44 @@ module Aws::MediaConvert
|
|
6705
6886
|
include Aws::Structure
|
6706
6887
|
end
|
6707
6888
|
|
6889
|
+
# Specify the decryption settings used to decrypt encrypted input
|
6890
|
+
#
|
6891
|
+
# @note When making an API call, you may pass InputDecryptionSettings
|
6892
|
+
# data as a hash:
|
6893
|
+
#
|
6894
|
+
# {
|
6895
|
+
# decryption_mode: "AES_CTR", # accepts AES_CTR, AES_CBC, AES_GCM
|
6896
|
+
# encrypted_decryption_key: "__stringMin24Max512PatternAZaZ0902",
|
6897
|
+
# initialization_vector: "__stringMin16Max24PatternAZaZ0922AZaZ0916",
|
6898
|
+
# kms_key_region: "__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912",
|
6899
|
+
# }
|
6900
|
+
#
|
6901
|
+
# @!attribute [rw] decryption_mode
|
6902
|
+
# This specifies how the encrypted file needs to be decrypted.
|
6903
|
+
# @return [String]
|
6904
|
+
#
|
6905
|
+
# @!attribute [rw] encrypted_decryption_key
|
6906
|
+
# Decryption key either 128 or 192 or 256 bits encrypted with KMS
|
6907
|
+
# @return [String]
|
6908
|
+
#
|
6909
|
+
# @!attribute [rw] initialization_vector
|
6910
|
+
# Initialization Vector 96 bits (CTR/GCM mode only) or 128 bits.
|
6911
|
+
# @return [String]
|
6912
|
+
#
|
6913
|
+
# @!attribute [rw] kms_key_region
|
6914
|
+
# The AWS region in which decryption key was encrypted with KMS
|
6915
|
+
# @return [String]
|
6916
|
+
#
|
6917
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/InputDecryptionSettings AWS API Documentation
|
6918
|
+
#
|
6919
|
+
class InputDecryptionSettings < Struct.new(
|
6920
|
+
:decryption_mode,
|
6921
|
+
:encrypted_decryption_key,
|
6922
|
+
:initialization_vector,
|
6923
|
+
:kms_key_region)
|
6924
|
+
include Aws::Structure
|
6925
|
+
end
|
6926
|
+
|
6708
6927
|
# Specified video input in a template.
|
6709
6928
|
#
|
6710
6929
|
# @note When making an API call, you may pass InputTemplate
|
@@ -6761,7 +6980,7 @@ module Aws::MediaConvert
|
|
6761
6980
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTSmiSMI",
|
6762
6981
|
# time_delta: 1,
|
6763
6982
|
# },
|
6764
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCC, TTML, STL, SRT, TELETEXT, NULL_SOURCE
|
6983
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE
|
6765
6984
|
# teletext_source_settings: {
|
6766
6985
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
6767
6986
|
# },
|
@@ -6772,6 +6991,23 @@ module Aws::MediaConvert
|
|
6772
6991
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
6773
6992
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
6774
6993
|
# filter_strength: 1,
|
6994
|
+
# image_inserter: {
|
6995
|
+
# insertable_images: [
|
6996
|
+
# {
|
6997
|
+
# duration: 1,
|
6998
|
+
# fade_in: 1,
|
6999
|
+
# fade_out: 1,
|
7000
|
+
# height: 1,
|
7001
|
+
# image_inserter_input: "__stringMin14PatternS3BmpBMPPngPNGTgaTGA",
|
7002
|
+
# image_x: 1,
|
7003
|
+
# image_y: 1,
|
7004
|
+
# layer: 1,
|
7005
|
+
# opacity: 1,
|
7006
|
+
# start_time: "__stringPattern01D20305D205D",
|
7007
|
+
# width: 1,
|
7008
|
+
# },
|
7009
|
+
# ],
|
7010
|
+
# },
|
6775
7011
|
# input_clippings: [
|
6776
7012
|
# {
|
6777
7013
|
# end_timecode: "__stringPattern010920405090509092",
|
@@ -6851,6 +7087,12 @@ module Aws::MediaConvert
|
|
6851
7087
|
# Default is 0.
|
6852
7088
|
# @return [Integer]
|
6853
7089
|
#
|
7090
|
+
# @!attribute [rw] image_inserter
|
7091
|
+
# Enable the Image inserter (ImageInserter) feature to include a
|
7092
|
+
# graphic overlay on your video. Enable or disable this feature for
|
7093
|
+
# each input individually. This setting is disabled by default.
|
7094
|
+
# @return [Types::ImageInserter]
|
7095
|
+
#
|
6854
7096
|
# @!attribute [rw] input_clippings
|
6855
7097
|
# (InputClippings) contains sets of start and end times that together
|
6856
7098
|
# specify a portion of the input to be used in the outputs. If you
|
@@ -6901,6 +7143,7 @@ module Aws::MediaConvert
|
|
6901
7143
|
:denoise_filter,
|
6902
7144
|
:filter_enable,
|
6903
7145
|
:filter_strength,
|
7146
|
+
:image_inserter,
|
6904
7147
|
:input_clippings,
|
6905
7148
|
:program_number,
|
6906
7149
|
:psi_control,
|
@@ -6909,7 +7152,7 @@ module Aws::MediaConvert
|
|
6909
7152
|
include Aws::Structure
|
6910
7153
|
end
|
6911
7154
|
|
6912
|
-
# Settings
|
7155
|
+
# Settings that specify how your overlay appears.
|
6913
7156
|
#
|
6914
7157
|
# @note When making an API call, you may pass InsertableImage
|
6915
7158
|
# data as a hash:
|
@@ -6929,51 +7172,55 @@ module Aws::MediaConvert
|
|
6929
7172
|
# }
|
6930
7173
|
#
|
6931
7174
|
# @!attribute [rw] duration
|
6932
|
-
#
|
6933
|
-
#
|
7175
|
+
# Set the time, in milliseconds, for the image to remain on the output
|
7176
|
+
# video.
|
6934
7177
|
# @return [Integer]
|
6935
7178
|
#
|
6936
7179
|
# @!attribute [rw] fade_in
|
6937
|
-
#
|
6938
|
-
#
|
6939
|
-
#
|
7180
|
+
# Set the length of time, in milliseconds, between the Start time that
|
7181
|
+
# you specify for the image insertion and the time that the image
|
7182
|
+
# appears at full opacity. Full opacity is the level that you specify
|
7183
|
+
# for the opacity setting. If you don't specify a value for Fade-in,
|
7184
|
+
# the image will appear abruptly at the overlay start time.
|
6940
7185
|
# @return [Integer]
|
6941
7186
|
#
|
6942
7187
|
# @!attribute [rw] fade_out
|
6943
|
-
#
|
6944
|
-
#
|
6945
|
-
# the image
|
6946
|
-
#
|
7188
|
+
# Specify the length of time, in milliseconds, between the end of the
|
7189
|
+
# time that you have specified for the image overlay Duration and when
|
7190
|
+
# the overlaid image has faded to total transparency. If you don't
|
7191
|
+
# specify a value for Fade-out, the image will disappear abruptly at
|
7192
|
+
# the end of the inserted image duration.
|
6947
7193
|
# @return [Integer]
|
6948
7194
|
#
|
6949
7195
|
# @!attribute [rw] height
|
6950
|
-
# Specify the
|
6951
|
-
#
|
6952
|
-
#
|
7196
|
+
# Specify the height of the inserted image in pixels. If you specify a
|
7197
|
+
# value that's larger than the video resolution height, the service
|
7198
|
+
# will crop your overlaid image to fit. To use the native height of
|
7199
|
+
# the image, keep this setting blank.
|
6953
7200
|
# @return [Integer]
|
6954
7201
|
#
|
6955
7202
|
# @!attribute [rw] image_inserter_input
|
6956
7203
|
# Use Image location (imageInserterInput) to specify the Amazon S3
|
6957
|
-
# location of the image to be inserted into the output. Use a
|
6958
|
-
#
|
7204
|
+
# location of the image to be inserted into the output. Use a PNG or
|
7205
|
+
# TGA file that fits inside the video frame.
|
6959
7206
|
# @return [String]
|
6960
7207
|
#
|
6961
7208
|
# @!attribute [rw] image_x
|
6962
7209
|
# Use Left (ImageX) to set the distance, in pixels, between the
|
6963
|
-
# inserted image and the left edge of the frame. Required for
|
6964
|
-
#
|
7210
|
+
# inserted image and the left edge of the video frame. Required for
|
7211
|
+
# any image overlay that you specify.
|
6965
7212
|
# @return [Integer]
|
6966
7213
|
#
|
6967
7214
|
# @!attribute [rw] image_y
|
6968
7215
|
# Use Top (ImageY) to set the distance, in pixels, between the
|
6969
|
-
#
|
6970
|
-
#
|
7216
|
+
# overlaid image and the top edge of the video frame. Required for any
|
7217
|
+
# image overlay that you specify.
|
6971
7218
|
# @return [Integer]
|
6972
7219
|
#
|
6973
7220
|
# @!attribute [rw] layer
|
6974
|
-
#
|
6975
|
-
#
|
6976
|
-
#
|
7221
|
+
# Specify how overlapping inserted images appear. Images with higher
|
7222
|
+
# values for Layer appear on top of images with lower values for
|
7223
|
+
# Layer.
|
6977
7224
|
# @return [Integer]
|
6978
7225
|
#
|
6979
7226
|
# @!attribute [rw] opacity
|
@@ -6989,9 +7236,10 @@ module Aws::MediaConvert
|
|
6989
7236
|
# @return [String]
|
6990
7237
|
#
|
6991
7238
|
# @!attribute [rw] width
|
6992
|
-
# Specify the
|
6993
|
-
#
|
6994
|
-
#
|
7239
|
+
# Specify the width of the inserted image in pixels. If you specify a
|
7240
|
+
# value that's larger than the video resolution width, the service
|
7241
|
+
# will crop your overlaid image to fit. To use the native width of the
|
7242
|
+
# image, keep this setting blank.
|
6995
7243
|
# @return [Integer]
|
6996
7244
|
#
|
6997
7245
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/InsertableImage AWS API Documentation
|
@@ -7168,7 +7416,7 @@ module Aws::MediaConvert
|
|
7168
7416
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTSmiSMI",
|
7169
7417
|
# time_delta: 1,
|
7170
7418
|
# },
|
7171
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCC, TTML, STL, SRT, TELETEXT, NULL_SOURCE
|
7419
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE
|
7172
7420
|
# teletext_source_settings: {
|
7173
7421
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
7174
7422
|
# },
|
@@ -7176,10 +7424,33 @@ module Aws::MediaConvert
|
|
7176
7424
|
# },
|
7177
7425
|
# },
|
7178
7426
|
# deblock_filter: "ENABLED", # accepts ENABLED, DISABLED
|
7427
|
+
# decryption_settings: {
|
7428
|
+
# decryption_mode: "AES_CTR", # accepts AES_CTR, AES_CBC, AES_GCM
|
7429
|
+
# encrypted_decryption_key: "__stringMin24Max512PatternAZaZ0902",
|
7430
|
+
# initialization_vector: "__stringMin16Max24PatternAZaZ0922AZaZ0916",
|
7431
|
+
# kms_key_region: "__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912",
|
7432
|
+
# },
|
7179
7433
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
7180
7434
|
# file_input: "__stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MM",
|
7181
7435
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
7182
7436
|
# filter_strength: 1,
|
7437
|
+
# image_inserter: {
|
7438
|
+
# insertable_images: [
|
7439
|
+
# {
|
7440
|
+
# duration: 1,
|
7441
|
+
# fade_in: 1,
|
7442
|
+
# fade_out: 1,
|
7443
|
+
# height: 1,
|
7444
|
+
# image_inserter_input: "__stringMin14PatternS3BmpBMPPngPNGTgaTGA",
|
7445
|
+
# image_x: 1,
|
7446
|
+
# image_y: 1,
|
7447
|
+
# layer: 1,
|
7448
|
+
# opacity: 1,
|
7449
|
+
# start_time: "__stringPattern01D20305D205D",
|
7450
|
+
# width: 1,
|
7451
|
+
# },
|
7452
|
+
# ],
|
7453
|
+
# },
|
7183
7454
|
# input_clippings: [
|
7184
7455
|
# {
|
7185
7456
|
# end_timecode: "__stringPattern010920405090509092",
|
@@ -7211,6 +7482,20 @@ module Aws::MediaConvert
|
|
7211
7482
|
# },
|
7212
7483
|
# },
|
7213
7484
|
# ],
|
7485
|
+
# motion_image_inserter: {
|
7486
|
+
# framerate: {
|
7487
|
+
# framerate_denominator: 1,
|
7488
|
+
# framerate_numerator: 1,
|
7489
|
+
# },
|
7490
|
+
# input: "__stringMin14Max1285PatternS3Mov09Png",
|
7491
|
+
# insertion_mode: "MOV", # accepts MOV, PNG
|
7492
|
+
# offset: {
|
7493
|
+
# image_x: 1,
|
7494
|
+
# image_y: 1,
|
7495
|
+
# },
|
7496
|
+
# playback: "ONCE", # accepts ONCE, REPEAT
|
7497
|
+
# start_time: "__stringMin11Max11Pattern01D20305D205D",
|
7498
|
+
# },
|
7214
7499
|
# nielsen_configuration: {
|
7215
7500
|
# breakout_code: 1,
|
7216
7501
|
# distributor_id: "__string",
|
@@ -7253,6 +7538,7 @@ module Aws::MediaConvert
|
|
7253
7538
|
# destination: "__stringPatternS3",
|
7254
7539
|
# encryption: {
|
7255
7540
|
# speke_key_provider: {
|
7541
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
7256
7542
|
# resource_id: "__string",
|
7257
7543
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
7258
7544
|
# url: "__stringPatternHttps",
|
@@ -7289,6 +7575,7 @@ module Aws::MediaConvert
|
|
7289
7575
|
# encryption_method: "AES128", # accepts AES128, SAMPLE_AES
|
7290
7576
|
# initialization_vector_in_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
7291
7577
|
# speke_key_provider: {
|
7578
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
7292
7579
|
# resource_id: "__string",
|
7293
7580
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
7294
7581
|
# url: "__stringPatternHttps",
|
@@ -7321,6 +7608,7 @@ module Aws::MediaConvert
|
|
7321
7608
|
# destination: "__stringPatternS3",
|
7322
7609
|
# encryption: {
|
7323
7610
|
# speke_key_provider: {
|
7611
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
7324
7612
|
# resource_id: "__string",
|
7325
7613
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
7326
7614
|
# url: "__stringPatternHttps",
|
@@ -7449,7 +7737,7 @@ module Aws::MediaConvert
|
|
7449
7737
|
# x_position: 1,
|
7450
7738
|
# y_position: 1,
|
7451
7739
|
# },
|
7452
|
-
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, SCC, SRT, TELETEXT, TTML, WEBVTT
|
7740
|
+
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
|
7453
7741
|
# dvb_sub_destination_settings: {
|
7454
7742
|
# alignment: "CENTERED", # accepts CENTERED, LEFT
|
7455
7743
|
# background_color: "NONE", # accepts NONE, BLACK, WHITE
|
@@ -7843,6 +8131,11 @@ module Aws::MediaConvert
|
|
7843
8131
|
# concantenated together to create the output.
|
7844
8132
|
# @return [Array<Types::Input>]
|
7845
8133
|
#
|
8134
|
+
# @!attribute [rw] motion_image_inserter
|
8135
|
+
# Overlay motion graphics on top of your video. The motion graphics
|
8136
|
+
# that you specify here appear on all outputs in all output groups.
|
8137
|
+
# @return [Types::MotionImageInserter]
|
8138
|
+
#
|
7846
8139
|
# @!attribute [rw] nielsen_configuration
|
7847
8140
|
# Settings for Nielsen Configuration
|
7848
8141
|
# @return [Types::NielsenConfiguration]
|
@@ -7880,6 +8173,7 @@ module Aws::MediaConvert
|
|
7880
8173
|
:ad_avail_offset,
|
7881
8174
|
:avail_blanking,
|
7882
8175
|
:inputs,
|
8176
|
+
:motion_image_inserter,
|
7883
8177
|
:nielsen_configuration,
|
7884
8178
|
:output_groups,
|
7885
8179
|
:timecode_config,
|
@@ -8010,7 +8304,7 @@ module Aws::MediaConvert
|
|
8010
8304
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTSmiSMI",
|
8011
8305
|
# time_delta: 1,
|
8012
8306
|
# },
|
8013
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCC, TTML, STL, SRT, TELETEXT, NULL_SOURCE
|
8307
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE
|
8014
8308
|
# teletext_source_settings: {
|
8015
8309
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
8016
8310
|
# },
|
@@ -8021,6 +8315,23 @@ module Aws::MediaConvert
|
|
8021
8315
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
8022
8316
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
8023
8317
|
# filter_strength: 1,
|
8318
|
+
# image_inserter: {
|
8319
|
+
# insertable_images: [
|
8320
|
+
# {
|
8321
|
+
# duration: 1,
|
8322
|
+
# fade_in: 1,
|
8323
|
+
# fade_out: 1,
|
8324
|
+
# height: 1,
|
8325
|
+
# image_inserter_input: "__stringMin14PatternS3BmpBMPPngPNGTgaTGA",
|
8326
|
+
# image_x: 1,
|
8327
|
+
# image_y: 1,
|
8328
|
+
# layer: 1,
|
8329
|
+
# opacity: 1,
|
8330
|
+
# start_time: "__stringPattern01D20305D205D",
|
8331
|
+
# width: 1,
|
8332
|
+
# },
|
8333
|
+
# ],
|
8334
|
+
# },
|
8024
8335
|
# input_clippings: [
|
8025
8336
|
# {
|
8026
8337
|
# end_timecode: "__stringPattern010920405090509092",
|
@@ -8052,6 +8363,20 @@ module Aws::MediaConvert
|
|
8052
8363
|
# },
|
8053
8364
|
# },
|
8054
8365
|
# ],
|
8366
|
+
# motion_image_inserter: {
|
8367
|
+
# framerate: {
|
8368
|
+
# framerate_denominator: 1,
|
8369
|
+
# framerate_numerator: 1,
|
8370
|
+
# },
|
8371
|
+
# input: "__stringMin14Max1285PatternS3Mov09Png",
|
8372
|
+
# insertion_mode: "MOV", # accepts MOV, PNG
|
8373
|
+
# offset: {
|
8374
|
+
# image_x: 1,
|
8375
|
+
# image_y: 1,
|
8376
|
+
# },
|
8377
|
+
# playback: "ONCE", # accepts ONCE, REPEAT
|
8378
|
+
# start_time: "__stringMin11Max11Pattern01D20305D205D",
|
8379
|
+
# },
|
8055
8380
|
# nielsen_configuration: {
|
8056
8381
|
# breakout_code: 1,
|
8057
8382
|
# distributor_id: "__string",
|
@@ -8094,6 +8419,7 @@ module Aws::MediaConvert
|
|
8094
8419
|
# destination: "__stringPatternS3",
|
8095
8420
|
# encryption: {
|
8096
8421
|
# speke_key_provider: {
|
8422
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
8097
8423
|
# resource_id: "__string",
|
8098
8424
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
8099
8425
|
# url: "__stringPatternHttps",
|
@@ -8130,6 +8456,7 @@ module Aws::MediaConvert
|
|
8130
8456
|
# encryption_method: "AES128", # accepts AES128, SAMPLE_AES
|
8131
8457
|
# initialization_vector_in_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
8132
8458
|
# speke_key_provider: {
|
8459
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
8133
8460
|
# resource_id: "__string",
|
8134
8461
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
8135
8462
|
# url: "__stringPatternHttps",
|
@@ -8162,6 +8489,7 @@ module Aws::MediaConvert
|
|
8162
8489
|
# destination: "__stringPatternS3",
|
8163
8490
|
# encryption: {
|
8164
8491
|
# speke_key_provider: {
|
8492
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
8165
8493
|
# resource_id: "__string",
|
8166
8494
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
8167
8495
|
# url: "__stringPatternHttps",
|
@@ -8290,7 +8618,7 @@ module Aws::MediaConvert
|
|
8290
8618
|
# x_position: 1,
|
8291
8619
|
# y_position: 1,
|
8292
8620
|
# },
|
8293
|
-
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, SCC, SRT, TELETEXT, TTML, WEBVTT
|
8621
|
+
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
|
8294
8622
|
# dvb_sub_destination_settings: {
|
8295
8623
|
# alignment: "CENTERED", # accepts CENTERED, LEFT
|
8296
8624
|
# background_color: "NONE", # accepts NONE, BLACK, WHITE
|
@@ -8684,6 +9012,11 @@ module Aws::MediaConvert
|
|
8684
9012
|
# you can include multiple inputs when referencing a job template.
|
8685
9013
|
# @return [Array<Types::InputTemplate>]
|
8686
9014
|
#
|
9015
|
+
# @!attribute [rw] motion_image_inserter
|
9016
|
+
# Overlay motion graphics on top of your video. The motion graphics
|
9017
|
+
# that you specify here appear on all outputs in all output groups.
|
9018
|
+
# @return [Types::MotionImageInserter]
|
9019
|
+
#
|
8687
9020
|
# @!attribute [rw] nielsen_configuration
|
8688
9021
|
# Settings for Nielsen Configuration
|
8689
9022
|
# @return [Types::NielsenConfiguration]
|
@@ -8721,6 +9054,7 @@ module Aws::MediaConvert
|
|
8721
9054
|
:ad_avail_offset,
|
8722
9055
|
:avail_blanking,
|
8723
9056
|
:inputs,
|
9057
|
+
:motion_image_inserter,
|
8724
9058
|
:nielsen_configuration,
|
8725
9059
|
:output_groups,
|
8726
9060
|
:timecode_config,
|
@@ -9481,6 +9815,161 @@ module Aws::MediaConvert
|
|
9481
9815
|
include Aws::Structure
|
9482
9816
|
end
|
9483
9817
|
|
9818
|
+
# Overlay motion graphics on top of your video at the time that you
|
9819
|
+
# specify.
|
9820
|
+
#
|
9821
|
+
# @note When making an API call, you may pass MotionImageInserter
|
9822
|
+
# data as a hash:
|
9823
|
+
#
|
9824
|
+
# {
|
9825
|
+
# framerate: {
|
9826
|
+
# framerate_denominator: 1,
|
9827
|
+
# framerate_numerator: 1,
|
9828
|
+
# },
|
9829
|
+
# input: "__stringMin14Max1285PatternS3Mov09Png",
|
9830
|
+
# insertion_mode: "MOV", # accepts MOV, PNG
|
9831
|
+
# offset: {
|
9832
|
+
# image_x: 1,
|
9833
|
+
# image_y: 1,
|
9834
|
+
# },
|
9835
|
+
# playback: "ONCE", # accepts ONCE, REPEAT
|
9836
|
+
# start_time: "__stringMin11Max11Pattern01D20305D205D",
|
9837
|
+
# }
|
9838
|
+
#
|
9839
|
+
# @!attribute [rw] framerate
|
9840
|
+
# If your motion graphic asset is a .mov file, keep this setting
|
9841
|
+
# unspecified. If your motion graphic asset is a series of .png files,
|
9842
|
+
# specify the framerate of the overlay in frames per second, as a
|
9843
|
+
# fraction. For example, specify 24 fps as 24/1. Make sure that the
|
9844
|
+
# number of images in your series matches the framerate and your
|
9845
|
+
# intended overlay duration. For example, if you want a 30-second
|
9846
|
+
# overlay at 30 fps, you should have 900 .png images. This overlay
|
9847
|
+
# framerate doesn't need to match the framerate of the underlying
|
9848
|
+
# video.
|
9849
|
+
# @return [Types::MotionImageInsertionFramerate]
|
9850
|
+
#
|
9851
|
+
# @!attribute [rw] input
|
9852
|
+
# Specify the .mov file or series of .png files that you want to
|
9853
|
+
# overlay on your video. For .png files, provide the file name of the
|
9854
|
+
# first file in the series. Make sure that the names of the .png files
|
9855
|
+
# end with sequential numbers that specify the order that they are
|
9856
|
+
# played in. For example, overlay\_000.png, overlay\_001.png,
|
9857
|
+
# overlay\_002.png, and so on. The sequence must start at zero, and
|
9858
|
+
# each image file name must have the same number of digits. Pad your
|
9859
|
+
# initial file names with enough zeros to complete the sequence. For
|
9860
|
+
# example, if the first image is overlay\_0.png, there can be only 10
|
9861
|
+
# images in the sequence, with the last image being overlay\_9.png.
|
9862
|
+
# But if the first image is overlay\_00.png, there can be 100 images
|
9863
|
+
# in the sequence.
|
9864
|
+
# @return [String]
|
9865
|
+
#
|
9866
|
+
# @!attribute [rw] insertion_mode
|
9867
|
+
# Choose the type of motion graphic asset that you are providing for
|
9868
|
+
# your overlay. You can choose either a .mov file or a series of .png
|
9869
|
+
# files.
|
9870
|
+
# @return [String]
|
9871
|
+
#
|
9872
|
+
# @!attribute [rw] offset
|
9873
|
+
# Use Offset to specify the placement of your motion graphic overlay
|
9874
|
+
# on the video frame. Specify in pixels, from the upper-left corner of
|
9875
|
+
# the frame. If you don't specify an offset, the service scales your
|
9876
|
+
# overlay to the full size of the frame. Otherwise, the service
|
9877
|
+
# inserts the overlay at its native resolution and scales the size up
|
9878
|
+
# or down with any video scaling.
|
9879
|
+
# @return [Types::MotionImageInsertionOffset]
|
9880
|
+
#
|
9881
|
+
# @!attribute [rw] playback
|
9882
|
+
# Specify whether your motion graphic overlay repeats on a loop or
|
9883
|
+
# plays only once.
|
9884
|
+
# @return [String]
|
9885
|
+
#
|
9886
|
+
# @!attribute [rw] start_time
|
9887
|
+
# Specify when the motion overlay begins. Use timecode format
|
9888
|
+
# (HH:MM:SS:FF or HH:MM:SS;FF). Make sure that the timecode you
|
9889
|
+
# provide here takes into account how you have set up your timecode
|
9890
|
+
# configuration under both job settings and input settings. The
|
9891
|
+
# simplest way to do that is to set both to start at 0. If you need to
|
9892
|
+
# set up your job to follow timecodes embedded in your source that
|
9893
|
+
# don't start at zero, make sure that you specify a start time that
|
9894
|
+
# is after the first embedded timecode. For more information, see
|
9895
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/setting-up-timecode.html
|
9896
|
+
# Find job-wide and input timecode configuration settings in your JSON
|
9897
|
+
# job settings specification at settings>timecodeConfig>source and
|
9898
|
+
# settings>inputs>timecodeSource.
|
9899
|
+
# @return [String]
|
9900
|
+
#
|
9901
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/MotionImageInserter AWS API Documentation
|
9902
|
+
#
|
9903
|
+
class MotionImageInserter < Struct.new(
|
9904
|
+
:framerate,
|
9905
|
+
:input,
|
9906
|
+
:insertion_mode,
|
9907
|
+
:offset,
|
9908
|
+
:playback,
|
9909
|
+
:start_time)
|
9910
|
+
include Aws::Structure
|
9911
|
+
end
|
9912
|
+
|
9913
|
+
# For motion overlays that don't have a built-in framerate, specify the
|
9914
|
+
# framerate of the overlay in frames per second, as a fraction. For
|
9915
|
+
# example, specify 24 fps as 24/1. The overlay framerate doesn't need
|
9916
|
+
# to match the framerate of the underlying video.
|
9917
|
+
#
|
9918
|
+
# @note When making an API call, you may pass MotionImageInsertionFramerate
|
9919
|
+
# data as a hash:
|
9920
|
+
#
|
9921
|
+
# {
|
9922
|
+
# framerate_denominator: 1,
|
9923
|
+
# framerate_numerator: 1,
|
9924
|
+
# }
|
9925
|
+
#
|
9926
|
+
# @!attribute [rw] framerate_denominator
|
9927
|
+
# The bottom of the fraction that expresses your overlay framerate.
|
9928
|
+
# For example, if your framerate is 24 fps, set this value to 1.
|
9929
|
+
# @return [Integer]
|
9930
|
+
#
|
9931
|
+
# @!attribute [rw] framerate_numerator
|
9932
|
+
# The top of the fraction that expresses your overlay framerate. For
|
9933
|
+
# example, if your framerate is 24 fps, set this value to 24.
|
9934
|
+
# @return [Integer]
|
9935
|
+
#
|
9936
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/MotionImageInsertionFramerate AWS API Documentation
|
9937
|
+
#
|
9938
|
+
class MotionImageInsertionFramerate < Struct.new(
|
9939
|
+
:framerate_denominator,
|
9940
|
+
:framerate_numerator)
|
9941
|
+
include Aws::Structure
|
9942
|
+
end
|
9943
|
+
|
9944
|
+
# Specify the offset between the upper-left corner of the video frame
|
9945
|
+
# and the top left corner of the overlay.
|
9946
|
+
#
|
9947
|
+
# @note When making an API call, you may pass MotionImageInsertionOffset
|
9948
|
+
# data as a hash:
|
9949
|
+
#
|
9950
|
+
# {
|
9951
|
+
# image_x: 1,
|
9952
|
+
# image_y: 1,
|
9953
|
+
# }
|
9954
|
+
#
|
9955
|
+
# @!attribute [rw] image_x
|
9956
|
+
# Set the distance, in pixels, between the overlay and the left edge
|
9957
|
+
# of the video frame.
|
9958
|
+
# @return [Integer]
|
9959
|
+
#
|
9960
|
+
# @!attribute [rw] image_y
|
9961
|
+
# Set the distance, in pixels, between the overlay and the top edge of
|
9962
|
+
# the video frame.
|
9963
|
+
# @return [Integer]
|
9964
|
+
#
|
9965
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/MotionImageInsertionOffset AWS API Documentation
|
9966
|
+
#
|
9967
|
+
class MotionImageInsertionOffset < Struct.new(
|
9968
|
+
:image_x,
|
9969
|
+
:image_y)
|
9970
|
+
include Aws::Structure
|
9971
|
+
end
|
9972
|
+
|
9484
9973
|
# Settings for MOV Container.
|
9485
9974
|
#
|
9486
9975
|
# @note When making an API call, you may pass MovSettings
|
@@ -9893,6 +10382,7 @@ module Aws::MediaConvert
|
|
9893
10382
|
#
|
9894
10383
|
# {
|
9895
10384
|
# speke_key_provider: {
|
10385
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
9896
10386
|
# resource_id: "__string",
|
9897
10387
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
9898
10388
|
# url: "__stringPatternHttps",
|
@@ -9921,6 +10411,7 @@ module Aws::MediaConvert
|
|
9921
10411
|
# destination: "__stringPatternS3",
|
9922
10412
|
# encryption: {
|
9923
10413
|
# speke_key_provider: {
|
10414
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
9924
10415
|
# resource_id: "__string",
|
9925
10416
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
9926
10417
|
# url: "__stringPatternHttps",
|
@@ -10228,7 +10719,7 @@ module Aws::MediaConvert
|
|
10228
10719
|
# x_position: 1,
|
10229
10720
|
# y_position: 1,
|
10230
10721
|
# },
|
10231
|
-
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, SCC, SRT, TELETEXT, TTML, WEBVTT
|
10722
|
+
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
|
10232
10723
|
# dvb_sub_destination_settings: {
|
10233
10724
|
# alignment: "CENTERED", # accepts CENTERED, LEFT
|
10234
10725
|
# background_color: "NONE", # accepts NONE, BLACK, WHITE
|
@@ -10738,6 +11229,7 @@ module Aws::MediaConvert
|
|
10738
11229
|
# destination: "__stringPatternS3",
|
10739
11230
|
# encryption: {
|
10740
11231
|
# speke_key_provider: {
|
11232
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
10741
11233
|
# resource_id: "__string",
|
10742
11234
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
10743
11235
|
# url: "__stringPatternHttps",
|
@@ -10774,6 +11266,7 @@ module Aws::MediaConvert
|
|
10774
11266
|
# encryption_method: "AES128", # accepts AES128, SAMPLE_AES
|
10775
11267
|
# initialization_vector_in_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
10776
11268
|
# speke_key_provider: {
|
11269
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
10777
11270
|
# resource_id: "__string",
|
10778
11271
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
10779
11272
|
# url: "__stringPatternHttps",
|
@@ -10806,6 +11299,7 @@ module Aws::MediaConvert
|
|
10806
11299
|
# destination: "__stringPatternS3",
|
10807
11300
|
# encryption: {
|
10808
11301
|
# speke_key_provider: {
|
11302
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
10809
11303
|
# resource_id: "__string",
|
10810
11304
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
10811
11305
|
# url: "__stringPatternHttps",
|
@@ -10934,7 +11428,7 @@ module Aws::MediaConvert
|
|
10934
11428
|
# x_position: 1,
|
10935
11429
|
# y_position: 1,
|
10936
11430
|
# },
|
10937
|
-
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, SCC, SRT, TELETEXT, TTML, WEBVTT
|
11431
|
+
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
|
10938
11432
|
# dvb_sub_destination_settings: {
|
10939
11433
|
# alignment: "CENTERED", # accepts CENTERED, LEFT
|
10940
11434
|
# background_color: "NONE", # accepts NONE, BLACK, WHITE
|
@@ -11380,6 +11874,7 @@ module Aws::MediaConvert
|
|
11380
11874
|
# destination: "__stringPatternS3",
|
11381
11875
|
# encryption: {
|
11382
11876
|
# speke_key_provider: {
|
11877
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
11383
11878
|
# resource_id: "__string",
|
11384
11879
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
11385
11880
|
# url: "__stringPatternHttps",
|
@@ -11416,6 +11911,7 @@ module Aws::MediaConvert
|
|
11416
11911
|
# encryption_method: "AES128", # accepts AES128, SAMPLE_AES
|
11417
11912
|
# initialization_vector_in_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
11418
11913
|
# speke_key_provider: {
|
11914
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
11419
11915
|
# resource_id: "__string",
|
11420
11916
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
11421
11917
|
# url: "__stringPatternHttps",
|
@@ -11448,6 +11944,7 @@ module Aws::MediaConvert
|
|
11448
11944
|
# destination: "__stringPatternS3",
|
11449
11945
|
# encryption: {
|
11450
11946
|
# speke_key_provider: {
|
11947
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
11451
11948
|
# resource_id: "__string",
|
11452
11949
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
11453
11950
|
# url: "__stringPatternHttps",
|
@@ -11702,7 +12199,7 @@ module Aws::MediaConvert
|
|
11702
12199
|
# x_position: 1,
|
11703
12200
|
# y_position: 1,
|
11704
12201
|
# },
|
11705
|
-
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, SCC, SRT, TELETEXT, TTML, WEBVTT
|
12202
|
+
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
|
11706
12203
|
# dvb_sub_destination_settings: {
|
11707
12204
|
# alignment: "CENTERED", # accepts CENTERED, LEFT
|
11708
12205
|
# background_color: "NONE", # accepts NONE, BLACK, WHITE
|
@@ -12396,7 +12893,7 @@ module Aws::MediaConvert
|
|
12396
12893
|
# @return [String]
|
12397
12894
|
#
|
12398
12895
|
# @!attribute [rw] reserved_slots
|
12399
|
-
# Specifies the number of reserved transcode slots (
|
12896
|
+
# Specifies the number of reserved transcode slots (RTS) for this
|
12400
12897
|
# queue. The number of RTS determines how many jobs the queue can
|
12401
12898
|
# process in parallel; each RTS can process one job at a time. To
|
12402
12899
|
# increase this number, create a replacement contract through the AWS
|
@@ -12444,7 +12941,7 @@ module Aws::MediaConvert
|
|
12444
12941
|
# @return [String]
|
12445
12942
|
#
|
12446
12943
|
# @!attribute [rw] reserved_slots
|
12447
|
-
# Specifies the number of reserved transcode slots (
|
12944
|
+
# Specifies the number of reserved transcode slots (RTS) for this
|
12448
12945
|
# queue. The number of RTS determines how many jobs the queue can
|
12449
12946
|
# process in parallel; each RTS can process one job at a time. To
|
12450
12947
|
# increase this number, create a replacement contract through the AWS
|
@@ -12511,11 +13008,18 @@ module Aws::MediaConvert
|
|
12511
13008
|
# data as a hash:
|
12512
13009
|
#
|
12513
13010
|
# {
|
13011
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
12514
13012
|
# resource_id: "__string",
|
12515
13013
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
12516
13014
|
# url: "__stringPatternHttps",
|
12517
13015
|
# }
|
12518
13016
|
#
|
13017
|
+
# @!attribute [rw] certificate_arn
|
13018
|
+
# Optional AWS Certificate Manager ARN for a certificate to send to
|
13019
|
+
# the keyprovider. The certificate holds a key used by the keyprovider
|
13020
|
+
# to encrypt the keys in its response.
|
13021
|
+
# @return [String]
|
13022
|
+
#
|
12519
13023
|
# @!attribute [rw] resource_id
|
12520
13024
|
# The SPEKE-compliant server uses Resource ID (ResourceId) to identify
|
12521
13025
|
# content.
|
@@ -12535,13 +13039,14 @@ module Aws::MediaConvert
|
|
12535
13039
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/SpekeKeyProvider AWS API Documentation
|
12536
13040
|
#
|
12537
13041
|
class SpekeKeyProvider < Struct.new(
|
13042
|
+
:certificate_arn,
|
12538
13043
|
:resource_id,
|
12539
13044
|
:system_ids,
|
12540
13045
|
:url)
|
12541
13046
|
include Aws::Structure
|
12542
13047
|
end
|
12543
13048
|
|
12544
|
-
#
|
13049
|
+
# Use these settings to set up encryption with a static key provider.
|
12545
13050
|
#
|
12546
13051
|
# @note When making an API call, you may pass StaticKeyProvider
|
12547
13052
|
# data as a hash:
|
@@ -12962,7 +13467,7 @@ module Aws::MediaConvert
|
|
12962
13467
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTSmiSMI",
|
12963
13468
|
# time_delta: 1,
|
12964
13469
|
# },
|
12965
|
-
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCC, TTML, STL, SRT, TELETEXT, NULL_SOURCE
|
13470
|
+
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, TELETEXT, NULL_SOURCE
|
12966
13471
|
# teletext_source_settings: {
|
12967
13472
|
# page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
|
12968
13473
|
# },
|
@@ -12973,6 +13478,23 @@ module Aws::MediaConvert
|
|
12973
13478
|
# denoise_filter: "ENABLED", # accepts ENABLED, DISABLED
|
12974
13479
|
# filter_enable: "AUTO", # accepts AUTO, DISABLE, FORCE
|
12975
13480
|
# filter_strength: 1,
|
13481
|
+
# image_inserter: {
|
13482
|
+
# insertable_images: [
|
13483
|
+
# {
|
13484
|
+
# duration: 1,
|
13485
|
+
# fade_in: 1,
|
13486
|
+
# fade_out: 1,
|
13487
|
+
# height: 1,
|
13488
|
+
# image_inserter_input: "__stringMin14PatternS3BmpBMPPngPNGTgaTGA",
|
13489
|
+
# image_x: 1,
|
13490
|
+
# image_y: 1,
|
13491
|
+
# layer: 1,
|
13492
|
+
# opacity: 1,
|
13493
|
+
# start_time: "__stringPattern01D20305D205D",
|
13494
|
+
# width: 1,
|
13495
|
+
# },
|
13496
|
+
# ],
|
13497
|
+
# },
|
12976
13498
|
# input_clippings: [
|
12977
13499
|
# {
|
12978
13500
|
# end_timecode: "__stringPattern010920405090509092",
|
@@ -13004,6 +13526,20 @@ module Aws::MediaConvert
|
|
13004
13526
|
# },
|
13005
13527
|
# },
|
13006
13528
|
# ],
|
13529
|
+
# motion_image_inserter: {
|
13530
|
+
# framerate: {
|
13531
|
+
# framerate_denominator: 1,
|
13532
|
+
# framerate_numerator: 1,
|
13533
|
+
# },
|
13534
|
+
# input: "__stringMin14Max1285PatternS3Mov09Png",
|
13535
|
+
# insertion_mode: "MOV", # accepts MOV, PNG
|
13536
|
+
# offset: {
|
13537
|
+
# image_x: 1,
|
13538
|
+
# image_y: 1,
|
13539
|
+
# },
|
13540
|
+
# playback: "ONCE", # accepts ONCE, REPEAT
|
13541
|
+
# start_time: "__stringMin11Max11Pattern01D20305D205D",
|
13542
|
+
# },
|
13007
13543
|
# nielsen_configuration: {
|
13008
13544
|
# breakout_code: 1,
|
13009
13545
|
# distributor_id: "__string",
|
@@ -13046,6 +13582,7 @@ module Aws::MediaConvert
|
|
13046
13582
|
# destination: "__stringPatternS3",
|
13047
13583
|
# encryption: {
|
13048
13584
|
# speke_key_provider: {
|
13585
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
13049
13586
|
# resource_id: "__string",
|
13050
13587
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
13051
13588
|
# url: "__stringPatternHttps",
|
@@ -13082,6 +13619,7 @@ module Aws::MediaConvert
|
|
13082
13619
|
# encryption_method: "AES128", # accepts AES128, SAMPLE_AES
|
13083
13620
|
# initialization_vector_in_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
13084
13621
|
# speke_key_provider: {
|
13622
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
13085
13623
|
# resource_id: "__string",
|
13086
13624
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
13087
13625
|
# url: "__stringPatternHttps",
|
@@ -13114,6 +13652,7 @@ module Aws::MediaConvert
|
|
13114
13652
|
# destination: "__stringPatternS3",
|
13115
13653
|
# encryption: {
|
13116
13654
|
# speke_key_provider: {
|
13655
|
+
# certificate_arn: "__stringPatternArnAwsAcm",
|
13117
13656
|
# resource_id: "__string",
|
13118
13657
|
# system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
|
13119
13658
|
# url: "__stringPatternHttps",
|
@@ -13242,7 +13781,7 @@ module Aws::MediaConvert
|
|
13242
13781
|
# x_position: 1,
|
13243
13782
|
# y_position: 1,
|
13244
13783
|
# },
|
13245
|
-
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, SCC, SRT, TELETEXT, TTML, WEBVTT
|
13784
|
+
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
|
13246
13785
|
# dvb_sub_destination_settings: {
|
13247
13786
|
# alignment: "CENTERED", # accepts CENTERED, LEFT
|
13248
13787
|
# background_color: "NONE", # accepts NONE, BLACK, WHITE
|
@@ -13795,7 +14334,7 @@ module Aws::MediaConvert
|
|
13795
14334
|
# x_position: 1,
|
13796
14335
|
# y_position: 1,
|
13797
14336
|
# },
|
13798
|
-
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, SCC, SRT, TELETEXT, TTML, WEBVTT
|
14337
|
+
# destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
|
13799
14338
|
# dvb_sub_destination_settings: {
|
13800
14339
|
# alignment: "CENTERED", # accepts CENTERED, LEFT
|
13801
14340
|
# background_color: "NONE", # accepts NONE, BLACK, WHITE
|
@@ -14407,7 +14946,8 @@ module Aws::MediaConvert
|
|
14407
14946
|
# }
|
14408
14947
|
#
|
14409
14948
|
# @!attribute [rw] codec
|
14410
|
-
#
|
14949
|
+
# Specifies the video codec. This must be equal to one of the enum
|
14950
|
+
# values defined by the object VideoCodec.
|
14411
14951
|
# @return [String]
|
14412
14952
|
#
|
14413
14953
|
# @!attribute [rw] frame_capture_settings
|
@@ -14682,13 +15222,13 @@ module Aws::MediaConvert
|
|
14682
15222
|
# }
|
14683
15223
|
#
|
14684
15224
|
# @!attribute [rw] afd_signaling
|
14685
|
-
# This setting only applies to H.264 and MPEG2 outputs. Use
|
14686
|
-
# signaling (AfdSignaling) to specify whether the service
|
14687
|
-
# values in the output video data and what those values
|
14688
|
-
# None to remove all AFD values from this output. *
|
14689
|
-
# ignore input AFD values and instead encode the value
|
14690
|
-
# the job. * Choose Auto to calculate output AFD values
|
14691
|
-
# input AFD scaler data.
|
15225
|
+
# This setting only applies to H.264, H.265, and MPEG2 outputs. Use
|
15226
|
+
# Insert AFD signaling (AfdSignaling) to specify whether the service
|
15227
|
+
# includes AFD values in the output video data and what those values
|
15228
|
+
# are. * Choose None to remove all AFD values from this output. *
|
15229
|
+
# Choose Fixed to ignore input AFD values and instead encode the value
|
15230
|
+
# specified in the job. * Choose Auto to calculate output AFD values
|
15231
|
+
# based on the input AFD scaler data.
|
14692
15232
|
# @return [String]
|
14693
15233
|
#
|
14694
15234
|
# @!attribute [rw] anti_alias
|