libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaConvert.UpdateJobTemplate

Description

Modify one of your existing job templates.

Synopsis

Creating a Request

data UpdateJobTemplate Source #

See: newUpdateJobTemplate smart constructor.

Constructors

UpdateJobTemplate' 

Fields

  • accelerationSettings :: Maybe AccelerationSettings

    Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.

  • priority :: Maybe Int

    Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0.

  • statusUpdateInterval :: Maybe StatusUpdateInterval

    Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error.

  • settings :: Maybe JobTemplateSettings

    JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.

  • category :: Maybe Text

    The new category for the job template, if you are changing it.

  • hopDestinations :: Maybe [HopDestination]

    Optional list of hop destinations.

  • queue :: Maybe Text

    The new queue for the job template, if you are changing it.

  • description :: Maybe Text

    The new description for the job template, if you are changing it.

  • name :: Text

    The name of the job template you are modifying

Instances

Instances details
Eq UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

Read UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

Show UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

Generic UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

Associated Types

type Rep UpdateJobTemplate :: Type -> Type #

NFData UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

Methods

rnf :: UpdateJobTemplate -> () #

Hashable UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

ToJSON UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

AWSRequest UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

Associated Types

type AWSResponse UpdateJobTemplate #

ToHeaders UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

ToPath UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

ToQuery UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

type Rep UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

type AWSResponse UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

newUpdateJobTemplate Source #

Create a value of UpdateJobTemplate 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:accelerationSettings:UpdateJobTemplate', updateJobTemplate_accelerationSettings - Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.

$sel:priority:UpdateJobTemplate', updateJobTemplate_priority - Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0.

$sel:statusUpdateInterval:UpdateJobTemplate', updateJobTemplate_statusUpdateInterval - Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error.

$sel:settings:UpdateJobTemplate', updateJobTemplate_settings - JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.

$sel:category:UpdateJobTemplate', updateJobTemplate_category - The new category for the job template, if you are changing it.

$sel:hopDestinations:UpdateJobTemplate', updateJobTemplate_hopDestinations - Optional list of hop destinations.

$sel:queue:UpdateJobTemplate', updateJobTemplate_queue - The new queue for the job template, if you are changing it.

$sel:description:UpdateJobTemplate', updateJobTemplate_description - The new description for the job template, if you are changing it.

$sel:name:UpdateJobTemplate', updateJobTemplate_name - The name of the job template you are modifying

Request Lenses

updateJobTemplate_accelerationSettings :: Lens' UpdateJobTemplate (Maybe AccelerationSettings) Source #

Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.

updateJobTemplate_priority :: Lens' UpdateJobTemplate (Maybe Int) Source #

Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0.

updateJobTemplate_statusUpdateInterval :: Lens' UpdateJobTemplate (Maybe StatusUpdateInterval) Source #

Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error.

updateJobTemplate_settings :: Lens' UpdateJobTemplate (Maybe JobTemplateSettings) Source #

JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.

updateJobTemplate_category :: Lens' UpdateJobTemplate (Maybe Text) Source #

The new category for the job template, if you are changing it.

updateJobTemplate_queue :: Lens' UpdateJobTemplate (Maybe Text) Source #

The new queue for the job template, if you are changing it.

updateJobTemplate_description :: Lens' UpdateJobTemplate (Maybe Text) Source #

The new description for the job template, if you are changing it.

updateJobTemplate_name :: Lens' UpdateJobTemplate Text Source #

The name of the job template you are modifying

Destructuring the Response

data UpdateJobTemplateResponse Source #

See: newUpdateJobTemplateResponse smart constructor.

Constructors

UpdateJobTemplateResponse' 

Fields

Instances

Instances details
Eq UpdateJobTemplateResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

Read UpdateJobTemplateResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

Show UpdateJobTemplateResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

Generic UpdateJobTemplateResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

Associated Types

type Rep UpdateJobTemplateResponse :: Type -> Type #

NFData UpdateJobTemplateResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

type Rep UpdateJobTemplateResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

type Rep UpdateJobTemplateResponse = D1 ('MetaData "UpdateJobTemplateResponse" "Amazonka.MediaConvert.UpdateJobTemplate" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "UpdateJobTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobTemplate)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateJobTemplateResponse Source #

Create a value of UpdateJobTemplateResponse 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:jobTemplate:UpdateJobTemplateResponse', updateJobTemplateResponse_jobTemplate - A job template is a pre-made set of encoding instructions that you can use to quickly create a job.

$sel:httpStatus:UpdateJobTemplateResponse', updateJobTemplateResponse_httpStatus - The response's http status code.

Response Lenses

updateJobTemplateResponse_jobTemplate :: Lens' UpdateJobTemplateResponse (Maybe JobTemplate) Source #

A job template is a pre-made set of encoding instructions that you can use to quickly create a job.