libZSservicesZSamazonka-redshiftZSamazonka-redshift
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.Redshift.Types.ScheduleState

Description

 

Documentation

newtype ScheduleState Source #

Constructors

ScheduleState' 

Instances

Instances details
Eq ScheduleState Source # 
Instance details

Defined in Amazonka.Redshift.Types.ScheduleState

Ord ScheduleState Source # 
Instance details

Defined in Amazonka.Redshift.Types.ScheduleState

Read ScheduleState Source # 
Instance details

Defined in Amazonka.Redshift.Types.ScheduleState

Show ScheduleState Source # 
Instance details

Defined in Amazonka.Redshift.Types.ScheduleState

Generic ScheduleState Source # 
Instance details

Defined in Amazonka.Redshift.Types.ScheduleState

Associated Types

type Rep ScheduleState :: Type -> Type #

NFData ScheduleState Source # 
Instance details

Defined in Amazonka.Redshift.Types.ScheduleState

Methods

rnf :: ScheduleState -> () #

Hashable ScheduleState Source # 
Instance details

Defined in Amazonka.Redshift.Types.ScheduleState

ToJSON ScheduleState Source # 
Instance details

Defined in Amazonka.Redshift.Types.ScheduleState

ToJSONKey ScheduleState Source # 
Instance details

Defined in Amazonka.Redshift.Types.ScheduleState

FromJSON ScheduleState Source # 
Instance details

Defined in Amazonka.Redshift.Types.ScheduleState

FromJSONKey ScheduleState Source # 
Instance details

Defined in Amazonka.Redshift.Types.ScheduleState

ToLog ScheduleState Source # 
Instance details

Defined in Amazonka.Redshift.Types.ScheduleState

ToHeader ScheduleState Source # 
Instance details

Defined in Amazonka.Redshift.Types.ScheduleState

ToQuery ScheduleState Source # 
Instance details

Defined in Amazonka.Redshift.Types.ScheduleState

FromXML ScheduleState Source # 
Instance details

Defined in Amazonka.Redshift.Types.ScheduleState

ToXML ScheduleState Source # 
Instance details

Defined in Amazonka.Redshift.Types.ScheduleState

Methods

toXML :: ScheduleState -> XML #

ToByteString ScheduleState Source # 
Instance details

Defined in Amazonka.Redshift.Types.ScheduleState

FromText ScheduleState Source # 
Instance details

Defined in Amazonka.Redshift.Types.ScheduleState

ToText ScheduleState Source # 
Instance details

Defined in Amazonka.Redshift.Types.ScheduleState

Methods

toText :: ScheduleState -> Text #

type Rep ScheduleState Source # 
Instance details

Defined in Amazonka.Redshift.Types.ScheduleState

type Rep ScheduleState = D1 ('MetaData "ScheduleState" "Amazonka.Redshift.Types.ScheduleState" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'True) (C1 ('MetaCons "ScheduleState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScheduleState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))