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.Types.JobTemplate

Description

 
Synopsis

Documentation

data JobTemplate Source #

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

See: newJobTemplate smart constructor.

Constructors

JobTemplate' 

Fields

  • accelerationSettings :: Maybe AccelerationSettings

    Accelerated transcoding can significantly speed up jobs with long, visually complex content.

  • arn :: Maybe Text

    An identifier for this resource that is unique within all of AWS.

  • category :: Maybe Text

    An optional category you create to organize your job templates.

  • createdAt :: Maybe POSIX

    The timestamp in epoch seconds for Job template creation.

  • description :: Maybe Text

    An optional description you create for each job template.

  • hopDestinations :: Maybe [HopDestination]

    Optional list of hop destinations.

  • lastUpdated :: Maybe POSIX

    The timestamp in epoch seconds when the Job template was last updated.

  • priority :: Maybe Int

    Relative priority on the job.

  • queue :: Maybe Text

    Optional. The queue that jobs created from this template are assigned to. If you don't specify this, jobs will go to the default queue.

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

  • type' :: Maybe Type

    A job template can be of two types: system or custom. System or built-in job templates can't be modified or deleted by the user.

  • settings :: JobTemplateSettings

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

  • name :: Text

    A name you create for each job template. Each name must be unique within your account.

Instances

Instances details
FromJSON JobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.JobTemplate

Generic JobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.JobTemplate

Associated Types

type Rep JobTemplate :: Type -> Type #

Read JobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.JobTemplate

Show JobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.JobTemplate

NFData JobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.JobTemplate

Methods

rnf :: JobTemplate -> () #

Eq JobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.JobTemplate

Hashable JobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.JobTemplate

type Rep JobTemplate Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.JobTemplate

type Rep JobTemplate = D1 ('MetaData "JobTemplate" "Amazonka.MediaConvert.Types.JobTemplate" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'False) (C1 ('MetaCons "JobTemplate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accelerationSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccelerationSettings)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hopDestinations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HopDestination]))))) :*: ((S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "queue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "statusUpdateInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StatusUpdateInterval)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Type))) :*: (S1 ('MetaSel ('Just "settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 JobTemplateSettings) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newJobTemplate Source #

Create a value of JobTemplate 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:JobTemplate', jobTemplate_accelerationSettings - Accelerated transcoding can significantly speed up jobs with long, visually complex content.

$sel:arn:JobTemplate', jobTemplate_arn - An identifier for this resource that is unique within all of AWS.

$sel:category:JobTemplate', jobTemplate_category - An optional category you create to organize your job templates.

$sel:createdAt:JobTemplate', jobTemplate_createdAt - The timestamp in epoch seconds for Job template creation.

$sel:description:JobTemplate', jobTemplate_description - An optional description you create for each job template.

$sel:hopDestinations:JobTemplate', jobTemplate_hopDestinations - Optional list of hop destinations.

$sel:lastUpdated:JobTemplate', jobTemplate_lastUpdated - The timestamp in epoch seconds when the Job template was last updated.

JobTemplate, jobTemplate_priority - Relative priority on the job.

JobTemplate, jobTemplate_queue - Optional. The queue that jobs created from this template are assigned to. If you don't specify this, jobs will go to the default queue.

$sel:statusUpdateInterval:JobTemplate', jobTemplate_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:type':JobTemplate', jobTemplate_type - A job template can be of two types: system or custom. System or built-in job templates can't be modified or deleted by the user.

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

$sel:name:JobTemplate', jobTemplate_name - A name you create for each job template. Each name must be unique within your account.

jobTemplate_accelerationSettings :: Lens' JobTemplate (Maybe AccelerationSettings) Source #

Accelerated transcoding can significantly speed up jobs with long, visually complex content.

jobTemplate_arn :: Lens' JobTemplate (Maybe Text) Source #

An identifier for this resource that is unique within all of AWS.

jobTemplate_category :: Lens' JobTemplate (Maybe Text) Source #

An optional category you create to organize your job templates.

jobTemplate_createdAt :: Lens' JobTemplate (Maybe UTCTime) Source #

The timestamp in epoch seconds for Job template creation.

jobTemplate_description :: Lens' JobTemplate (Maybe Text) Source #

An optional description you create for each job template.

jobTemplate_hopDestinations :: Lens' JobTemplate (Maybe [HopDestination]) Source #

Optional list of hop destinations.

jobTemplate_lastUpdated :: Lens' JobTemplate (Maybe UTCTime) Source #

The timestamp in epoch seconds when the Job template was last updated.

jobTemplate_priority :: Lens' JobTemplate (Maybe Int) Source #

Relative priority on the job.

jobTemplate_queue :: Lens' JobTemplate (Maybe Text) Source #

Optional. The queue that jobs created from this template are assigned to. If you don't specify this, jobs will go to the default queue.

jobTemplate_statusUpdateInterval :: Lens' JobTemplate (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.

jobTemplate_type :: Lens' JobTemplate (Maybe Type) Source #

A job template can be of two types: system or custom. System or built-in job templates can't be modified or deleted by the user.

jobTemplate_settings :: Lens' JobTemplate JobTemplateSettings Source #

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

jobTemplate_name :: Lens' JobTemplate Text Source #

A name you create for each job template. Each name must be unique within your account.