amazonka-proton-2.0: Amazon Proton 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.Proton.Types.SyncType

Description

 

Documentation

newtype SyncType Source #

Constructors

SyncType' 

Fields

Bundled Patterns

pattern SyncType_TEMPLATE_SYNC :: SyncType 

Instances

Instances details
FromJSON SyncType Source # 
Instance details

Defined in Amazonka.Proton.Types.SyncType

FromJSONKey SyncType Source # 
Instance details

Defined in Amazonka.Proton.Types.SyncType

ToJSON SyncType Source # 
Instance details

Defined in Amazonka.Proton.Types.SyncType

ToJSONKey SyncType Source # 
Instance details

Defined in Amazonka.Proton.Types.SyncType

ToByteString SyncType Source # 
Instance details

Defined in Amazonka.Proton.Types.SyncType

Methods

toBS :: SyncType -> ByteString #

ToHeader SyncType Source # 
Instance details

Defined in Amazonka.Proton.Types.SyncType

Methods

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

ToLog SyncType Source # 
Instance details

Defined in Amazonka.Proton.Types.SyncType

ToQuery SyncType Source # 
Instance details

Defined in Amazonka.Proton.Types.SyncType

FromText SyncType Source # 
Instance details

Defined in Amazonka.Proton.Types.SyncType

ToText SyncType Source # 
Instance details

Defined in Amazonka.Proton.Types.SyncType

Methods

toText :: SyncType -> Text #

FromXML SyncType Source # 
Instance details

Defined in Amazonka.Proton.Types.SyncType

ToXML SyncType Source # 
Instance details

Defined in Amazonka.Proton.Types.SyncType

Methods

toXML :: SyncType -> XML #

Generic SyncType Source # 
Instance details

Defined in Amazonka.Proton.Types.SyncType

Associated Types

type Rep SyncType :: Type -> Type #

Methods

from :: SyncType -> Rep SyncType x #

to :: Rep SyncType x -> SyncType #

Read SyncType Source # 
Instance details

Defined in Amazonka.Proton.Types.SyncType

Show SyncType Source # 
Instance details

Defined in Amazonka.Proton.Types.SyncType

NFData SyncType Source # 
Instance details

Defined in Amazonka.Proton.Types.SyncType

Methods

rnf :: SyncType -> () #

Eq SyncType Source # 
Instance details

Defined in Amazonka.Proton.Types.SyncType

Ord SyncType Source # 
Instance details

Defined in Amazonka.Proton.Types.SyncType

Hashable SyncType Source # 
Instance details

Defined in Amazonka.Proton.Types.SyncType

Methods

hashWithSalt :: Int -> SyncType -> Int #

hash :: SyncType -> Int #

type Rep SyncType Source # 
Instance details

Defined in Amazonka.Proton.Types.SyncType

type Rep SyncType = D1 ('MetaData "SyncType" "Amazonka.Proton.Types.SyncType" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" 'True) (C1 ('MetaCons "SyncType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSyncType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))