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

Description

 
Synopsis

Documentation

newtype QueueListBy Source #

Optional. When you request a list of queues, 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 creation date.

Constructors

QueueListBy' 

Bundled Patterns

pattern QueueListBy_CREATION_DATE :: QueueListBy 
pattern QueueListBy_NAME :: QueueListBy 

Instances

Instances details
Eq QueueListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.QueueListBy

Ord QueueListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.QueueListBy

Read QueueListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.QueueListBy

Show QueueListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.QueueListBy

Generic QueueListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.QueueListBy

Associated Types

type Rep QueueListBy :: Type -> Type #

NFData QueueListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.QueueListBy

Methods

rnf :: QueueListBy -> () #

Hashable QueueListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.QueueListBy

ToJSON QueueListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.QueueListBy

ToJSONKey QueueListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.QueueListBy

FromJSON QueueListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.QueueListBy

FromJSONKey QueueListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.QueueListBy

ToLog QueueListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.QueueListBy

ToHeader QueueListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.QueueListBy

ToQuery QueueListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.QueueListBy

FromXML QueueListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.QueueListBy

ToXML QueueListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.QueueListBy

Methods

toXML :: QueueListBy -> XML #

ToByteString QueueListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.QueueListBy

FromText QueueListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.QueueListBy

ToText QueueListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.QueueListBy

Methods

toText :: QueueListBy -> Text #

type Rep QueueListBy Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.QueueListBy

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