aws-sdk-elastictranscoder 1.39.0 → 1.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-elastictranscoder/client.rb +1 -1
- data/lib/aws-sdk-elastictranscoder/endpoint_provider.rb +35 -96
- data/lib/aws-sdk-elastictranscoder/types.rb +0 -1036
- data/lib/aws-sdk-elastictranscoder.rb +1 -1
- metadata +2 -2
@@ -25,24 +25,6 @@ module Aws::ElasticTranscoder
|
|
25
25
|
# "Prepend", "Append", or "Fallback", and use an empty `Artwork`
|
26
26
|
# array.
|
27
27
|
#
|
28
|
-
# @note When making an API call, you may pass Artwork
|
29
|
-
# data as a hash:
|
30
|
-
#
|
31
|
-
# {
|
32
|
-
# input_key: "WatermarkKey",
|
33
|
-
# max_width: "DigitsOrAuto",
|
34
|
-
# max_height: "DigitsOrAuto",
|
35
|
-
# sizing_policy: "SizingPolicy",
|
36
|
-
# padding_policy: "PaddingPolicy",
|
37
|
-
# album_art_format: "JpgOrPng",
|
38
|
-
# encryption: {
|
39
|
-
# mode: "EncryptionMode",
|
40
|
-
# key: "Base64EncodedString",
|
41
|
-
# key_md_5: "Base64EncodedString",
|
42
|
-
# initialization_vector: "ZeroTo255String",
|
43
|
-
# },
|
44
|
-
# }
|
45
|
-
#
|
46
28
|
# @!attribute [rw] input_key
|
47
29
|
# The name of the file to be used as album art. To determine which
|
48
30
|
# Amazon S3 bucket contains the specified file, Elastic Transcoder
|
@@ -136,16 +118,6 @@ module Aws::ElasticTranscoder
|
|
136
118
|
|
137
119
|
# Options associated with your audio codec.
|
138
120
|
#
|
139
|
-
# @note When making an API call, you may pass AudioCodecOptions
|
140
|
-
# data as a hash:
|
141
|
-
#
|
142
|
-
# {
|
143
|
-
# profile: "AudioCodecProfile",
|
144
|
-
# bit_depth: "AudioBitDepth",
|
145
|
-
# bit_order: "AudioBitOrder",
|
146
|
-
# signed: "AudioSigned",
|
147
|
-
# }
|
148
|
-
#
|
149
121
|
# @!attribute [rw] profile
|
150
122
|
# You can only choose an audio profile when you specify AAC for the
|
151
123
|
# value of Audio:Codec.
|
@@ -218,23 +190,6 @@ module Aws::ElasticTranscoder
|
|
218
190
|
|
219
191
|
# Parameters required for transcoding audio.
|
220
192
|
#
|
221
|
-
# @note When making an API call, you may pass AudioParameters
|
222
|
-
# data as a hash:
|
223
|
-
#
|
224
|
-
# {
|
225
|
-
# codec: "AudioCodec",
|
226
|
-
# sample_rate: "AudioSampleRate",
|
227
|
-
# bit_rate: "AudioBitRate",
|
228
|
-
# channels: "AudioChannels",
|
229
|
-
# audio_packing_mode: "AudioPackingMode",
|
230
|
-
# codec_options: {
|
231
|
-
# profile: "AudioCodecProfile",
|
232
|
-
# bit_depth: "AudioBitDepth",
|
233
|
-
# bit_order: "AudioBitOrder",
|
234
|
-
# signed: "AudioSigned",
|
235
|
-
# },
|
236
|
-
# }
|
237
|
-
#
|
238
193
|
# @!attribute [rw] codec
|
239
194
|
# The audio codec for the output file. Valid values include `aac`,
|
240
195
|
# `flac`, `mp2`, `mp3`, `pcm`, and `vorbis`.
|
@@ -424,13 +379,6 @@ module Aws::ElasticTranscoder
|
|
424
379
|
|
425
380
|
# The `CancelJobRequest` structure.
|
426
381
|
#
|
427
|
-
# @note When making an API call, you may pass CancelJobRequest
|
428
|
-
# data as a hash:
|
429
|
-
#
|
430
|
-
# {
|
431
|
-
# id: "Id", # required
|
432
|
-
# }
|
433
|
-
#
|
434
382
|
# @!attribute [rw] id
|
435
383
|
# The identifier of the job that you want to cancel.
|
436
384
|
#
|
@@ -452,20 +400,6 @@ module Aws::ElasticTranscoder
|
|
452
400
|
# The file format of the output captions. If you leave this value blank,
|
453
401
|
# Elastic Transcoder returns an error.
|
454
402
|
#
|
455
|
-
# @note When making an API call, you may pass CaptionFormat
|
456
|
-
# data as a hash:
|
457
|
-
#
|
458
|
-
# {
|
459
|
-
# format: "CaptionFormatFormat",
|
460
|
-
# pattern: "CaptionFormatPattern",
|
461
|
-
# encryption: {
|
462
|
-
# mode: "EncryptionMode",
|
463
|
-
# key: "Base64EncodedString",
|
464
|
-
# key_md_5: "Base64EncodedString",
|
465
|
-
# initialization_vector: "ZeroTo255String",
|
466
|
-
# },
|
467
|
-
# }
|
468
|
-
#
|
469
403
|
# @!attribute [rw] format
|
470
404
|
# The format you specify determines whether Elastic Transcoder
|
471
405
|
# generates an embedded or sidecar caption for this output.
|
@@ -534,22 +468,6 @@ module Aws::ElasticTranscoder
|
|
534
468
|
# A source file for the input sidecar captions used during the
|
535
469
|
# transcoding process.
|
536
470
|
#
|
537
|
-
# @note When making an API call, you may pass CaptionSource
|
538
|
-
# data as a hash:
|
539
|
-
#
|
540
|
-
# {
|
541
|
-
# key: "LongKey",
|
542
|
-
# language: "Key",
|
543
|
-
# time_offset: "TimeOffset",
|
544
|
-
# label: "Name",
|
545
|
-
# encryption: {
|
546
|
-
# mode: "EncryptionMode",
|
547
|
-
# key: "Base64EncodedString",
|
548
|
-
# key_md_5: "Base64EncodedString",
|
549
|
-
# initialization_vector: "ZeroTo255String",
|
550
|
-
# },
|
551
|
-
# }
|
552
|
-
#
|
553
471
|
# @!attribute [rw] key
|
554
472
|
# The name of the sidecar caption file that you want Elastic
|
555
473
|
# Transcoder to include in the output file.
|
@@ -602,39 +520,6 @@ module Aws::ElasticTranscoder
|
|
602
520
|
|
603
521
|
# The captions to be created, if any.
|
604
522
|
#
|
605
|
-
# @note When making an API call, you may pass Captions
|
606
|
-
# data as a hash:
|
607
|
-
#
|
608
|
-
# {
|
609
|
-
# merge_policy: "CaptionMergePolicy",
|
610
|
-
# caption_sources: [
|
611
|
-
# {
|
612
|
-
# key: "LongKey",
|
613
|
-
# language: "Key",
|
614
|
-
# time_offset: "TimeOffset",
|
615
|
-
# label: "Name",
|
616
|
-
# encryption: {
|
617
|
-
# mode: "EncryptionMode",
|
618
|
-
# key: "Base64EncodedString",
|
619
|
-
# key_md_5: "Base64EncodedString",
|
620
|
-
# initialization_vector: "ZeroTo255String",
|
621
|
-
# },
|
622
|
-
# },
|
623
|
-
# ],
|
624
|
-
# caption_formats: [
|
625
|
-
# {
|
626
|
-
# format: "CaptionFormatFormat",
|
627
|
-
# pattern: "CaptionFormatPattern",
|
628
|
-
# encryption: {
|
629
|
-
# mode: "EncryptionMode",
|
630
|
-
# key: "Base64EncodedString",
|
631
|
-
# key_md_5: "Base64EncodedString",
|
632
|
-
# initialization_vector: "ZeroTo255String",
|
633
|
-
# },
|
634
|
-
# },
|
635
|
-
# ],
|
636
|
-
# }
|
637
|
-
#
|
638
523
|
# @!attribute [rw] merge_policy
|
639
524
|
# A policy that determines how Elastic Transcoder handles the
|
640
525
|
# existence of multiple captions.
|
@@ -681,16 +566,6 @@ module Aws::ElasticTranscoder
|
|
681
566
|
# Settings for one clip in a composition. All jobs in a playlist must
|
682
567
|
# have the same clip settings.
|
683
568
|
#
|
684
|
-
# @note When making an API call, you may pass Clip
|
685
|
-
# data as a hash:
|
686
|
-
#
|
687
|
-
# {
|
688
|
-
# time_span: {
|
689
|
-
# start_time: "Time",
|
690
|
-
# duration: "Time",
|
691
|
-
# },
|
692
|
-
# }
|
693
|
-
#
|
694
569
|
# @!attribute [rw] time_span
|
695
570
|
# Settings that determine when a clip begins and how long it lasts.
|
696
571
|
# @return [Types::TimeSpan]
|
@@ -703,97 +578,6 @@ module Aws::ElasticTranscoder
|
|
703
578
|
|
704
579
|
# The `CreateJobOutput` structure.
|
705
580
|
#
|
706
|
-
# @note When making an API call, you may pass CreateJobOutput
|
707
|
-
# data as a hash:
|
708
|
-
#
|
709
|
-
# {
|
710
|
-
# key: "Key",
|
711
|
-
# thumbnail_pattern: "ThumbnailPattern",
|
712
|
-
# thumbnail_encryption: {
|
713
|
-
# mode: "EncryptionMode",
|
714
|
-
# key: "Base64EncodedString",
|
715
|
-
# key_md_5: "Base64EncodedString",
|
716
|
-
# initialization_vector: "ZeroTo255String",
|
717
|
-
# },
|
718
|
-
# rotate: "Rotate",
|
719
|
-
# preset_id: "Id",
|
720
|
-
# segment_duration: "FloatString",
|
721
|
-
# watermarks: [
|
722
|
-
# {
|
723
|
-
# preset_watermark_id: "PresetWatermarkId",
|
724
|
-
# input_key: "WatermarkKey",
|
725
|
-
# encryption: {
|
726
|
-
# mode: "EncryptionMode",
|
727
|
-
# key: "Base64EncodedString",
|
728
|
-
# key_md_5: "Base64EncodedString",
|
729
|
-
# initialization_vector: "ZeroTo255String",
|
730
|
-
# },
|
731
|
-
# },
|
732
|
-
# ],
|
733
|
-
# album_art: {
|
734
|
-
# merge_policy: "MergePolicy",
|
735
|
-
# artwork: [
|
736
|
-
# {
|
737
|
-
# input_key: "WatermarkKey",
|
738
|
-
# max_width: "DigitsOrAuto",
|
739
|
-
# max_height: "DigitsOrAuto",
|
740
|
-
# sizing_policy: "SizingPolicy",
|
741
|
-
# padding_policy: "PaddingPolicy",
|
742
|
-
# album_art_format: "JpgOrPng",
|
743
|
-
# encryption: {
|
744
|
-
# mode: "EncryptionMode",
|
745
|
-
# key: "Base64EncodedString",
|
746
|
-
# key_md_5: "Base64EncodedString",
|
747
|
-
# initialization_vector: "ZeroTo255String",
|
748
|
-
# },
|
749
|
-
# },
|
750
|
-
# ],
|
751
|
-
# },
|
752
|
-
# composition: [
|
753
|
-
# {
|
754
|
-
# time_span: {
|
755
|
-
# start_time: "Time",
|
756
|
-
# duration: "Time",
|
757
|
-
# },
|
758
|
-
# },
|
759
|
-
# ],
|
760
|
-
# captions: {
|
761
|
-
# merge_policy: "CaptionMergePolicy",
|
762
|
-
# caption_sources: [
|
763
|
-
# {
|
764
|
-
# key: "LongKey",
|
765
|
-
# language: "Key",
|
766
|
-
# time_offset: "TimeOffset",
|
767
|
-
# label: "Name",
|
768
|
-
# encryption: {
|
769
|
-
# mode: "EncryptionMode",
|
770
|
-
# key: "Base64EncodedString",
|
771
|
-
# key_md_5: "Base64EncodedString",
|
772
|
-
# initialization_vector: "ZeroTo255String",
|
773
|
-
# },
|
774
|
-
# },
|
775
|
-
# ],
|
776
|
-
# caption_formats: [
|
777
|
-
# {
|
778
|
-
# format: "CaptionFormatFormat",
|
779
|
-
# pattern: "CaptionFormatPattern",
|
780
|
-
# encryption: {
|
781
|
-
# mode: "EncryptionMode",
|
782
|
-
# key: "Base64EncodedString",
|
783
|
-
# key_md_5: "Base64EncodedString",
|
784
|
-
# initialization_vector: "ZeroTo255String",
|
785
|
-
# },
|
786
|
-
# },
|
787
|
-
# ],
|
788
|
-
# },
|
789
|
-
# encryption: {
|
790
|
-
# mode: "EncryptionMode",
|
791
|
-
# key: "Base64EncodedString",
|
792
|
-
# key_md_5: "Base64EncodedString",
|
793
|
-
# initialization_vector: "ZeroTo255String",
|
794
|
-
# },
|
795
|
-
# }
|
796
|
-
#
|
797
581
|
# @!attribute [rw] key
|
798
582
|
# The name to assign to the transcoded file. Elastic Transcoder saves
|
799
583
|
# the file in the Amazon S3 bucket specified by the `OutputBucket`
|
@@ -984,31 +768,6 @@ module Aws::ElasticTranscoder
|
|
984
768
|
|
985
769
|
# Information about the master playlist.
|
986
770
|
#
|
987
|
-
# @note When making an API call, you may pass CreateJobPlaylist
|
988
|
-
# data as a hash:
|
989
|
-
#
|
990
|
-
# {
|
991
|
-
# name: "Filename",
|
992
|
-
# format: "PlaylistFormat",
|
993
|
-
# output_keys: ["Key"],
|
994
|
-
# hls_content_protection: {
|
995
|
-
# method: "HlsContentProtectionMethod",
|
996
|
-
# key: "Base64EncodedString",
|
997
|
-
# key_md_5: "Base64EncodedString",
|
998
|
-
# initialization_vector: "ZeroTo255String",
|
999
|
-
# license_acquisition_url: "ZeroTo512String",
|
1000
|
-
# key_storage_policy: "KeyStoragePolicy",
|
1001
|
-
# },
|
1002
|
-
# play_ready_drm: {
|
1003
|
-
# format: "PlayReadyDrmFormatString",
|
1004
|
-
# key: "NonEmptyBase64EncodedString",
|
1005
|
-
# key_md_5: "NonEmptyBase64EncodedString",
|
1006
|
-
# key_id: "KeyIdGuid",
|
1007
|
-
# initialization_vector: "ZeroTo255String",
|
1008
|
-
# license_acquisition_url: "OneTo512String",
|
1009
|
-
# },
|
1010
|
-
# }
|
1011
|
-
#
|
1012
771
|
# @!attribute [rw] name
|
1013
772
|
# The name that you want Elastic Transcoder to assign to the master
|
1014
773
|
# playlist, for example, nyc-vacation.m3u8. If the name includes a `/`
|
@@ -1095,302 +854,6 @@ module Aws::ElasticTranscoder
|
|
1095
854
|
|
1096
855
|
# The `CreateJobRequest` structure.
|
1097
856
|
#
|
1098
|
-
# @note When making an API call, you may pass CreateJobRequest
|
1099
|
-
# data as a hash:
|
1100
|
-
#
|
1101
|
-
# {
|
1102
|
-
# pipeline_id: "Id", # required
|
1103
|
-
# input: {
|
1104
|
-
# key: "LongKey",
|
1105
|
-
# frame_rate: "FrameRate",
|
1106
|
-
# resolution: "Resolution",
|
1107
|
-
# aspect_ratio: "AspectRatio",
|
1108
|
-
# interlaced: "Interlaced",
|
1109
|
-
# container: "JobContainer",
|
1110
|
-
# encryption: {
|
1111
|
-
# mode: "EncryptionMode",
|
1112
|
-
# key: "Base64EncodedString",
|
1113
|
-
# key_md_5: "Base64EncodedString",
|
1114
|
-
# initialization_vector: "ZeroTo255String",
|
1115
|
-
# },
|
1116
|
-
# time_span: {
|
1117
|
-
# start_time: "Time",
|
1118
|
-
# duration: "Time",
|
1119
|
-
# },
|
1120
|
-
# input_captions: {
|
1121
|
-
# merge_policy: "CaptionMergePolicy",
|
1122
|
-
# caption_sources: [
|
1123
|
-
# {
|
1124
|
-
# key: "LongKey",
|
1125
|
-
# language: "Key",
|
1126
|
-
# time_offset: "TimeOffset",
|
1127
|
-
# label: "Name",
|
1128
|
-
# encryption: {
|
1129
|
-
# mode: "EncryptionMode",
|
1130
|
-
# key: "Base64EncodedString",
|
1131
|
-
# key_md_5: "Base64EncodedString",
|
1132
|
-
# initialization_vector: "ZeroTo255String",
|
1133
|
-
# },
|
1134
|
-
# },
|
1135
|
-
# ],
|
1136
|
-
# },
|
1137
|
-
# detected_properties: {
|
1138
|
-
# width: 1,
|
1139
|
-
# height: 1,
|
1140
|
-
# frame_rate: "FloatString",
|
1141
|
-
# file_size: 1,
|
1142
|
-
# duration_millis: 1,
|
1143
|
-
# },
|
1144
|
-
# },
|
1145
|
-
# inputs: [
|
1146
|
-
# {
|
1147
|
-
# key: "LongKey",
|
1148
|
-
# frame_rate: "FrameRate",
|
1149
|
-
# resolution: "Resolution",
|
1150
|
-
# aspect_ratio: "AspectRatio",
|
1151
|
-
# interlaced: "Interlaced",
|
1152
|
-
# container: "JobContainer",
|
1153
|
-
# encryption: {
|
1154
|
-
# mode: "EncryptionMode",
|
1155
|
-
# key: "Base64EncodedString",
|
1156
|
-
# key_md_5: "Base64EncodedString",
|
1157
|
-
# initialization_vector: "ZeroTo255String",
|
1158
|
-
# },
|
1159
|
-
# time_span: {
|
1160
|
-
# start_time: "Time",
|
1161
|
-
# duration: "Time",
|
1162
|
-
# },
|
1163
|
-
# input_captions: {
|
1164
|
-
# merge_policy: "CaptionMergePolicy",
|
1165
|
-
# caption_sources: [
|
1166
|
-
# {
|
1167
|
-
# key: "LongKey",
|
1168
|
-
# language: "Key",
|
1169
|
-
# time_offset: "TimeOffset",
|
1170
|
-
# label: "Name",
|
1171
|
-
# encryption: {
|
1172
|
-
# mode: "EncryptionMode",
|
1173
|
-
# key: "Base64EncodedString",
|
1174
|
-
# key_md_5: "Base64EncodedString",
|
1175
|
-
# initialization_vector: "ZeroTo255String",
|
1176
|
-
# },
|
1177
|
-
# },
|
1178
|
-
# ],
|
1179
|
-
# },
|
1180
|
-
# detected_properties: {
|
1181
|
-
# width: 1,
|
1182
|
-
# height: 1,
|
1183
|
-
# frame_rate: "FloatString",
|
1184
|
-
# file_size: 1,
|
1185
|
-
# duration_millis: 1,
|
1186
|
-
# },
|
1187
|
-
# },
|
1188
|
-
# ],
|
1189
|
-
# output: {
|
1190
|
-
# key: "Key",
|
1191
|
-
# thumbnail_pattern: "ThumbnailPattern",
|
1192
|
-
# thumbnail_encryption: {
|
1193
|
-
# mode: "EncryptionMode",
|
1194
|
-
# key: "Base64EncodedString",
|
1195
|
-
# key_md_5: "Base64EncodedString",
|
1196
|
-
# initialization_vector: "ZeroTo255String",
|
1197
|
-
# },
|
1198
|
-
# rotate: "Rotate",
|
1199
|
-
# preset_id: "Id",
|
1200
|
-
# segment_duration: "FloatString",
|
1201
|
-
# watermarks: [
|
1202
|
-
# {
|
1203
|
-
# preset_watermark_id: "PresetWatermarkId",
|
1204
|
-
# input_key: "WatermarkKey",
|
1205
|
-
# encryption: {
|
1206
|
-
# mode: "EncryptionMode",
|
1207
|
-
# key: "Base64EncodedString",
|
1208
|
-
# key_md_5: "Base64EncodedString",
|
1209
|
-
# initialization_vector: "ZeroTo255String",
|
1210
|
-
# },
|
1211
|
-
# },
|
1212
|
-
# ],
|
1213
|
-
# album_art: {
|
1214
|
-
# merge_policy: "MergePolicy",
|
1215
|
-
# artwork: [
|
1216
|
-
# {
|
1217
|
-
# input_key: "WatermarkKey",
|
1218
|
-
# max_width: "DigitsOrAuto",
|
1219
|
-
# max_height: "DigitsOrAuto",
|
1220
|
-
# sizing_policy: "SizingPolicy",
|
1221
|
-
# padding_policy: "PaddingPolicy",
|
1222
|
-
# album_art_format: "JpgOrPng",
|
1223
|
-
# encryption: {
|
1224
|
-
# mode: "EncryptionMode",
|
1225
|
-
# key: "Base64EncodedString",
|
1226
|
-
# key_md_5: "Base64EncodedString",
|
1227
|
-
# initialization_vector: "ZeroTo255String",
|
1228
|
-
# },
|
1229
|
-
# },
|
1230
|
-
# ],
|
1231
|
-
# },
|
1232
|
-
# composition: [
|
1233
|
-
# {
|
1234
|
-
# time_span: {
|
1235
|
-
# start_time: "Time",
|
1236
|
-
# duration: "Time",
|
1237
|
-
# },
|
1238
|
-
# },
|
1239
|
-
# ],
|
1240
|
-
# captions: {
|
1241
|
-
# merge_policy: "CaptionMergePolicy",
|
1242
|
-
# caption_sources: [
|
1243
|
-
# {
|
1244
|
-
# key: "LongKey",
|
1245
|
-
# language: "Key",
|
1246
|
-
# time_offset: "TimeOffset",
|
1247
|
-
# label: "Name",
|
1248
|
-
# encryption: {
|
1249
|
-
# mode: "EncryptionMode",
|
1250
|
-
# key: "Base64EncodedString",
|
1251
|
-
# key_md_5: "Base64EncodedString",
|
1252
|
-
# initialization_vector: "ZeroTo255String",
|
1253
|
-
# },
|
1254
|
-
# },
|
1255
|
-
# ],
|
1256
|
-
# caption_formats: [
|
1257
|
-
# {
|
1258
|
-
# format: "CaptionFormatFormat",
|
1259
|
-
# pattern: "CaptionFormatPattern",
|
1260
|
-
# encryption: {
|
1261
|
-
# mode: "EncryptionMode",
|
1262
|
-
# key: "Base64EncodedString",
|
1263
|
-
# key_md_5: "Base64EncodedString",
|
1264
|
-
# initialization_vector: "ZeroTo255String",
|
1265
|
-
# },
|
1266
|
-
# },
|
1267
|
-
# ],
|
1268
|
-
# },
|
1269
|
-
# encryption: {
|
1270
|
-
# mode: "EncryptionMode",
|
1271
|
-
# key: "Base64EncodedString",
|
1272
|
-
# key_md_5: "Base64EncodedString",
|
1273
|
-
# initialization_vector: "ZeroTo255String",
|
1274
|
-
# },
|
1275
|
-
# },
|
1276
|
-
# outputs: [
|
1277
|
-
# {
|
1278
|
-
# key: "Key",
|
1279
|
-
# thumbnail_pattern: "ThumbnailPattern",
|
1280
|
-
# thumbnail_encryption: {
|
1281
|
-
# mode: "EncryptionMode",
|
1282
|
-
# key: "Base64EncodedString",
|
1283
|
-
# key_md_5: "Base64EncodedString",
|
1284
|
-
# initialization_vector: "ZeroTo255String",
|
1285
|
-
# },
|
1286
|
-
# rotate: "Rotate",
|
1287
|
-
# preset_id: "Id",
|
1288
|
-
# segment_duration: "FloatString",
|
1289
|
-
# watermarks: [
|
1290
|
-
# {
|
1291
|
-
# preset_watermark_id: "PresetWatermarkId",
|
1292
|
-
# input_key: "WatermarkKey",
|
1293
|
-
# encryption: {
|
1294
|
-
# mode: "EncryptionMode",
|
1295
|
-
# key: "Base64EncodedString",
|
1296
|
-
# key_md_5: "Base64EncodedString",
|
1297
|
-
# initialization_vector: "ZeroTo255String",
|
1298
|
-
# },
|
1299
|
-
# },
|
1300
|
-
# ],
|
1301
|
-
# album_art: {
|
1302
|
-
# merge_policy: "MergePolicy",
|
1303
|
-
# artwork: [
|
1304
|
-
# {
|
1305
|
-
# input_key: "WatermarkKey",
|
1306
|
-
# max_width: "DigitsOrAuto",
|
1307
|
-
# max_height: "DigitsOrAuto",
|
1308
|
-
# sizing_policy: "SizingPolicy",
|
1309
|
-
# padding_policy: "PaddingPolicy",
|
1310
|
-
# album_art_format: "JpgOrPng",
|
1311
|
-
# encryption: {
|
1312
|
-
# mode: "EncryptionMode",
|
1313
|
-
# key: "Base64EncodedString",
|
1314
|
-
# key_md_5: "Base64EncodedString",
|
1315
|
-
# initialization_vector: "ZeroTo255String",
|
1316
|
-
# },
|
1317
|
-
# },
|
1318
|
-
# ],
|
1319
|
-
# },
|
1320
|
-
# composition: [
|
1321
|
-
# {
|
1322
|
-
# time_span: {
|
1323
|
-
# start_time: "Time",
|
1324
|
-
# duration: "Time",
|
1325
|
-
# },
|
1326
|
-
# },
|
1327
|
-
# ],
|
1328
|
-
# captions: {
|
1329
|
-
# merge_policy: "CaptionMergePolicy",
|
1330
|
-
# caption_sources: [
|
1331
|
-
# {
|
1332
|
-
# key: "LongKey",
|
1333
|
-
# language: "Key",
|
1334
|
-
# time_offset: "TimeOffset",
|
1335
|
-
# label: "Name",
|
1336
|
-
# encryption: {
|
1337
|
-
# mode: "EncryptionMode",
|
1338
|
-
# key: "Base64EncodedString",
|
1339
|
-
# key_md_5: "Base64EncodedString",
|
1340
|
-
# initialization_vector: "ZeroTo255String",
|
1341
|
-
# },
|
1342
|
-
# },
|
1343
|
-
# ],
|
1344
|
-
# caption_formats: [
|
1345
|
-
# {
|
1346
|
-
# format: "CaptionFormatFormat",
|
1347
|
-
# pattern: "CaptionFormatPattern",
|
1348
|
-
# encryption: {
|
1349
|
-
# mode: "EncryptionMode",
|
1350
|
-
# key: "Base64EncodedString",
|
1351
|
-
# key_md_5: "Base64EncodedString",
|
1352
|
-
# initialization_vector: "ZeroTo255String",
|
1353
|
-
# },
|
1354
|
-
# },
|
1355
|
-
# ],
|
1356
|
-
# },
|
1357
|
-
# encryption: {
|
1358
|
-
# mode: "EncryptionMode",
|
1359
|
-
# key: "Base64EncodedString",
|
1360
|
-
# key_md_5: "Base64EncodedString",
|
1361
|
-
# initialization_vector: "ZeroTo255String",
|
1362
|
-
# },
|
1363
|
-
# },
|
1364
|
-
# ],
|
1365
|
-
# output_key_prefix: "Key",
|
1366
|
-
# playlists: [
|
1367
|
-
# {
|
1368
|
-
# name: "Filename",
|
1369
|
-
# format: "PlaylistFormat",
|
1370
|
-
# output_keys: ["Key"],
|
1371
|
-
# hls_content_protection: {
|
1372
|
-
# method: "HlsContentProtectionMethod",
|
1373
|
-
# key: "Base64EncodedString",
|
1374
|
-
# key_md_5: "Base64EncodedString",
|
1375
|
-
# initialization_vector: "ZeroTo255String",
|
1376
|
-
# license_acquisition_url: "ZeroTo512String",
|
1377
|
-
# key_storage_policy: "KeyStoragePolicy",
|
1378
|
-
# },
|
1379
|
-
# play_ready_drm: {
|
1380
|
-
# format: "PlayReadyDrmFormatString",
|
1381
|
-
# key: "NonEmptyBase64EncodedString",
|
1382
|
-
# key_md_5: "NonEmptyBase64EncodedString",
|
1383
|
-
# key_id: "KeyIdGuid",
|
1384
|
-
# initialization_vector: "ZeroTo255String",
|
1385
|
-
# license_acquisition_url: "OneTo512String",
|
1386
|
-
# },
|
1387
|
-
# },
|
1388
|
-
# ],
|
1389
|
-
# user_metadata: {
|
1390
|
-
# "String" => "String",
|
1391
|
-
# },
|
1392
|
-
# }
|
1393
|
-
#
|
1394
857
|
# @!attribute [rw] pipeline_id
|
1395
858
|
# The `Id` of the pipeline that you want Elastic Transcoder to use for
|
1396
859
|
# transcoding. The pipeline determines several settings, including the
|
@@ -1472,45 +935,6 @@ module Aws::ElasticTranscoder
|
|
1472
935
|
|
1473
936
|
# The `CreatePipelineRequest` structure.
|
1474
937
|
#
|
1475
|
-
# @note When making an API call, you may pass CreatePipelineRequest
|
1476
|
-
# data as a hash:
|
1477
|
-
#
|
1478
|
-
# {
|
1479
|
-
# name: "Name", # required
|
1480
|
-
# input_bucket: "BucketName", # required
|
1481
|
-
# output_bucket: "BucketName",
|
1482
|
-
# role: "Role", # required
|
1483
|
-
# aws_kms_key_arn: "KeyArn",
|
1484
|
-
# notifications: {
|
1485
|
-
# progressing: "SnsTopic",
|
1486
|
-
# completed: "SnsTopic",
|
1487
|
-
# warning: "SnsTopic",
|
1488
|
-
# error: "SnsTopic",
|
1489
|
-
# },
|
1490
|
-
# content_config: {
|
1491
|
-
# bucket: "BucketName",
|
1492
|
-
# storage_class: "StorageClass",
|
1493
|
-
# permissions: [
|
1494
|
-
# {
|
1495
|
-
# grantee_type: "GranteeType",
|
1496
|
-
# grantee: "Grantee",
|
1497
|
-
# access: ["AccessControl"],
|
1498
|
-
# },
|
1499
|
-
# ],
|
1500
|
-
# },
|
1501
|
-
# thumbnail_config: {
|
1502
|
-
# bucket: "BucketName",
|
1503
|
-
# storage_class: "StorageClass",
|
1504
|
-
# permissions: [
|
1505
|
-
# {
|
1506
|
-
# grantee_type: "GranteeType",
|
1507
|
-
# grantee: "Grantee",
|
1508
|
-
# access: ["AccessControl"],
|
1509
|
-
# },
|
1510
|
-
# ],
|
1511
|
-
# },
|
1512
|
-
# }
|
1513
|
-
#
|
1514
938
|
# @!attribute [rw] name
|
1515
939
|
# The name of the pipeline. We recommend that the name be unique
|
1516
940
|
# within the AWS account, but uniqueness is not enforced.
|
@@ -1781,70 +1205,6 @@ module Aws::ElasticTranscoder
|
|
1781
1205
|
|
1782
1206
|
# The `CreatePresetRequest` structure.
|
1783
1207
|
#
|
1784
|
-
# @note When making an API call, you may pass CreatePresetRequest
|
1785
|
-
# data as a hash:
|
1786
|
-
#
|
1787
|
-
# {
|
1788
|
-
# name: "Name", # required
|
1789
|
-
# description: "Description",
|
1790
|
-
# container: "PresetContainer", # required
|
1791
|
-
# video: {
|
1792
|
-
# codec: "VideoCodec",
|
1793
|
-
# codec_options: {
|
1794
|
-
# "CodecOption" => "CodecOption",
|
1795
|
-
# },
|
1796
|
-
# keyframes_max_dist: "KeyframesMaxDist",
|
1797
|
-
# fixed_gop: "FixedGOP",
|
1798
|
-
# bit_rate: "VideoBitRate",
|
1799
|
-
# frame_rate: "FrameRate",
|
1800
|
-
# max_frame_rate: "MaxFrameRate",
|
1801
|
-
# resolution: "Resolution",
|
1802
|
-
# aspect_ratio: "AspectRatio",
|
1803
|
-
# max_width: "DigitsOrAuto",
|
1804
|
-
# max_height: "DigitsOrAuto",
|
1805
|
-
# display_aspect_ratio: "AspectRatio",
|
1806
|
-
# sizing_policy: "SizingPolicy",
|
1807
|
-
# padding_policy: "PaddingPolicy",
|
1808
|
-
# watermarks: [
|
1809
|
-
# {
|
1810
|
-
# id: "PresetWatermarkId",
|
1811
|
-
# max_width: "PixelsOrPercent",
|
1812
|
-
# max_height: "PixelsOrPercent",
|
1813
|
-
# sizing_policy: "WatermarkSizingPolicy",
|
1814
|
-
# horizontal_align: "HorizontalAlign",
|
1815
|
-
# horizontal_offset: "PixelsOrPercent",
|
1816
|
-
# vertical_align: "VerticalAlign",
|
1817
|
-
# vertical_offset: "PixelsOrPercent",
|
1818
|
-
# opacity: "Opacity",
|
1819
|
-
# target: "Target",
|
1820
|
-
# },
|
1821
|
-
# ],
|
1822
|
-
# },
|
1823
|
-
# audio: {
|
1824
|
-
# codec: "AudioCodec",
|
1825
|
-
# sample_rate: "AudioSampleRate",
|
1826
|
-
# bit_rate: "AudioBitRate",
|
1827
|
-
# channels: "AudioChannels",
|
1828
|
-
# audio_packing_mode: "AudioPackingMode",
|
1829
|
-
# codec_options: {
|
1830
|
-
# profile: "AudioCodecProfile",
|
1831
|
-
# bit_depth: "AudioBitDepth",
|
1832
|
-
# bit_order: "AudioBitOrder",
|
1833
|
-
# signed: "AudioSigned",
|
1834
|
-
# },
|
1835
|
-
# },
|
1836
|
-
# thumbnails: {
|
1837
|
-
# format: "JpgOrPng",
|
1838
|
-
# interval: "Digits",
|
1839
|
-
# resolution: "ThumbnailResolution",
|
1840
|
-
# aspect_ratio: "AspectRatio",
|
1841
|
-
# max_width: "DigitsOrAuto",
|
1842
|
-
# max_height: "DigitsOrAuto",
|
1843
|
-
# sizing_policy: "SizingPolicy",
|
1844
|
-
# padding_policy: "PaddingPolicy",
|
1845
|
-
# },
|
1846
|
-
# }
|
1847
|
-
#
|
1848
1208
|
# @!attribute [rw] name
|
1849
1209
|
# The name of the preset. We recommend that the name be unique within
|
1850
1210
|
# the AWS account, but uniqueness is not enforced.
|
@@ -1908,13 +1268,6 @@ module Aws::ElasticTranscoder
|
|
1908
1268
|
|
1909
1269
|
# The `DeletePipelineRequest` structure.
|
1910
1270
|
#
|
1911
|
-
# @note When making an API call, you may pass DeletePipelineRequest
|
1912
|
-
# data as a hash:
|
1913
|
-
#
|
1914
|
-
# {
|
1915
|
-
# id: "Id", # required
|
1916
|
-
# }
|
1917
|
-
#
|
1918
1271
|
# @!attribute [rw] id
|
1919
1272
|
# The identifier of the pipeline that you want to delete.
|
1920
1273
|
# @return [String]
|
@@ -1931,13 +1284,6 @@ module Aws::ElasticTranscoder
|
|
1931
1284
|
|
1932
1285
|
# The `DeletePresetRequest` structure.
|
1933
1286
|
#
|
1934
|
-
# @note When making an API call, you may pass DeletePresetRequest
|
1935
|
-
# data as a hash:
|
1936
|
-
#
|
1937
|
-
# {
|
1938
|
-
# id: "Id", # required
|
1939
|
-
# }
|
1940
|
-
#
|
1941
1287
|
# @!attribute [rw] id
|
1942
1288
|
# The identifier of the preset for which you want to get detailed
|
1943
1289
|
# information.
|
@@ -1956,17 +1302,6 @@ module Aws::ElasticTranscoder
|
|
1956
1302
|
# The detected properties of the input file. Elastic Transcoder
|
1957
1303
|
# identifies these values from the input file.
|
1958
1304
|
#
|
1959
|
-
# @note When making an API call, you may pass DetectedProperties
|
1960
|
-
# data as a hash:
|
1961
|
-
#
|
1962
|
-
# {
|
1963
|
-
# width: 1,
|
1964
|
-
# height: 1,
|
1965
|
-
# frame_rate: "FloatString",
|
1966
|
-
# file_size: 1,
|
1967
|
-
# duration_millis: 1,
|
1968
|
-
# }
|
1969
|
-
#
|
1970
1305
|
# @!attribute [rw] width
|
1971
1306
|
# The detected width of the input file, in pixels.
|
1972
1307
|
# @return [Integer]
|
@@ -2003,16 +1338,6 @@ module Aws::ElasticTranscoder
|
|
2003
1338
|
# decrypt your file, otherwise you must specify the mode you want
|
2004
1339
|
# Elastic Transcoder to use to encrypt your output files.
|
2005
1340
|
#
|
2006
|
-
# @note When making an API call, you may pass Encryption
|
2007
|
-
# data as a hash:
|
2008
|
-
#
|
2009
|
-
# {
|
2010
|
-
# mode: "EncryptionMode",
|
2011
|
-
# key: "Base64EncodedString",
|
2012
|
-
# key_md_5: "Base64EncodedString",
|
2013
|
-
# initialization_vector: "ZeroTo255String",
|
2014
|
-
# }
|
2015
|
-
#
|
2016
1341
|
# @!attribute [rw] mode
|
2017
1342
|
# The specific server-side encryption mode that you want Elastic
|
2018
1343
|
# Transcoder to use when decrypting your input files or encrypting
|
@@ -2094,18 +1419,6 @@ module Aws::ElasticTranscoder
|
|
2094
1419
|
# The HLS content protection settings, if any, that you want Elastic
|
2095
1420
|
# Transcoder to apply to your output files.
|
2096
1421
|
#
|
2097
|
-
# @note When making an API call, you may pass HlsContentProtection
|
2098
|
-
# data as a hash:
|
2099
|
-
#
|
2100
|
-
# {
|
2101
|
-
# method: "HlsContentProtectionMethod",
|
2102
|
-
# key: "Base64EncodedString",
|
2103
|
-
# key_md_5: "Base64EncodedString",
|
2104
|
-
# initialization_vector: "ZeroTo255String",
|
2105
|
-
# license_acquisition_url: "ZeroTo512String",
|
2106
|
-
# key_storage_policy: "KeyStoragePolicy",
|
2107
|
-
# }
|
2108
|
-
#
|
2109
1422
|
# @!attribute [rw] method
|
2110
1423
|
# The content protection method for your output. The only valid value
|
2111
1424
|
# is: `aes-128`.
|
@@ -2176,27 +1489,6 @@ module Aws::ElasticTranscoder
|
|
2176
1489
|
|
2177
1490
|
# The captions to be created, if any.
|
2178
1491
|
#
|
2179
|
-
# @note When making an API call, you may pass InputCaptions
|
2180
|
-
# data as a hash:
|
2181
|
-
#
|
2182
|
-
# {
|
2183
|
-
# merge_policy: "CaptionMergePolicy",
|
2184
|
-
# caption_sources: [
|
2185
|
-
# {
|
2186
|
-
# key: "LongKey",
|
2187
|
-
# language: "Key",
|
2188
|
-
# time_offset: "TimeOffset",
|
2189
|
-
# label: "Name",
|
2190
|
-
# encryption: {
|
2191
|
-
# mode: "EncryptionMode",
|
2192
|
-
# key: "Base64EncodedString",
|
2193
|
-
# key_md_5: "Base64EncodedString",
|
2194
|
-
# initialization_vector: "ZeroTo255String",
|
2195
|
-
# },
|
2196
|
-
# },
|
2197
|
-
# ],
|
2198
|
-
# }
|
2199
|
-
#
|
2200
1492
|
# @!attribute [rw] merge_policy
|
2201
1493
|
# A policy that determines how Elastic Transcoder handles the
|
2202
1494
|
# existence of multiple captions.
|
@@ -2360,29 +1652,6 @@ module Aws::ElasticTranscoder
|
|
2360
1652
|
|
2361
1653
|
# The .jpg or .png file associated with an audio file.
|
2362
1654
|
#
|
2363
|
-
# @note When making an API call, you may pass JobAlbumArt
|
2364
|
-
# data as a hash:
|
2365
|
-
#
|
2366
|
-
# {
|
2367
|
-
# merge_policy: "MergePolicy",
|
2368
|
-
# artwork: [
|
2369
|
-
# {
|
2370
|
-
# input_key: "WatermarkKey",
|
2371
|
-
# max_width: "DigitsOrAuto",
|
2372
|
-
# max_height: "DigitsOrAuto",
|
2373
|
-
# sizing_policy: "SizingPolicy",
|
2374
|
-
# padding_policy: "PaddingPolicy",
|
2375
|
-
# album_art_format: "JpgOrPng",
|
2376
|
-
# encryption: {
|
2377
|
-
# mode: "EncryptionMode",
|
2378
|
-
# key: "Base64EncodedString",
|
2379
|
-
# key_md_5: "Base64EncodedString",
|
2380
|
-
# initialization_vector: "ZeroTo255String",
|
2381
|
-
# },
|
2382
|
-
# },
|
2383
|
-
# ],
|
2384
|
-
# }
|
2385
|
-
#
|
2386
1655
|
# @!attribute [rw] merge_policy
|
2387
1656
|
# A policy that determines how Elastic Transcoder handles the
|
2388
1657
|
# existence of multiple album artwork files.
|
@@ -2417,52 +1686,6 @@ module Aws::ElasticTranscoder
|
|
2417
1686
|
|
2418
1687
|
# Information about the file that you're transcoding.
|
2419
1688
|
#
|
2420
|
-
# @note When making an API call, you may pass JobInput
|
2421
|
-
# data as a hash:
|
2422
|
-
#
|
2423
|
-
# {
|
2424
|
-
# key: "LongKey",
|
2425
|
-
# frame_rate: "FrameRate",
|
2426
|
-
# resolution: "Resolution",
|
2427
|
-
# aspect_ratio: "AspectRatio",
|
2428
|
-
# interlaced: "Interlaced",
|
2429
|
-
# container: "JobContainer",
|
2430
|
-
# encryption: {
|
2431
|
-
# mode: "EncryptionMode",
|
2432
|
-
# key: "Base64EncodedString",
|
2433
|
-
# key_md_5: "Base64EncodedString",
|
2434
|
-
# initialization_vector: "ZeroTo255String",
|
2435
|
-
# },
|
2436
|
-
# time_span: {
|
2437
|
-
# start_time: "Time",
|
2438
|
-
# duration: "Time",
|
2439
|
-
# },
|
2440
|
-
# input_captions: {
|
2441
|
-
# merge_policy: "CaptionMergePolicy",
|
2442
|
-
# caption_sources: [
|
2443
|
-
# {
|
2444
|
-
# key: "LongKey",
|
2445
|
-
# language: "Key",
|
2446
|
-
# time_offset: "TimeOffset",
|
2447
|
-
# label: "Name",
|
2448
|
-
# encryption: {
|
2449
|
-
# mode: "EncryptionMode",
|
2450
|
-
# key: "Base64EncodedString",
|
2451
|
-
# key_md_5: "Base64EncodedString",
|
2452
|
-
# initialization_vector: "ZeroTo255String",
|
2453
|
-
# },
|
2454
|
-
# },
|
2455
|
-
# ],
|
2456
|
-
# },
|
2457
|
-
# detected_properties: {
|
2458
|
-
# width: 1,
|
2459
|
-
# height: 1,
|
2460
|
-
# frame_rate: "FloatString",
|
2461
|
-
# file_size: 1,
|
2462
|
-
# duration_millis: 1,
|
2463
|
-
# },
|
2464
|
-
# }
|
2465
|
-
#
|
2466
1689
|
# @!attribute [rw] key
|
2467
1690
|
# The name of the file to transcode. Elsewhere in the body of the JSON
|
2468
1691
|
# block is the the ID of the pipeline to use for processing the job.
|
@@ -2901,20 +2124,6 @@ module Aws::ElasticTranscoder
|
|
2901
2124
|
# watermark that is not rectangular, use the .png format, which supports
|
2902
2125
|
# transparency.
|
2903
2126
|
#
|
2904
|
-
# @note When making an API call, you may pass JobWatermark
|
2905
|
-
# data as a hash:
|
2906
|
-
#
|
2907
|
-
# {
|
2908
|
-
# preset_watermark_id: "PresetWatermarkId",
|
2909
|
-
# input_key: "WatermarkKey",
|
2910
|
-
# encryption: {
|
2911
|
-
# mode: "EncryptionMode",
|
2912
|
-
# key: "Base64EncodedString",
|
2913
|
-
# key_md_5: "Base64EncodedString",
|
2914
|
-
# initialization_vector: "ZeroTo255String",
|
2915
|
-
# },
|
2916
|
-
# }
|
2917
|
-
#
|
2918
2127
|
# @!attribute [rw] preset_watermark_id
|
2919
2128
|
# The ID of the watermark settings that Elastic Transcoder uses to add
|
2920
2129
|
# watermarks to the video during transcoding. The settings are in the
|
@@ -2955,15 +2164,6 @@ module Aws::ElasticTranscoder
|
|
2955
2164
|
|
2956
2165
|
# The `ListJobsByPipelineRequest` structure.
|
2957
2166
|
#
|
2958
|
-
# @note When making an API call, you may pass ListJobsByPipelineRequest
|
2959
|
-
# data as a hash:
|
2960
|
-
#
|
2961
|
-
# {
|
2962
|
-
# pipeline_id: "Id", # required
|
2963
|
-
# ascending: "Ascending",
|
2964
|
-
# page_token: "Id",
|
2965
|
-
# }
|
2966
|
-
#
|
2967
2167
|
# @!attribute [rw] pipeline_id
|
2968
2168
|
# The ID of the pipeline for which you want to get job information.
|
2969
2169
|
# @return [String]
|
@@ -3010,15 +2210,6 @@ module Aws::ElasticTranscoder
|
|
3010
2210
|
|
3011
2211
|
# The `ListJobsByStatusRequest` structure.
|
3012
2212
|
#
|
3013
|
-
# @note When making an API call, you may pass ListJobsByStatusRequest
|
3014
|
-
# data as a hash:
|
3015
|
-
#
|
3016
|
-
# {
|
3017
|
-
# status: "JobStatus", # required
|
3018
|
-
# ascending: "Ascending",
|
3019
|
-
# page_token: "Id",
|
3020
|
-
# }
|
3021
|
-
#
|
3022
2213
|
# @!attribute [rw] status
|
3023
2214
|
# To get information about all of the jobs associated with the current
|
3024
2215
|
# AWS account that have a given status, specify the following status:
|
@@ -3067,14 +2258,6 @@ module Aws::ElasticTranscoder
|
|
3067
2258
|
|
3068
2259
|
# The `ListPipelineRequest` structure.
|
3069
2260
|
#
|
3070
|
-
# @note When making an API call, you may pass ListPipelinesRequest
|
3071
|
-
# data as a hash:
|
3072
|
-
#
|
3073
|
-
# {
|
3074
|
-
# ascending: "Ascending",
|
3075
|
-
# page_token: "Id",
|
3076
|
-
# }
|
3077
|
-
#
|
3078
2261
|
# @!attribute [rw] ascending
|
3079
2262
|
# To list pipelines in chronological order by the date and time that
|
3080
2263
|
# they were created, enter `true`. To list pipelines in reverse
|
@@ -3116,14 +2299,6 @@ module Aws::ElasticTranscoder
|
|
3116
2299
|
|
3117
2300
|
# The `ListPresetsRequest` structure.
|
3118
2301
|
#
|
3119
|
-
# @note When making an API call, you may pass ListPresetsRequest
|
3120
|
-
# data as a hash:
|
3121
|
-
#
|
3122
|
-
# {
|
3123
|
-
# ascending: "Ascending",
|
3124
|
-
# page_token: "Id",
|
3125
|
-
# }
|
3126
|
-
#
|
3127
2302
|
# @!attribute [rw] ascending
|
3128
2303
|
# To list presets in chronological order by the date and time that
|
3129
2304
|
# they were created, enter `true`. To list presets in reverse
|
@@ -3169,16 +2344,6 @@ module Aws::ElasticTranscoder
|
|
3169
2344
|
# To receive notifications, you must also subscribe to the new topic in
|
3170
2345
|
# the Amazon SNS console.
|
3171
2346
|
#
|
3172
|
-
# @note When making an API call, you may pass Notifications
|
3173
|
-
# data as a hash:
|
3174
|
-
#
|
3175
|
-
# {
|
3176
|
-
# progressing: "SnsTopic",
|
3177
|
-
# completed: "SnsTopic",
|
3178
|
-
# warning: "SnsTopic",
|
3179
|
-
# error: "SnsTopic",
|
3180
|
-
# }
|
3181
|
-
#
|
3182
2347
|
# @!attribute [rw] progressing
|
3183
2348
|
# The Amazon Simple Notification Service (Amazon SNS) topic that you
|
3184
2349
|
# want to notify when Elastic Transcoder has started to process the
|
@@ -3211,15 +2376,6 @@ module Aws::ElasticTranscoder
|
|
3211
2376
|
|
3212
2377
|
# The `Permission` structure.
|
3213
2378
|
#
|
3214
|
-
# @note When making an API call, you may pass Permission
|
3215
|
-
# data as a hash:
|
3216
|
-
#
|
3217
|
-
# {
|
3218
|
-
# grantee_type: "GranteeType",
|
3219
|
-
# grantee: "Grantee",
|
3220
|
-
# access: ["AccessControl"],
|
3221
|
-
# }
|
3222
|
-
#
|
3223
2379
|
# @!attribute [rw] grantee_type
|
3224
2380
|
# The type of value that appears in the Grantee object:
|
3225
2381
|
#
|
@@ -3466,21 +2622,6 @@ module Aws::ElasticTranscoder
|
|
3466
2622
|
|
3467
2623
|
# The `PipelineOutputConfig` structure.
|
3468
2624
|
#
|
3469
|
-
# @note When making an API call, you may pass PipelineOutputConfig
|
3470
|
-
# data as a hash:
|
3471
|
-
#
|
3472
|
-
# {
|
3473
|
-
# bucket: "BucketName",
|
3474
|
-
# storage_class: "StorageClass",
|
3475
|
-
# permissions: [
|
3476
|
-
# {
|
3477
|
-
# grantee_type: "GranteeType",
|
3478
|
-
# grantee: "Grantee",
|
3479
|
-
# access: ["AccessControl"],
|
3480
|
-
# },
|
3481
|
-
# ],
|
3482
|
-
# }
|
3483
|
-
#
|
3484
2625
|
# @!attribute [rw] bucket
|
3485
2626
|
# The Amazon S3 bucket in which you want Elastic Transcoder to save
|
3486
2627
|
# the transcoded files. Specify this value when all of the following
|
@@ -3546,18 +2687,6 @@ module Aws::ElasticTranscoder
|
|
3546
2687
|
# If you use DRM for an `HLSv3` playlist, your outputs must have a
|
3547
2688
|
# master playlist.
|
3548
2689
|
#
|
3549
|
-
# @note When making an API call, you may pass PlayReadyDrm
|
3550
|
-
# data as a hash:
|
3551
|
-
#
|
3552
|
-
# {
|
3553
|
-
# format: "PlayReadyDrmFormatString",
|
3554
|
-
# key: "NonEmptyBase64EncodedString",
|
3555
|
-
# key_md_5: "NonEmptyBase64EncodedString",
|
3556
|
-
# key_id: "KeyIdGuid",
|
3557
|
-
# initialization_vector: "ZeroTo255String",
|
3558
|
-
# license_acquisition_url: "OneTo512String",
|
3559
|
-
# }
|
3560
|
-
#
|
3561
2690
|
# @!attribute [rw] format
|
3562
2691
|
# The type of DRM, if any, that you want Elastic Transcoder to apply
|
3563
2692
|
# to the output files associated with this playlist.
|
@@ -3801,22 +2930,6 @@ module Aws::ElasticTranscoder
|
|
3801
2930
|
# specify watermark settings in the preset, which allows you to use the
|
3802
2931
|
# same preset for up to four watermarks that have different dimensions.
|
3803
2932
|
#
|
3804
|
-
# @note When making an API call, you may pass PresetWatermark
|
3805
|
-
# data as a hash:
|
3806
|
-
#
|
3807
|
-
# {
|
3808
|
-
# id: "PresetWatermarkId",
|
3809
|
-
# max_width: "PixelsOrPercent",
|
3810
|
-
# max_height: "PixelsOrPercent",
|
3811
|
-
# sizing_policy: "WatermarkSizingPolicy",
|
3812
|
-
# horizontal_align: "HorizontalAlign",
|
3813
|
-
# horizontal_offset: "PixelsOrPercent",
|
3814
|
-
# vertical_align: "VerticalAlign",
|
3815
|
-
# vertical_offset: "PixelsOrPercent",
|
3816
|
-
# opacity: "Opacity",
|
3817
|
-
# target: "Target",
|
3818
|
-
# }
|
3819
|
-
#
|
3820
2933
|
# @!attribute [rw] id
|
3821
2934
|
# A unique identifier for the settings for one watermark. The value of
|
3822
2935
|
# `Id` can be up to 40 characters long.
|
@@ -4006,13 +3119,6 @@ module Aws::ElasticTranscoder
|
|
4006
3119
|
|
4007
3120
|
# The `ReadJobRequest` structure.
|
4008
3121
|
#
|
4009
|
-
# @note When making an API call, you may pass ReadJobRequest
|
4010
|
-
# data as a hash:
|
4011
|
-
#
|
4012
|
-
# {
|
4013
|
-
# id: "Id", # required
|
4014
|
-
# }
|
4015
|
-
#
|
4016
3122
|
# @!attribute [rw] id
|
4017
3123
|
# The identifier of the job for which you want to get detailed
|
4018
3124
|
# information.
|
@@ -4039,13 +3145,6 @@ module Aws::ElasticTranscoder
|
|
4039
3145
|
|
4040
3146
|
# The `ReadPipelineRequest` structure.
|
4041
3147
|
#
|
4042
|
-
# @note When making an API call, you may pass ReadPipelineRequest
|
4043
|
-
# data as a hash:
|
4044
|
-
#
|
4045
|
-
# {
|
4046
|
-
# id: "Id", # required
|
4047
|
-
# }
|
4048
|
-
#
|
4049
3148
|
# @!attribute [rw] id
|
4050
3149
|
# The identifier of the pipeline to read.
|
4051
3150
|
# @return [String]
|
@@ -4081,13 +3180,6 @@ module Aws::ElasticTranscoder
|
|
4081
3180
|
|
4082
3181
|
# The `ReadPresetRequest` structure.
|
4083
3182
|
#
|
4084
|
-
# @note When making an API call, you may pass ReadPresetRequest
|
4085
|
-
# data as a hash:
|
4086
|
-
#
|
4087
|
-
# {
|
4088
|
-
# id: "Id", # required
|
4089
|
-
# }
|
4090
|
-
#
|
4091
3183
|
# @!attribute [rw] id
|
4092
3184
|
# The identifier of the preset for which you want to get detailed
|
4093
3185
|
# information.
|
@@ -4125,16 +3217,6 @@ module Aws::ElasticTranscoder
|
|
4125
3217
|
|
4126
3218
|
# The `TestRoleRequest` structure.
|
4127
3219
|
#
|
4128
|
-
# @note When making an API call, you may pass TestRoleRequest
|
4129
|
-
# data as a hash:
|
4130
|
-
#
|
4131
|
-
# {
|
4132
|
-
# role: "Role", # required
|
4133
|
-
# input_bucket: "BucketName", # required
|
4134
|
-
# output_bucket: "BucketName", # required
|
4135
|
-
# topics: ["SnsTopic"], # required
|
4136
|
-
# }
|
4137
|
-
#
|
4138
3220
|
# @!attribute [rw] role
|
4139
3221
|
# The IAM Amazon Resource Name (ARN) for the role that you want
|
4140
3222
|
# Elastic Transcoder to test.
|
@@ -4186,20 +3268,6 @@ module Aws::ElasticTranscoder
|
|
4186
3268
|
|
4187
3269
|
# Thumbnails for videos.
|
4188
3270
|
#
|
4189
|
-
# @note When making an API call, you may pass Thumbnails
|
4190
|
-
# data as a hash:
|
4191
|
-
#
|
4192
|
-
# {
|
4193
|
-
# format: "JpgOrPng",
|
4194
|
-
# interval: "Digits",
|
4195
|
-
# resolution: "ThumbnailResolution",
|
4196
|
-
# aspect_ratio: "AspectRatio",
|
4197
|
-
# max_width: "DigitsOrAuto",
|
4198
|
-
# max_height: "DigitsOrAuto",
|
4199
|
-
# sizing_policy: "SizingPolicy",
|
4200
|
-
# padding_policy: "PaddingPolicy",
|
4201
|
-
# }
|
4202
|
-
#
|
4203
3271
|
# @!attribute [rw] format
|
4204
3272
|
# The format of thumbnails, if any. Valid values are `jpg` and `png`.
|
4205
3273
|
#
|
@@ -4312,14 +3380,6 @@ module Aws::ElasticTranscoder
|
|
4312
3380
|
|
4313
3381
|
# Settings that determine when a clip begins and how long it lasts.
|
4314
3382
|
#
|
4315
|
-
# @note When making an API call, you may pass TimeSpan
|
4316
|
-
# data as a hash:
|
4317
|
-
#
|
4318
|
-
# {
|
4319
|
-
# start_time: "Time",
|
4320
|
-
# duration: "Time",
|
4321
|
-
# }
|
4322
|
-
#
|
4323
3383
|
# @!attribute [rw] start_time
|
4324
3384
|
# The place in the input file where you want a clip to start. The
|
4325
3385
|
# format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS
|
@@ -4372,19 +3432,6 @@ module Aws::ElasticTranscoder
|
|
4372
3432
|
|
4373
3433
|
# The `UpdatePipelineNotificationsRequest` structure.
|
4374
3434
|
#
|
4375
|
-
# @note When making an API call, you may pass UpdatePipelineNotificationsRequest
|
4376
|
-
# data as a hash:
|
4377
|
-
#
|
4378
|
-
# {
|
4379
|
-
# id: "Id", # required
|
4380
|
-
# notifications: { # required
|
4381
|
-
# progressing: "SnsTopic",
|
4382
|
-
# completed: "SnsTopic",
|
4383
|
-
# warning: "SnsTopic",
|
4384
|
-
# error: "SnsTopic",
|
4385
|
-
# },
|
4386
|
-
# }
|
4387
|
-
#
|
4388
3435
|
# @!attribute [rw] id
|
4389
3436
|
# The identifier of the pipeline for which you want to change
|
4390
3437
|
# notification settings.
|
@@ -4441,45 +3488,6 @@ module Aws::ElasticTranscoder
|
|
4441
3488
|
|
4442
3489
|
# The `UpdatePipelineRequest` structure.
|
4443
3490
|
#
|
4444
|
-
# @note When making an API call, you may pass UpdatePipelineRequest
|
4445
|
-
# data as a hash:
|
4446
|
-
#
|
4447
|
-
# {
|
4448
|
-
# id: "Id", # required
|
4449
|
-
# name: "Name",
|
4450
|
-
# input_bucket: "BucketName",
|
4451
|
-
# role: "Role",
|
4452
|
-
# aws_kms_key_arn: "KeyArn",
|
4453
|
-
# notifications: {
|
4454
|
-
# progressing: "SnsTopic",
|
4455
|
-
# completed: "SnsTopic",
|
4456
|
-
# warning: "SnsTopic",
|
4457
|
-
# error: "SnsTopic",
|
4458
|
-
# },
|
4459
|
-
# content_config: {
|
4460
|
-
# bucket: "BucketName",
|
4461
|
-
# storage_class: "StorageClass",
|
4462
|
-
# permissions: [
|
4463
|
-
# {
|
4464
|
-
# grantee_type: "GranteeType",
|
4465
|
-
# grantee: "Grantee",
|
4466
|
-
# access: ["AccessControl"],
|
4467
|
-
# },
|
4468
|
-
# ],
|
4469
|
-
# },
|
4470
|
-
# thumbnail_config: {
|
4471
|
-
# bucket: "BucketName",
|
4472
|
-
# storage_class: "StorageClass",
|
4473
|
-
# permissions: [
|
4474
|
-
# {
|
4475
|
-
# grantee_type: "GranteeType",
|
4476
|
-
# grantee: "Grantee",
|
4477
|
-
# access: ["AccessControl"],
|
4478
|
-
# },
|
4479
|
-
# ],
|
4480
|
-
# },
|
4481
|
-
# }
|
4482
|
-
#
|
4483
3491
|
# @!attribute [rw] id
|
4484
3492
|
# The ID of the pipeline that you want to update.
|
4485
3493
|
# @return [String]
|
@@ -4723,14 +3731,6 @@ module Aws::ElasticTranscoder
|
|
4723
3731
|
|
4724
3732
|
# The `UpdatePipelineStatusRequest` structure.
|
4725
3733
|
#
|
4726
|
-
# @note When making an API call, you may pass UpdatePipelineStatusRequest
|
4727
|
-
# data as a hash:
|
4728
|
-
#
|
4729
|
-
# {
|
4730
|
-
# id: "Id", # required
|
4731
|
-
# status: "PipelineStatus", # required
|
4732
|
-
# }
|
4733
|
-
#
|
4734
3734
|
# @!attribute [rw] id
|
4735
3735
|
# The identifier of the pipeline to update.
|
4736
3736
|
# @return [String]
|
@@ -4771,42 +3771,6 @@ module Aws::ElasticTranscoder
|
|
4771
3771
|
|
4772
3772
|
# The `VideoParameters` structure.
|
4773
3773
|
#
|
4774
|
-
# @note When making an API call, you may pass VideoParameters
|
4775
|
-
# data as a hash:
|
4776
|
-
#
|
4777
|
-
# {
|
4778
|
-
# codec: "VideoCodec",
|
4779
|
-
# codec_options: {
|
4780
|
-
# "CodecOption" => "CodecOption",
|
4781
|
-
# },
|
4782
|
-
# keyframes_max_dist: "KeyframesMaxDist",
|
4783
|
-
# fixed_gop: "FixedGOP",
|
4784
|
-
# bit_rate: "VideoBitRate",
|
4785
|
-
# frame_rate: "FrameRate",
|
4786
|
-
# max_frame_rate: "MaxFrameRate",
|
4787
|
-
# resolution: "Resolution",
|
4788
|
-
# aspect_ratio: "AspectRatio",
|
4789
|
-
# max_width: "DigitsOrAuto",
|
4790
|
-
# max_height: "DigitsOrAuto",
|
4791
|
-
# display_aspect_ratio: "AspectRatio",
|
4792
|
-
# sizing_policy: "SizingPolicy",
|
4793
|
-
# padding_policy: "PaddingPolicy",
|
4794
|
-
# watermarks: [
|
4795
|
-
# {
|
4796
|
-
# id: "PresetWatermarkId",
|
4797
|
-
# max_width: "PixelsOrPercent",
|
4798
|
-
# max_height: "PixelsOrPercent",
|
4799
|
-
# sizing_policy: "WatermarkSizingPolicy",
|
4800
|
-
# horizontal_align: "HorizontalAlign",
|
4801
|
-
# horizontal_offset: "PixelsOrPercent",
|
4802
|
-
# vertical_align: "VerticalAlign",
|
4803
|
-
# vertical_offset: "PixelsOrPercent",
|
4804
|
-
# opacity: "Opacity",
|
4805
|
-
# target: "Target",
|
4806
|
-
# },
|
4807
|
-
# ],
|
4808
|
-
# }
|
4809
|
-
#
|
4810
3774
|
# @!attribute [rw] codec
|
4811
3775
|
# The video codec for the output file. Valid values include `gif`,
|
4812
3776
|
# `H.264`, `mpeg2`, `vp8`, and `vp9`. You can only specify `vp8` and
|