libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions
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.StepFunctions.Types.HistoryEventType

Description

 

Documentation

newtype HistoryEventType Source #

Bundled Patterns

pattern HistoryEventType_ActivityFailed :: HistoryEventType 
pattern HistoryEventType_ActivityScheduleFailed :: HistoryEventType 
pattern HistoryEventType_ActivityScheduled :: HistoryEventType 
pattern HistoryEventType_ActivityStarted :: HistoryEventType 
pattern HistoryEventType_ActivitySucceeded :: HistoryEventType 
pattern HistoryEventType_ActivityTimedOut :: HistoryEventType 
pattern HistoryEventType_ChoiceStateEntered :: HistoryEventType 
pattern HistoryEventType_ChoiceStateExited :: HistoryEventType 
pattern HistoryEventType_ExecutionAborted :: HistoryEventType 
pattern HistoryEventType_ExecutionFailed :: HistoryEventType 
pattern HistoryEventType_ExecutionStarted :: HistoryEventType 
pattern HistoryEventType_ExecutionSucceeded :: HistoryEventType 
pattern HistoryEventType_ExecutionTimedOut :: HistoryEventType 
pattern HistoryEventType_FailStateEntered :: HistoryEventType 
pattern HistoryEventType_LambdaFunctionFailed :: HistoryEventType 
pattern HistoryEventType_LambdaFunctionScheduleFailed :: HistoryEventType 
pattern HistoryEventType_LambdaFunctionScheduled :: HistoryEventType 
pattern HistoryEventType_LambdaFunctionStartFailed :: HistoryEventType 
pattern HistoryEventType_LambdaFunctionStarted :: HistoryEventType 
pattern HistoryEventType_LambdaFunctionSucceeded :: HistoryEventType 
pattern HistoryEventType_LambdaFunctionTimedOut :: HistoryEventType 
pattern HistoryEventType_MapIterationAborted :: HistoryEventType 
pattern HistoryEventType_MapIterationFailed :: HistoryEventType 
pattern HistoryEventType_MapIterationStarted :: HistoryEventType 
pattern HistoryEventType_MapIterationSucceeded :: HistoryEventType 
pattern HistoryEventType_MapStateAborted :: HistoryEventType 
pattern HistoryEventType_MapStateEntered :: HistoryEventType 
pattern HistoryEventType_MapStateExited :: HistoryEventType 
pattern HistoryEventType_MapStateFailed :: HistoryEventType 
pattern HistoryEventType_MapStateStarted :: HistoryEventType 
pattern HistoryEventType_MapStateSucceeded :: HistoryEventType 
pattern HistoryEventType_ParallelStateAborted :: HistoryEventType 
pattern HistoryEventType_ParallelStateEntered :: HistoryEventType 
pattern HistoryEventType_ParallelStateExited :: HistoryEventType 
pattern HistoryEventType_ParallelStateFailed :: HistoryEventType 
pattern HistoryEventType_ParallelStateStarted :: HistoryEventType 
pattern HistoryEventType_ParallelStateSucceeded :: HistoryEventType 
pattern HistoryEventType_PassStateEntered :: HistoryEventType 
pattern HistoryEventType_PassStateExited :: HistoryEventType 
pattern HistoryEventType_SucceedStateEntered :: HistoryEventType 
pattern HistoryEventType_SucceedStateExited :: HistoryEventType 
pattern HistoryEventType_TaskFailed :: HistoryEventType 
pattern HistoryEventType_TaskScheduled :: HistoryEventType 
pattern HistoryEventType_TaskStartFailed :: HistoryEventType 
pattern HistoryEventType_TaskStarted :: HistoryEventType 
pattern HistoryEventType_TaskStateAborted :: HistoryEventType 
pattern HistoryEventType_TaskStateEntered :: HistoryEventType 
pattern HistoryEventType_TaskStateExited :: HistoryEventType 
pattern HistoryEventType_TaskSubmitFailed :: HistoryEventType 
pattern HistoryEventType_TaskSubmitted :: HistoryEventType 
pattern HistoryEventType_TaskSucceeded :: HistoryEventType 
pattern HistoryEventType_TaskTimedOut :: HistoryEventType 
pattern HistoryEventType_WaitStateAborted :: HistoryEventType 
pattern HistoryEventType_WaitStateEntered :: HistoryEventType 
pattern HistoryEventType_WaitStateExited :: HistoryEventType 

Instances

Instances details
Eq HistoryEventType Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.HistoryEventType

Ord HistoryEventType Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.HistoryEventType

Read HistoryEventType Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.HistoryEventType

Show HistoryEventType Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.HistoryEventType

Generic HistoryEventType Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.HistoryEventType

Associated Types

type Rep HistoryEventType :: Type -> Type #

NFData HistoryEventType Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.HistoryEventType

Methods

rnf :: HistoryEventType -> () #

Hashable HistoryEventType Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.HistoryEventType

ToJSON HistoryEventType Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.HistoryEventType

ToJSONKey HistoryEventType Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.HistoryEventType

FromJSON HistoryEventType Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.HistoryEventType

FromJSONKey HistoryEventType Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.HistoryEventType

ToLog HistoryEventType Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.HistoryEventType

ToHeader HistoryEventType Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.HistoryEventType

ToQuery HistoryEventType Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.HistoryEventType

FromXML HistoryEventType Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.HistoryEventType

ToXML HistoryEventType Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.HistoryEventType

ToByteString HistoryEventType Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.HistoryEventType

FromText HistoryEventType Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.HistoryEventType

ToText HistoryEventType Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.HistoryEventType

type Rep HistoryEventType Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.HistoryEventType

type Rep HistoryEventType = D1 ('MetaData "HistoryEventType" "Amazonka.StepFunctions.Types.HistoryEventType" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'True) (C1 ('MetaCons "HistoryEventType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHistoryEventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))