amazonka-migrationhubstrategy-2.0: Amazon Migration Hub Strategy Recommendations 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.MigrationHubStrategy.Types.AuthType

Description

 

Documentation

newtype AuthType Source #

Constructors

AuthType' 

Fields

Bundled Patterns

pattern AuthType_CERT :: AuthType 
pattern AuthType_NTLM :: AuthType 
pattern AuthType_SSH :: AuthType 

Instances

Instances details
FromJSON AuthType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.AuthType

FromJSONKey AuthType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.AuthType

ToJSON AuthType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.AuthType

ToJSONKey AuthType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.AuthType

ToByteString AuthType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.AuthType

Methods

toBS :: AuthType -> ByteString #

ToHeader AuthType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.AuthType

Methods

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

ToLog AuthType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.AuthType

ToQuery AuthType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.AuthType

FromText AuthType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.AuthType

ToText AuthType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.AuthType

Methods

toText :: AuthType -> Text #

FromXML AuthType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.AuthType

ToXML AuthType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.AuthType

Methods

toXML :: AuthType -> XML #

Generic AuthType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.AuthType

Associated Types

type Rep AuthType :: Type -> Type #

Methods

from :: AuthType -> Rep AuthType x #

to :: Rep AuthType x -> AuthType #

Read AuthType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.AuthType

Show AuthType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.AuthType

NFData AuthType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.AuthType

Methods

rnf :: AuthType -> () #

Eq AuthType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.AuthType

Ord AuthType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.AuthType

Hashable AuthType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.AuthType

Methods

hashWithSalt :: Int -> AuthType -> Int #

hash :: AuthType -> Int #

type Rep AuthType Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.AuthType

type Rep AuthType = D1 ('MetaData "AuthType" "Amazonka.MigrationHubStrategy.Types.AuthType" "amazonka-migrationhubstrategy-2.0-mnEPazDQ9LCt8OMOo53lQ" 'True) (C1 ('MetaCons "AuthType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAuthType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))