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

Description

 
Synopsis

Documentation

data Preset Source #

A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.

See: newPreset smart constructor.

Constructors

Preset' 

Fields

  • lastUpdated :: Maybe POSIX

    The timestamp in epoch seconds when the preset was last updated.

  • arn :: Maybe Text

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

  • createdAt :: Maybe POSIX

    The timestamp in epoch seconds for preset creation.

  • category :: Maybe Text

    An optional category you create to organize your presets.

  • type' :: Maybe Type

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

  • description :: Maybe Text

    An optional description you create for each preset.

  • settings :: PresetSettings

    Settings for preset

  • name :: Text

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

Instances

Instances details
Eq Preset Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Preset

Methods

(==) :: Preset -> Preset -> Bool #

(/=) :: Preset -> Preset -> Bool #

Read Preset Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Preset

Show Preset Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Preset

Generic Preset Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Preset

Associated Types

type Rep Preset :: Type -> Type #

Methods

from :: Preset -> Rep Preset x #

to :: Rep Preset x -> Preset #

NFData Preset Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Preset

Methods

rnf :: Preset -> () #

Hashable Preset Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Preset

Methods

hashWithSalt :: Int -> Preset -> Int #

hash :: Preset -> Int #

FromJSON Preset Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Preset

type Rep Preset Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Preset

newPreset Source #

Create a value of Preset 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:lastUpdated:Preset', preset_lastUpdated - The timestamp in epoch seconds when the preset was last updated.

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

$sel:createdAt:Preset', preset_createdAt - The timestamp in epoch seconds for preset creation.

$sel:category:Preset', preset_category - An optional category you create to organize your presets.

$sel:type':Preset', preset_type - A preset can be of two types: system or custom. System or built-in preset can't be modified or deleted by the user.

$sel:description:Preset', preset_description - An optional description you create for each preset.

$sel:settings:Preset', preset_settings - Settings for preset

$sel:name:Preset', preset_name - A name you create for each preset. Each name must be unique within your account.

preset_lastUpdated :: Lens' Preset (Maybe UTCTime) Source #

The timestamp in epoch seconds when the preset was last updated.

preset_arn :: Lens' Preset (Maybe Text) Source #

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

preset_createdAt :: Lens' Preset (Maybe UTCTime) Source #

The timestamp in epoch seconds for preset creation.

preset_category :: Lens' Preset (Maybe Text) Source #

An optional category you create to organize your presets.

preset_type :: Lens' Preset (Maybe Type) Source #

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

preset_description :: Lens' Preset (Maybe Text) Source #

An optional description you create for each preset.

preset_name :: Lens' Preset Text Source #

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