amazonka-transfer-2.0: Amazon Transfer Family 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.Transfer.Types.MdnResponse

Description

 

Documentation

newtype MdnResponse Source #

Constructors

MdnResponse' 

Bundled Patterns

pattern MdnResponse_NONE :: MdnResponse 
pattern MdnResponse_SYNC :: MdnResponse 

Instances

Instances details
FromJSON MdnResponse Source # 
Instance details

Defined in Amazonka.Transfer.Types.MdnResponse

FromJSONKey MdnResponse Source # 
Instance details

Defined in Amazonka.Transfer.Types.MdnResponse

ToJSON MdnResponse Source # 
Instance details

Defined in Amazonka.Transfer.Types.MdnResponse

ToJSONKey MdnResponse Source # 
Instance details

Defined in Amazonka.Transfer.Types.MdnResponse

ToByteString MdnResponse Source # 
Instance details

Defined in Amazonka.Transfer.Types.MdnResponse

ToHeader MdnResponse Source # 
Instance details

Defined in Amazonka.Transfer.Types.MdnResponse

ToLog MdnResponse Source # 
Instance details

Defined in Amazonka.Transfer.Types.MdnResponse

ToQuery MdnResponse Source # 
Instance details

Defined in Amazonka.Transfer.Types.MdnResponse

FromText MdnResponse Source # 
Instance details

Defined in Amazonka.Transfer.Types.MdnResponse

ToText MdnResponse Source # 
Instance details

Defined in Amazonka.Transfer.Types.MdnResponse

Methods

toText :: MdnResponse -> Text #

FromXML MdnResponse Source # 
Instance details

Defined in Amazonka.Transfer.Types.MdnResponse

ToXML MdnResponse Source # 
Instance details

Defined in Amazonka.Transfer.Types.MdnResponse

Methods

toXML :: MdnResponse -> XML #

Generic MdnResponse Source # 
Instance details

Defined in Amazonka.Transfer.Types.MdnResponse

Associated Types

type Rep MdnResponse :: Type -> Type #

Read MdnResponse Source # 
Instance details

Defined in Amazonka.Transfer.Types.MdnResponse

Show MdnResponse Source # 
Instance details

Defined in Amazonka.Transfer.Types.MdnResponse

NFData MdnResponse Source # 
Instance details

Defined in Amazonka.Transfer.Types.MdnResponse

Methods

rnf :: MdnResponse -> () #

Eq MdnResponse Source # 
Instance details

Defined in Amazonka.Transfer.Types.MdnResponse

Ord MdnResponse Source # 
Instance details

Defined in Amazonka.Transfer.Types.MdnResponse

Hashable MdnResponse Source # 
Instance details

Defined in Amazonka.Transfer.Types.MdnResponse

type Rep MdnResponse Source # 
Instance details

Defined in Amazonka.Transfer.Types.MdnResponse

type Rep MdnResponse = D1 ('MetaData "MdnResponse" "Amazonka.Transfer.Types.MdnResponse" "amazonka-transfer-2.0-JiqKYJwOo427yDlzvkXGLY" 'True) (C1 ('MetaCons "MdnResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMdnResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))