libZSservicesZSamazonka-mediastore-dataplaneZSamazonka-mediastore-dataplane
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.MediaStoreData.Types.ItemType

Description

 

Documentation

newtype ItemType Source #

Constructors

ItemType' 

Fields

Bundled Patterns

pattern ItemType_FOLDER :: ItemType 
pattern ItemType_OBJECT :: ItemType 

Instances

Instances details
Eq ItemType Source # 
Instance details

Defined in Amazonka.MediaStoreData.Types.ItemType

Ord ItemType Source # 
Instance details

Defined in Amazonka.MediaStoreData.Types.ItemType

Read ItemType Source # 
Instance details

Defined in Amazonka.MediaStoreData.Types.ItemType

Show ItemType Source # 
Instance details

Defined in Amazonka.MediaStoreData.Types.ItemType

Generic ItemType Source # 
Instance details

Defined in Amazonka.MediaStoreData.Types.ItemType

Associated Types

type Rep ItemType :: Type -> Type #

Methods

from :: ItemType -> Rep ItemType x #

to :: Rep ItemType x -> ItemType #

NFData ItemType Source # 
Instance details

Defined in Amazonka.MediaStoreData.Types.ItemType

Methods

rnf :: ItemType -> () #

Hashable ItemType Source # 
Instance details

Defined in Amazonka.MediaStoreData.Types.ItemType

Methods

hashWithSalt :: Int -> ItemType -> Int #

hash :: ItemType -> Int #

ToJSON ItemType Source # 
Instance details

Defined in Amazonka.MediaStoreData.Types.ItemType

ToJSONKey ItemType Source # 
Instance details

Defined in Amazonka.MediaStoreData.Types.ItemType

FromJSON ItemType Source # 
Instance details

Defined in Amazonka.MediaStoreData.Types.ItemType

FromJSONKey ItemType Source # 
Instance details

Defined in Amazonka.MediaStoreData.Types.ItemType

ToLog ItemType Source # 
Instance details

Defined in Amazonka.MediaStoreData.Types.ItemType

ToHeader ItemType Source # 
Instance details

Defined in Amazonka.MediaStoreData.Types.ItemType

Methods

toHeader :: HeaderName -> ItemType -> [Header] #

ToQuery ItemType Source # 
Instance details

Defined in Amazonka.MediaStoreData.Types.ItemType

FromXML ItemType Source # 
Instance details

Defined in Amazonka.MediaStoreData.Types.ItemType

ToXML ItemType Source # 
Instance details

Defined in Amazonka.MediaStoreData.Types.ItemType

Methods

toXML :: ItemType -> XML #

ToByteString ItemType Source # 
Instance details

Defined in Amazonka.MediaStoreData.Types.ItemType

Methods

toBS :: ItemType -> ByteString #

FromText ItemType Source # 
Instance details

Defined in Amazonka.MediaStoreData.Types.ItemType

ToText ItemType Source # 
Instance details

Defined in Amazonka.MediaStoreData.Types.ItemType

Methods

toText :: ItemType -> Text #

type Rep ItemType Source # 
Instance details

Defined in Amazonka.MediaStoreData.Types.ItemType

type Rep ItemType = D1 ('MetaData "ItemType" "Amazonka.MediaStoreData.Types.ItemType" "libZSservicesZSamazonka-mediastore-dataplaneZSamazonka-mediastore-dataplane" 'True) (C1 ('MetaCons "ItemType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromItemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))