amazonka-dataexchange-2.0: Amazon Data Exchange 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.DataExchange.Types.ProtocolType

Description

 

Documentation

newtype ProtocolType Source #

Constructors

ProtocolType' 

Bundled Patterns

pattern ProtocolType_REST :: ProtocolType 

Instances

Instances details
FromJSON ProtocolType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ProtocolType

FromJSONKey ProtocolType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ProtocolType

ToJSON ProtocolType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ProtocolType

ToJSONKey ProtocolType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ProtocolType

ToByteString ProtocolType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ProtocolType

ToHeader ProtocolType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ProtocolType

ToLog ProtocolType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ProtocolType

ToQuery ProtocolType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ProtocolType

FromText ProtocolType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ProtocolType

ToText ProtocolType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ProtocolType

Methods

toText :: ProtocolType -> Text #

FromXML ProtocolType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ProtocolType

ToXML ProtocolType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ProtocolType

Methods

toXML :: ProtocolType -> XML #

Generic ProtocolType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ProtocolType

Associated Types

type Rep ProtocolType :: Type -> Type #

Read ProtocolType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ProtocolType

Show ProtocolType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ProtocolType

NFData ProtocolType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ProtocolType

Methods

rnf :: ProtocolType -> () #

Eq ProtocolType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ProtocolType

Ord ProtocolType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ProtocolType

Hashable ProtocolType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ProtocolType

type Rep ProtocolType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ProtocolType

type Rep ProtocolType = D1 ('MetaData "ProtocolType" "Amazonka.DataExchange.Types.ProtocolType" "amazonka-dataexchange-2.0-E9wmOad6xSxAaT3Y4FNlvY" 'True) (C1 ('MetaCons "ProtocolType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProtocolType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))