aws-sdk-elastictranscoder 1.39.0 → 1.41.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-elastictranscoder/client.rb +77 -72
- data/lib/aws-sdk-elastictranscoder/endpoint_provider.rb +35 -96
- data/lib/aws-sdk-elastictranscoder/types.rb +187 -1228
- data/lib/aws-sdk-elastictranscoder.rb +1 -1
- metadata +4 -4
@@ -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.
|
@@ -153,17 +125,17 @@ module Aws::ElasticTranscoder
|
|
153
125
|
# Specify the AAC profile for the output file. Elastic Transcoder
|
154
126
|
# supports the following profiles:
|
155
127
|
#
|
156
|
-
# * `auto
|
128
|
+
# * `auto`: If you specify `auto`, Elastic Transcoder selects the
|
157
129
|
# profile based on the bit rate selected for the output file.
|
158
130
|
#
|
159
|
-
# * `AAC-LC
|
131
|
+
# * `AAC-LC`: The most common AAC profile. Use for bit rates larger
|
160
132
|
# than 64 kbps.
|
161
133
|
#
|
162
|
-
# * `HE-AAC
|
163
|
-
#
|
134
|
+
# * `HE-AAC`: Not supported on some older players and devices. Use for
|
135
|
+
# bit rates between 40 and 80 kbps.
|
164
136
|
#
|
165
|
-
# * `HE-AACv2
|
166
|
-
#
|
137
|
+
# * `HE-AACv2`: Not supported on some players and devices. Use for bit
|
138
|
+
# rates less than 48 kbps.
|
167
139
|
#
|
168
140
|
# All outputs in a `Smooth` playlist must have the same value for
|
169
141
|
# `Profile`.
|
@@ -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,46 +400,32 @@ 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.
|
472
406
|
#
|
473
407
|
# * **Valid Embedded Caption Formats:**
|
474
408
|
#
|
475
|
-
# * **for FLAC
|
409
|
+
# * **for FLAC**: None
|
476
410
|
#
|
477
|
-
# * **For MP3
|
411
|
+
# * **For MP3**: None
|
478
412
|
#
|
479
|
-
# * **For MP4
|
413
|
+
# * **For MP4**: mov-text
|
480
414
|
#
|
481
|
-
# * **For MPEG-TS
|
415
|
+
# * **For MPEG-TS**: None
|
482
416
|
#
|
483
|
-
# * **For ogg
|
417
|
+
# * **For ogg**: None
|
484
418
|
#
|
485
|
-
# * **For webm
|
419
|
+
# * **For webm**: None
|
486
420
|
#
|
487
421
|
# * **Valid Sidecar Caption Formats:** Elastic Transcoder supports
|
488
422
|
# dfxp (first div element only), scc, srt, and webvtt. If you want
|
489
423
|
# ttml or smpte-tt compatible captions, specify dfxp as your output
|
490
424
|
# format.
|
491
425
|
#
|
492
|
-
# * **For FMP4
|
426
|
+
# * **For FMP4**: dfxp
|
493
427
|
#
|
494
|
-
# * **Non-FMP4 outputs
|
428
|
+
# * **Non-FMP4 outputs**: All sidecar types
|
495
429
|
#
|
496
430
|
# `fmp4` captions have an extension of `.ismt`
|
497
431
|
# @return [String]
|
@@ -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`
|
@@ -814,7 +598,7 @@ module Aws::ElasticTranscoder
|
|
814
598
|
# information that you want to include in the file name for each
|
815
599
|
# thumbnail. You can specify the following values in any sequence:
|
816
600
|
#
|
817
|
-
# * <b> <code>\{count\}</code> (Required)</b
|
601
|
+
# * <b> <code>\{count\}</code> (Required)</b>: If you want to create
|
818
602
|
# thumbnails, you must include `\{count\}` in the `ThumbnailPattern`
|
819
603
|
# object. Wherever you specify `\{count\}`, Elastic Transcoder adds
|
820
604
|
# a five-digit sequence number (beginning with **00001**) to
|
@@ -825,12 +609,12 @@ module Aws::ElasticTranscoder
|
|
825
609
|
# omit `\{count\}`, Elastic Transcoder returns a validation error
|
826
610
|
# and does not create the job.
|
827
611
|
#
|
828
|
-
# * **Literal values (Optional)
|
612
|
+
# * **Literal values (Optional)**: You can specify literal values
|
829
613
|
# anywhere in the `ThumbnailPattern` object. For example, you can
|
830
614
|
# include them as a file name prefix or as a delimiter between
|
831
615
|
# `\{resolution\}` and `\{count\}`.
|
832
616
|
#
|
833
|
-
# * <b> <code>\{resolution\}</code> (Optional)</b
|
617
|
+
# * <b> <code>\{resolution\}</code> (Optional)</b>: If you want
|
834
618
|
# Elastic Transcoder to include the resolution in the file name,
|
835
619
|
# include `\{resolution\}` in the `ThumbnailPattern` object.
|
836
620
|
#
|
@@ -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 `/`
|
@@ -1035,7 +794,7 @@ module Aws::ElasticTranscoder
|
|
1035
794
|
#
|
1036
795
|
# * If your output is not `HLS` or does not have a segment duration
|
1037
796
|
# set, the name of the output file is a concatenation of
|
1038
|
-
# `OutputKeyPrefix` and `Outputs:Key
|
797
|
+
# `OutputKeyPrefix` and `Outputs:Key`:
|
1039
798
|
#
|
1040
799
|
# OutputKeyPrefix`Outputs:Key`
|
1041
800
|
#
|
@@ -1053,7 +812,7 @@ module Aws::ElasticTranscoder
|
|
1053
812
|
# included in an `HLSv4` playlist, Elastic Transcoder creates an
|
1054
813
|
# output playlist file with a file extension of `_v4.m3u8`. If the
|
1055
814
|
# output is video, Elastic Transcoder also creates an output file
|
1056
|
-
# with an extension of `_iframe.m3u8
|
815
|
+
# with an extension of `_iframe.m3u8`:
|
1057
816
|
#
|
1058
817
|
# OutputKeyPrefix`Outputs:Key`\_v4.m3u8
|
1059
818
|
#
|
@@ -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.
|
@@ -1577,27 +1001,27 @@ module Aws::ElasticTranscoder
|
|
1577
1001
|
# To receive notifications, you must also subscribe to the new topic
|
1578
1002
|
# in the Amazon SNS console.
|
1579
1003
|
#
|
1580
|
-
# * **Progressing
|
1004
|
+
# * **Progressing**: The topic ARN for the Amazon Simple Notification
|
1581
1005
|
# Service (Amazon SNS) topic that you want to notify when Elastic
|
1582
1006
|
# Transcoder has started to process a job in this pipeline. This is
|
1583
1007
|
# the ARN that Amazon SNS returned when you created the topic. For
|
1584
1008
|
# more information, see Create a Topic in the Amazon Simple
|
1585
1009
|
# Notification Service Developer Guide.
|
1586
1010
|
#
|
1587
|
-
# * **Complete
|
1588
|
-
#
|
1589
|
-
#
|
1590
|
-
#
|
1011
|
+
# * **Complete**: The topic ARN for the Amazon SNS topic that you want
|
1012
|
+
# to notify when Elastic Transcoder has finished processing a job in
|
1013
|
+
# this pipeline. This is the ARN that Amazon SNS returned when you
|
1014
|
+
# created the topic.
|
1591
1015
|
#
|
1592
|
-
# * **Warning
|
1016
|
+
# * **Warning**: The topic ARN for the Amazon SNS topic that you want
|
1593
1017
|
# to notify when Elastic Transcoder encounters a warning condition
|
1594
1018
|
# while processing a job in this pipeline. This is the ARN that
|
1595
1019
|
# Amazon SNS returned when you created the topic.
|
1596
1020
|
#
|
1597
|
-
# * **Error
|
1598
|
-
#
|
1599
|
-
#
|
1600
|
-
#
|
1021
|
+
# * **Error**: The topic ARN for the Amazon SNS topic that you want to
|
1022
|
+
# notify when Elastic Transcoder encounters an error condition while
|
1023
|
+
# processing a job in this pipeline. This is the ARN that Amazon SNS
|
1024
|
+
# returned when you created the topic.
|
1601
1025
|
# @return [Types::Notifications]
|
1602
1026
|
#
|
1603
1027
|
# @!attribute [rw] content_config
|
@@ -1613,7 +1037,7 @@ module Aws::ElasticTranscoder
|
|
1613
1037
|
# If you specify values for `ContentConfig` and `ThumbnailConfig`,
|
1614
1038
|
# omit the `OutputBucket` object.
|
1615
1039
|
#
|
1616
|
-
# * **Bucket
|
1040
|
+
# * **Bucket**: The Amazon S3 bucket in which you want Elastic
|
1617
1041
|
# Transcoder to save transcoded files and playlists.
|
1618
1042
|
#
|
1619
1043
|
# * **Permissions** (Optional): The Permissions object specifies which
|
@@ -1621,10 +1045,10 @@ module Aws::ElasticTranscoder
|
|
1621
1045
|
# access you want them to have. You can grant permissions to a
|
1622
1046
|
# maximum of 30 users and/or predefined Amazon S3 groups.
|
1623
1047
|
#
|
1624
|
-
# * **Grantee Type
|
1048
|
+
# * **Grantee Type**: Specify the type of value that appears in the
|
1625
1049
|
# `Grantee` object:
|
1626
1050
|
#
|
1627
|
-
# * **Canonical
|
1051
|
+
# * **Canonical**: The value in the `Grantee` object is either the
|
1628
1052
|
# canonical user ID for an AWS account or an origin access
|
1629
1053
|
# identity for an Amazon CloudFront distribution. For more
|
1630
1054
|
# information about canonical user IDs, see Access Control List
|
@@ -1636,39 +1060,38 @@ module Aws::ElasticTranscoder
|
|
1636
1060
|
#
|
1637
1061
|
# A canonical user ID is not the same as an AWS account number.
|
1638
1062
|
#
|
1639
|
-
# * **Email
|
1063
|
+
# * **Email**: The value in the `Grantee` object is the registered
|
1640
1064
|
# email address of an AWS account.
|
1641
1065
|
#
|
1642
|
-
# * **Group
|
1066
|
+
# * **Group**: The value in the `Grantee` object is one of the
|
1643
1067
|
# following predefined Amazon S3 groups: `AllUsers`,
|
1644
1068
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
1645
1069
|
#
|
1646
|
-
# * **Grantee
|
1647
|
-
#
|
1648
|
-
#
|
1649
|
-
#
|
1650
|
-
#
|
1651
|
-
# S3 group
|
1070
|
+
# * **Grantee**: The AWS user or group that you want to have access to
|
1071
|
+
# transcoded files and playlists. To identify the user or group, you
|
1072
|
+
# can specify the canonical user ID for an AWS account, an origin
|
1073
|
+
# access identity for a CloudFront distribution, the registered
|
1074
|
+
# email address of an AWS account, or a predefined Amazon S3 group
|
1652
1075
|
#
|
1653
|
-
# * **Access
|
1076
|
+
# * **Access**: The permission that you want to give to the AWS user
|
1654
1077
|
# that you specified in `Grantee`. Permissions are granted on the
|
1655
1078
|
# files that Elastic Transcoder adds to the bucket, including
|
1656
1079
|
# playlists and video files. Valid values include:
|
1657
1080
|
#
|
1658
|
-
# * `READ
|
1081
|
+
# * `READ`: The grantee can read the objects and metadata for
|
1659
1082
|
# objects that Elastic Transcoder adds to the Amazon S3 bucket.
|
1660
1083
|
#
|
1661
|
-
# * `READ_ACP
|
1662
|
-
#
|
1084
|
+
# * `READ_ACP`: The grantee can read the object ACL for objects that
|
1085
|
+
# Elastic Transcoder adds to the Amazon S3 bucket.
|
1663
1086
|
#
|
1664
|
-
# * `WRITE_ACP
|
1087
|
+
# * `WRITE_ACP`: The grantee can write the ACL for the objects that
|
1665
1088
|
# Elastic Transcoder adds to the Amazon S3 bucket.
|
1666
1089
|
#
|
1667
|
-
# * `FULL_CONTROL
|
1090
|
+
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
1668
1091
|
# `WRITE_ACP` permissions for the objects that Elastic Transcoder
|
1669
1092
|
# adds to the Amazon S3 bucket.
|
1670
1093
|
#
|
1671
|
-
# * **StorageClass
|
1094
|
+
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
1672
1095
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
1673
1096
|
# the video files and playlists that it stores in your Amazon S3
|
1674
1097
|
# bucket.
|
@@ -1688,7 +1111,7 @@ module Aws::ElasticTranscoder
|
|
1688
1111
|
# If you specify values for `ContentConfig` and `ThumbnailConfig`,
|
1689
1112
|
# omit the `OutputBucket` object.
|
1690
1113
|
#
|
1691
|
-
# * **Bucket
|
1114
|
+
# * **Bucket**: The Amazon S3 bucket in which you want Elastic
|
1692
1115
|
# Transcoder to save thumbnail files.
|
1693
1116
|
#
|
1694
1117
|
# * **Permissions** (Optional): The `Permissions` object specifies
|
@@ -1697,47 +1120,47 @@ module Aws::ElasticTranscoder
|
|
1697
1120
|
# have. You can grant permissions to a maximum of 30 users and/or
|
1698
1121
|
# predefined Amazon S3 groups.
|
1699
1122
|
#
|
1700
|
-
# * **GranteeType
|
1123
|
+
# * **GranteeType**: Specify the type of value that appears in the
|
1701
1124
|
# Grantee object:
|
1702
1125
|
#
|
1703
|
-
# * **Canonical
|
1126
|
+
# * **Canonical**: The value in the `Grantee` object is either the
|
1704
1127
|
# canonical user ID for an AWS account or an origin access
|
1705
1128
|
# identity for an Amazon CloudFront distribution.
|
1706
1129
|
#
|
1707
1130
|
# A canonical user ID is not the same as an AWS account number.
|
1708
1131
|
#
|
1709
|
-
# * **Email
|
1132
|
+
# * **Email**: The value in the `Grantee` object is the registered
|
1710
1133
|
# email address of an AWS account.
|
1711
1134
|
#
|
1712
|
-
# * **Group
|
1135
|
+
# * **Group**: The value in the `Grantee` object is one of the
|
1713
1136
|
# following predefined Amazon S3 groups: `AllUsers`,
|
1714
1137
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
1715
1138
|
#
|
1716
|
-
# * **Grantee
|
1717
|
-
#
|
1139
|
+
# * **Grantee**: The AWS user or group that you want to have access to
|
1140
|
+
# thumbnail files. To identify the user or group, you can specify
|
1718
1141
|
# the canonical user ID for an AWS account, an origin access
|
1719
1142
|
# identity for a CloudFront distribution, the registered email
|
1720
1143
|
# address of an AWS account, or a predefined Amazon S3 group.
|
1721
1144
|
#
|
1722
|
-
# * **Access
|
1145
|
+
# * **Access**: The permission that you want to give to the AWS user
|
1723
1146
|
# that you specified in `Grantee`. Permissions are granted on the
|
1724
1147
|
# thumbnail files that Elastic Transcoder adds to the bucket. Valid
|
1725
1148
|
# values include:
|
1726
1149
|
#
|
1727
|
-
# * `READ
|
1150
|
+
# * `READ`: The grantee can read the thumbnails and metadata for
|
1728
1151
|
# objects that Elastic Transcoder adds to the Amazon S3 bucket.
|
1729
1152
|
#
|
1730
|
-
# * `READ_ACP
|
1153
|
+
# * `READ_ACP`: The grantee can read the object ACL for thumbnails
|
1731
1154
|
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
1732
1155
|
#
|
1733
|
-
# * `WRITE_ACP
|
1156
|
+
# * `WRITE_ACP`: The grantee can write the ACL for the thumbnails
|
1734
1157
|
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
1735
1158
|
#
|
1736
|
-
# * `FULL_CONTROL
|
1159
|
+
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
1737
1160
|
# `WRITE_ACP` permissions for the thumbnails that Elastic
|
1738
1161
|
# Transcoder adds to the Amazon S3 bucket.
|
1739
1162
|
#
|
1740
|
-
# * **StorageClass
|
1163
|
+
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
1741
1164
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
1742
1165
|
# the thumbnails that it stores in your Amazon S3 bucket.
|
1743
1166
|
# @return [Types::PipelineOutputConfig]
|
@@ -1781,70 +1204,6 @@ module Aws::ElasticTranscoder
|
|
1781
1204
|
|
1782
1205
|
# The `CreatePresetRequest` structure.
|
1783
1206
|
#
|
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
1207
|
# @!attribute [rw] name
|
1849
1208
|
# The name of the preset. We recommend that the name be unique within
|
1850
1209
|
# the AWS account, but uniqueness is not enforced.
|
@@ -1908,13 +1267,6 @@ module Aws::ElasticTranscoder
|
|
1908
1267
|
|
1909
1268
|
# The `DeletePipelineRequest` structure.
|
1910
1269
|
#
|
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
1270
|
# @!attribute [rw] id
|
1919
1271
|
# The identifier of the pipeline that you want to delete.
|
1920
1272
|
# @return [String]
|
@@ -1931,13 +1283,6 @@ module Aws::ElasticTranscoder
|
|
1931
1283
|
|
1932
1284
|
# The `DeletePresetRequest` structure.
|
1933
1285
|
#
|
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
1286
|
# @!attribute [rw] id
|
1942
1287
|
# The identifier of the preset for which you want to get detailed
|
1943
1288
|
# information.
|
@@ -1956,17 +1301,6 @@ module Aws::ElasticTranscoder
|
|
1956
1301
|
# The detected properties of the input file. Elastic Transcoder
|
1957
1302
|
# identifies these values from the input file.
|
1958
1303
|
#
|
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
1304
|
# @!attribute [rw] width
|
1971
1305
|
# The detected width of the input file, in pixels.
|
1972
1306
|
# @return [Integer]
|
@@ -2003,16 +1337,6 @@ module Aws::ElasticTranscoder
|
|
2003
1337
|
# decrypt your file, otherwise you must specify the mode you want
|
2004
1338
|
# Elastic Transcoder to use to encrypt your output files.
|
2005
1339
|
#
|
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
1340
|
# @!attribute [rw] mode
|
2017
1341
|
# The specific server-side encryption mode that you want Elastic
|
2018
1342
|
# Transcoder to use when decrypting your input files or encrypting
|
@@ -2094,18 +1418,6 @@ module Aws::ElasticTranscoder
|
|
2094
1418
|
# The HLS content protection settings, if any, that you want Elastic
|
2095
1419
|
# Transcoder to apply to your output files.
|
2096
1420
|
#
|
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
1421
|
# @!attribute [rw] method
|
2110
1422
|
# The content protection method for your output. The only valid value
|
2111
1423
|
# is: `aes-128`.
|
@@ -2176,27 +1488,6 @@ module Aws::ElasticTranscoder
|
|
2176
1488
|
|
2177
1489
|
# The captions to be created, if any.
|
2178
1490
|
#
|
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
1491
|
# @!attribute [rw] merge_policy
|
2201
1492
|
# A policy that determines how Elastic Transcoder handles the
|
2202
1493
|
# existence of multiple captions.
|
@@ -2360,29 +1651,6 @@ module Aws::ElasticTranscoder
|
|
2360
1651
|
|
2361
1652
|
# The .jpg or .png file associated with an audio file.
|
2362
1653
|
#
|
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
1654
|
# @!attribute [rw] merge_policy
|
2387
1655
|
# A policy that determines how Elastic Transcoder handles the
|
2388
1656
|
# existence of multiple album artwork files.
|
@@ -2417,52 +1685,6 @@ module Aws::ElasticTranscoder
|
|
2417
1685
|
|
2418
1686
|
# Information about the file that you're transcoding.
|
2419
1687
|
#
|
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
1688
|
# @!attribute [rw] key
|
2467
1689
|
# The name of the file to transcode. Elsewhere in the body of the JSON
|
2468
1690
|
# block is the the ID of the pipeline to use for processing the job.
|
@@ -2641,7 +1863,7 @@ module Aws::ElasticTranscoder
|
|
2641
1863
|
# information that you want to include in the file name for each
|
2642
1864
|
# thumbnail. You can specify the following values in any sequence:
|
2643
1865
|
#
|
2644
|
-
# * <b> <code>\{count\}</code> (Required)</b
|
1866
|
+
# * <b> <code>\{count\}</code> (Required)</b>: If you want to create
|
2645
1867
|
# thumbnails, you must include `\{count\}` in the `ThumbnailPattern`
|
2646
1868
|
# object. Wherever you specify `\{count\}`, Elastic Transcoder adds
|
2647
1869
|
# a five-digit sequence number (beginning with **00001**) to
|
@@ -2652,12 +1874,12 @@ module Aws::ElasticTranscoder
|
|
2652
1874
|
# omit `\{count\}`, Elastic Transcoder returns a validation error
|
2653
1875
|
# and does not create the job.
|
2654
1876
|
#
|
2655
|
-
# * **Literal values (Optional)
|
1877
|
+
# * **Literal values (Optional)**: You can specify literal values
|
2656
1878
|
# anywhere in the `ThumbnailPattern` object. For example, you can
|
2657
1879
|
# include them as a file name prefix or as a delimiter between
|
2658
1880
|
# `\{resolution\}` and `\{count\}`.
|
2659
1881
|
#
|
2660
|
-
# * <b> <code>\{resolution\}</code> (Optional)</b
|
1882
|
+
# * <b> <code>\{resolution\}</code> (Optional)</b>: If you want
|
2661
1883
|
# Elastic Transcoder to include the resolution in the file name,
|
2662
1884
|
# include `\{resolution\}` in the `ThumbnailPattern` object.
|
2663
1885
|
#
|
@@ -2901,20 +2123,6 @@ module Aws::ElasticTranscoder
|
|
2901
2123
|
# watermark that is not rectangular, use the .png format, which supports
|
2902
2124
|
# transparency.
|
2903
2125
|
#
|
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
2126
|
# @!attribute [rw] preset_watermark_id
|
2919
2127
|
# The ID of the watermark settings that Elastic Transcoder uses to add
|
2920
2128
|
# watermarks to the video during transcoding. The settings are in the
|
@@ -2955,15 +2163,6 @@ module Aws::ElasticTranscoder
|
|
2955
2163
|
|
2956
2164
|
# The `ListJobsByPipelineRequest` structure.
|
2957
2165
|
#
|
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
2166
|
# @!attribute [rw] pipeline_id
|
2968
2167
|
# The ID of the pipeline for which you want to get job information.
|
2969
2168
|
# @return [String]
|
@@ -3010,15 +2209,6 @@ module Aws::ElasticTranscoder
|
|
3010
2209
|
|
3011
2210
|
# The `ListJobsByStatusRequest` structure.
|
3012
2211
|
#
|
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
2212
|
# @!attribute [rw] status
|
3023
2213
|
# To get information about all of the jobs associated with the current
|
3024
2214
|
# AWS account that have a given status, specify the following status:
|
@@ -3067,14 +2257,6 @@ module Aws::ElasticTranscoder
|
|
3067
2257
|
|
3068
2258
|
# The `ListPipelineRequest` structure.
|
3069
2259
|
#
|
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
2260
|
# @!attribute [rw] ascending
|
3079
2261
|
# To list pipelines in chronological order by the date and time that
|
3080
2262
|
# they were created, enter `true`. To list pipelines in reverse
|
@@ -3116,14 +2298,6 @@ module Aws::ElasticTranscoder
|
|
3116
2298
|
|
3117
2299
|
# The `ListPresetsRequest` structure.
|
3118
2300
|
#
|
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
2301
|
# @!attribute [rw] ascending
|
3128
2302
|
# To list presets in chronological order by the date and time that
|
3129
2303
|
# they were created, enter `true`. To list presets in reverse
|
@@ -3169,16 +2343,6 @@ module Aws::ElasticTranscoder
|
|
3169
2343
|
# To receive notifications, you must also subscribe to the new topic in
|
3170
2344
|
# the Amazon SNS console.
|
3171
2345
|
#
|
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
2346
|
# @!attribute [rw] progressing
|
3183
2347
|
# The Amazon Simple Notification Service (Amazon SNS) topic that you
|
3184
2348
|
# want to notify when Elastic Transcoder has started to process the
|
@@ -3211,26 +2375,17 @@ module Aws::ElasticTranscoder
|
|
3211
2375
|
|
3212
2376
|
# The `Permission` structure.
|
3213
2377
|
#
|
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
2378
|
# @!attribute [rw] grantee_type
|
3224
2379
|
# The type of value that appears in the Grantee object:
|
3225
2380
|
#
|
3226
|
-
# * `Canonical
|
3227
|
-
#
|
2381
|
+
# * `Canonical`: Either the canonical user ID for an AWS account or an
|
2382
|
+
# origin access identity for an Amazon CloudFront distribution.
|
3228
2383
|
#
|
3229
2384
|
# A canonical user ID is not the same as an AWS account number.
|
3230
2385
|
#
|
3231
|
-
# * `Email
|
2386
|
+
# * `Email`: The registered email address of an AWS account.
|
3232
2387
|
#
|
3233
|
-
# * `Group
|
2388
|
+
# * `Group`: One of the following predefined Amazon S3 groups:
|
3234
2389
|
# `AllUsers`, `AuthenticatedUsers`, or `LogDelivery`.
|
3235
2390
|
# @return [String]
|
3236
2391
|
#
|
@@ -3246,16 +2401,16 @@ module Aws::ElasticTranscoder
|
|
3246
2401
|
# The permission that you want to give to the AWS user that is listed
|
3247
2402
|
# in Grantee. Valid values include:
|
3248
2403
|
#
|
3249
|
-
# * `READ
|
2404
|
+
# * `READ`: The grantee can read the thumbnails and metadata for
|
3250
2405
|
# thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.
|
3251
2406
|
#
|
3252
|
-
# * `READ_ACP
|
2407
|
+
# * `READ_ACP`: The grantee can read the object ACL for thumbnails
|
3253
2408
|
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
3254
2409
|
#
|
3255
|
-
# * `WRITE_ACP
|
3256
|
-
#
|
2410
|
+
# * `WRITE_ACP`: The grantee can write the ACL for the thumbnails that
|
2411
|
+
# Elastic Transcoder adds to the Amazon S3 bucket.
|
3257
2412
|
#
|
3258
|
-
# * `FULL_CONTROL
|
2413
|
+
# * `FULL_CONTROL`: The grantee has READ, READ\_ACP, and WRITE\_ACP
|
3259
2414
|
# permissions for the thumbnails that Elastic Transcoder adds to the
|
3260
2415
|
# Amazon S3 bucket.
|
3261
2416
|
# @return [Array<String>]
|
@@ -3290,9 +2445,9 @@ module Aws::ElasticTranscoder
|
|
3290
2445
|
# @!attribute [rw] status
|
3291
2446
|
# The current status of the pipeline:
|
3292
2447
|
#
|
3293
|
-
# * `Active
|
2448
|
+
# * `Active`: The pipeline is processing jobs.
|
3294
2449
|
#
|
3295
|
-
# * `Paused
|
2450
|
+
# * `Paused`: The pipeline is not currently processing jobs.
|
3296
2451
|
# @return [String]
|
3297
2452
|
#
|
3298
2453
|
# @!attribute [rw] input_bucket
|
@@ -3351,45 +2506,45 @@ module Aws::ElasticTranscoder
|
|
3351
2506
|
# specify both `ContentConfig` and `ThumbnailConfig`, or you specify
|
3352
2507
|
# `OutputBucket`.
|
3353
2508
|
#
|
3354
|
-
# * **Bucket
|
2509
|
+
# * **Bucket**: The Amazon S3 bucket in which you want Elastic
|
3355
2510
|
# Transcoder to save transcoded files and playlists.
|
3356
2511
|
#
|
3357
|
-
# * **Permissions
|
2512
|
+
# * **Permissions**: A list of the users and/or predefined Amazon S3
|
3358
2513
|
# groups you want to have access to transcoded files and playlists,
|
3359
2514
|
# and the type of access that you want them to have.
|
3360
2515
|
#
|
3361
2516
|
# * GranteeType: The type of value that appears in the `Grantee`
|
3362
2517
|
# object:
|
3363
2518
|
#
|
3364
|
-
# * `Canonical
|
2519
|
+
# * `Canonical`: Either the canonical user ID for an AWS account
|
3365
2520
|
# or an origin access identity for an Amazon CloudFront
|
3366
2521
|
# distribution.
|
3367
2522
|
#
|
3368
|
-
# * `Email
|
2523
|
+
# * `Email`: The registered email address of an AWS account.
|
3369
2524
|
#
|
3370
|
-
# * `Group
|
2525
|
+
# * `Group`: One of the following predefined Amazon S3 groups:
|
3371
2526
|
# `AllUsers`, `AuthenticatedUsers`, or `LogDelivery`.
|
3372
2527
|
#
|
3373
|
-
# * `Grantee
|
3374
|
-
#
|
2528
|
+
# * `Grantee`: The AWS user or group that you want to have access to
|
2529
|
+
# transcoded files and playlists.
|
3375
2530
|
#
|
3376
|
-
# * `Access
|
2531
|
+
# * `Access`: The permission that you want to give to the AWS user
|
3377
2532
|
# that is listed in `Grantee`. Valid values include:
|
3378
2533
|
#
|
3379
|
-
# * `READ
|
2534
|
+
# * `READ`: The grantee can read the objects and metadata for
|
3380
2535
|
# objects that Elastic Transcoder adds to the Amazon S3 bucket.
|
3381
2536
|
#
|
3382
|
-
# * `READ_ACP
|
2537
|
+
# * `READ_ACP`: The grantee can read the object ACL for objects
|
3383
2538
|
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
3384
2539
|
#
|
3385
|
-
# * `WRITE_ACP
|
2540
|
+
# * `WRITE_ACP`: The grantee can write the ACL for the objects
|
3386
2541
|
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
3387
2542
|
#
|
3388
|
-
# * `FULL_CONTROL
|
2543
|
+
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
3389
2544
|
# `WRITE_ACP` permissions for the objects that Elastic
|
3390
2545
|
# Transcoder adds to the Amazon S3 bucket.
|
3391
2546
|
#
|
3392
|
-
# * **StorageClass
|
2547
|
+
# * **StorageClass**: The Amazon S3 storage class, Standard or
|
3393
2548
|
# ReducedRedundancy, that you want Elastic Transcoder to assign to
|
3394
2549
|
# the video files and playlists that it stores in your Amazon S3
|
3395
2550
|
# bucket.
|
@@ -3401,49 +2556,48 @@ module Aws::ElasticTranscoder
|
|
3401
2556
|
# `ContentConfig` and `ThumbnailConfig`, or you specify
|
3402
2557
|
# `OutputBucket`.
|
3403
2558
|
#
|
3404
|
-
# * `Bucket
|
2559
|
+
# * `Bucket`: The Amazon S3 bucket in which you want Elastic
|
3405
2560
|
# Transcoder to save thumbnail files.
|
3406
2561
|
#
|
3407
|
-
# * `Permissions
|
2562
|
+
# * `Permissions`: A list of the users and/or predefined Amazon S3
|
3408
2563
|
# groups you want to have access to thumbnail files, and the type of
|
3409
2564
|
# access that you want them to have.
|
3410
2565
|
#
|
3411
2566
|
# * GranteeType: The type of value that appears in the Grantee
|
3412
2567
|
# object:
|
3413
2568
|
#
|
3414
|
-
# * `Canonical
|
2569
|
+
# * `Canonical`: Either the canonical user ID for an AWS account
|
3415
2570
|
# or an origin access identity for an Amazon CloudFront
|
3416
2571
|
# distribution.
|
3417
2572
|
#
|
3418
2573
|
# A canonical user ID is not the same as an AWS account number.
|
3419
2574
|
#
|
3420
|
-
# * `Email
|
2575
|
+
# * `Email`: The registered email address of an AWS account.
|
3421
2576
|
#
|
3422
|
-
# * `Group
|
2577
|
+
# * `Group`: One of the following predefined Amazon S3 groups:
|
3423
2578
|
# `AllUsers`, `AuthenticatedUsers`, or `LogDelivery`.
|
3424
2579
|
#
|
3425
|
-
# * `Grantee
|
3426
|
-
#
|
2580
|
+
# * `Grantee`: The AWS user or group that you want to have access to
|
2581
|
+
# thumbnail files.
|
3427
2582
|
#
|
3428
2583
|
# * Access: The permission that you want to give to the AWS user
|
3429
2584
|
# that is listed in Grantee. Valid values include:
|
3430
2585
|
#
|
3431
|
-
# * `READ
|
2586
|
+
# * `READ`: The grantee can read the thumbnails and metadata for
|
3432
2587
|
# thumbnails that Elastic Transcoder adds to the Amazon S3
|
3433
2588
|
# bucket.
|
3434
2589
|
#
|
3435
|
-
# * `READ_ACP
|
3436
|
-
#
|
3437
|
-
# bucket.
|
2590
|
+
# * `READ_ACP`: The grantee can read the object ACL for thumbnails
|
2591
|
+
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
3438
2592
|
#
|
3439
|
-
# * `WRITE_ACP
|
2593
|
+
# * `WRITE_ACP`: The grantee can write the ACL for the thumbnails
|
3440
2594
|
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
3441
2595
|
#
|
3442
|
-
# * `FULL_CONTROL
|
2596
|
+
# * `FULL_CONTROL`: The grantee has READ, READ\_ACP, and
|
3443
2597
|
# WRITE\_ACP permissions for the thumbnails that Elastic
|
3444
2598
|
# Transcoder adds to the Amazon S3 bucket.
|
3445
2599
|
#
|
3446
|
-
# * `StorageClass
|
2600
|
+
# * `StorageClass`: The Amazon S3 storage class, `Standard` or
|
3447
2601
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
3448
2602
|
# the thumbnails that it stores in your Amazon S3 bucket.
|
3449
2603
|
# @return [Types::PipelineOutputConfig]
|
@@ -3466,21 +2620,6 @@ module Aws::ElasticTranscoder
|
|
3466
2620
|
|
3467
2621
|
# The `PipelineOutputConfig` structure.
|
3468
2622
|
#
|
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
2623
|
# @!attribute [rw] bucket
|
3485
2624
|
# The Amazon S3 bucket in which you want Elastic Transcoder to save
|
3486
2625
|
# the transcoded files. Specify this value when all of the following
|
@@ -3546,18 +2685,6 @@ module Aws::ElasticTranscoder
|
|
3546
2685
|
# If you use DRM for an `HLSv3` playlist, your outputs must have a
|
3547
2686
|
# master playlist.
|
3548
2687
|
#
|
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
2688
|
# @!attribute [rw] format
|
3562
2689
|
# The type of DRM, if any, that you want Elastic Transcoder to apply
|
3563
2690
|
# to the output files associated with this playlist.
|
@@ -3653,7 +2780,7 @@ module Aws::ElasticTranscoder
|
|
3653
2780
|
#
|
3654
2781
|
# * If your output is not `HLS` or does not have a segment duration
|
3655
2782
|
# set, the name of the output file is a concatenation of
|
3656
|
-
# `OutputKeyPrefix` and `Outputs:Key
|
2783
|
+
# `OutputKeyPrefix` and `Outputs:Key`:
|
3657
2784
|
#
|
3658
2785
|
# OutputKeyPrefix`Outputs:Key`
|
3659
2786
|
#
|
@@ -3671,7 +2798,7 @@ module Aws::ElasticTranscoder
|
|
3671
2798
|
# included in an `HLSv4` playlist, Elastic Transcoder creates an
|
3672
2799
|
# output playlist file with a file extension of `_v4.m3u8`. If the
|
3673
2800
|
# output is video, Elastic Transcoder also creates an output file
|
3674
|
-
# with an extension of `_iframe.m3u8
|
2801
|
+
# with an extension of `_iframe.m3u8`:
|
3675
2802
|
#
|
3676
2803
|
# OutputKeyPrefix`Outputs:Key`\_v4.m3u8
|
3677
2804
|
#
|
@@ -3801,22 +2928,6 @@ module Aws::ElasticTranscoder
|
|
3801
2928
|
# specify watermark settings in the preset, which allows you to use the
|
3802
2929
|
# same preset for up to four watermarks that have different dimensions.
|
3803
2930
|
#
|
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
2931
|
# @!attribute [rw] id
|
3821
2932
|
# A unique identifier for the settings for one watermark. The value of
|
3822
2933
|
# `Id` can be up to 40 characters long.
|
@@ -3855,17 +2966,17 @@ module Aws::ElasticTranscoder
|
|
3855
2966
|
# @!attribute [rw] sizing_policy
|
3856
2967
|
# A value that controls scaling of the watermark:
|
3857
2968
|
#
|
3858
|
-
# * **Fit
|
3859
|
-
#
|
2969
|
+
# * **Fit**: Elastic Transcoder scales the watermark so it matches the
|
2970
|
+
# value that you specified in either `MaxWidth` or `MaxHeight`
|
3860
2971
|
# without exceeding the other value.
|
3861
2972
|
#
|
3862
|
-
# * **Stretch
|
2973
|
+
# * **Stretch**: Elastic Transcoder stretches the watermark to match
|
3863
2974
|
# the values that you specified for `MaxWidth` and `MaxHeight`. If
|
3864
2975
|
# the relative proportions of the watermark and the values of
|
3865
2976
|
# `MaxWidth` and `MaxHeight` are different, the watermark will be
|
3866
2977
|
# distorted.
|
3867
2978
|
#
|
3868
|
-
# * **ShrinkToFit
|
2979
|
+
# * **ShrinkToFit**: Elastic Transcoder scales the watermark down so
|
3869
2980
|
# that its dimensions match the values that you specified for at
|
3870
2981
|
# least one of `MaxWidth` and `MaxHeight` without exceeding either
|
3871
2982
|
# value. If you specify this option, Elastic Transcoder does not
|
@@ -3874,15 +2985,15 @@ module Aws::ElasticTranscoder
|
|
3874
2985
|
#
|
3875
2986
|
# @!attribute [rw] horizontal_align
|
3876
2987
|
# The horizontal position of the watermark unless you specify a
|
3877
|
-
# non-zero value for `HorizontalOffset
|
2988
|
+
# non-zero value for `HorizontalOffset`:
|
3878
2989
|
#
|
3879
|
-
# * **Left
|
2990
|
+
# * **Left**: The left edge of the watermark is aligned with the left
|
3880
2991
|
# border of the video.
|
3881
2992
|
#
|
3882
|
-
# * **Right
|
2993
|
+
# * **Right**: The right edge of the watermark is aligned with the
|
3883
2994
|
# right border of the video.
|
3884
2995
|
#
|
3885
|
-
# * **Center
|
2996
|
+
# * **Center**: The watermark is centered between the left and right
|
3886
2997
|
# borders.
|
3887
2998
|
# @return [String]
|
3888
2999
|
#
|
@@ -3915,15 +3026,15 @@ module Aws::ElasticTranscoder
|
|
3915
3026
|
#
|
3916
3027
|
# @!attribute [rw] vertical_align
|
3917
3028
|
# The vertical position of the watermark unless you specify a non-zero
|
3918
|
-
# value for `VerticalOffset
|
3029
|
+
# value for `VerticalOffset`:
|
3919
3030
|
#
|
3920
|
-
# * **Top
|
3031
|
+
# * **Top**: The top edge of the watermark is aligned with the top
|
3921
3032
|
# border of the video.
|
3922
3033
|
#
|
3923
|
-
# * **Bottom
|
3034
|
+
# * **Bottom**: The bottom edge of the watermark is aligned with the
|
3924
3035
|
# bottom border of the video.
|
3925
3036
|
#
|
3926
|
-
# * **Center
|
3037
|
+
# * **Center**: The watermark is centered between the top and bottom
|
3927
3038
|
# borders.
|
3928
3039
|
# @return [String]
|
3929
3040
|
#
|
@@ -3972,16 +3083,16 @@ module Aws::ElasticTranscoder
|
|
3972
3083
|
# @!attribute [rw] target
|
3973
3084
|
# A value that determines how Elastic Transcoder interprets values
|
3974
3085
|
# that you specified for `HorizontalOffset`, `VerticalOffset`,
|
3975
|
-
# `MaxWidth`, and `MaxHeight
|
3086
|
+
# `MaxWidth`, and `MaxHeight`:
|
3976
3087
|
#
|
3977
|
-
# * **Content
|
3088
|
+
# * **Content**: `HorizontalOffset` and `VerticalOffset` values are
|
3978
3089
|
# calculated based on the borders of the video excluding black bars
|
3979
3090
|
# added by Elastic Transcoder, if any. In addition, `MaxWidth` and
|
3980
3091
|
# `MaxHeight`, if specified as a percentage, are calculated based on
|
3981
3092
|
# the borders of the video excluding black bars added by Elastic
|
3982
3093
|
# Transcoder, if any.
|
3983
3094
|
#
|
3984
|
-
# * **Frame
|
3095
|
+
# * **Frame**: `HorizontalOffset` and `VerticalOffset` values are
|
3985
3096
|
# calculated based on the borders of the video including black bars
|
3986
3097
|
# added by Elastic Transcoder, if any. In addition, `MaxWidth` and
|
3987
3098
|
# `MaxHeight`, if specified as a percentage, are calculated based on
|
@@ -4006,13 +3117,6 @@ module Aws::ElasticTranscoder
|
|
4006
3117
|
|
4007
3118
|
# The `ReadJobRequest` structure.
|
4008
3119
|
#
|
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
3120
|
# @!attribute [rw] id
|
4017
3121
|
# The identifier of the job for which you want to get detailed
|
4018
3122
|
# information.
|
@@ -4039,13 +3143,6 @@ module Aws::ElasticTranscoder
|
|
4039
3143
|
|
4040
3144
|
# The `ReadPipelineRequest` structure.
|
4041
3145
|
#
|
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
3146
|
# @!attribute [rw] id
|
4050
3147
|
# The identifier of the pipeline to read.
|
4051
3148
|
# @return [String]
|
@@ -4081,13 +3178,6 @@ module Aws::ElasticTranscoder
|
|
4081
3178
|
|
4082
3179
|
# The `ReadPresetRequest` structure.
|
4083
3180
|
#
|
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
3181
|
# @!attribute [rw] id
|
4092
3182
|
# The identifier of the preset for which you want to get detailed
|
4093
3183
|
# information.
|
@@ -4125,16 +3215,6 @@ module Aws::ElasticTranscoder
|
|
4125
3215
|
|
4126
3216
|
# The `TestRoleRequest` structure.
|
4127
3217
|
#
|
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
3218
|
# @!attribute [rw] role
|
4139
3219
|
# The IAM Amazon Resource Name (ARN) for the role that you want
|
4140
3220
|
# Elastic Transcoder to test.
|
@@ -4186,20 +3266,6 @@ module Aws::ElasticTranscoder
|
|
4186
3266
|
|
4187
3267
|
# Thumbnails for videos.
|
4188
3268
|
#
|
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
3269
|
# @!attribute [rw] format
|
4204
3270
|
# The format of thumbnails, if any. Valid values are `jpg` and `png`.
|
4205
3271
|
#
|
@@ -4256,33 +3322,33 @@ module Aws::ElasticTranscoder
|
|
4256
3322
|
# Specify one of the following values to control scaling of
|
4257
3323
|
# thumbnails:
|
4258
3324
|
#
|
4259
|
-
# * `Fit
|
3325
|
+
# * `Fit`: Elastic Transcoder scales thumbnails so they match the
|
4260
3326
|
# value that you specified in thumbnail MaxWidth or MaxHeight
|
4261
3327
|
# settings without exceeding the other value.
|
4262
3328
|
#
|
4263
|
-
# * `Fill
|
3329
|
+
# * `Fill`: Elastic Transcoder scales thumbnails so they match the
|
4264
3330
|
# value that you specified in thumbnail `MaxWidth` or `MaxHeight`
|
4265
3331
|
# settings and matches or exceeds the other value. Elastic
|
4266
3332
|
# Transcoder centers the image in thumbnails and then crops in the
|
4267
3333
|
# dimension (if any) that exceeds the maximum value.
|
4268
3334
|
#
|
4269
|
-
# * `Stretch
|
3335
|
+
# * `Stretch`: Elastic Transcoder stretches thumbnails to match the
|
4270
3336
|
# values that you specified for thumbnail `MaxWidth` and `MaxHeight`
|
4271
3337
|
# settings. If the relative proportions of the input video and
|
4272
3338
|
# thumbnails are different, the thumbnails will be distorted.
|
4273
3339
|
#
|
4274
|
-
# * `Keep
|
3340
|
+
# * `Keep`: Elastic Transcoder does not scale thumbnails. If either
|
4275
3341
|
# dimension of the input video exceeds the values that you specified
|
4276
3342
|
# for thumbnail `MaxWidth` and `MaxHeight` settings, Elastic
|
4277
3343
|
# Transcoder crops the thumbnails.
|
4278
3344
|
#
|
4279
|
-
# * `ShrinkToFit
|
3345
|
+
# * `ShrinkToFit`: Elastic Transcoder scales thumbnails down so that
|
4280
3346
|
# their dimensions match the values that you specified for at least
|
4281
3347
|
# one of thumbnail `MaxWidth` and `MaxHeight` without exceeding
|
4282
3348
|
# either value. If you specify this option, Elastic Transcoder does
|
4283
3349
|
# not scale thumbnails up.
|
4284
3350
|
#
|
4285
|
-
# * `ShrinkToFill
|
3351
|
+
# * `ShrinkToFill`: Elastic Transcoder scales thumbnails down so that
|
4286
3352
|
# their dimensions match the values that you specified for at least
|
4287
3353
|
# one of `MaxWidth` and `MaxHeight` without dropping below either
|
4288
3354
|
# value. If you specify this option, Elastic Transcoder does not
|
@@ -4312,14 +3378,6 @@ module Aws::ElasticTranscoder
|
|
4312
3378
|
|
4313
3379
|
# Settings that determine when a clip begins and how long it lasts.
|
4314
3380
|
#
|
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
3381
|
# @!attribute [rw] start_time
|
4324
3382
|
# The place in the input file where you want a clip to start. The
|
4325
3383
|
# format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS
|
@@ -4372,19 +3430,6 @@ module Aws::ElasticTranscoder
|
|
4372
3430
|
|
4373
3431
|
# The `UpdatePipelineNotificationsRequest` structure.
|
4374
3432
|
#
|
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
3433
|
# @!attribute [rw] id
|
4389
3434
|
# The identifier of the pipeline for which you want to change
|
4390
3435
|
# notification settings.
|
@@ -4397,26 +3442,25 @@ module Aws::ElasticTranscoder
|
|
4397
3442
|
# To receive notifications, you must also subscribe to the new topic
|
4398
3443
|
# in the Amazon SNS console.
|
4399
3444
|
#
|
4400
|
-
# * **Progressing
|
3445
|
+
# * **Progressing**: The topic ARN for the Amazon Simple Notification
|
4401
3446
|
# Service (Amazon SNS) topic that you want to notify when Elastic
|
4402
3447
|
# Transcoder has started to process jobs that are added to this
|
4403
3448
|
# pipeline. This is the ARN that Amazon SNS returned when you
|
4404
3449
|
# created the topic.
|
4405
3450
|
#
|
4406
|
-
# * **Complete
|
4407
|
-
#
|
4408
|
-
#
|
3451
|
+
# * **Complete**: The topic ARN for the Amazon SNS topic that you want
|
3452
|
+
# to notify when Elastic Transcoder has finished processing a job.
|
3453
|
+
# This is the ARN that Amazon SNS returned when you created the
|
4409
3454
|
# topic.
|
4410
3455
|
#
|
4411
|
-
# * **Warning
|
3456
|
+
# * **Warning**: The topic ARN for the Amazon SNS topic that you want
|
4412
3457
|
# to notify when Elastic Transcoder encounters a warning condition.
|
4413
3458
|
# This is the ARN that Amazon SNS returned when you created the
|
4414
3459
|
# topic.
|
4415
3460
|
#
|
4416
|
-
# * **Error
|
4417
|
-
#
|
4418
|
-
#
|
4419
|
-
# topic.
|
3461
|
+
# * **Error**: The topic ARN for the Amazon SNS topic that you want to
|
3462
|
+
# notify when Elastic Transcoder encounters an error condition. This
|
3463
|
+
# is the ARN that Amazon SNS returned when you created the topic.
|
4420
3464
|
# @return [Types::Notifications]
|
4421
3465
|
#
|
4422
3466
|
class UpdatePipelineNotificationsRequest < Struct.new(
|
@@ -4441,45 +3485,6 @@ module Aws::ElasticTranscoder
|
|
4441
3485
|
|
4442
3486
|
# The `UpdatePipelineRequest` structure.
|
4443
3487
|
#
|
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
3488
|
# @!attribute [rw] id
|
4484
3489
|
# The ID of the pipeline that you want to update.
|
4485
3490
|
# @return [String]
|
@@ -4521,26 +3526,25 @@ module Aws::ElasticTranscoder
|
|
4521
3526
|
# To receive notifications, you must also subscribe to the new topic
|
4522
3527
|
# in the Amazon SNS console.
|
4523
3528
|
#
|
4524
|
-
# * **Progressing
|
3529
|
+
# * **Progressing**: The topic ARN for the Amazon Simple Notification
|
4525
3530
|
# Service (Amazon SNS) topic that you want to notify when Elastic
|
4526
3531
|
# Transcoder has started to process jobs that are added to this
|
4527
3532
|
# pipeline. This is the ARN that Amazon SNS returned when you
|
4528
3533
|
# created the topic.
|
4529
3534
|
#
|
4530
|
-
# * **Complete
|
4531
|
-
#
|
4532
|
-
#
|
3535
|
+
# * **Complete**: The topic ARN for the Amazon SNS topic that you want
|
3536
|
+
# to notify when Elastic Transcoder has finished processing a job.
|
3537
|
+
# This is the ARN that Amazon SNS returned when you created the
|
4533
3538
|
# topic.
|
4534
3539
|
#
|
4535
|
-
# * **Warning
|
3540
|
+
# * **Warning**: The topic ARN for the Amazon SNS topic that you want
|
4536
3541
|
# to notify when Elastic Transcoder encounters a warning condition.
|
4537
3542
|
# This is the ARN that Amazon SNS returned when you created the
|
4538
3543
|
# topic.
|
4539
3544
|
#
|
4540
|
-
# * **Error
|
4541
|
-
#
|
4542
|
-
#
|
4543
|
-
# topic.
|
3545
|
+
# * **Error**: The topic ARN for the Amazon SNS topic that you want to
|
3546
|
+
# notify when Elastic Transcoder encounters an error condition. This
|
3547
|
+
# is the ARN that Amazon SNS returned when you created the topic.
|
4544
3548
|
# @return [Types::Notifications]
|
4545
3549
|
#
|
4546
3550
|
# @!attribute [rw] content_config
|
@@ -4556,7 +3560,7 @@ module Aws::ElasticTranscoder
|
|
4556
3560
|
# If you specify values for `ContentConfig` and `ThumbnailConfig`,
|
4557
3561
|
# omit the `OutputBucket` object.
|
4558
3562
|
#
|
4559
|
-
# * **Bucket
|
3563
|
+
# * **Bucket**: The Amazon S3 bucket in which you want Elastic
|
4560
3564
|
# Transcoder to save transcoded files and playlists.
|
4561
3565
|
#
|
4562
3566
|
# * **Permissions** (Optional): The Permissions object specifies which
|
@@ -4564,10 +3568,10 @@ module Aws::ElasticTranscoder
|
|
4564
3568
|
# access you want them to have. You can grant permissions to a
|
4565
3569
|
# maximum of 30 users and/or predefined Amazon S3 groups.
|
4566
3570
|
#
|
4567
|
-
# * **Grantee Type
|
3571
|
+
# * **Grantee Type**: Specify the type of value that appears in the
|
4568
3572
|
# `Grantee` object:
|
4569
3573
|
#
|
4570
|
-
# * **Canonical
|
3574
|
+
# * **Canonical**: The value in the `Grantee` object is either the
|
4571
3575
|
# canonical user ID for an AWS account or an origin access
|
4572
3576
|
# identity for an Amazon CloudFront distribution. For more
|
4573
3577
|
# information about canonical user IDs, see Access Control List
|
@@ -4579,39 +3583,38 @@ module Aws::ElasticTranscoder
|
|
4579
3583
|
#
|
4580
3584
|
# A canonical user ID is not the same as an AWS account number.
|
4581
3585
|
#
|
4582
|
-
# * **Email
|
3586
|
+
# * **Email**: The value in the `Grantee` object is the registered
|
4583
3587
|
# email address of an AWS account.
|
4584
3588
|
#
|
4585
|
-
# * **Group
|
3589
|
+
# * **Group**: The value in the `Grantee` object is one of the
|
4586
3590
|
# following predefined Amazon S3 groups: `AllUsers`,
|
4587
3591
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
4588
3592
|
#
|
4589
|
-
# * **Grantee
|
4590
|
-
#
|
4591
|
-
#
|
4592
|
-
#
|
4593
|
-
#
|
4594
|
-
# S3 group
|
3593
|
+
# * **Grantee**: The AWS user or group that you want to have access to
|
3594
|
+
# transcoded files and playlists. To identify the user or group, you
|
3595
|
+
# can specify the canonical user ID for an AWS account, an origin
|
3596
|
+
# access identity for a CloudFront distribution, the registered
|
3597
|
+
# email address of an AWS account, or a predefined Amazon S3 group
|
4595
3598
|
#
|
4596
|
-
# * **Access
|
3599
|
+
# * **Access**: The permission that you want to give to the AWS user
|
4597
3600
|
# that you specified in `Grantee`. Permissions are granted on the
|
4598
3601
|
# files that Elastic Transcoder adds to the bucket, including
|
4599
3602
|
# playlists and video files. Valid values include:
|
4600
3603
|
#
|
4601
|
-
# * `READ
|
3604
|
+
# * `READ`: The grantee can read the objects and metadata for
|
4602
3605
|
# objects that Elastic Transcoder adds to the Amazon S3 bucket.
|
4603
3606
|
#
|
4604
|
-
# * `READ_ACP
|
4605
|
-
#
|
3607
|
+
# * `READ_ACP`: The grantee can read the object ACL for objects that
|
3608
|
+
# Elastic Transcoder adds to the Amazon S3 bucket.
|
4606
3609
|
#
|
4607
|
-
# * `WRITE_ACP
|
3610
|
+
# * `WRITE_ACP`: The grantee can write the ACL for the objects that
|
4608
3611
|
# Elastic Transcoder adds to the Amazon S3 bucket.
|
4609
3612
|
#
|
4610
|
-
# * `FULL_CONTROL
|
3613
|
+
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
4611
3614
|
# `WRITE_ACP` permissions for the objects that Elastic Transcoder
|
4612
3615
|
# adds to the Amazon S3 bucket.
|
4613
3616
|
#
|
4614
|
-
# * **StorageClass
|
3617
|
+
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
4615
3618
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
4616
3619
|
# the video files and playlists that it stores in your Amazon S3
|
4617
3620
|
# bucket.
|
@@ -4631,7 +3634,7 @@ module Aws::ElasticTranscoder
|
|
4631
3634
|
# If you specify values for `ContentConfig` and `ThumbnailConfig`,
|
4632
3635
|
# omit the `OutputBucket` object.
|
4633
3636
|
#
|
4634
|
-
# * **Bucket
|
3637
|
+
# * **Bucket**: The Amazon S3 bucket in which you want Elastic
|
4635
3638
|
# Transcoder to save thumbnail files.
|
4636
3639
|
#
|
4637
3640
|
# * **Permissions** (Optional): The `Permissions` object specifies
|
@@ -4640,47 +3643,47 @@ module Aws::ElasticTranscoder
|
|
4640
3643
|
# have. You can grant permissions to a maximum of 30 users and/or
|
4641
3644
|
# predefined Amazon S3 groups.
|
4642
3645
|
#
|
4643
|
-
# * **GranteeType
|
3646
|
+
# * **GranteeType**: Specify the type of value that appears in the
|
4644
3647
|
# Grantee object:
|
4645
3648
|
#
|
4646
|
-
# * **Canonical
|
3649
|
+
# * **Canonical**: The value in the `Grantee` object is either the
|
4647
3650
|
# canonical user ID for an AWS account or an origin access
|
4648
3651
|
# identity for an Amazon CloudFront distribution.
|
4649
3652
|
#
|
4650
3653
|
# A canonical user ID is not the same as an AWS account number.
|
4651
3654
|
#
|
4652
|
-
# * **Email
|
3655
|
+
# * **Email**: The value in the `Grantee` object is the registered
|
4653
3656
|
# email address of an AWS account.
|
4654
3657
|
#
|
4655
|
-
# * **Group
|
3658
|
+
# * **Group**: The value in the `Grantee` object is one of the
|
4656
3659
|
# following predefined Amazon S3 groups: `AllUsers`,
|
4657
3660
|
# `AuthenticatedUsers`, or `LogDelivery`.
|
4658
3661
|
#
|
4659
|
-
# * **Grantee
|
4660
|
-
#
|
3662
|
+
# * **Grantee**: The AWS user or group that you want to have access to
|
3663
|
+
# thumbnail files. To identify the user or group, you can specify
|
4661
3664
|
# the canonical user ID for an AWS account, an origin access
|
4662
3665
|
# identity for a CloudFront distribution, the registered email
|
4663
3666
|
# address of an AWS account, or a predefined Amazon S3 group.
|
4664
3667
|
#
|
4665
|
-
# * **Access
|
3668
|
+
# * **Access**: The permission that you want to give to the AWS user
|
4666
3669
|
# that you specified in `Grantee`. Permissions are granted on the
|
4667
3670
|
# thumbnail files that Elastic Transcoder adds to the bucket. Valid
|
4668
3671
|
# values include:
|
4669
3672
|
#
|
4670
|
-
# * `READ
|
3673
|
+
# * `READ`: The grantee can read the thumbnails and metadata for
|
4671
3674
|
# objects that Elastic Transcoder adds to the Amazon S3 bucket.
|
4672
3675
|
#
|
4673
|
-
# * `READ_ACP
|
3676
|
+
# * `READ_ACP`: The grantee can read the object ACL for thumbnails
|
4674
3677
|
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
4675
3678
|
#
|
4676
|
-
# * `WRITE_ACP
|
3679
|
+
# * `WRITE_ACP`: The grantee can write the ACL for the thumbnails
|
4677
3680
|
# that Elastic Transcoder adds to the Amazon S3 bucket.
|
4678
3681
|
#
|
4679
|
-
# * `FULL_CONTROL
|
3682
|
+
# * `FULL_CONTROL`: The grantee has `READ`, `READ_ACP`, and
|
4680
3683
|
# `WRITE_ACP` permissions for the thumbnails that Elastic
|
4681
3684
|
# Transcoder adds to the Amazon S3 bucket.
|
4682
3685
|
#
|
4683
|
-
# * **StorageClass
|
3686
|
+
# * **StorageClass**: The Amazon S3 storage class, `Standard` or
|
4684
3687
|
# `ReducedRedundancy`, that you want Elastic Transcoder to assign to
|
4685
3688
|
# the thumbnails that it stores in your Amazon S3 bucket.
|
4686
3689
|
# @return [Types::PipelineOutputConfig]
|
@@ -4723,14 +3726,6 @@ module Aws::ElasticTranscoder
|
|
4723
3726
|
|
4724
3727
|
# The `UpdatePipelineStatusRequest` structure.
|
4725
3728
|
#
|
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
3729
|
# @!attribute [rw] id
|
4735
3730
|
# The identifier of the pipeline to update.
|
4736
3731
|
# @return [String]
|
@@ -4738,9 +3733,9 @@ module Aws::ElasticTranscoder
|
|
4738
3733
|
# @!attribute [rw] status
|
4739
3734
|
# The desired status of the pipeline:
|
4740
3735
|
#
|
4741
|
-
# * `Active
|
3736
|
+
# * `Active`: The pipeline is processing jobs.
|
4742
3737
|
#
|
4743
|
-
# * `Paused
|
3738
|
+
# * `Paused`: The pipeline is not currently processing jobs.
|
4744
3739
|
# @return [String]
|
4745
3740
|
#
|
4746
3741
|
class UpdatePipelineStatusRequest < Struct.new(
|
@@ -4771,42 +3766,6 @@ module Aws::ElasticTranscoder
|
|
4771
3766
|
|
4772
3767
|
# The `VideoParameters` structure.
|
4773
3768
|
#
|
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
3769
|
# @!attribute [rw] codec
|
4811
3770
|
# The video codec for the output file. Valid values include `gif`,
|
4812
3771
|
# `H.264`, `mpeg2`, `vp8`, and `vp9`. You can only specify `vp8` and
|
@@ -4820,14 +3779,14 @@ module Aws::ElasticTranscoder
|
|
4820
3779
|
# The H.264 profile that you want to use for the output file. Elastic
|
4821
3780
|
# Transcoder supports the following profiles:
|
4822
3781
|
#
|
4823
|
-
# * `baseline
|
3782
|
+
# * `baseline`: The profile most commonly used for videoconferencing
|
4824
3783
|
# and for mobile applications.
|
4825
3784
|
#
|
4826
|
-
# * `main
|
3785
|
+
# * `main`: The profile used for standard-definition digital TV
|
4827
3786
|
# broadcasts.
|
4828
3787
|
#
|
4829
|
-
# * `high
|
4830
|
-
#
|
3788
|
+
# * `high`: The profile used for high-definition digital TV broadcasts
|
3789
|
+
# and for Blu-ray discs.
|
4831
3790
|
#
|
4832
3791
|
# **Level (H.264 Only)**
|
4833
3792
|
#
|
@@ -5003,13 +3962,13 @@ module Aws::ElasticTranscoder
|
|
5003
3962
|
# `MPEG2`, or `VP8`.
|
5004
3963
|
#
|
5005
3964
|
# Whether to use a fixed value for `FixedGOP`. Valid values are `true`
|
5006
|
-
# and `false
|
3965
|
+
# and `false`:
|
5007
3966
|
#
|
5008
|
-
# * `true
|
3967
|
+
# * `true`: Elastic Transcoder uses the value of `KeyframesMaxDist`
|
5009
3968
|
# for the distance between key frames (the number of frames in a
|
5010
3969
|
# group of pictures, or GOP).
|
5011
3970
|
#
|
5012
|
-
# * `false
|
3971
|
+
# * `false`: The distance between key frames can vary.
|
5013
3972
|
#
|
5014
3973
|
# `FixedGOP` must be set to `true` for `fmp4` containers.
|
5015
3974
|
# @return [String]
|
@@ -5121,12 +4080,12 @@ module Aws::ElasticTranscoder
|
|
5121
4080
|
# mutually exclusive. Do not use them together.
|
5122
4081
|
#
|
5123
4082
|
# The width and height of the video in the output file, in pixels.
|
5124
|
-
# Valid values are `auto` and *width* x *height
|
4083
|
+
# Valid values are `auto` and *width* x *height*:
|
5125
4084
|
#
|
5126
|
-
# * `auto
|
4085
|
+
# * `auto`: Elastic Transcoder attempts to preserve the width and
|
5127
4086
|
# height of the input file, subject to the following rules.
|
5128
4087
|
#
|
5129
|
-
# * ` width x height
|
4088
|
+
# * ` width x height `: The width and height of the output video in
|
5130
4089
|
# pixels.
|
5131
4090
|
#
|
5132
4091
|
# Note the following about specifying the width and height:
|
@@ -5219,34 +4178,34 @@ module Aws::ElasticTranscoder
|
|
5219
4178
|
# Specify one of the following values to control scaling of the output
|
5220
4179
|
# video:
|
5221
4180
|
#
|
5222
|
-
# * `Fit
|
4181
|
+
# * `Fit`: Elastic Transcoder scales the output video so it matches
|
5223
4182
|
# the value that you specified in either `MaxWidth` or `MaxHeight`
|
5224
4183
|
# without exceeding the other value.
|
5225
4184
|
#
|
5226
|
-
# * `Fill
|
4185
|
+
# * `Fill`: Elastic Transcoder scales the output video so it matches
|
5227
4186
|
# the value that you specified in either `MaxWidth` or `MaxHeight`
|
5228
4187
|
# and matches or exceeds the other value. Elastic Transcoder centers
|
5229
4188
|
# the output video and then crops it in the dimension (if any) that
|
5230
4189
|
# exceeds the maximum value.
|
5231
4190
|
#
|
5232
|
-
# * `Stretch
|
4191
|
+
# * `Stretch`: Elastic Transcoder stretches the output video to match
|
5233
4192
|
# the values that you specified for `MaxWidth` and `MaxHeight`. If
|
5234
4193
|
# the relative proportions of the input video and the output video
|
5235
4194
|
# are different, the output video will be distorted.
|
5236
4195
|
#
|
5237
|
-
# * `Keep
|
4196
|
+
# * `Keep`: Elastic Transcoder does not scale the output video. If
|
5238
4197
|
# either dimension of the input video exceeds the values that you
|
5239
4198
|
# specified for `MaxWidth` and `MaxHeight`, Elastic Transcoder crops
|
5240
4199
|
# the output video.
|
5241
4200
|
#
|
5242
|
-
# * `ShrinkToFit
|
4201
|
+
# * `ShrinkToFit`: Elastic Transcoder scales the output video down so
|
5243
4202
|
# that its dimensions match the values that you specified for at
|
5244
4203
|
# least one of `MaxWidth` and `MaxHeight` without exceeding either
|
5245
4204
|
# value. If you specify this option, Elastic Transcoder does not
|
5246
4205
|
# scale the video up.
|
5247
4206
|
#
|
5248
|
-
# * `ShrinkToFill
|
5249
|
-
#
|
4207
|
+
# * `ShrinkToFill`: Elastic Transcoder scales the output video down so
|
4208
|
+
# that its dimensions match the values that you specified for at
|
5250
4209
|
# least one of `MaxWidth` and `MaxHeight` without dropping below
|
5251
4210
|
# either value. If you specify this option, Elastic Transcoder does
|
5252
4211
|
# not scale the video up.
|