PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::ElasticTranscoder::CreateJob; use Moose; has Input => (is => 'ro', isa => 'Paws::ElasticTranscoder::JobInput'); has Inputs => (is => 'ro', isa => 'ArrayRef[Paws::ElasticTranscoder::JobInput]'); has Output => (is => 'ro', isa => 'Paws::ElasticTranscoder::CreateJobOutput'); has OutputKeyPrefix => (is => 'ro', isa => 'Str'); has Outputs => (is => 'ro', isa => 'ArrayRef[Paws::ElasticTranscoder::CreateJobOutput]'); has PipelineId => (is => 'ro', isa => 'Str', required => 1); has Playlists => (is => 'ro', isa => 'ArrayRef[Paws::ElasticTranscoder::CreateJobPlaylist]'); has UserMetadata => (is => 'ro', isa => 'Paws::ElasticTranscoder::UserMetadata'); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'CreateJob'); class_has _api_uri => (isa => 'Str', is => 'ro', default => '/2012-09-25/jobs'); class_has _api_method => (isa => 'Str', is => 'ro', default => 'POST'); class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::ElasticTranscoder::CreateJobResponse'); 1; ### main pod documentation begin ### =head1 NAME Paws::ElasticTranscoder::CreateJob - Arguments for method CreateJob on L =head1 DESCRIPTION This class represents the parameters used for calling the method CreateJob on the L service. Use the attributes of this class as arguments to method CreateJob. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreateJob. =head1 SYNOPSIS my $elastictranscoder = Paws->service('ElasticTranscoder'); my $CreateJobResponse = $elastictranscoder->CreateJob( PipelineId => 'MyId', Input => { AspectRatio => 'MyAspectRatio', # OPTIONAL Container => 'MyJobContainer', # OPTIONAL DetectedProperties => { DurationMillis => 1, # OPTIONAL FileSize => 1, # OPTIONAL FrameRate => 'MyFloatString', # OPTIONAL Height => 1, # OPTIONAL Width => 1, # OPTIONAL }, # OPTIONAL Encryption => { InitializationVector => 'MyZeroTo255String', # max: 255; OPTIONAL Key => 'MyBase64EncodedString', # OPTIONAL KeyMd5 => 'MyBase64EncodedString', # OPTIONAL Mode => 'MyEncryptionMode', # OPTIONAL }, # OPTIONAL FrameRate => 'MyFrameRate', # OPTIONAL InputCaptions => { CaptionSources => [ { Encryption => { InitializationVector => 'MyZeroTo255String', # max: 255; OPTIONAL Key => 'MyBase64EncodedString', # OPTIONAL KeyMd5 => 'MyBase64EncodedString', # OPTIONAL Mode => 'MyEncryptionMode', # OPTIONAL }, # OPTIONAL Key => 'MyLongKey', # min: 1, max: 1024; OPTIONAL Label => 'MyName', # min: 1, max: 40; OPTIONAL Language => 'MyKey', # min: 1, max: 255; OPTIONAL TimeOffset => 'MyTimeOffset', # OPTIONAL }, ... ], # max: 20; OPTIONAL MergePolicy => 'MyCaptionMergePolicy', # OPTIONAL }, # OPTIONAL Interlaced => 'MyInterlaced', # OPTIONAL Key => 'MyLongKey', # min: 1, max: 1024; OPTIONAL Resolution => 'MyResolution', # OPTIONAL TimeSpan => { Duration => 'MyTime', # OPTIONAL StartTime => 'MyTime', # OPTIONAL }, # OPTIONAL }, # OPTIONAL Inputs => [ { AspectRatio => 'MyAspectRatio', # OPTIONAL Container => 'MyJobContainer', # OPTIONAL DetectedProperties => { DurationMillis => 1, # OPTIONAL FileSize => 1, # OPTIONAL FrameRate => 'MyFloatString', # OPTIONAL Height => 1, # OPTIONAL Width => 1, # OPTIONAL }, # OPTIONAL Encryption => { InitializationVector => 'MyZeroTo255String', # max: 255; OPTIONAL Key => 'MyBase64EncodedString', # OPTIONAL KeyMd5 => 'MyBase64EncodedString', # OPTIONAL Mode => 'MyEncryptionMode', # OPTIONAL }, # OPTIONAL FrameRate => 'MyFrameRate', # OPTIONAL InputCaptions => { CaptionSources => [ { Encryption => { InitializationVector => 'MyZeroTo255String', # max: 255; OPTIONAL Key => 'MyBase64EncodedString', # OPTIONAL KeyMd5 => 'MyBase64EncodedString', # OPTIONAL Mode => 'MyEncryptionMode', # OPTIONAL }, # OPTIONAL Key => 'MyLongKey', # min: 1, max: 1024; OPTIONAL Label => 'MyName', # min: 1, max: 40; OPTIONAL Language => 'MyKey', # min: 1, max: 255; OPTIONAL TimeOffset => 'MyTimeOffset', # OPTIONAL }, ... ], # max: 20; OPTIONAL MergePolicy => 'MyCaptionMergePolicy', # OPTIONAL }, # OPTIONAL Interlaced => 'MyInterlaced', # OPTIONAL Key => 'MyLongKey', # min: 1, max: 1024; OPTIONAL Resolution => 'MyResolution', # OPTIONAL TimeSpan => { Duration => 'MyTime', # OPTIONAL StartTime => 'MyTime', # OPTIONAL }, # OPTIONAL }, ... ], # OPTIONAL Output => { AlbumArt => { Artwork => [ { AlbumArtFormat => 'MyJpgOrPng', # OPTIONAL Encryption => { InitializationVector => 'MyZeroTo255String', # max: 255; OPTIONAL Key => 'MyBase64EncodedString', # OPTIONAL KeyMd5 => 'MyBase64EncodedString', # OPTIONAL Mode => 'MyEncryptionMode', # OPTIONAL }, # OPTIONAL InputKey => 'MyWatermarkKey', # min: 1, max: 1024; OPTIONAL MaxHeight => 'MyDigitsOrAuto', # OPTIONAL MaxWidth => 'MyDigitsOrAuto', # OPTIONAL PaddingPolicy => 'MyPaddingPolicy', # OPTIONAL SizingPolicy => 'MySizingPolicy', # OPTIONAL }, ... ], # OPTIONAL MergePolicy => 'MyMergePolicy', # OPTIONAL }, # OPTIONAL Captions => { CaptionFormats => [ { Encryption => { InitializationVector => 'MyZeroTo255String', # max: 255; OPTIONAL Key => 'MyBase64EncodedString', # OPTIONAL KeyMd5 => 'MyBase64EncodedString', # OPTIONAL Mode => 'MyEncryptionMode', # OPTIONAL }, # OPTIONAL Format => 'MyCaptionFormatFormat', # OPTIONAL Pattern => 'MyCaptionFormatPattern', # OPTIONAL }, ... ], # max: 4; OPTIONAL CaptionSources => [ { Encryption => { InitializationVector => 'MyZeroTo255String', # max: 255; OPTIONAL Key => 'MyBase64EncodedString', # OPTIONAL KeyMd5 => 'MyBase64EncodedString', # OPTIONAL Mode => 'MyEncryptionMode', # OPTIONAL }, # OPTIONAL Key => 'MyLongKey', # min: 1, max: 1024; OPTIONAL Label => 'MyName', # min: 1, max: 40; OPTIONAL Language => 'MyKey', # min: 1, max: 255; OPTIONAL TimeOffset => 'MyTimeOffset', # OPTIONAL }, ... ], # max: 20; OPTIONAL MergePolicy => 'MyCaptionMergePolicy', # OPTIONAL }, # OPTIONAL Composition => [ { TimeSpan => { Duration => 'MyTime', # OPTIONAL StartTime => 'MyTime', # OPTIONAL }, # OPTIONAL }, ... ], # OPTIONAL Encryption => { InitializationVector => 'MyZeroTo255String', # max: 255; OPTIONAL Key => 'MyBase64EncodedString', # OPTIONAL KeyMd5 => 'MyBase64EncodedString', # OPTIONAL Mode => 'MyEncryptionMode', # OPTIONAL }, # OPTIONAL Key => 'MyKey', # min: 1, max: 255; OPTIONAL PresetId => 'MyId', Rotate => 'MyRotate', # OPTIONAL SegmentDuration => 'MyFloatString', # OPTIONAL ThumbnailEncryption => { InitializationVector => 'MyZeroTo255String', # max: 255; OPTIONAL Key => 'MyBase64EncodedString', # OPTIONAL KeyMd5 => 'MyBase64EncodedString', # OPTIONAL Mode => 'MyEncryptionMode', # OPTIONAL }, # OPTIONAL ThumbnailPattern => 'MyThumbnailPattern', # OPTIONAL Watermarks => [ { Encryption => { InitializationVector => 'MyZeroTo255String', # max: 255; OPTIONAL Key => 'MyBase64EncodedString', # OPTIONAL KeyMd5 => 'MyBase64EncodedString', # OPTIONAL Mode => 'MyEncryptionMode', # OPTIONAL }, # OPTIONAL InputKey => 'MyWatermarkKey', # min: 1, max: 1024; OPTIONAL PresetWatermarkId => 'MyPresetWatermarkId', # min: 1, max: 40; OPTIONAL }, ... ], # OPTIONAL }, # OPTIONAL OutputKeyPrefix => 'MyKey', # OPTIONAL Outputs => [ { AlbumArt => { Artwork => [ { AlbumArtFormat => 'MyJpgOrPng', # OPTIONAL Encryption => { InitializationVector => 'MyZeroTo255String', # max: 255; OPTIONAL Key => 'MyBase64EncodedString', # OPTIONAL KeyMd5 => 'MyBase64EncodedString', # OPTIONAL Mode => 'MyEncryptionMode', # OPTIONAL }, # OPTIONAL InputKey => 'MyWatermarkKey', # min: 1, max: 1024; OPTIONAL MaxHeight => 'MyDigitsOrAuto', # OPTIONAL MaxWidth => 'MyDigitsOrAuto', # OPTIONAL PaddingPolicy => 'MyPaddingPolicy', # OPTIONAL SizingPolicy => 'MySizingPolicy', # OPTIONAL }, ... ], # OPTIONAL MergePolicy => 'MyMergePolicy', # OPTIONAL }, # OPTIONAL Captions => { CaptionFormats => [ { Encryption => { InitializationVector => 'MyZeroTo255String', # max: 255; OPTIONAL Key => 'MyBase64EncodedString', # OPTIONAL KeyMd5 => 'MyBase64EncodedString', # OPTIONAL Mode => 'MyEncryptionMode', # OPTIONAL }, # OPTIONAL Format => 'MyCaptionFormatFormat', # OPTIONAL Pattern => 'MyCaptionFormatPattern', # OPTIONAL }, ... ], # max: 4; OPTIONAL CaptionSources => [ { Encryption => { InitializationVector => 'MyZeroTo255String', # max: 255; OPTIONAL Key => 'MyBase64EncodedString', # OPTIONAL KeyMd5 => 'MyBase64EncodedString', # OPTIONAL Mode => 'MyEncryptionMode', # OPTIONAL }, # OPTIONAL Key => 'MyLongKey', # min: 1, max: 1024; OPTIONAL Label => 'MyName', # min: 1, max: 40; OPTIONAL Language => 'MyKey', # min: 1, max: 255; OPTIONAL TimeOffset => 'MyTimeOffset', # OPTIONAL }, ... ], # max: 20; OPTIONAL MergePolicy => 'MyCaptionMergePolicy', # OPTIONAL }, # OPTIONAL Composition => [ { TimeSpan => { Duration => 'MyTime', # OPTIONAL StartTime => 'MyTime', # OPTIONAL }, # OPTIONAL }, ... ], # OPTIONAL Encryption => { InitializationVector => 'MyZeroTo255String', # max: 255; OPTIONAL Key => 'MyBase64EncodedString', # OPTIONAL KeyMd5 => 'MyBase64EncodedString', # OPTIONAL Mode => 'MyEncryptionMode', # OPTIONAL }, # OPTIONAL Key => 'MyKey', # min: 1, max: 255; OPTIONAL PresetId => 'MyId', Rotate => 'MyRotate', # OPTIONAL SegmentDuration => 'MyFloatString', # OPTIONAL ThumbnailEncryption => { InitializationVector => 'MyZeroTo255String', # max: 255; OPTIONAL Key => 'MyBase64EncodedString', # OPTIONAL KeyMd5 => 'MyBase64EncodedString', # OPTIONAL Mode => 'MyEncryptionMode', # OPTIONAL }, # OPTIONAL ThumbnailPattern => 'MyThumbnailPattern', # OPTIONAL Watermarks => [ { Encryption => { InitializationVector => 'MyZeroTo255String', # max: 255; OPTIONAL Key => 'MyBase64EncodedString', # OPTIONAL KeyMd5 => 'MyBase64EncodedString', # OPTIONAL Mode => 'MyEncryptionMode', # OPTIONAL }, # OPTIONAL InputKey => 'MyWatermarkKey', # min: 1, max: 1024; OPTIONAL PresetWatermarkId => 'MyPresetWatermarkId', # min: 1, max: 40; OPTIONAL }, ... ], # OPTIONAL }, ... ], # OPTIONAL Playlists => [ { Format => 'MyPlaylistFormat', # OPTIONAL HlsContentProtection => { InitializationVector => 'MyZeroTo255String', # max: 255; OPTIONAL Key => 'MyBase64EncodedString', # OPTIONAL KeyMd5 => 'MyBase64EncodedString', # OPTIONAL KeyStoragePolicy => 'MyKeyStoragePolicy', # OPTIONAL LicenseAcquisitionUrl => 'MyZeroTo512String', # max: 512; OPTIONAL Method => 'MyHlsContentProtectionMethod', # OPTIONAL }, # OPTIONAL Name => 'MyFilename', # min: 1, max: 255; OPTIONAL OutputKeys => [ 'MyKey', ... # min: 1, max: 255; OPTIONAL ], # max: 30; OPTIONAL PlayReadyDrm => { Format => 'MyPlayReadyDrmFormatString', # OPTIONAL InitializationVector => 'MyZeroTo255String', # max: 255; OPTIONAL Key => 'MyNonEmptyBase64EncodedString', # OPTIONAL KeyId => 'MyKeyIdGuid', # OPTIONAL KeyMd5 => 'MyNonEmptyBase64EncodedString', # OPTIONAL LicenseAcquisitionUrl => 'MyOneTo512String', # min: 1, max: 512; OPTIONAL }, # OPTIONAL }, ... ], # OPTIONAL UserMetadata => { 'MyString' => 'MyString', }, # OPTIONAL ); # Results: my $Job = $CreateJobResponse->Job; # Returns a L object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see L =head1 ATTRIBUTES =head2 Input => L A section of the request body that provides information about the file that is being transcoded. =head2 Inputs => ArrayRef[L] A section of the request body that provides information about the files that are being transcoded. =head2 Output => L A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the C syntax instead of the C syntax. =head2 OutputKeyPrefix => Str The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. =head2 Outputs => ArrayRef[L] A section of the request body that provides information about the transcoded (target) files. We recommend that you use the C syntax instead of the C syntax. =head2 B PipelineId => Str The C of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files. =head2 Playlists => ArrayRef[L] If you specify a preset in C for which the value of C is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create. The maximum number of master playlists in a job is 30. =head2 UserMetadata => L User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in C pairs, and you can add up to 10 C pairs per job. Elastic Transcoder does not guarantee that C pairs are returned in the same order in which you specify them. =head1 SEE ALSO This class forms part of L, documenting arguments for method CreateJob in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut