amazonka-auditmanager-2.0: Amazon Audit Manager 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.AuditManager.Types.ControlType

Description

 

Documentation

newtype ControlType Source #

Constructors

ControlType' 

Bundled Patterns

pattern ControlType_Custom :: ControlType 
pattern ControlType_Standard :: ControlType 

Instances

Instances details
FromJSON ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

FromJSONKey ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

ToJSON ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

ToJSONKey ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

ToByteString ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

ToHeader ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

ToLog ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

ToQuery ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

FromText ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

ToText ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

Methods

toText :: ControlType -> Text #

FromXML ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

ToXML ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

Methods

toXML :: ControlType -> XML #

Generic ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

Associated Types

type Rep ControlType :: Type -> Type #

Read ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

Show ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

NFData ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

Methods

rnf :: ControlType -> () #

Eq ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

Ord ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

Hashable ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

type Rep ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

type Rep ControlType = D1 ('MetaData "ControlType" "Amazonka.AuditManager.Types.ControlType" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "ControlType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromControlType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))