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

Description

 
Synopsis

Documentation

newtype PresetListBy Source #

Optional. When you request a list of presets, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.

Constructors

PresetListBy' 

Instances

Instances details
Eq PresetListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.PresetListBy

Ord PresetListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.PresetListBy

Read PresetListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.PresetListBy

Show PresetListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.PresetListBy

Generic PresetListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.PresetListBy

Associated Types

type Rep PresetListBy :: Type -> Type #

NFData PresetListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.PresetListBy

Methods

rnf :: PresetListBy -> () #

Hashable PresetListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.PresetListBy

ToJSON PresetListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.PresetListBy

ToJSONKey PresetListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.PresetListBy

FromJSON PresetListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.PresetListBy

FromJSONKey PresetListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.PresetListBy

ToLog PresetListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.PresetListBy

ToHeader PresetListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.PresetListBy

ToQuery PresetListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.PresetListBy

FromXML PresetListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.PresetListBy

ToXML PresetListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.PresetListBy

Methods

toXML :: PresetListBy -> XML #

ToByteString PresetListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.PresetListBy

FromText PresetListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.PresetListBy

ToText PresetListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.PresetListBy

Methods

toText :: PresetListBy -> Text #

type Rep PresetListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.PresetListBy

type Rep PresetListBy = D1 ('MetaData "PresetListBy" "Amazonka.MediaConvert.Types.PresetListBy" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'True) (C1 ('MetaCons "PresetListBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPresetListBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))