libZSservicesZSamazonka-dmsZSamazonka-dms
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.DMS.Types.AuthTypeValue

Description

 

Documentation

newtype AuthTypeValue Source #

Constructors

AuthTypeValue' 

Bundled Patterns

pattern AuthTypeValue_No :: AuthTypeValue 
pattern AuthTypeValue_Password :: AuthTypeValue 

Instances

Instances details
Eq AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

Ord AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

Read AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

Show AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

Generic AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

Associated Types

type Rep AuthTypeValue :: Type -> Type #

NFData AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

Methods

rnf :: AuthTypeValue -> () #

Hashable AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

ToJSON AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

ToJSONKey AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

FromJSON AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

FromJSONKey AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

ToLog AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

ToHeader AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

ToQuery AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

FromXML AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

ToXML AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

Methods

toXML :: AuthTypeValue -> XML #

ToByteString AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

FromText AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

ToText AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

Methods

toText :: AuthTypeValue -> Text #

type Rep AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

type Rep AuthTypeValue = D1 ('MetaData "AuthTypeValue" "Amazonka.DMS.Types.AuthTypeValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "AuthTypeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAuthTypeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))