amazonka-mediaconvert-2.0: Amazon Elemental MediaConvert 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.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.

  • category :: Maybe Text

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

  • description :: Maybe Text

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

  • hopDestinations :: Maybe [HopDestination]

    Optional list of hop destinations.

  • 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.

  • queue :: Maybe Text

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

  • settings :: Maybe JobTemplateSettings

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

  • 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.

  • name :: Text

    The name of the job template you are modifying

Instances

Instances details
ToJSON UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.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

AWSRequest UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

Associated Types

type AWSResponse UpdateJobTemplate #

Generic UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

Associated Types

type Rep UpdateJobTemplate :: Type -> Type #

Read UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

Show UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

NFData UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

Methods

rnf :: UpdateJobTemplate -> () #

Eq UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

Hashable UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

type AWSResponse UpdateJobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

type Rep 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:

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.

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

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

UpdateJobTemplate, updateJobTemplate_hopDestinations - Optional list of hop destinations.

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.

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

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

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.

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_category :: Lens' UpdateJobTemplate (Maybe Text) Source #

The new category 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_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_queue :: Lens' UpdateJobTemplate (Maybe Text) Source #

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

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_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_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
Generic UpdateJobTemplateResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

Associated Types

type Rep UpdateJobTemplateResponse :: Type -> Type #

Read UpdateJobTemplateResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

Show UpdateJobTemplateResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

NFData UpdateJobTemplateResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdateJobTemplate

Eq 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" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" '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:

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.