libZSservicesZSamazonka-emrZSamazonka-emr
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.EMR.Types.AuthMode

Description

 

Documentation

newtype AuthMode Source #

Constructors

AuthMode' 

Fields

Bundled Patterns

pattern AuthMode_IAM :: AuthMode 
pattern AuthMode_SSO :: AuthMode 

Instances

Instances details
Eq AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Ord AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Read AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Show AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Generic AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Associated Types

type Rep AuthMode :: Type -> Type #

Methods

from :: AuthMode -> Rep AuthMode x #

to :: Rep AuthMode x -> AuthMode #

NFData AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Methods

rnf :: AuthMode -> () #

Hashable AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Methods

hashWithSalt :: Int -> AuthMode -> Int #

hash :: AuthMode -> Int #

ToJSON AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

ToJSONKey AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

FromJSON AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

FromJSONKey AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

ToLog AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

ToHeader AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Methods

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

ToQuery AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

FromXML AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

ToXML AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Methods

toXML :: AuthMode -> XML #

ToByteString AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Methods

toBS :: AuthMode -> ByteString #

FromText AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

ToText AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Methods

toText :: AuthMode -> Text #

type Rep AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

type Rep AuthMode = D1 ('MetaData "AuthMode" "Amazonka.EMR.Types.AuthMode" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "AuthMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAuthMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))