amazonka-elastictranscoder-2.0: Amazon Elastic Transcoder SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ElasticTranscoder.CreateJob

Description

When you create a job, Elastic Transcoder returns JSON data that includes the values that you specified plus information about the job that is created.

If you have specified more than one output for your jobs (for example, one output for the Kindle Fire and another output for the Apple iPhone 4s), you currently must use the Elastic Transcoder API to list the jobs (as opposed to the AWS Console).

Synopsis

Creating a Request

data CreateJob Source #

The CreateJobRequest structure.

See: newCreateJob smart constructor.

Constructors

CreateJob' 

Fields

  • input :: Maybe JobInput

    A section of the request body that provides information about the file that is being transcoded.

  • inputs :: Maybe [JobInput]

    A section of the request body that provides information about the files that are being transcoded.

  • output :: Maybe CreateJobOutput

    A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.

  • outputKeyPrefix :: Maybe Text

    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.

  • outputs :: Maybe [CreateJobOutput]

    A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.

  • playlists :: Maybe [CreateJobPlaylist]

    If you specify a preset in PresetId for which the value of Container 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.

  • userMetadata :: Maybe (HashMap Text Text)

    User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

  • pipelineId :: Text

    The Id 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.

Instances

Instances details
ToJSON CreateJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreateJob

ToHeaders CreateJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreateJob

Methods

toHeaders :: CreateJob -> [Header] #

ToPath CreateJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreateJob

ToQuery CreateJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreateJob

AWSRequest CreateJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreateJob

Associated Types

type AWSResponse CreateJob #

Generic CreateJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreateJob

Associated Types

type Rep CreateJob :: Type -> Type #

Read CreateJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreateJob

Show CreateJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreateJob

NFData CreateJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreateJob

Methods

rnf :: CreateJob -> () #

Eq CreateJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreateJob

Hashable CreateJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreateJob

type AWSResponse CreateJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreateJob

type Rep CreateJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreateJob

newCreateJob Source #

Arguments

:: Text

CreateJob

-> CreateJob 

Create a value of CreateJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateJob, createJob_input - A section of the request body that provides information about the file that is being transcoded.

CreateJob, createJob_inputs - A section of the request body that provides information about the files that are being transcoded.

CreateJob, createJob_output - A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.

CreateJob, createJob_outputKeyPrefix - 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.

CreateJob, createJob_outputs - A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.

CreateJob, createJob_playlists - If you specify a preset in PresetId for which the value of Container 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.

CreateJob, createJob_userMetadata - User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

CreateJob, createJob_pipelineId - The Id 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.

Request Lenses

createJob_input :: Lens' CreateJob (Maybe JobInput) Source #

A section of the request body that provides information about the file that is being transcoded.

createJob_inputs :: Lens' CreateJob (Maybe [JobInput]) Source #

A section of the request body that provides information about the files that are being transcoded.

createJob_output :: Lens' CreateJob (Maybe CreateJobOutput) Source #

A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.

createJob_outputKeyPrefix :: Lens' CreateJob (Maybe Text) Source #

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.

createJob_outputs :: Lens' CreateJob (Maybe [CreateJobOutput]) Source #

A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.

createJob_playlists :: Lens' CreateJob (Maybe [CreateJobPlaylist]) Source #

If you specify a preset in PresetId for which the value of Container 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.

createJob_userMetadata :: Lens' CreateJob (Maybe (HashMap Text Text)) Source #

User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

createJob_pipelineId :: Lens' CreateJob Text Source #

The Id 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.

Destructuring the Response

data CreateJobResponse Source #

The CreateJobResponse structure.

See: newCreateJobResponse smart constructor.

Constructors

CreateJobResponse' 

Fields

  • job :: Maybe Job

    A section of the response body that provides information about the job that is created.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic CreateJobResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreateJob

Associated Types

type Rep CreateJobResponse :: Type -> Type #

Read CreateJobResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreateJob

Show CreateJobResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreateJob

NFData CreateJobResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreateJob

Methods

rnf :: CreateJobResponse -> () #

Eq CreateJobResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreateJob

type Rep CreateJobResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreateJob

type Rep CreateJobResponse = D1 ('MetaData "CreateJobResponse" "Amazonka.ElasticTranscoder.CreateJob" "amazonka-elastictranscoder-2.0-CmXzguD33FBGrVHrZxYHry" 'False) (C1 ('MetaCons "CreateJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "job") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Job)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateJobResponse Source #

Create a value of CreateJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:job:CreateJobResponse', createJobResponse_job - A section of the response body that provides information about the job that is created.

$sel:httpStatus:CreateJobResponse', createJobResponse_httpStatus - The response's http status code.

Response Lenses

createJobResponse_job :: Lens' CreateJobResponse (Maybe Job) Source #

A section of the response body that provides information about the job that is created.

createJobResponse_httpStatus :: Lens' CreateJobResponse Int Source #

The response's http status code.