libZSservicesZSamazonka-swfZSamazonka-swf
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.SWF.Types

Contents

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2012-01-25 of the Amazon Simple Workflow Service SDK configuration.

Errors

_DomainAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

Returned if the domain already exists. You may get this fault if you are registering a domain that is either already registered or deprecated, or if you undeprecate a domain that is currently registered.

_LimitExceededFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

Returned by any operation if a system imposed limitation has been reached. To address this fault you should either clean up unused resources or increase the limit by contacting AWS.

_WorkflowExecutionAlreadyStartedFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

Returned by StartWorkflowExecution when an open execution with the same workflowId is already running in the specified domain.

_OperationNotPermittedFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

Returned when the caller doesn't have sufficient permissions to invoke the action.

_UnknownResourceFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.

_DefaultUndefinedFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The StartWorkflowExecution API action was called without the required parameters set.

Some workflow execution parameters, such as the decision taskList, must be set to start the execution. However, these parameters might have been set as defaults when the workflow type was registered. In this case, you can omit these parameters from the StartWorkflowExecution call and Amazon SWF uses the values defined in the workflow type.

If these parameters aren't set and no default parameters were defined in the workflow type, this error is displayed.

_TypeDeprecatedFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

Returned when the specified activity or workflow type was already deprecated.

_TooManyTagsFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

You've exceeded the number of tags allowed for a domain.

_TypeAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

Returned if the type already exists in the specified domain. You may get this fault if you are registering a type that is either already registered or deprecated, or if you undeprecate a type that is currently registered.

_DomainDeprecatedFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

Returned when the specified domain has been deprecated.

ActivityTaskTimeoutType

newtype ActivityTaskTimeoutType Source #

Instances

Instances details
Eq ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

Ord ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

Read ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

Show ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

Generic ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

Associated Types

type Rep ActivityTaskTimeoutType :: Type -> Type #

NFData ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

Methods

rnf :: ActivityTaskTimeoutType -> () #

Hashable ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

ToJSON ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

ToJSONKey ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

FromJSON ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

FromJSONKey ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

ToLog ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

ToHeader ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

ToQuery ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

FromXML ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

ToXML ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

ToByteString ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

FromText ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

ToText ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

type Rep ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

type Rep ActivityTaskTimeoutType = D1 ('MetaData "ActivityTaskTimeoutType" "Amazonka.SWF.Types.ActivityTaskTimeoutType" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "ActivityTaskTimeoutType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromActivityTaskTimeoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CancelTimerFailedCause

newtype CancelTimerFailedCause Source #

Instances

Instances details
Eq CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

Ord CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

Read CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

Show CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

Generic CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

Associated Types

type Rep CancelTimerFailedCause :: Type -> Type #

NFData CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

Methods

rnf :: CancelTimerFailedCause -> () #

Hashable CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

ToJSON CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

ToJSONKey CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

FromJSON CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

FromJSONKey CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

ToLog CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

ToHeader CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

ToQuery CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

FromXML CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

ToXML CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

ToByteString CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

FromText CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

ToText CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

type Rep CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

type Rep CancelTimerFailedCause = D1 ('MetaData "CancelTimerFailedCause" "Amazonka.SWF.Types.CancelTimerFailedCause" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "CancelTimerFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCancelTimerFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CancelWorkflowExecutionFailedCause

newtype CancelWorkflowExecutionFailedCause Source #

Instances

Instances details
Eq CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

Ord CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

Read CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

Show CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

Generic CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

Associated Types

type Rep CancelWorkflowExecutionFailedCause :: Type -> Type #

NFData CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

Hashable CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

ToJSON CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

ToJSONKey CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

FromJSON CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

FromJSONKey CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

ToLog CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

ToHeader CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

ToQuery CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

FromXML CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

ToXML CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

ToByteString CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

FromText CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

ToText CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

type Rep CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

type Rep CancelWorkflowExecutionFailedCause = D1 ('MetaData "CancelWorkflowExecutionFailedCause" "Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "CancelWorkflowExecutionFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCancelWorkflowExecutionFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChildPolicy

newtype ChildPolicy Source #

Constructors

ChildPolicy' 

Instances

Instances details
Eq ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

Ord ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

Read ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

Show ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

Generic ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

Associated Types

type Rep ChildPolicy :: Type -> Type #

NFData ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

Methods

rnf :: ChildPolicy -> () #

Hashable ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

ToJSON ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

ToJSONKey ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

FromJSON ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

FromJSONKey ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

ToLog ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

ToHeader ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

ToQuery ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

FromXML ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

ToXML ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

Methods

toXML :: ChildPolicy -> XML #

ToByteString ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

FromText ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

ToText ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

Methods

toText :: ChildPolicy -> Text #

type Rep ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

type Rep ChildPolicy = D1 ('MetaData "ChildPolicy" "Amazonka.SWF.Types.ChildPolicy" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "ChildPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChildPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CloseStatus

newtype CloseStatus Source #

Constructors

CloseStatus' 

Instances

Instances details
Eq CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

Ord CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

Read CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

Show CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

Generic CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

Associated Types

type Rep CloseStatus :: Type -> Type #

NFData CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

Methods

rnf :: CloseStatus -> () #

Hashable CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

ToJSON CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

ToJSONKey CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

FromJSON CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

FromJSONKey CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

ToLog CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

ToHeader CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

ToQuery CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

FromXML CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

ToXML CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

Methods

toXML :: CloseStatus -> XML #

ToByteString CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

FromText CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

ToText CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

Methods

toText :: CloseStatus -> Text #

type Rep CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

type Rep CloseStatus = D1 ('MetaData "CloseStatus" "Amazonka.SWF.Types.CloseStatus" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "CloseStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCloseStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CompleteWorkflowExecutionFailedCause

newtype CompleteWorkflowExecutionFailedCause Source #

Instances

Instances details
Eq CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

Ord CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

Read CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

Show CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

Generic CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

NFData CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

Hashable CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

ToJSON CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

ToJSONKey CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

FromJSON CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

FromJSONKey CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

ToLog CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

ToHeader CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

ToQuery CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

FromXML CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

ToXML CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

ToByteString CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

FromText CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

ToText CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

type Rep CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

type Rep CompleteWorkflowExecutionFailedCause = D1 ('MetaData "CompleteWorkflowExecutionFailedCause" "Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "CompleteWorkflowExecutionFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCompleteWorkflowExecutionFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ContinueAsNewWorkflowExecutionFailedCause

newtype ContinueAsNewWorkflowExecutionFailedCause Source #

Instances

Instances details
Eq ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

Ord ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

Read ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

Show ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

Generic ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

NFData ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

Hashable ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

ToJSON ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

ToJSONKey ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

FromJSON ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

FromJSONKey ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

ToLog ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

ToHeader ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

ToQuery ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

FromXML ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

ToXML ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

ToByteString ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

FromText ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

ToText ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

type Rep ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

type Rep ContinueAsNewWorkflowExecutionFailedCause = D1 ('MetaData "ContinueAsNewWorkflowExecutionFailedCause" "Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "ContinueAsNewWorkflowExecutionFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromContinueAsNewWorkflowExecutionFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DecisionTaskTimeoutType

newtype DecisionTaskTimeoutType Source #

Instances

Instances details
Eq DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

Ord DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

Read DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

Show DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

Generic DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

Associated Types

type Rep DecisionTaskTimeoutType :: Type -> Type #

NFData DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

Methods

rnf :: DecisionTaskTimeoutType -> () #

Hashable DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

ToJSON DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

ToJSONKey DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

FromJSON DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

FromJSONKey DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

ToLog DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

ToHeader DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

ToQuery DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

FromXML DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

ToXML DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

ToByteString DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

FromText DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

ToText DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

type Rep DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

type Rep DecisionTaskTimeoutType = D1 ('MetaData "DecisionTaskTimeoutType" "Amazonka.SWF.Types.DecisionTaskTimeoutType" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "DecisionTaskTimeoutType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDecisionTaskTimeoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DecisionType

newtype DecisionType Source #

Constructors

DecisionType' 

Instances

Instances details
Eq DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

Ord DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

Read DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

Show DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

Generic DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

Associated Types

type Rep DecisionType :: Type -> Type #

NFData DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

Methods

rnf :: DecisionType -> () #

Hashable DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

ToJSON DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

ToJSONKey DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

FromJSON DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

FromJSONKey DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

ToLog DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

ToHeader DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

ToQuery DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

FromXML DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

ToXML DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

Methods

toXML :: DecisionType -> XML #

ToByteString DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

FromText DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

ToText DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

Methods

toText :: DecisionType -> Text #

type Rep DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

type Rep DecisionType = D1 ('MetaData "DecisionType" "Amazonka.SWF.Types.DecisionType" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "DecisionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDecisionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EventType

newtype EventType Source #

Constructors

EventType' 

Fields

Bundled Patterns

pattern EventType_ActivityTaskCancelRequested :: EventType 
pattern EventType_ActivityTaskCanceled :: EventType 
pattern EventType_ActivityTaskCompleted :: EventType 
pattern EventType_ActivityTaskFailed :: EventType 
pattern EventType_ActivityTaskScheduled :: EventType 
pattern EventType_ActivityTaskStarted :: EventType 
pattern EventType_ActivityTaskTimedOut :: EventType 
pattern EventType_CancelTimerFailed :: EventType 
pattern EventType_CancelWorkflowExecutionFailed :: EventType 
pattern EventType_ChildWorkflowExecutionCanceled :: EventType 
pattern EventType_ChildWorkflowExecutionCompleted :: EventType 
pattern EventType_ChildWorkflowExecutionFailed :: EventType 
pattern EventType_ChildWorkflowExecutionStarted :: EventType 
pattern EventType_ChildWorkflowExecutionTerminated :: EventType 
pattern EventType_ChildWorkflowExecutionTimedOut :: EventType 
pattern EventType_CompleteWorkflowExecutionFailed :: EventType 
pattern EventType_ContinueAsNewWorkflowExecutionFailed :: EventType 
pattern EventType_DecisionTaskCompleted :: EventType 
pattern EventType_DecisionTaskScheduled :: EventType 
pattern EventType_DecisionTaskStarted :: EventType 
pattern EventType_DecisionTaskTimedOut :: EventType 
pattern EventType_ExternalWorkflowExecutionCancelRequested :: EventType 
pattern EventType_ExternalWorkflowExecutionSignaled :: EventType 
pattern EventType_FailWorkflowExecutionFailed :: EventType 
pattern EventType_LambdaFunctionCompleted :: EventType 
pattern EventType_LambdaFunctionFailed :: EventType 
pattern EventType_LambdaFunctionScheduled :: EventType 
pattern EventType_LambdaFunctionStarted :: EventType 
pattern EventType_LambdaFunctionTimedOut :: EventType 
pattern EventType_MarkerRecorded :: EventType 
pattern EventType_RecordMarkerFailed :: EventType 
pattern EventType_RequestCancelActivityTaskFailed :: EventType 
pattern EventType_RequestCancelExternalWorkflowExecutionFailed :: EventType 
pattern EventType_RequestCancelExternalWorkflowExecutionInitiated :: EventType 
pattern EventType_ScheduleActivityTaskFailed :: EventType 
pattern EventType_ScheduleLambdaFunctionFailed :: EventType 
pattern EventType_SignalExternalWorkflowExecutionFailed :: EventType 
pattern EventType_SignalExternalWorkflowExecutionInitiated :: EventType 
pattern EventType_StartChildWorkflowExecutionFailed :: EventType 
pattern EventType_StartChildWorkflowExecutionInitiated :: EventType 
pattern EventType_StartLambdaFunctionFailed :: EventType 
pattern EventType_StartTimerFailed :: EventType 
pattern EventType_TimerCanceled :: EventType 
pattern EventType_TimerFired :: EventType 
pattern EventType_TimerStarted :: EventType 
pattern EventType_WorkflowExecutionCancelRequested :: EventType 
pattern EventType_WorkflowExecutionCanceled :: EventType 
pattern EventType_WorkflowExecutionCompleted :: EventType 
pattern EventType_WorkflowExecutionContinuedAsNew :: EventType 
pattern EventType_WorkflowExecutionFailed :: EventType 
pattern EventType_WorkflowExecutionSignaled :: EventType 
pattern EventType_WorkflowExecutionStarted :: EventType 
pattern EventType_WorkflowExecutionTerminated :: EventType 
pattern EventType_WorkflowExecutionTimedOut :: EventType 

Instances

Instances details
Eq EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Ord EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Read EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Show EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Generic EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Associated Types

type Rep EventType :: Type -> Type #

NFData EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Methods

rnf :: EventType -> () #

Hashable EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

ToJSON EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

ToJSONKey EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

FromJSON EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

FromJSONKey EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

ToLog EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

ToHeader EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

ToQuery EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

FromXML EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

ToXML EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Methods

toXML :: EventType -> XML #

ToByteString EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Methods

toBS :: EventType -> ByteString #

FromText EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

ToText EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Methods

toText :: EventType -> Text #

type Rep EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

type Rep EventType = D1 ('MetaData "EventType" "Amazonka.SWF.Types.EventType" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "EventType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExecutionStatus

newtype ExecutionStatus Source #

Constructors

ExecutionStatus' 

Instances

Instances details
Eq ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

Ord ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

Read ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

Show ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

Generic ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

Associated Types

type Rep ExecutionStatus :: Type -> Type #

NFData ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

Methods

rnf :: ExecutionStatus -> () #

Hashable ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

ToJSON ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

ToJSONKey ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

FromJSON ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

FromJSONKey ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

ToLog ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

ToHeader ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

ToQuery ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

FromXML ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

ToXML ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

Methods

toXML :: ExecutionStatus -> XML #

ToByteString ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

FromText ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

ToText ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

type Rep ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

type Rep ExecutionStatus = D1 ('MetaData "ExecutionStatus" "Amazonka.SWF.Types.ExecutionStatus" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "ExecutionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FailWorkflowExecutionFailedCause

newtype FailWorkflowExecutionFailedCause Source #

Instances

Instances details
Eq FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

Ord FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

Read FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

Show FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

Generic FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

Associated Types

type Rep FailWorkflowExecutionFailedCause :: Type -> Type #

NFData FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

Hashable FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

ToJSON FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

ToJSONKey FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

FromJSON FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

FromJSONKey FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

ToLog FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

ToHeader FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

ToQuery FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

FromXML FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

ToXML FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

ToByteString FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

FromText FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

ToText FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

type Rep FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

type Rep FailWorkflowExecutionFailedCause = D1 ('MetaData "FailWorkflowExecutionFailedCause" "Amazonka.SWF.Types.FailWorkflowExecutionFailedCause" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "FailWorkflowExecutionFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFailWorkflowExecutionFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LambdaFunctionTimeoutType

newtype LambdaFunctionTimeoutType Source #

Instances

Instances details
Eq LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

Ord LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

Read LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

Show LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

Generic LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

Associated Types

type Rep LambdaFunctionTimeoutType :: Type -> Type #

NFData LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

Hashable LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

ToJSON LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

ToJSONKey LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

FromJSON LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

FromJSONKey LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

ToLog LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

ToHeader LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

ToQuery LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

FromXML LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

ToXML LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

ToByteString LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

FromText LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

ToText LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

type Rep LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

type Rep LambdaFunctionTimeoutType = D1 ('MetaData "LambdaFunctionTimeoutType" "Amazonka.SWF.Types.LambdaFunctionTimeoutType" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "LambdaFunctionTimeoutType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLambdaFunctionTimeoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RecordMarkerFailedCause

newtype RecordMarkerFailedCause Source #

Instances

Instances details
Eq RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

Ord RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

Read RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

Show RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

Generic RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

Associated Types

type Rep RecordMarkerFailedCause :: Type -> Type #

NFData RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

Methods

rnf :: RecordMarkerFailedCause -> () #

Hashable RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

ToJSON RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

ToJSONKey RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

FromJSON RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

FromJSONKey RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

ToLog RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

ToHeader RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

ToQuery RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

FromXML RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

ToXML RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

ToByteString RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

FromText RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

ToText RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

type Rep RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

type Rep RecordMarkerFailedCause = D1 ('MetaData "RecordMarkerFailedCause" "Amazonka.SWF.Types.RecordMarkerFailedCause" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "RecordMarkerFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRecordMarkerFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RegistrationStatus

newtype RegistrationStatus Source #

Instances

Instances details
Eq RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

Ord RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

Read RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

Show RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

Generic RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

Associated Types

type Rep RegistrationStatus :: Type -> Type #

NFData RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

Methods

rnf :: RegistrationStatus -> () #

Hashable RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

ToJSON RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

ToJSONKey RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

FromJSON RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

FromJSONKey RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

ToLog RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

ToHeader RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

ToQuery RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

FromXML RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

ToXML RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

ToByteString RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

FromText RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

ToText RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

type Rep RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

type Rep RegistrationStatus = D1 ('MetaData "RegistrationStatus" "Amazonka.SWF.Types.RegistrationStatus" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "RegistrationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRegistrationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RequestCancelActivityTaskFailedCause

newtype RequestCancelActivityTaskFailedCause Source #

Instances

Instances details
Eq RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

Ord RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

Read RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

Show RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

Generic RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

NFData RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

Hashable RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

ToJSON RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

ToJSONKey RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

FromJSON RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

FromJSONKey RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

ToLog RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

ToHeader RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

ToQuery RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

FromXML RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

ToXML RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

ToByteString RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

FromText RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

ToText RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

type Rep RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

type Rep RequestCancelActivityTaskFailedCause = D1 ('MetaData "RequestCancelActivityTaskFailedCause" "Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "RequestCancelActivityTaskFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRequestCancelActivityTaskFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RequestCancelExternalWorkflowExecutionFailedCause

newtype RequestCancelExternalWorkflowExecutionFailedCause Source #

Instances

Instances details
Eq RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

Ord RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

Read RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

Show RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

Generic RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

NFData RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

Hashable RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

ToJSON RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

ToJSONKey RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

FromJSON RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

FromJSONKey RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

ToLog RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

ToHeader RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

ToQuery RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

FromXML RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

ToXML RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

ToByteString RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

FromText RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

ToText RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

type Rep RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

type Rep RequestCancelExternalWorkflowExecutionFailedCause = D1 ('MetaData "RequestCancelExternalWorkflowExecutionFailedCause" "Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "RequestCancelExternalWorkflowExecutionFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRequestCancelExternalWorkflowExecutionFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ScheduleActivityTaskFailedCause

newtype ScheduleActivityTaskFailedCause Source #

Instances

Instances details
Eq ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

Ord ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

Read ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

Show ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

Generic ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

Associated Types

type Rep ScheduleActivityTaskFailedCause :: Type -> Type #

NFData ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

Hashable ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

ToJSON ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

ToJSONKey ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

FromJSON ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

FromJSONKey ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

ToLog ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

ToHeader ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

ToQuery ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

FromXML ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

ToXML ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

ToByteString ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

FromText ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

ToText ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

type Rep ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

type Rep ScheduleActivityTaskFailedCause = D1 ('MetaData "ScheduleActivityTaskFailedCause" "Amazonka.SWF.Types.ScheduleActivityTaskFailedCause" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "ScheduleActivityTaskFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScheduleActivityTaskFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ScheduleLambdaFunctionFailedCause

newtype ScheduleLambdaFunctionFailedCause Source #

Instances

Instances details
Eq ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

Ord ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

Read ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

Show ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

Generic ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

Associated Types

type Rep ScheduleLambdaFunctionFailedCause :: Type -> Type #

NFData ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

Hashable ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

ToJSON ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

ToJSONKey ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

FromJSON ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

FromJSONKey ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

ToLog ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

ToHeader ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

ToQuery ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

FromXML ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

ToXML ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

ToByteString ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

FromText ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

ToText ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

type Rep ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

type Rep ScheduleLambdaFunctionFailedCause = D1 ('MetaData "ScheduleLambdaFunctionFailedCause" "Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "ScheduleLambdaFunctionFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScheduleLambdaFunctionFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SignalExternalWorkflowExecutionFailedCause

newtype SignalExternalWorkflowExecutionFailedCause Source #

Instances

Instances details
Eq SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

Ord SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

Read SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

Show SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

Generic SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

NFData SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

Hashable SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

ToJSON SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

ToJSONKey SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

FromJSON SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

FromJSONKey SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

ToLog SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

ToHeader SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

ToQuery SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

FromXML SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

ToXML SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

ToByteString SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

FromText SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

ToText SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

type Rep SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

type Rep SignalExternalWorkflowExecutionFailedCause = D1 ('MetaData "SignalExternalWorkflowExecutionFailedCause" "Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "SignalExternalWorkflowExecutionFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSignalExternalWorkflowExecutionFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StartChildWorkflowExecutionFailedCause

newtype StartChildWorkflowExecutionFailedCause Source #

Instances

Instances details
Eq StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

Ord StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

Read StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

Show StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

Generic StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

NFData StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

Hashable StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

ToJSON StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

ToJSONKey StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

FromJSON StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

FromJSONKey StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

ToLog StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

ToHeader StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

ToQuery StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

FromXML StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

ToXML StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

ToByteString StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

FromText StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

ToText StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

type Rep StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

type Rep StartChildWorkflowExecutionFailedCause = D1 ('MetaData "StartChildWorkflowExecutionFailedCause" "Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "StartChildWorkflowExecutionFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStartChildWorkflowExecutionFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StartLambdaFunctionFailedCause

newtype StartLambdaFunctionFailedCause Source #

Instances

Instances details
Eq StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

Ord StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

Read StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

Show StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

Generic StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

Associated Types

type Rep StartLambdaFunctionFailedCause :: Type -> Type #

NFData StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

Hashable StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

ToJSON StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

ToJSONKey StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

FromJSON StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

FromJSONKey StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

ToLog StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

ToHeader StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

ToQuery StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

FromXML StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

ToXML StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

ToByteString StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

FromText StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

ToText StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

type Rep StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

type Rep StartLambdaFunctionFailedCause = D1 ('MetaData "StartLambdaFunctionFailedCause" "Amazonka.SWF.Types.StartLambdaFunctionFailedCause" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "StartLambdaFunctionFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStartLambdaFunctionFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StartTimerFailedCause

newtype StartTimerFailedCause Source #

Instances

Instances details
Eq StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

Ord StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

Read StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

Show StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

Generic StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

Associated Types

type Rep StartTimerFailedCause :: Type -> Type #

NFData StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

Methods

rnf :: StartTimerFailedCause -> () #

Hashable StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

ToJSON StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

ToJSONKey StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

FromJSON StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

FromJSONKey StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

ToLog StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

ToHeader StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

ToQuery StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

FromXML StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

ToXML StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

ToByteString StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

FromText StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

ToText StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

type Rep StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

type Rep StartTimerFailedCause = D1 ('MetaData "StartTimerFailedCause" "Amazonka.SWF.Types.StartTimerFailedCause" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "StartTimerFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStartTimerFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WorkflowExecutionCancelRequestedCause

newtype WorkflowExecutionCancelRequestedCause Source #

Instances

Instances details
Eq WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

Ord WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

Read WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

Show WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

Generic WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

NFData WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

Hashable WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

ToJSON WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

ToJSONKey WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

FromJSON WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

FromJSONKey WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

ToLog WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

ToHeader WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

ToQuery WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

FromXML WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

ToXML WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

ToByteString WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

FromText WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

ToText WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

type Rep WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

type Rep WorkflowExecutionCancelRequestedCause = D1 ('MetaData "WorkflowExecutionCancelRequestedCause" "Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "WorkflowExecutionCancelRequestedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWorkflowExecutionCancelRequestedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WorkflowExecutionTerminatedCause

newtype WorkflowExecutionTerminatedCause Source #

Instances

Instances details
Eq WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

Ord WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

Read WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

Show WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

Generic WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

Associated Types

type Rep WorkflowExecutionTerminatedCause :: Type -> Type #

NFData WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

Hashable WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

ToJSON WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

ToJSONKey WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

FromJSON WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

FromJSONKey WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

ToLog WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

ToHeader WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

ToQuery WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

FromXML WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

ToXML WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

ToByteString WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

FromText WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

ToText WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

type Rep WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

type Rep WorkflowExecutionTerminatedCause = D1 ('MetaData "WorkflowExecutionTerminatedCause" "Amazonka.SWF.Types.WorkflowExecutionTerminatedCause" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "WorkflowExecutionTerminatedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWorkflowExecutionTerminatedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WorkflowExecutionTimeoutType

newtype WorkflowExecutionTimeoutType Source #

Instances

Instances details
Eq WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

Ord WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

Read WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

Show WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

Generic WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

Associated Types

type Rep WorkflowExecutionTimeoutType :: Type -> Type #

NFData WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

Hashable WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

ToJSON WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

ToJSONKey WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

FromJSON WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

FromJSONKey WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

ToLog WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

ToHeader WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

ToQuery WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

FromXML WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

ToXML WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

ToByteString WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

FromText WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

ToText WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

type Rep WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

type Rep WorkflowExecutionTimeoutType = D1 ('MetaData "WorkflowExecutionTimeoutType" "Amazonka.SWF.Types.WorkflowExecutionTimeoutType" "libZSservicesZSamazonka-swfZSamazonka-swf" 'True) (C1 ('MetaCons "WorkflowExecutionTimeoutType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWorkflowExecutionTimeoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ActivityTaskCancelRequestedEventAttributes

data ActivityTaskCancelRequestedEventAttributes Source #

Provides the details of the ActivityTaskCancelRequested event.

See: newActivityTaskCancelRequestedEventAttributes smart constructor.

Constructors

ActivityTaskCancelRequestedEventAttributes' 

Fields

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

  • activityId :: Text

    The unique ID of the task.

Instances

Instances details
Eq ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCancelRequestedEventAttributes

Read ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCancelRequestedEventAttributes

Show ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCancelRequestedEventAttributes

Generic ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCancelRequestedEventAttributes

NFData ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCancelRequestedEventAttributes

Hashable ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCancelRequestedEventAttributes

FromJSON ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCancelRequestedEventAttributes

type Rep ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCancelRequestedEventAttributes

type Rep ActivityTaskCancelRequestedEventAttributes = D1 ('MetaData "ActivityTaskCancelRequestedEventAttributes" "Amazonka.SWF.Types.ActivityTaskCancelRequestedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ActivityTaskCancelRequestedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "activityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newActivityTaskCancelRequestedEventAttributes Source #

Create a value of ActivityTaskCancelRequestedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:decisionTaskCompletedEventId:ActivityTaskCancelRequestedEventAttributes', activityTaskCancelRequestedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:activityId:ActivityTaskCancelRequestedEventAttributes', activityTaskCancelRequestedEventAttributes_activityId - The unique ID of the task.

activityTaskCancelRequestedEventAttributes_decisionTaskCompletedEventId :: Lens' ActivityTaskCancelRequestedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ActivityTaskCanceledEventAttributes

data ActivityTaskCanceledEventAttributes Source #

Provides the details of the ActivityTaskCanceled event.

See: newActivityTaskCanceledEventAttributes smart constructor.

Constructors

ActivityTaskCanceledEventAttributes' 

Fields

  • latestCancelRequestedEventId :: Maybe Integer

    If set, contains the ID of the last ActivityTaskCancelRequested event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

  • details :: Maybe Text

    Details of the cancellation.

  • scheduledEventId :: Integer

    The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

  • startedEventId :: Integer

    The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCanceledEventAttributes

Read ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCanceledEventAttributes

Show ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCanceledEventAttributes

Generic ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCanceledEventAttributes

NFData ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCanceledEventAttributes

Hashable ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCanceledEventAttributes

FromJSON ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCanceledEventAttributes

type Rep ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCanceledEventAttributes

type Rep ActivityTaskCanceledEventAttributes = D1 ('MetaData "ActivityTaskCanceledEventAttributes" "Amazonka.SWF.Types.ActivityTaskCanceledEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ActivityTaskCanceledEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "latestCancelRequestedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newActivityTaskCanceledEventAttributes Source #

Create a value of ActivityTaskCanceledEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:latestCancelRequestedEventId:ActivityTaskCanceledEventAttributes', activityTaskCanceledEventAttributes_latestCancelRequestedEventId - If set, contains the ID of the last ActivityTaskCancelRequested event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:details:ActivityTaskCanceledEventAttributes', activityTaskCanceledEventAttributes_details - Details of the cancellation.

$sel:scheduledEventId:ActivityTaskCanceledEventAttributes', activityTaskCanceledEventAttributes_scheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:ActivityTaskCanceledEventAttributes', activityTaskCanceledEventAttributes_startedEventId - The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

activityTaskCanceledEventAttributes_latestCancelRequestedEventId :: Lens' ActivityTaskCanceledEventAttributes (Maybe Integer) Source #

If set, contains the ID of the last ActivityTaskCancelRequested event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

activityTaskCanceledEventAttributes_scheduledEventId :: Lens' ActivityTaskCanceledEventAttributes Integer Source #

The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

activityTaskCanceledEventAttributes_startedEventId :: Lens' ActivityTaskCanceledEventAttributes Integer Source #

The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ActivityTaskCompletedEventAttributes

data ActivityTaskCompletedEventAttributes Source #

Provides the details of the ActivityTaskCompleted event.

See: newActivityTaskCompletedEventAttributes smart constructor.

Constructors

ActivityTaskCompletedEventAttributes' 

Fields

  • result :: Maybe Text

    The results of the activity task.

  • scheduledEventId :: Integer

    The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

  • startedEventId :: Integer

    The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

Read ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

Show ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

Generic ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

NFData ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

Hashable ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

FromJSON ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

type Rep ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

type Rep ActivityTaskCompletedEventAttributes = D1 ('MetaData "ActivityTaskCompletedEventAttributes" "Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ActivityTaskCompletedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "result") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newActivityTaskCompletedEventAttributes Source #

Create a value of ActivityTaskCompletedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:result:ActivityTaskCompletedEventAttributes', activityTaskCompletedEventAttributes_result - The results of the activity task.

$sel:scheduledEventId:ActivityTaskCompletedEventAttributes', activityTaskCompletedEventAttributes_scheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:ActivityTaskCompletedEventAttributes', activityTaskCompletedEventAttributes_startedEventId - The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

activityTaskCompletedEventAttributes_scheduledEventId :: Lens' ActivityTaskCompletedEventAttributes Integer Source #

The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

activityTaskCompletedEventAttributes_startedEventId :: Lens' ActivityTaskCompletedEventAttributes Integer Source #

The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ActivityTaskFailedEventAttributes

data ActivityTaskFailedEventAttributes Source #

Provides the details of the ActivityTaskFailed event.

See: newActivityTaskFailedEventAttributes smart constructor.

Constructors

ActivityTaskFailedEventAttributes' 

Fields

  • reason :: Maybe Text

    The reason provided for the failure.

  • details :: Maybe Text

    The details of the failure.

  • scheduledEventId :: Integer

    The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

  • startedEventId :: Integer

    The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskFailedEventAttributes

Read ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskFailedEventAttributes

Show ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskFailedEventAttributes

Generic ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskFailedEventAttributes

Associated Types

type Rep ActivityTaskFailedEventAttributes :: Type -> Type #

NFData ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskFailedEventAttributes

Hashable ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskFailedEventAttributes

FromJSON ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskFailedEventAttributes

type Rep ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskFailedEventAttributes

type Rep ActivityTaskFailedEventAttributes = D1 ('MetaData "ActivityTaskFailedEventAttributes" "Amazonka.SWF.Types.ActivityTaskFailedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ActivityTaskFailedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newActivityTaskFailedEventAttributes Source #

Create a value of ActivityTaskFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:reason:ActivityTaskFailedEventAttributes', activityTaskFailedEventAttributes_reason - The reason provided for the failure.

$sel:details:ActivityTaskFailedEventAttributes', activityTaskFailedEventAttributes_details - The details of the failure.

$sel:scheduledEventId:ActivityTaskFailedEventAttributes', activityTaskFailedEventAttributes_scheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:ActivityTaskFailedEventAttributes', activityTaskFailedEventAttributes_startedEventId - The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

activityTaskFailedEventAttributes_scheduledEventId :: Lens' ActivityTaskFailedEventAttributes Integer Source #

The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

activityTaskFailedEventAttributes_startedEventId :: Lens' ActivityTaskFailedEventAttributes Integer Source #

The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ActivityTaskScheduledEventAttributes

data ActivityTaskScheduledEventAttributes Source #

Provides the details of the ActivityTaskScheduled event.

See: newActivityTaskScheduledEventAttributes smart constructor.

Constructors

ActivityTaskScheduledEventAttributes' 

Fields

  • control :: Maybe Text

    Data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the activity.

  • heartbeatTimeout :: Maybe Text

    The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it is ignored.

  • scheduleToCloseTimeout :: Maybe Text

    The maximum amount of time for this activity task.

  • input :: Maybe Text

    The input provided to the activity task.

  • taskPriority :: Maybe Text

    The priority to assign to the scheduled activity task. If set, this overrides any default priority value that was assigned when the activity type was registered.

    Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

    For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

  • scheduleToStartTimeout :: Maybe Text

    The maximum amount of time the activity task can wait to be assigned to a worker.

  • startToCloseTimeout :: Maybe Text

    The maximum amount of time a worker may take to process the activity task.

  • activityType :: ActivityType

    The type of the activity task.

  • activityId :: Text

    The unique ID of the activity task.

  • taskList :: TaskList

    The task list in which the activity task has been scheduled.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskScheduledEventAttributes

Read ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskScheduledEventAttributes

Show ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskScheduledEventAttributes

Generic ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskScheduledEventAttributes

NFData ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskScheduledEventAttributes

Hashable ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskScheduledEventAttributes

FromJSON ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskScheduledEventAttributes

type Rep ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskScheduledEventAttributes

type Rep ActivityTaskScheduledEventAttributes = D1 ('MetaData "ActivityTaskScheduledEventAttributes" "Amazonka.SWF.Types.ActivityTaskScheduledEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ActivityTaskScheduledEventAttributes'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "heartbeatTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "scheduleToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "scheduleToStartTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "startToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "activityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActivityType))) :*: (S1 ('MetaSel ('Just "activityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaskList) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))))

newActivityTaskScheduledEventAttributes Source #

Create a value of ActivityTaskScheduledEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_control - Data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the activity.

$sel:heartbeatTimeout:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_heartbeatTimeout - The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it is ignored.

$sel:scheduleToCloseTimeout:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_scheduleToCloseTimeout - The maximum amount of time for this activity task.

$sel:input:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_input - The input provided to the activity task.

$sel:taskPriority:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_taskPriority - The priority to assign to the scheduled activity task. If set, this overrides any default priority value that was assigned when the activity type was registered.

Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

$sel:scheduleToStartTimeout:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_scheduleToStartTimeout - The maximum amount of time the activity task can wait to be assigned to a worker.

$sel:startToCloseTimeout:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_startToCloseTimeout - The maximum amount of time a worker may take to process the activity task.

$sel:activityType:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_activityType - The type of the activity task.

$sel:activityId:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_activityId - The unique ID of the activity task.

$sel:taskList:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_taskList - The task list in which the activity task has been scheduled.

$sel:decisionTaskCompletedEventId:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

activityTaskScheduledEventAttributes_control :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text) Source #

Data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the activity.

activityTaskScheduledEventAttributes_heartbeatTimeout :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text) Source #

The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it is ignored.

activityTaskScheduledEventAttributes_taskPriority :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text) Source #

The priority to assign to the scheduled activity task. If set, this overrides any default priority value that was assigned when the activity type was registered.

Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

activityTaskScheduledEventAttributes_scheduleToStartTimeout :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text) Source #

The maximum amount of time the activity task can wait to be assigned to a worker.

activityTaskScheduledEventAttributes_startToCloseTimeout :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text) Source #

The maximum amount of time a worker may take to process the activity task.

activityTaskScheduledEventAttributes_taskList :: Lens' ActivityTaskScheduledEventAttributes TaskList Source #

The task list in which the activity task has been scheduled.

activityTaskScheduledEventAttributes_decisionTaskCompletedEventId :: Lens' ActivityTaskScheduledEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ActivityTaskStartedEventAttributes

data ActivityTaskStartedEventAttributes Source #

Provides the details of the ActivityTaskStarted event.

See: newActivityTaskStartedEventAttributes smart constructor.

Constructors

ActivityTaskStartedEventAttributes' 

Fields

  • identity :: Maybe Text

    Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.

  • scheduledEventId :: Integer

    The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

Read ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

Show ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

Generic ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

Associated Types

type Rep ActivityTaskStartedEventAttributes :: Type -> Type #

NFData ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

Hashable ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

FromJSON ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

type Rep ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

type Rep ActivityTaskStartedEventAttributes = D1 ('MetaData "ActivityTaskStartedEventAttributes" "Amazonka.SWF.Types.ActivityTaskStartedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ActivityTaskStartedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newActivityTaskStartedEventAttributes Source #

Create a value of ActivityTaskStartedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:identity:ActivityTaskStartedEventAttributes', activityTaskStartedEventAttributes_identity - Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.

$sel:scheduledEventId:ActivityTaskStartedEventAttributes', activityTaskStartedEventAttributes_scheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

activityTaskStartedEventAttributes_identity :: Lens' ActivityTaskStartedEventAttributes (Maybe Text) Source #

Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.

activityTaskStartedEventAttributes_scheduledEventId :: Lens' ActivityTaskStartedEventAttributes Integer Source #

The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ActivityTaskTimedOutEventAttributes

data ActivityTaskTimedOutEventAttributes Source #

Provides the details of the ActivityTaskTimedOut event.

See: newActivityTaskTimedOutEventAttributes smart constructor.

Constructors

ActivityTaskTimedOutEventAttributes' 

Fields

  • details :: Maybe Text

    Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.

  • timeoutType :: ActivityTaskTimeoutType

    The type of the timeout that caused this event.

  • scheduledEventId :: Integer

    The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

  • startedEventId :: Integer

    The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimedOutEventAttributes

Read ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimedOutEventAttributes

Show ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimedOutEventAttributes

Generic ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimedOutEventAttributes

NFData ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimedOutEventAttributes

Hashable ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimedOutEventAttributes

FromJSON ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimedOutEventAttributes

type Rep ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimedOutEventAttributes

type Rep ActivityTaskTimedOutEventAttributes = D1 ('MetaData "ActivityTaskTimedOutEventAttributes" "Amazonka.SWF.Types.ActivityTaskTimedOutEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ActivityTaskTimedOutEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timeoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActivityTaskTimeoutType)) :*: (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newActivityTaskTimedOutEventAttributes Source #

Create a value of ActivityTaskTimedOutEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:details:ActivityTaskTimedOutEventAttributes', activityTaskTimedOutEventAttributes_details - Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.

$sel:timeoutType:ActivityTaskTimedOutEventAttributes', activityTaskTimedOutEventAttributes_timeoutType - The type of the timeout that caused this event.

$sel:scheduledEventId:ActivityTaskTimedOutEventAttributes', activityTaskTimedOutEventAttributes_scheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:ActivityTaskTimedOutEventAttributes', activityTaskTimedOutEventAttributes_startedEventId - The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

activityTaskTimedOutEventAttributes_details :: Lens' ActivityTaskTimedOutEventAttributes (Maybe Text) Source #

Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.

activityTaskTimedOutEventAttributes_scheduledEventId :: Lens' ActivityTaskTimedOutEventAttributes Integer Source #

The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

activityTaskTimedOutEventAttributes_startedEventId :: Lens' ActivityTaskTimedOutEventAttributes Integer Source #

The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ActivityType

data ActivityType Source #

Represents an activity type.

See: newActivityType smart constructor.

Constructors

ActivityType' 

Fields

  • name :: Text

    The name of this activity.

    The combination of activity type name and version must be unique within a domain.

  • version :: Text

    The version of this activity.

    The combination of activity type name and version must be unique with in a domain.

Instances

Instances details
Eq ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

Read ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

Show ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

Generic ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

Associated Types

type Rep ActivityType :: Type -> Type #

NFData ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

Methods

rnf :: ActivityType -> () #

Hashable ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

ToJSON ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

FromJSON ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

type Rep ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

type Rep ActivityType = D1 ('MetaData "ActivityType" "Amazonka.SWF.Types.ActivityType" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ActivityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newActivityType Source #

Create a value of ActivityType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:ActivityType', activityType_name - The name of this activity.

The combination of activity type name and version must be unique within a domain.

$sel:version:ActivityType', activityType_version - The version of this activity.

The combination of activity type name and version must be unique with in a domain.

activityType_name :: Lens' ActivityType Text Source #

The name of this activity.

The combination of activity type name and version must be unique within a domain.

activityType_version :: Lens' ActivityType Text Source #

The version of this activity.

The combination of activity type name and version must be unique with in a domain.

ActivityTypeConfiguration

data ActivityTypeConfiguration Source #

Configuration settings registered with the activity type.

See: newActivityTypeConfiguration smart constructor.

Constructors

ActivityTypeConfiguration' 

Fields

  • defaultTaskScheduleToStartTimeout :: Maybe Text

    The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask Decision.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

  • defaultTaskList :: Maybe TaskList

    The default task list specified for this activity type at registration. This default is used if a task list isn't provided when a task is scheduled through the ScheduleActivityTask Decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask Decision.

  • defaultTaskPriority :: Maybe Text

    The default task priority for tasks of this activity type, specified at registration. If not set, then 0 is used as the default priority. This default can be overridden when scheduling an activity task.

    Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

    For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

  • defaultTaskHeartbeatTimeout :: Maybe Text

    The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

    You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask Decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

  • defaultTaskScheduleToCloseTimeout :: Maybe Text

    The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask Decision.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

  • defaultTaskStartToCloseTimeout :: Maybe Text

    The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask Decision.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

Instances

Instances details
Eq ActivityTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeConfiguration

Read ActivityTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeConfiguration

Show ActivityTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeConfiguration

Generic ActivityTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeConfiguration

Associated Types

type Rep ActivityTypeConfiguration :: Type -> Type #

NFData ActivityTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeConfiguration

Hashable ActivityTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeConfiguration

FromJSON ActivityTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeConfiguration

type Rep ActivityTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeConfiguration

type Rep ActivityTypeConfiguration = D1 ('MetaData "ActivityTypeConfiguration" "Amazonka.SWF.Types.ActivityTypeConfiguration" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ActivityTypeConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultTaskScheduleToStartTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultTaskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskList)) :*: S1 ('MetaSel ('Just "defaultTaskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "defaultTaskHeartbeatTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultTaskScheduleToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultTaskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newActivityTypeConfiguration :: ActivityTypeConfiguration Source #

Create a value of ActivityTypeConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:defaultTaskScheduleToStartTimeout:ActivityTypeConfiguration', activityTypeConfiguration_defaultTaskScheduleToStartTimeout - The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:defaultTaskList:ActivityTypeConfiguration', activityTypeConfiguration_defaultTaskList - The default task list specified for this activity type at registration. This default is used if a task list isn't provided when a task is scheduled through the ScheduleActivityTask Decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask Decision.

$sel:defaultTaskPriority:ActivityTypeConfiguration', activityTypeConfiguration_defaultTaskPriority - The default task priority for tasks of this activity type, specified at registration. If not set, then 0 is used as the default priority. This default can be overridden when scheduling an activity task.

Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

$sel:defaultTaskHeartbeatTimeout:ActivityTypeConfiguration', activityTypeConfiguration_defaultTaskHeartbeatTimeout - The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask Decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:defaultTaskScheduleToCloseTimeout:ActivityTypeConfiguration', activityTypeConfiguration_defaultTaskScheduleToCloseTimeout - The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:defaultTaskStartToCloseTimeout:ActivityTypeConfiguration', activityTypeConfiguration_defaultTaskStartToCloseTimeout - The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

activityTypeConfiguration_defaultTaskScheduleToStartTimeout :: Lens' ActivityTypeConfiguration (Maybe Text) Source #

The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

activityTypeConfiguration_defaultTaskList :: Lens' ActivityTypeConfiguration (Maybe TaskList) Source #

The default task list specified for this activity type at registration. This default is used if a task list isn't provided when a task is scheduled through the ScheduleActivityTask Decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask Decision.

activityTypeConfiguration_defaultTaskPriority :: Lens' ActivityTypeConfiguration (Maybe Text) Source #

The default task priority for tasks of this activity type, specified at registration. If not set, then 0 is used as the default priority. This default can be overridden when scheduling an activity task.

Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

activityTypeConfiguration_defaultTaskHeartbeatTimeout :: Lens' ActivityTypeConfiguration (Maybe Text) Source #

The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask Decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

activityTypeConfiguration_defaultTaskScheduleToCloseTimeout :: Lens' ActivityTypeConfiguration (Maybe Text) Source #

The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

activityTypeConfiguration_defaultTaskStartToCloseTimeout :: Lens' ActivityTypeConfiguration (Maybe Text) Source #

The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

ActivityTypeInfo

data ActivityTypeInfo Source #

Detailed information about an activity type.

See: newActivityTypeInfo smart constructor.

Constructors

ActivityTypeInfo' 

Fields

Instances

Instances details
Eq ActivityTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeInfo

Read ActivityTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeInfo

Show ActivityTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeInfo

Generic ActivityTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeInfo

Associated Types

type Rep ActivityTypeInfo :: Type -> Type #

NFData ActivityTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeInfo

Methods

rnf :: ActivityTypeInfo -> () #

Hashable ActivityTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeInfo

FromJSON ActivityTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeInfo

type Rep ActivityTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeInfo

type Rep ActivityTypeInfo = D1 ('MetaData "ActivityTypeInfo" "Amazonka.SWF.Types.ActivityTypeInfo" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ActivityTypeInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deprecationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "activityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActivityType) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RegistrationStatus) :*: S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newActivityTypeInfo Source #

Create a value of ActivityTypeInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deprecationDate:ActivityTypeInfo', activityTypeInfo_deprecationDate - If DEPRECATED, the date and time DeprecateActivityType was called.

$sel:description:ActivityTypeInfo', activityTypeInfo_description - The description of the activity type provided in RegisterActivityType.

$sel:activityType:ActivityTypeInfo', activityTypeInfo_activityType - The ActivityType type structure representing the activity type.

$sel:status:ActivityTypeInfo', activityTypeInfo_status - The current status of the activity type.

$sel:creationDate:ActivityTypeInfo', activityTypeInfo_creationDate - The date and time this activity type was created through RegisterActivityType.

activityTypeInfo_deprecationDate :: Lens' ActivityTypeInfo (Maybe UTCTime) Source #

If DEPRECATED, the date and time DeprecateActivityType was called.

activityTypeInfo_description :: Lens' ActivityTypeInfo (Maybe Text) Source #

The description of the activity type provided in RegisterActivityType.

activityTypeInfo_activityType :: Lens' ActivityTypeInfo ActivityType Source #

The ActivityType type structure representing the activity type.

activityTypeInfo_status :: Lens' ActivityTypeInfo RegistrationStatus Source #

The current status of the activity type.

activityTypeInfo_creationDate :: Lens' ActivityTypeInfo UTCTime Source #

The date and time this activity type was created through RegisterActivityType.

CancelTimerDecisionAttributes

data CancelTimerDecisionAttributes Source #

Provides the details of the CancelTimer decision.

Access Control

You can use IAM policies to control this decision's access to Amazon SWF resources as follows:

  • Use a Resource element with the domain name to limit the action to only specified domains.
  • Use an Action element to allow or deny permission to call this action.
  • You cannot use an IAM policy to constrain this action's parameters.

If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

See: newCancelTimerDecisionAttributes smart constructor.

Constructors

CancelTimerDecisionAttributes' 

Fields

Instances

Instances details
Eq CancelTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerDecisionAttributes

Read CancelTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerDecisionAttributes

Show CancelTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerDecisionAttributes

Generic CancelTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerDecisionAttributes

Associated Types

type Rep CancelTimerDecisionAttributes :: Type -> Type #

NFData CancelTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerDecisionAttributes

Hashable CancelTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerDecisionAttributes

ToJSON CancelTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerDecisionAttributes

type Rep CancelTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerDecisionAttributes

type Rep CancelTimerDecisionAttributes = D1 ('MetaData "CancelTimerDecisionAttributes" "Amazonka.SWF.Types.CancelTimerDecisionAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "CancelTimerDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCancelTimerDecisionAttributes Source #

Create a value of CancelTimerDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timerId:CancelTimerDecisionAttributes', cancelTimerDecisionAttributes_timerId - The unique ID of the timer to cancel.

CancelTimerFailedEventAttributes

data CancelTimerFailedEventAttributes Source #

Provides the details of the CancelTimerFailed event.

See: newCancelTimerFailedEventAttributes smart constructor.

Constructors

CancelTimerFailedEventAttributes' 

Fields

  • timerId :: Text

    The timerId provided in the CancelTimer decision that failed.

  • cause :: CancelTimerFailedCause

    The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

    If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelTimer decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedEventAttributes

Read CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedEventAttributes

Show CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedEventAttributes

Generic CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedEventAttributes

Associated Types

type Rep CancelTimerFailedEventAttributes :: Type -> Type #

NFData CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedEventAttributes

Hashable CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedEventAttributes

FromJSON CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedEventAttributes

type Rep CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedEventAttributes

type Rep CancelTimerFailedEventAttributes = D1 ('MetaData "CancelTimerFailedEventAttributes" "Amazonka.SWF.Types.CancelTimerFailedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "CancelTimerFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CancelTimerFailedCause) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newCancelTimerFailedEventAttributes Source #

Create a value of CancelTimerFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timerId:CancelTimerFailedEventAttributes', cancelTimerFailedEventAttributes_timerId - The timerId provided in the CancelTimer decision that failed.

$sel:cause:CancelTimerFailedEventAttributes', cancelTimerFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:decisionTaskCompletedEventId:CancelTimerFailedEventAttributes', cancelTimerFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelTimer decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

cancelTimerFailedEventAttributes_timerId :: Lens' CancelTimerFailedEventAttributes Text Source #

The timerId provided in the CancelTimer decision that failed.

cancelTimerFailedEventAttributes_cause :: Lens' CancelTimerFailedEventAttributes CancelTimerFailedCause Source #

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

cancelTimerFailedEventAttributes_decisionTaskCompletedEventId :: Lens' CancelTimerFailedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelTimer decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

CancelWorkflowExecutionDecisionAttributes

data CancelWorkflowExecutionDecisionAttributes Source #

Provides the details of the CancelWorkflowExecution decision.

Access Control

You can use IAM policies to control this decision's access to Amazon SWF resources as follows:

  • Use a Resource element with the domain name to limit the action to only specified domains.
  • Use an Action element to allow or deny permission to call this action.
  • You cannot use an IAM policy to constrain this action's parameters.

If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

See: newCancelWorkflowExecutionDecisionAttributes smart constructor.

Constructors

CancelWorkflowExecutionDecisionAttributes' 

Fields

Instances

Instances details
Eq CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes

Read CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes

Show CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes

Generic CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes

NFData CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes

Hashable CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes

ToJSON CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes

type Rep CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes

type Rep CancelWorkflowExecutionDecisionAttributes = D1 ('MetaData "CancelWorkflowExecutionDecisionAttributes" "Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "CancelWorkflowExecutionDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCancelWorkflowExecutionDecisionAttributes :: CancelWorkflowExecutionDecisionAttributes Source #

Create a value of CancelWorkflowExecutionDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:details:CancelWorkflowExecutionDecisionAttributes', cancelWorkflowExecutionDecisionAttributes_details - Details of the cancellation.

CancelWorkflowExecutionFailedEventAttributes

data CancelWorkflowExecutionFailedEventAttributes Source #

Provides the details of the CancelWorkflowExecutionFailed event.

See: newCancelWorkflowExecutionFailedEventAttributes smart constructor.

Constructors

CancelWorkflowExecutionFailedEventAttributes' 

Fields

  • cause :: CancelWorkflowExecutionFailedCause

    The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

    If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedEventAttributes

Read CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedEventAttributes

Show CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedEventAttributes

Generic CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedEventAttributes

NFData CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedEventAttributes

Hashable CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedEventAttributes

FromJSON CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedEventAttributes

type Rep CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedEventAttributes

type Rep CancelWorkflowExecutionFailedEventAttributes = D1 ('MetaData "CancelWorkflowExecutionFailedEventAttributes" "Amazonka.SWF.Types.CancelWorkflowExecutionFailedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "CancelWorkflowExecutionFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CancelWorkflowExecutionFailedCause) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newCancelWorkflowExecutionFailedEventAttributes Source #

Create a value of CancelWorkflowExecutionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cause:CancelWorkflowExecutionFailedEventAttributes', cancelWorkflowExecutionFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:decisionTaskCompletedEventId:CancelWorkflowExecutionFailedEventAttributes', cancelWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

cancelWorkflowExecutionFailedEventAttributes_cause :: Lens' CancelWorkflowExecutionFailedEventAttributes CancelWorkflowExecutionFailedCause Source #

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

cancelWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' CancelWorkflowExecutionFailedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ChildWorkflowExecutionCanceledEventAttributes

data ChildWorkflowExecutionCanceledEventAttributes Source #

Provide details of the ChildWorkflowExecutionCanceled event.

See: newChildWorkflowExecutionCanceledEventAttributes smart constructor.

Constructors

ChildWorkflowExecutionCanceledEventAttributes' 

Fields

  • details :: Maybe Text

    Details of the cancellation (if provided).

  • workflowExecution :: WorkflowExecution

    The child workflow execution that was canceled.

  • workflowType :: WorkflowType

    The type of the child workflow execution.

  • initiatedEventId :: Integer

    The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

  • startedEventId :: Integer

    The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCanceledEventAttributes

Read ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCanceledEventAttributes

Show ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCanceledEventAttributes

Generic ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCanceledEventAttributes

NFData ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCanceledEventAttributes

Hashable ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCanceledEventAttributes

FromJSON ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCanceledEventAttributes

type Rep ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCanceledEventAttributes

type Rep ChildWorkflowExecutionCanceledEventAttributes = D1 ('MetaData "ChildWorkflowExecutionCanceledEventAttributes" "Amazonka.SWF.Types.ChildWorkflowExecutionCanceledEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ChildWorkflowExecutionCanceledEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecution)) :*: (S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType) :*: (S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newChildWorkflowExecutionCanceledEventAttributes Source #

Create a value of ChildWorkflowExecutionCanceledEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:details:ChildWorkflowExecutionCanceledEventAttributes', childWorkflowExecutionCanceledEventAttributes_details - Details of the cancellation (if provided).

$sel:workflowExecution:ChildWorkflowExecutionCanceledEventAttributes', childWorkflowExecutionCanceledEventAttributes_workflowExecution - The child workflow execution that was canceled.

$sel:workflowType:ChildWorkflowExecutionCanceledEventAttributes', childWorkflowExecutionCanceledEventAttributes_workflowType - The type of the child workflow execution.

$sel:initiatedEventId:ChildWorkflowExecutionCanceledEventAttributes', childWorkflowExecutionCanceledEventAttributes_initiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:ChildWorkflowExecutionCanceledEventAttributes', childWorkflowExecutionCanceledEventAttributes_startedEventId - The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

childWorkflowExecutionCanceledEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionCanceledEventAttributes Integer Source #

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

childWorkflowExecutionCanceledEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionCanceledEventAttributes Integer Source #

The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ChildWorkflowExecutionCompletedEventAttributes

data ChildWorkflowExecutionCompletedEventAttributes Source #

Provides the details of the ChildWorkflowExecutionCompleted event.

See: newChildWorkflowExecutionCompletedEventAttributes smart constructor.

Constructors

ChildWorkflowExecutionCompletedEventAttributes' 

Fields

  • result :: Maybe Text

    The result of the child workflow execution.

  • workflowExecution :: WorkflowExecution

    The child workflow execution that was completed.

  • workflowType :: WorkflowType

    The type of the child workflow execution.

  • initiatedEventId :: Integer

    The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

  • startedEventId :: Integer

    The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCompletedEventAttributes

Read ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCompletedEventAttributes

Show ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCompletedEventAttributes

Generic ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCompletedEventAttributes

NFData ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCompletedEventAttributes

Hashable ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCompletedEventAttributes

FromJSON ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCompletedEventAttributes

type Rep ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCompletedEventAttributes

type Rep ChildWorkflowExecutionCompletedEventAttributes = D1 ('MetaData "ChildWorkflowExecutionCompletedEventAttributes" "Amazonka.SWF.Types.ChildWorkflowExecutionCompletedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ChildWorkflowExecutionCompletedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "result") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecution)) :*: (S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType) :*: (S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newChildWorkflowExecutionCompletedEventAttributes Source #

Create a value of ChildWorkflowExecutionCompletedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:result:ChildWorkflowExecutionCompletedEventAttributes', childWorkflowExecutionCompletedEventAttributes_result - The result of the child workflow execution.

$sel:workflowExecution:ChildWorkflowExecutionCompletedEventAttributes', childWorkflowExecutionCompletedEventAttributes_workflowExecution - The child workflow execution that was completed.

$sel:workflowType:ChildWorkflowExecutionCompletedEventAttributes', childWorkflowExecutionCompletedEventAttributes_workflowType - The type of the child workflow execution.

$sel:initiatedEventId:ChildWorkflowExecutionCompletedEventAttributes', childWorkflowExecutionCompletedEventAttributes_initiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:ChildWorkflowExecutionCompletedEventAttributes', childWorkflowExecutionCompletedEventAttributes_startedEventId - The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

childWorkflowExecutionCompletedEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionCompletedEventAttributes Integer Source #

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

childWorkflowExecutionCompletedEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionCompletedEventAttributes Integer Source #

The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ChildWorkflowExecutionFailedEventAttributes

data ChildWorkflowExecutionFailedEventAttributes Source #

Provides the details of the ChildWorkflowExecutionFailed event.

See: newChildWorkflowExecutionFailedEventAttributes smart constructor.

Constructors

ChildWorkflowExecutionFailedEventAttributes' 

Fields

  • reason :: Maybe Text

    The reason for the failure (if provided).

  • details :: Maybe Text

    The details of the failure (if provided).

  • workflowExecution :: WorkflowExecution

    The child workflow execution that failed.

  • workflowType :: WorkflowType

    The type of the child workflow execution.

  • initiatedEventId :: Integer

    The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

  • startedEventId :: Integer

    The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionFailedEventAttributes

Read ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionFailedEventAttributes

Show ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionFailedEventAttributes

Generic ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionFailedEventAttributes

NFData ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionFailedEventAttributes

Hashable ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionFailedEventAttributes

FromJSON ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionFailedEventAttributes

type Rep ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionFailedEventAttributes

type Rep ChildWorkflowExecutionFailedEventAttributes = D1 ('MetaData "ChildWorkflowExecutionFailedEventAttributes" "Amazonka.SWF.Types.ChildWorkflowExecutionFailedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ChildWorkflowExecutionFailedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecution))) :*: (S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType) :*: (S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newChildWorkflowExecutionFailedEventAttributes Source #

Create a value of ChildWorkflowExecutionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:reason:ChildWorkflowExecutionFailedEventAttributes', childWorkflowExecutionFailedEventAttributes_reason - The reason for the failure (if provided).

$sel:details:ChildWorkflowExecutionFailedEventAttributes', childWorkflowExecutionFailedEventAttributes_details - The details of the failure (if provided).

$sel:workflowExecution:ChildWorkflowExecutionFailedEventAttributes', childWorkflowExecutionFailedEventAttributes_workflowExecution - The child workflow execution that failed.

$sel:workflowType:ChildWorkflowExecutionFailedEventAttributes', childWorkflowExecutionFailedEventAttributes_workflowType - The type of the child workflow execution.

$sel:initiatedEventId:ChildWorkflowExecutionFailedEventAttributes', childWorkflowExecutionFailedEventAttributes_initiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:ChildWorkflowExecutionFailedEventAttributes', childWorkflowExecutionFailedEventAttributes_startedEventId - The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

childWorkflowExecutionFailedEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionFailedEventAttributes Integer Source #

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

childWorkflowExecutionFailedEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionFailedEventAttributes Integer Source #

The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ChildWorkflowExecutionStartedEventAttributes

data ChildWorkflowExecutionStartedEventAttributes Source #

Provides the details of the ChildWorkflowExecutionStarted event.

See: newChildWorkflowExecutionStartedEventAttributes smart constructor.

Constructors

ChildWorkflowExecutionStartedEventAttributes' 

Fields

  • workflowExecution :: WorkflowExecution

    The child workflow execution that was started.

  • workflowType :: WorkflowType

    The type of the child workflow execution.

  • initiatedEventId :: Integer

    The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

Read ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

Show ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

Generic ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

NFData ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

Hashable ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

FromJSON ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

type Rep ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

type Rep ChildWorkflowExecutionStartedEventAttributes = D1 ('MetaData "ChildWorkflowExecutionStartedEventAttributes" "Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ChildWorkflowExecutionStartedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecution) :*: (S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType) :*: S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newChildWorkflowExecutionStartedEventAttributes Source #

Create a value of ChildWorkflowExecutionStartedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:workflowExecution:ChildWorkflowExecutionStartedEventAttributes', childWorkflowExecutionStartedEventAttributes_workflowExecution - The child workflow execution that was started.

$sel:workflowType:ChildWorkflowExecutionStartedEventAttributes', childWorkflowExecutionStartedEventAttributes_workflowType - The type of the child workflow execution.

$sel:initiatedEventId:ChildWorkflowExecutionStartedEventAttributes', childWorkflowExecutionStartedEventAttributes_initiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

childWorkflowExecutionStartedEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionStartedEventAttributes Integer Source #

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ChildWorkflowExecutionTerminatedEventAttributes

data ChildWorkflowExecutionTerminatedEventAttributes Source #

Provides the details of the ChildWorkflowExecutionTerminated event.

See: newChildWorkflowExecutionTerminatedEventAttributes smart constructor.

Constructors

ChildWorkflowExecutionTerminatedEventAttributes' 

Fields

  • workflowExecution :: WorkflowExecution

    The child workflow execution that was terminated.

  • workflowType :: WorkflowType

    The type of the child workflow execution.

  • initiatedEventId :: Integer

    The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

  • startedEventId :: Integer

    The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

Read ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

Show ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

Generic ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

NFData ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

Hashable ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

FromJSON ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

type Rep ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

type Rep ChildWorkflowExecutionTerminatedEventAttributes = D1 ('MetaData "ChildWorkflowExecutionTerminatedEventAttributes" "Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ChildWorkflowExecutionTerminatedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "workflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecution) :*: S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType)) :*: (S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newChildWorkflowExecutionTerminatedEventAttributes Source #

Create a value of ChildWorkflowExecutionTerminatedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:workflowExecution:ChildWorkflowExecutionTerminatedEventAttributes', childWorkflowExecutionTerminatedEventAttributes_workflowExecution - The child workflow execution that was terminated.

$sel:workflowType:ChildWorkflowExecutionTerminatedEventAttributes', childWorkflowExecutionTerminatedEventAttributes_workflowType - The type of the child workflow execution.

$sel:initiatedEventId:ChildWorkflowExecutionTerminatedEventAttributes', childWorkflowExecutionTerminatedEventAttributes_initiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:ChildWorkflowExecutionTerminatedEventAttributes', childWorkflowExecutionTerminatedEventAttributes_startedEventId - The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

childWorkflowExecutionTerminatedEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Integer Source #

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

childWorkflowExecutionTerminatedEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Integer Source #

The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ChildWorkflowExecutionTimedOutEventAttributes

data ChildWorkflowExecutionTimedOutEventAttributes Source #

Provides the details of the ChildWorkflowExecutionTimedOut event.

See: newChildWorkflowExecutionTimedOutEventAttributes smart constructor.

Constructors

ChildWorkflowExecutionTimedOutEventAttributes' 

Fields

  • workflowExecution :: WorkflowExecution

    The child workflow execution that timed out.

  • workflowType :: WorkflowType

    The type of the child workflow execution.

  • timeoutType :: WorkflowExecutionTimeoutType

    The type of the timeout that caused the child workflow execution to time out.

  • initiatedEventId :: Integer

    The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

  • startedEventId :: Integer

    The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

Read ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

Show ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

Generic ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

NFData ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

Hashable ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

FromJSON ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

type Rep ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

type Rep ChildWorkflowExecutionTimedOutEventAttributes = D1 ('MetaData "ChildWorkflowExecutionTimedOutEventAttributes" "Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ChildWorkflowExecutionTimedOutEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "workflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecution) :*: S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType)) :*: (S1 ('MetaSel ('Just "timeoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecutionTimeoutType) :*: (S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newChildWorkflowExecutionTimedOutEventAttributes Source #

Create a value of ChildWorkflowExecutionTimedOutEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:workflowExecution:ChildWorkflowExecutionTimedOutEventAttributes', childWorkflowExecutionTimedOutEventAttributes_workflowExecution - The child workflow execution that timed out.

$sel:workflowType:ChildWorkflowExecutionTimedOutEventAttributes', childWorkflowExecutionTimedOutEventAttributes_workflowType - The type of the child workflow execution.

$sel:timeoutType:ChildWorkflowExecutionTimedOutEventAttributes', childWorkflowExecutionTimedOutEventAttributes_timeoutType - The type of the timeout that caused the child workflow execution to time out.

$sel:initiatedEventId:ChildWorkflowExecutionTimedOutEventAttributes', childWorkflowExecutionTimedOutEventAttributes_initiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:ChildWorkflowExecutionTimedOutEventAttributes', childWorkflowExecutionTimedOutEventAttributes_startedEventId - The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

childWorkflowExecutionTimedOutEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionTimedOutEventAttributes Integer Source #

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

childWorkflowExecutionTimedOutEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionTimedOutEventAttributes Integer Source #

The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

CloseStatusFilter

data CloseStatusFilter Source #

Used to filter the closed workflow executions in visibility APIs by their close status.

See: newCloseStatusFilter smart constructor.

Constructors

CloseStatusFilter' 

Fields

  • status :: CloseStatus

    The close status that must match the close status of an execution for it to meet the criteria of this filter.

Instances

Instances details
Eq CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

Read CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

Show CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

Generic CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

Associated Types

type Rep CloseStatusFilter :: Type -> Type #

NFData CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

Methods

rnf :: CloseStatusFilter -> () #

Hashable CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

ToJSON CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

type Rep CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

type Rep CloseStatusFilter = D1 ('MetaData "CloseStatusFilter" "Amazonka.SWF.Types.CloseStatusFilter" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "CloseStatusFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CloseStatus)))

newCloseStatusFilter Source #

Create a value of CloseStatusFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:CloseStatusFilter', closeStatusFilter_status - The close status that must match the close status of an execution for it to meet the criteria of this filter.

closeStatusFilter_status :: Lens' CloseStatusFilter CloseStatus Source #

The close status that must match the close status of an execution for it to meet the criteria of this filter.

CompleteWorkflowExecutionDecisionAttributes

data CompleteWorkflowExecutionDecisionAttributes Source #

Provides the details of the CompleteWorkflowExecution decision.

Access Control

You can use IAM policies to control this decision's access to Amazon SWF resources as follows:

  • Use a Resource element with the domain name to limit the action to only specified domains.
  • Use an Action element to allow or deny permission to call this action.
  • You cannot use an IAM policy to constrain this action's parameters.

If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

See: newCompleteWorkflowExecutionDecisionAttributes smart constructor.

Constructors

CompleteWorkflowExecutionDecisionAttributes' 

Fields

  • result :: Maybe Text

    The result of the workflow execution. The form of the result is implementation defined.

Instances

Instances details
Eq CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes

Read CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes

Show CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes

Generic CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes

NFData CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes

Hashable CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes

ToJSON CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes

type Rep CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes

type Rep CompleteWorkflowExecutionDecisionAttributes = D1 ('MetaData "CompleteWorkflowExecutionDecisionAttributes" "Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "CompleteWorkflowExecutionDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "result") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCompleteWorkflowExecutionDecisionAttributes :: CompleteWorkflowExecutionDecisionAttributes Source #

Create a value of CompleteWorkflowExecutionDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:result:CompleteWorkflowExecutionDecisionAttributes', completeWorkflowExecutionDecisionAttributes_result - The result of the workflow execution. The form of the result is implementation defined.

completeWorkflowExecutionDecisionAttributes_result :: Lens' CompleteWorkflowExecutionDecisionAttributes (Maybe Text) Source #

The result of the workflow execution. The form of the result is implementation defined.

CompleteWorkflowExecutionFailedEventAttributes

data CompleteWorkflowExecutionFailedEventAttributes Source #

Provides the details of the CompleteWorkflowExecutionFailed event.

See: newCompleteWorkflowExecutionFailedEventAttributes smart constructor.

Constructors

CompleteWorkflowExecutionFailedEventAttributes' 

Fields

  • cause :: CompleteWorkflowExecutionFailedCause

    The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

    If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedEventAttributes

Read CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedEventAttributes

Show CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedEventAttributes

Generic CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedEventAttributes

NFData CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedEventAttributes

Hashable CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedEventAttributes

FromJSON CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedEventAttributes

type Rep CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedEventAttributes

type Rep CompleteWorkflowExecutionFailedEventAttributes = D1 ('MetaData "CompleteWorkflowExecutionFailedEventAttributes" "Amazonka.SWF.Types.CompleteWorkflowExecutionFailedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "CompleteWorkflowExecutionFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CompleteWorkflowExecutionFailedCause) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newCompleteWorkflowExecutionFailedEventAttributes Source #

Create a value of CompleteWorkflowExecutionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cause:CompleteWorkflowExecutionFailedEventAttributes', completeWorkflowExecutionFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:decisionTaskCompletedEventId:CompleteWorkflowExecutionFailedEventAttributes', completeWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

completeWorkflowExecutionFailedEventAttributes_cause :: Lens' CompleteWorkflowExecutionFailedEventAttributes CompleteWorkflowExecutionFailedCause Source #

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

completeWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' CompleteWorkflowExecutionFailedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ContinueAsNewWorkflowExecutionDecisionAttributes

data ContinueAsNewWorkflowExecutionDecisionAttributes Source #

Provides the details of the ContinueAsNewWorkflowExecution decision.

Access Control

You can use IAM policies to control this decision's access to Amazon SWF resources as follows:

  • Use a Resource element with the domain name to limit the action to only specified domains.
  • Use an Action element to allow or deny permission to call this action.
  • Constrain the following parameters by using a Condition element with the appropriate keys.

    • tag – A tag used to identify the workflow execution
    • taskList – String constraint. The key is swf:taskList.name.
    • workflowType.version – String constraint. The key is swf:workflowType.version.

If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

See: newContinueAsNewWorkflowExecutionDecisionAttributes smart constructor.

Constructors

ContinueAsNewWorkflowExecutionDecisionAttributes' 

Fields

  • tagList :: Maybe [Text]

    The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.

  • taskStartToCloseTimeout :: Maybe Text

    Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering the workflow type using RegisterWorkflowType.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

    A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault is returned.

  • lambdaRole :: Maybe Text

    The IAM role to attach to the new (continued) execution.

  • input :: Maybe Text

    The input provided to the new workflow execution.

  • workflowTypeVersion :: Maybe Text

    The version of the workflow to start.

  • executionStartToCloseTimeout :: Maybe Text

    If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

    An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault is returned.

  • taskList :: Maybe TaskList

    The task list to use for the decisions of the new (continued) workflow execution.

  • taskPriority :: Maybe Text

    The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

    For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

  • childPolicy :: Maybe ChildPolicy

    If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.

    The supported child policies are:

    • TERMINATE – The child executions are terminated.
    • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
    • ABANDON – No action is taken. The child executions continue to run.

    A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.

Instances

Instances details
Eq ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionDecisionAttributes

Read ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionDecisionAttributes

Show ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionDecisionAttributes

Generic ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionDecisionAttributes

NFData ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionDecisionAttributes

Hashable ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionDecisionAttributes

ToJSON ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionDecisionAttributes

type Rep ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionDecisionAttributes

type Rep ContinueAsNewWorkflowExecutionDecisionAttributes = D1 ('MetaData "ContinueAsNewWorkflowExecutionDecisionAttributes" "Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionDecisionAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ContinueAsNewWorkflowExecutionDecisionAttributes'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "taskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "workflowTypeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskList)) :*: (S1 ('MetaSel ('Just "taskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "childPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildPolicy)))))))

newContinueAsNewWorkflowExecutionDecisionAttributes :: ContinueAsNewWorkflowExecutionDecisionAttributes Source #

Create a value of ContinueAsNewWorkflowExecutionDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tagList:ContinueAsNewWorkflowExecutionDecisionAttributes', continueAsNewWorkflowExecutionDecisionAttributes_tagList - The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.

$sel:taskStartToCloseTimeout:ContinueAsNewWorkflowExecutionDecisionAttributes', continueAsNewWorkflowExecutionDecisionAttributes_taskStartToCloseTimeout - Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering the workflow type using RegisterWorkflowType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault is returned.

$sel:lambdaRole:ContinueAsNewWorkflowExecutionDecisionAttributes', continueAsNewWorkflowExecutionDecisionAttributes_lambdaRole - The IAM role to attach to the new (continued) execution.

$sel:input:ContinueAsNewWorkflowExecutionDecisionAttributes', continueAsNewWorkflowExecutionDecisionAttributes_input - The input provided to the new workflow execution.

$sel:workflowTypeVersion:ContinueAsNewWorkflowExecutionDecisionAttributes', continueAsNewWorkflowExecutionDecisionAttributes_workflowTypeVersion - The version of the workflow to start.

$sel:executionStartToCloseTimeout:ContinueAsNewWorkflowExecutionDecisionAttributes', continueAsNewWorkflowExecutionDecisionAttributes_executionStartToCloseTimeout - If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault is returned.

$sel:taskList:ContinueAsNewWorkflowExecutionDecisionAttributes', continueAsNewWorkflowExecutionDecisionAttributes_taskList - The task list to use for the decisions of the new (continued) workflow execution.

$sel:taskPriority:ContinueAsNewWorkflowExecutionDecisionAttributes', continueAsNewWorkflowExecutionDecisionAttributes_taskPriority - The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

$sel:childPolicy:ContinueAsNewWorkflowExecutionDecisionAttributes', continueAsNewWorkflowExecutionDecisionAttributes_childPolicy - If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
  • ABANDON – No action is taken. The child executions continue to run.

A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.

continueAsNewWorkflowExecutionDecisionAttributes_tagList :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe [Text]) Source #

The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.

continueAsNewWorkflowExecutionDecisionAttributes_taskStartToCloseTimeout :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text) Source #

Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering the workflow type using RegisterWorkflowType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault is returned.

continueAsNewWorkflowExecutionDecisionAttributes_executionStartToCloseTimeout :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text) Source #

If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault is returned.

continueAsNewWorkflowExecutionDecisionAttributes_taskList :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe TaskList) Source #

The task list to use for the decisions of the new (continued) workflow execution.

continueAsNewWorkflowExecutionDecisionAttributes_taskPriority :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text) Source #

The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

continueAsNewWorkflowExecutionDecisionAttributes_childPolicy :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe ChildPolicy) Source #

If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
  • ABANDON – No action is taken. The child executions continue to run.

A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.

ContinueAsNewWorkflowExecutionFailedEventAttributes

data ContinueAsNewWorkflowExecutionFailedEventAttributes Source #

Provides the details of the ContinueAsNewWorkflowExecutionFailed event.

See: newContinueAsNewWorkflowExecutionFailedEventAttributes smart constructor.

Constructors

ContinueAsNewWorkflowExecutionFailedEventAttributes' 

Fields

  • cause :: ContinueAsNewWorkflowExecutionFailedCause

    The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

    If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedEventAttributes

Read ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedEventAttributes

Show ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedEventAttributes

Generic ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedEventAttributes

NFData ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedEventAttributes

Hashable ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedEventAttributes

FromJSON ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedEventAttributes

type Rep ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedEventAttributes

type Rep ContinueAsNewWorkflowExecutionFailedEventAttributes = D1 ('MetaData "ContinueAsNewWorkflowExecutionFailedEventAttributes" "Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ContinueAsNewWorkflowExecutionFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ContinueAsNewWorkflowExecutionFailedCause) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newContinueAsNewWorkflowExecutionFailedEventAttributes Source #

Create a value of ContinueAsNewWorkflowExecutionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cause:ContinueAsNewWorkflowExecutionFailedEventAttributes', continueAsNewWorkflowExecutionFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:decisionTaskCompletedEventId:ContinueAsNewWorkflowExecutionFailedEventAttributes', continueAsNewWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

continueAsNewWorkflowExecutionFailedEventAttributes_cause :: Lens' ContinueAsNewWorkflowExecutionFailedEventAttributes ContinueAsNewWorkflowExecutionFailedCause Source #

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

continueAsNewWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' ContinueAsNewWorkflowExecutionFailedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Decision

data Decision Source #

Specifies a decision made by the decider. A decision can be one of these types:

  • CancelTimer – Cancels a previously started timer and records a TimerCanceled event in the history.
  • CancelWorkflowExecution – Closes the workflow execution and records a WorkflowExecutionCanceled event in the history.
  • CompleteWorkflowExecution – Closes the workflow execution and records a WorkflowExecutionCompleted event in the history .
  • ContinueAsNewWorkflowExecution – Closes the workflow execution and starts a new workflow execution of the same type using the same workflow ID and a unique run Id. A WorkflowExecutionContinuedAsNew event is recorded in the history.
  • FailWorkflowExecution – Closes the workflow execution and records a WorkflowExecutionFailed event in the history.
  • RecordMarker – Records a MarkerRecorded event in the history. Markers can be used for adding custom information in the history for instance to let deciders know that they don't need to look at the history beyond the marker event.
  • RequestCancelActivityTask – Attempts to cancel a previously scheduled activity task. If the activity task was scheduled but has not been assigned to a worker, then it is canceled. If the activity task was already assigned to a worker, then the worker is informed that cancellation has been requested in the response to RecordActivityTaskHeartbeat.
  • RequestCancelExternalWorkflowExecution – Requests that a request be made to cancel the specified external workflow execution and records a RequestCancelExternalWorkflowExecutionInitiated event in the history.
  • ScheduleActivityTask – Schedules an activity task.
  • SignalExternalWorkflowExecution – Requests a signal to be delivered to the specified external workflow execution and records a SignalExternalWorkflowExecutionInitiated event in the history.
  • StartChildWorkflowExecution – Requests that a child workflow execution be started and records a StartChildWorkflowExecutionInitiated event in the history. The child workflow execution is a separate workflow execution with its own history.
  • StartTimer – Starts a timer for this workflow execution and records a TimerStarted event in the history. This timer fires after the specified delay and record a TimerFired event.

Access Control

If you grant permission to use RespondDecisionTaskCompleted, you can use IAM policies to express permissions for the list of decisions returned by this action as if they were members of the API. Treating decisions as a pseudo API maintains a uniform conceptual model and helps keep policies readable. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

Decision Failure

Decisions can fail for several reasons

  • The ordering of decisions should follow a logical flow. Some decisions might not make sense in the current context of the workflow execution and therefore fails.
  • A limit on your account was reached.
  • The decision lacks sufficient permissions.

One of the following events might be added to the history to indicate an error. The event attribute's cause parameter indicates the cause. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

  • ScheduleActivityTaskFailed – A ScheduleActivityTask decision failed. This could happen if the activity type specified in the decision isn't registered, is in a deprecated state, or the decision isn't properly configured.
  • RequestCancelActivityTaskFailed – A RequestCancelActivityTask decision failed. This could happen if there is no open activity task with the specified activityId.
  • StartTimerFailed – A StartTimer decision failed. This could happen if there is another open timer with the same timerId.
  • CancelTimerFailed – A CancelTimer decision failed. This could happen if there is no open timer with the specified timerId.
  • StartChildWorkflowExecutionFailed – A StartChildWorkflowExecution decision failed. This could happen if the workflow type specified isn't registered, is deprecated, or the decision isn't properly configured.
  • SignalExternalWorkflowExecutionFailed – A SignalExternalWorkflowExecution decision failed. This could happen if the workflowID specified in the decision was incorrect.
  • RequestCancelExternalWorkflowExecutionFailed – A RequestCancelExternalWorkflowExecution decision failed. This could happen if the workflowID specified in the decision was incorrect.
  • CancelWorkflowExecutionFailed – A CancelWorkflowExecution decision failed. This could happen if there is an unhandled decision task pending in the workflow execution.
  • CompleteWorkflowExecutionFailed – A CompleteWorkflowExecution decision failed. This could happen if there is an unhandled decision task pending in the workflow execution.
  • ContinueAsNewWorkflowExecutionFailed – A ContinueAsNewWorkflowExecution decision failed. This could happen if there is an unhandled decision task pending in the workflow execution or the ContinueAsNewWorkflowExecution decision was not configured correctly.
  • FailWorkflowExecutionFailed – A FailWorkflowExecution decision failed. This could happen if there is an unhandled decision task pending in the workflow execution.

The preceding error events might occur due to an error in the decider logic, which might put the workflow execution in an unstable state The cause field in the event structure for the error event indicates the cause of the error.

A workflow execution may be closed by the decider by returning one of the following decisions when completing a decision task: CompleteWorkflowExecution, FailWorkflowExecution, CancelWorkflowExecution and ContinueAsNewWorkflowExecution. An UnhandledDecision fault is returned if a workflow closing decision is specified and a signal or activity event had been added to the history while the decision task was being performed by the decider. Unlike the above situations which are logic issues, this fault is always possible because of race conditions in a distributed system. The right action here is to call RespondDecisionTaskCompleted without any decisions. This would result in another decision task with these new events included in the history. The decider should handle the new events and may decide to close the workflow execution.

How to Code a Decision

You code a decision by first setting the decision type field to one of the above decision values, and then set the corresponding attributes field shown below:

  •  ScheduleActivityTaskDecisionAttributes
  •  RequestCancelActivityTaskDecisionAttributes
  •  CompleteWorkflowExecutionDecisionAttributes
  •  FailWorkflowExecutionDecisionAttributes
  •  CancelWorkflowExecutionDecisionAttributes
  •  ContinueAsNewWorkflowExecutionDecisionAttributes
  •  RecordMarkerDecisionAttributes
  •  StartTimerDecisionAttributes
  •  CancelTimerDecisionAttributes
  •  SignalExternalWorkflowExecutionDecisionAttributes
  •  RequestCancelExternalWorkflowExecutionDecisionAttributes
  •  StartChildWorkflowExecutionDecisionAttributes

See: newDecision smart constructor.

Constructors

Decision' 

Fields

Instances

Instances details
Eq Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

Read Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

Show Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

Generic Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

Associated Types

type Rep Decision :: Type -> Type #

Methods

from :: Decision -> Rep Decision x #

to :: Rep Decision x -> Decision #

NFData Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

Methods

rnf :: Decision -> () #

Hashable Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

Methods

hashWithSalt :: Int -> Decision -> Int #

hash :: Decision -> Int #

ToJSON Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

type Rep Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

type Rep Decision = D1 ('MetaData "Decision" "Amazonka.SWF.Types.Decision" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "Decision'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "requestCancelExternalWorkflowExecutionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestCancelExternalWorkflowExecutionDecisionAttributes)) :*: (S1 ('MetaSel ('Just "scheduleActivityTaskDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleActivityTaskDecisionAttributes)) :*: S1 ('MetaSel ('Just "signalExternalWorkflowExecutionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SignalExternalWorkflowExecutionDecisionAttributes)))) :*: ((S1 ('MetaSel ('Just "startTimerDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartTimerDecisionAttributes)) :*: S1 ('MetaSel ('Just "recordMarkerDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecordMarkerDecisionAttributes))) :*: (S1 ('MetaSel ('Just "failWorkflowExecutionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailWorkflowExecutionDecisionAttributes)) :*: S1 ('MetaSel ('Just "startChildWorkflowExecutionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartChildWorkflowExecutionDecisionAttributes))))) :*: ((S1 ('MetaSel ('Just "completeWorkflowExecutionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CompleteWorkflowExecutionDecisionAttributes)) :*: (S1 ('MetaSel ('Just "scheduleLambdaFunctionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleLambdaFunctionDecisionAttributes)) :*: S1 ('MetaSel ('Just "requestCancelActivityTaskDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestCancelActivityTaskDecisionAttributes)))) :*: ((S1 ('MetaSel ('Just "cancelWorkflowExecutionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CancelWorkflowExecutionDecisionAttributes)) :*: S1 ('MetaSel ('Just "cancelTimerDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CancelTimerDecisionAttributes))) :*: (S1 ('MetaSel ('Just "continueAsNewWorkflowExecutionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContinueAsNewWorkflowExecutionDecisionAttributes)) :*: S1 ('MetaSel ('Just "decisionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DecisionType))))))

newDecision Source #

Create a value of Decision with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:requestCancelExternalWorkflowExecutionDecisionAttributes:Decision', decision_requestCancelExternalWorkflowExecutionDecisionAttributes - Provides the details of the RequestCancelExternalWorkflowExecution decision. It isn't set for other decision types.

$sel:scheduleActivityTaskDecisionAttributes:Decision', decision_scheduleActivityTaskDecisionAttributes - Provides the details of the ScheduleActivityTask decision. It isn't set for other decision types.

$sel:signalExternalWorkflowExecutionDecisionAttributes:Decision', decision_signalExternalWorkflowExecutionDecisionAttributes - Provides the details of the SignalExternalWorkflowExecution decision. It isn't set for other decision types.

$sel:startTimerDecisionAttributes:Decision', decision_startTimerDecisionAttributes - Provides the details of the StartTimer decision. It isn't set for other decision types.

$sel:recordMarkerDecisionAttributes:Decision', decision_recordMarkerDecisionAttributes - Provides the details of the RecordMarker decision. It isn't set for other decision types.

$sel:failWorkflowExecutionDecisionAttributes:Decision', decision_failWorkflowExecutionDecisionAttributes - Provides the details of the FailWorkflowExecution decision. It isn't set for other decision types.

$sel:startChildWorkflowExecutionDecisionAttributes:Decision', decision_startChildWorkflowExecutionDecisionAttributes - Provides the details of the StartChildWorkflowExecution decision. It isn't set for other decision types.

$sel:completeWorkflowExecutionDecisionAttributes:Decision', decision_completeWorkflowExecutionDecisionAttributes - Provides the details of the CompleteWorkflowExecution decision. It isn't set for other decision types.

$sel:scheduleLambdaFunctionDecisionAttributes:Decision', decision_scheduleLambdaFunctionDecisionAttributes - Provides the details of the ScheduleLambdaFunction decision. It isn't set for other decision types.

$sel:requestCancelActivityTaskDecisionAttributes:Decision', decision_requestCancelActivityTaskDecisionAttributes - Provides the details of the RequestCancelActivityTask decision. It isn't set for other decision types.

$sel:cancelWorkflowExecutionDecisionAttributes:Decision', decision_cancelWorkflowExecutionDecisionAttributes - Provides the details of the CancelWorkflowExecution decision. It isn't set for other decision types.

$sel:cancelTimerDecisionAttributes:Decision', decision_cancelTimerDecisionAttributes - Provides the details of the CancelTimer decision. It isn't set for other decision types.

$sel:continueAsNewWorkflowExecutionDecisionAttributes:Decision', decision_continueAsNewWorkflowExecutionDecisionAttributes - Provides the details of the ContinueAsNewWorkflowExecution decision. It isn't set for other decision types.

$sel:decisionType:Decision', decision_decisionType - Specifies the type of the decision.

decision_requestCancelExternalWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe RequestCancelExternalWorkflowExecutionDecisionAttributes) Source #

Provides the details of the RequestCancelExternalWorkflowExecution decision. It isn't set for other decision types.

decision_scheduleActivityTaskDecisionAttributes :: Lens' Decision (Maybe ScheduleActivityTaskDecisionAttributes) Source #

Provides the details of the ScheduleActivityTask decision. It isn't set for other decision types.

decision_signalExternalWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe SignalExternalWorkflowExecutionDecisionAttributes) Source #

Provides the details of the SignalExternalWorkflowExecution decision. It isn't set for other decision types.

decision_startTimerDecisionAttributes :: Lens' Decision (Maybe StartTimerDecisionAttributes) Source #

Provides the details of the StartTimer decision. It isn't set for other decision types.

decision_recordMarkerDecisionAttributes :: Lens' Decision (Maybe RecordMarkerDecisionAttributes) Source #

Provides the details of the RecordMarker decision. It isn't set for other decision types.

decision_failWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe FailWorkflowExecutionDecisionAttributes) Source #

Provides the details of the FailWorkflowExecution decision. It isn't set for other decision types.

decision_startChildWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe StartChildWorkflowExecutionDecisionAttributes) Source #

Provides the details of the StartChildWorkflowExecution decision. It isn't set for other decision types.

decision_completeWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe CompleteWorkflowExecutionDecisionAttributes) Source #

Provides the details of the CompleteWorkflowExecution decision. It isn't set for other decision types.

decision_scheduleLambdaFunctionDecisionAttributes :: Lens' Decision (Maybe ScheduleLambdaFunctionDecisionAttributes) Source #

Provides the details of the ScheduleLambdaFunction decision. It isn't set for other decision types.

decision_requestCancelActivityTaskDecisionAttributes :: Lens' Decision (Maybe RequestCancelActivityTaskDecisionAttributes) Source #

Provides the details of the RequestCancelActivityTask decision. It isn't set for other decision types.

decision_cancelWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe CancelWorkflowExecutionDecisionAttributes) Source #

Provides the details of the CancelWorkflowExecution decision. It isn't set for other decision types.

decision_cancelTimerDecisionAttributes :: Lens' Decision (Maybe CancelTimerDecisionAttributes) Source #

Provides the details of the CancelTimer decision. It isn't set for other decision types.

decision_continueAsNewWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe ContinueAsNewWorkflowExecutionDecisionAttributes) Source #

Provides the details of the ContinueAsNewWorkflowExecution decision. It isn't set for other decision types.

decision_decisionType :: Lens' Decision DecisionType Source #

Specifies the type of the decision.

DecisionTaskCompletedEventAttributes

data DecisionTaskCompletedEventAttributes Source #

Provides the details of the DecisionTaskCompleted event.

See: newDecisionTaskCompletedEventAttributes smart constructor.

Constructors

DecisionTaskCompletedEventAttributes' 

Fields

  • executionContext :: Maybe Text

    User defined context for the workflow execution.

  • scheduledEventId :: Integer

    The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

  • startedEventId :: Integer

    The ID of the DecisionTaskStarted event recorded when this decision task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

Read DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

Show DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

Generic DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

NFData DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

Hashable DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

FromJSON DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

type Rep DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

type Rep DecisionTaskCompletedEventAttributes = D1 ('MetaData "DecisionTaskCompletedEventAttributes" "Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "DecisionTaskCompletedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "executionContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newDecisionTaskCompletedEventAttributes Source #

Create a value of DecisionTaskCompletedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:executionContext:DecisionTaskCompletedEventAttributes', decisionTaskCompletedEventAttributes_executionContext - User defined context for the workflow execution.

$sel:scheduledEventId:DecisionTaskCompletedEventAttributes', decisionTaskCompletedEventAttributes_scheduledEventId - The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:DecisionTaskCompletedEventAttributes', decisionTaskCompletedEventAttributes_startedEventId - The ID of the DecisionTaskStarted event recorded when this decision task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

decisionTaskCompletedEventAttributes_scheduledEventId :: Lens' DecisionTaskCompletedEventAttributes Integer Source #

The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

decisionTaskCompletedEventAttributes_startedEventId :: Lens' DecisionTaskCompletedEventAttributes Integer Source #

The ID of the DecisionTaskStarted event recorded when this decision task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

DecisionTaskScheduledEventAttributes

data DecisionTaskScheduledEventAttributes Source #

Provides details about the DecisionTaskScheduled event.

See: newDecisionTaskScheduledEventAttributes smart constructor.

Constructors

DecisionTaskScheduledEventAttributes' 

Fields

  • taskPriority :: Maybe Text

    A task priority that, if set, specifies the priority for this decision task. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

    For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

  • startToCloseTimeout :: Maybe Text

    The maximum duration for this decision task. The task is considered timed out if it doesn't completed within this duration.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

  • taskList :: TaskList

    The name of the task list in which the decision task was scheduled.

Instances

Instances details
Eq DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskScheduledEventAttributes

Read DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskScheduledEventAttributes

Show DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskScheduledEventAttributes

Generic DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskScheduledEventAttributes

NFData DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskScheduledEventAttributes

Hashable DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskScheduledEventAttributes

FromJSON DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskScheduledEventAttributes

type Rep DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskScheduledEventAttributes

type Rep DecisionTaskScheduledEventAttributes = D1 ('MetaData "DecisionTaskScheduledEventAttributes" "Amazonka.SWF.Types.DecisionTaskScheduledEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "DecisionTaskScheduledEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "taskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "startToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaskList))))

newDecisionTaskScheduledEventAttributes Source #

Create a value of DecisionTaskScheduledEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:taskPriority:DecisionTaskScheduledEventAttributes', decisionTaskScheduledEventAttributes_taskPriority - A task priority that, if set, specifies the priority for this decision task. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

$sel:startToCloseTimeout:DecisionTaskScheduledEventAttributes', decisionTaskScheduledEventAttributes_startToCloseTimeout - The maximum duration for this decision task. The task is considered timed out if it doesn't completed within this duration.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:taskList:DecisionTaskScheduledEventAttributes', decisionTaskScheduledEventAttributes_taskList - The name of the task list in which the decision task was scheduled.

decisionTaskScheduledEventAttributes_taskPriority :: Lens' DecisionTaskScheduledEventAttributes (Maybe Text) Source #

A task priority that, if set, specifies the priority for this decision task. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

decisionTaskScheduledEventAttributes_startToCloseTimeout :: Lens' DecisionTaskScheduledEventAttributes (Maybe Text) Source #

The maximum duration for this decision task. The task is considered timed out if it doesn't completed within this duration.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

decisionTaskScheduledEventAttributes_taskList :: Lens' DecisionTaskScheduledEventAttributes TaskList Source #

The name of the task list in which the decision task was scheduled.

DecisionTaskStartedEventAttributes

data DecisionTaskStartedEventAttributes Source #

Provides the details of the DecisionTaskStarted event.

See: newDecisionTaskStartedEventAttributes smart constructor.

Constructors

DecisionTaskStartedEventAttributes' 

Fields

  • identity :: Maybe Text

    Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

  • scheduledEventId :: Integer

    The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

Read DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

Show DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

Generic DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

Associated Types

type Rep DecisionTaskStartedEventAttributes :: Type -> Type #

NFData DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

Hashable DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

FromJSON DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

type Rep DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

type Rep DecisionTaskStartedEventAttributes = D1 ('MetaData "DecisionTaskStartedEventAttributes" "Amazonka.SWF.Types.DecisionTaskStartedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "DecisionTaskStartedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newDecisionTaskStartedEventAttributes Source #

Create a value of DecisionTaskStartedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:identity:DecisionTaskStartedEventAttributes', decisionTaskStartedEventAttributes_identity - Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

$sel:scheduledEventId:DecisionTaskStartedEventAttributes', decisionTaskStartedEventAttributes_scheduledEventId - The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

decisionTaskStartedEventAttributes_identity :: Lens' DecisionTaskStartedEventAttributes (Maybe Text) Source #

Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

decisionTaskStartedEventAttributes_scheduledEventId :: Lens' DecisionTaskStartedEventAttributes Integer Source #

The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

DecisionTaskTimedOutEventAttributes

data DecisionTaskTimedOutEventAttributes Source #

Provides the details of the DecisionTaskTimedOut event.

See: newDecisionTaskTimedOutEventAttributes smart constructor.

Constructors

DecisionTaskTimedOutEventAttributes' 

Fields

  • timeoutType :: DecisionTaskTimeoutType

    The type of timeout that expired before the decision task could be completed.

  • scheduledEventId :: Integer

    The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

  • startedEventId :: Integer

    The ID of the DecisionTaskStarted event recorded when this decision task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes

Read DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes

Show DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes

Generic DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes

NFData DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes

Hashable DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes

FromJSON DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes

type Rep DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes

type Rep DecisionTaskTimedOutEventAttributes = D1 ('MetaData "DecisionTaskTimedOutEventAttributes" "Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "DecisionTaskTimedOutEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DecisionTaskTimeoutType) :*: (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newDecisionTaskTimedOutEventAttributes Source #

Create a value of DecisionTaskTimedOutEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timeoutType:DecisionTaskTimedOutEventAttributes', decisionTaskTimedOutEventAttributes_timeoutType - The type of timeout that expired before the decision task could be completed.

$sel:scheduledEventId:DecisionTaskTimedOutEventAttributes', decisionTaskTimedOutEventAttributes_scheduledEventId - The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:DecisionTaskTimedOutEventAttributes', decisionTaskTimedOutEventAttributes_startedEventId - The ID of the DecisionTaskStarted event recorded when this decision task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

decisionTaskTimedOutEventAttributes_timeoutType :: Lens' DecisionTaskTimedOutEventAttributes DecisionTaskTimeoutType Source #

The type of timeout that expired before the decision task could be completed.

decisionTaskTimedOutEventAttributes_scheduledEventId :: Lens' DecisionTaskTimedOutEventAttributes Integer Source #

The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

decisionTaskTimedOutEventAttributes_startedEventId :: Lens' DecisionTaskTimedOutEventAttributes Integer Source #

The ID of the DecisionTaskStarted event recorded when this decision task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

DomainConfiguration

data DomainConfiguration Source #

Contains the configuration settings of a domain.

See: newDomainConfiguration smart constructor.

Constructors

DomainConfiguration' 

Fields

Instances

Instances details
Eq DomainConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainConfiguration

Read DomainConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainConfiguration

Show DomainConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainConfiguration

Generic DomainConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainConfiguration

Associated Types

type Rep DomainConfiguration :: Type -> Type #

NFData DomainConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainConfiguration

Methods

rnf :: DomainConfiguration -> () #

Hashable DomainConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainConfiguration

FromJSON DomainConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainConfiguration

type Rep DomainConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainConfiguration

type Rep DomainConfiguration = D1 ('MetaData "DomainConfiguration" "Amazonka.SWF.Types.DomainConfiguration" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "DomainConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workflowExecutionRetentionPeriodInDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDomainConfiguration Source #

Create a value of DomainConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:workflowExecutionRetentionPeriodInDays:DomainConfiguration', domainConfiguration_workflowExecutionRetentionPeriodInDays - The retention period for workflow executions in this domain.

domainConfiguration_workflowExecutionRetentionPeriodInDays :: Lens' DomainConfiguration Text Source #

The retention period for workflow executions in this domain.

DomainInfo

data DomainInfo Source #

Contains general information about a domain.

See: newDomainInfo smart constructor.

Constructors

DomainInfo' 

Fields

  • arn :: Maybe Text

    The ARN of the domain.

  • description :: Maybe Text

    The description of the domain provided through RegisterDomain.

  • name :: Text

    The name of the domain. This name is unique within the account.

  • status :: RegistrationStatus

    The status of the domain:

    • REGISTERED – The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
    • DEPRECATED – The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.

Instances

Instances details
Eq DomainInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainInfo

Read DomainInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainInfo

Show DomainInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainInfo

Generic DomainInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainInfo

Associated Types

type Rep DomainInfo :: Type -> Type #

NFData DomainInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainInfo

Methods

rnf :: DomainInfo -> () #

Hashable DomainInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainInfo

FromJSON DomainInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainInfo

type Rep DomainInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainInfo

type Rep DomainInfo = D1 ('MetaData "DomainInfo" "Amazonka.SWF.Types.DomainInfo" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "DomainInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RegistrationStatus))))

newDomainInfo Source #

Create a value of DomainInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:DomainInfo', domainInfo_arn - The ARN of the domain.

$sel:description:DomainInfo', domainInfo_description - The description of the domain provided through RegisterDomain.

$sel:name:DomainInfo', domainInfo_name - The name of the domain. This name is unique within the account.

$sel:status:DomainInfo', domainInfo_status - The status of the domain:

  • REGISTERED – The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
  • DEPRECATED – The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.

domainInfo_arn :: Lens' DomainInfo (Maybe Text) Source #

The ARN of the domain.

domainInfo_description :: Lens' DomainInfo (Maybe Text) Source #

The description of the domain provided through RegisterDomain.

domainInfo_name :: Lens' DomainInfo Text Source #

The name of the domain. This name is unique within the account.

domainInfo_status :: Lens' DomainInfo RegistrationStatus Source #

The status of the domain:

  • REGISTERED – The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
  • DEPRECATED – The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.

ExecutionTimeFilter

data ExecutionTimeFilter Source #

Used to filter the workflow executions in visibility APIs by various time-based rules. Each parameter, if specified, defines a rule that must be satisfied by each returned query result. The parameter values are in the Unix Time format. For example: "oldestDate": 1325376070.

See: newExecutionTimeFilter smart constructor.

Constructors

ExecutionTimeFilter' 

Fields

Instances

Instances details
Eq ExecutionTimeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionTimeFilter

Read ExecutionTimeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionTimeFilter

Show ExecutionTimeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionTimeFilter

Generic ExecutionTimeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionTimeFilter

Associated Types

type Rep ExecutionTimeFilter :: Type -> Type #

NFData ExecutionTimeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionTimeFilter

Methods

rnf :: ExecutionTimeFilter -> () #

Hashable ExecutionTimeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionTimeFilter

ToJSON ExecutionTimeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionTimeFilter

type Rep ExecutionTimeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionTimeFilter

type Rep ExecutionTimeFilter = D1 ('MetaData "ExecutionTimeFilter" "Amazonka.SWF.Types.ExecutionTimeFilter" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ExecutionTimeFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "latestDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "oldestDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))

newExecutionTimeFilter Source #

Create a value of ExecutionTimeFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:latestDate:ExecutionTimeFilter', executionTimeFilter_latestDate - Specifies the latest start or close date and time to return.

$sel:oldestDate:ExecutionTimeFilter', executionTimeFilter_oldestDate - Specifies the oldest start or close date and time to return.

executionTimeFilter_latestDate :: Lens' ExecutionTimeFilter (Maybe UTCTime) Source #

Specifies the latest start or close date and time to return.

executionTimeFilter_oldestDate :: Lens' ExecutionTimeFilter UTCTime Source #

Specifies the oldest start or close date and time to return.

ExternalWorkflowExecutionCancelRequestedEventAttributes

data ExternalWorkflowExecutionCancelRequestedEventAttributes Source #

Provides the details of the ExternalWorkflowExecutionCancelRequested event.

See: newExternalWorkflowExecutionCancelRequestedEventAttributes smart constructor.

Constructors

ExternalWorkflowExecutionCancelRequestedEventAttributes' 

Fields

  • workflowExecution :: WorkflowExecution

    The external workflow execution to which the cancellation request was delivered.

  • initiatedEventId :: Integer

    The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

Read ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

Show ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

Generic ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

NFData ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

Hashable ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

FromJSON ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

type Rep ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

type Rep ExternalWorkflowExecutionCancelRequestedEventAttributes = D1 ('MetaData "ExternalWorkflowExecutionCancelRequestedEventAttributes" "Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ExternalWorkflowExecutionCancelRequestedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecution) :*: S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newExternalWorkflowExecutionCancelRequestedEventAttributes Source #

Create a value of ExternalWorkflowExecutionCancelRequestedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:workflowExecution:ExternalWorkflowExecutionCancelRequestedEventAttributes', externalWorkflowExecutionCancelRequestedEventAttributes_workflowExecution - The external workflow execution to which the cancellation request was delivered.

$sel:initiatedEventId:ExternalWorkflowExecutionCancelRequestedEventAttributes', externalWorkflowExecutionCancelRequestedEventAttributes_initiatedEventId - The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

externalWorkflowExecutionCancelRequestedEventAttributes_initiatedEventId :: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes Integer Source #

The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ExternalWorkflowExecutionSignaledEventAttributes

data ExternalWorkflowExecutionSignaledEventAttributes Source #

Provides the details of the ExternalWorkflowExecutionSignaled event.

See: newExternalWorkflowExecutionSignaledEventAttributes smart constructor.

Constructors

ExternalWorkflowExecutionSignaledEventAttributes' 

Fields

  • workflowExecution :: WorkflowExecution

    The external workflow execution that the signal was delivered to.

  • initiatedEventId :: Integer

    The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

Read ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

Show ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

Generic ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

NFData ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

Hashable ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

FromJSON ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

type Rep ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

type Rep ExternalWorkflowExecutionSignaledEventAttributes = D1 ('MetaData "ExternalWorkflowExecutionSignaledEventAttributes" "Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ExternalWorkflowExecutionSignaledEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecution) :*: S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newExternalWorkflowExecutionSignaledEventAttributes Source #

Create a value of ExternalWorkflowExecutionSignaledEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:workflowExecution:ExternalWorkflowExecutionSignaledEventAttributes', externalWorkflowExecutionSignaledEventAttributes_workflowExecution - The external workflow execution that the signal was delivered to.

$sel:initiatedEventId:ExternalWorkflowExecutionSignaledEventAttributes', externalWorkflowExecutionSignaledEventAttributes_initiatedEventId - The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

externalWorkflowExecutionSignaledEventAttributes_initiatedEventId :: Lens' ExternalWorkflowExecutionSignaledEventAttributes Integer Source #

The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

FailWorkflowExecutionDecisionAttributes

data FailWorkflowExecutionDecisionAttributes Source #

Provides the details of the FailWorkflowExecution decision.

Access Control

You can use IAM policies to control this decision's access to Amazon SWF resources as follows:

  • Use a Resource element with the domain name to limit the action to only specified domains.
  • Use an Action element to allow or deny permission to call this action.
  • You cannot use an IAM policy to constrain this action's parameters.

If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

See: newFailWorkflowExecutionDecisionAttributes smart constructor.

Constructors

FailWorkflowExecutionDecisionAttributes' 

Fields

Instances

Instances details
Eq FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionDecisionAttributes

Read FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionDecisionAttributes

Show FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionDecisionAttributes

Generic FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionDecisionAttributes

NFData FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionDecisionAttributes

Hashable FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionDecisionAttributes

ToJSON FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionDecisionAttributes

type Rep FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionDecisionAttributes

type Rep FailWorkflowExecutionDecisionAttributes = D1 ('MetaData "FailWorkflowExecutionDecisionAttributes" "Amazonka.SWF.Types.FailWorkflowExecutionDecisionAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "FailWorkflowExecutionDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newFailWorkflowExecutionDecisionAttributes :: FailWorkflowExecutionDecisionAttributes Source #

Create a value of FailWorkflowExecutionDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:reason:FailWorkflowExecutionDecisionAttributes', failWorkflowExecutionDecisionAttributes_reason - A descriptive reason for the failure that may help in diagnostics.

$sel:details:FailWorkflowExecutionDecisionAttributes', failWorkflowExecutionDecisionAttributes_details - Details of the failure.

failWorkflowExecutionDecisionAttributes_reason :: Lens' FailWorkflowExecutionDecisionAttributes (Maybe Text) Source #

A descriptive reason for the failure that may help in diagnostics.

FailWorkflowExecutionFailedEventAttributes

data FailWorkflowExecutionFailedEventAttributes Source #

Provides the details of the FailWorkflowExecutionFailed event.

See: newFailWorkflowExecutionFailedEventAttributes smart constructor.

Constructors

FailWorkflowExecutionFailedEventAttributes' 

Fields

  • cause :: FailWorkflowExecutionFailedCause

    The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

    If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution decision to fail this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedEventAttributes

Read FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedEventAttributes

Show FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedEventAttributes

Generic FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedEventAttributes

NFData FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedEventAttributes

Hashable FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedEventAttributes

FromJSON FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedEventAttributes

type Rep FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedEventAttributes

type Rep FailWorkflowExecutionFailedEventAttributes = D1 ('MetaData "FailWorkflowExecutionFailedEventAttributes" "Amazonka.SWF.Types.FailWorkflowExecutionFailedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "FailWorkflowExecutionFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FailWorkflowExecutionFailedCause) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newFailWorkflowExecutionFailedEventAttributes Source #

Create a value of FailWorkflowExecutionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cause:FailWorkflowExecutionFailedEventAttributes', failWorkflowExecutionFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:decisionTaskCompletedEventId:FailWorkflowExecutionFailedEventAttributes', failWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution decision to fail this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

failWorkflowExecutionFailedEventAttributes_cause :: Lens' FailWorkflowExecutionFailedEventAttributes FailWorkflowExecutionFailedCause Source #

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

failWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' FailWorkflowExecutionFailedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution decision to fail this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

HistoryEvent

data HistoryEvent Source #

Event within a workflow execution. A history event can be one of these types:

  • ActivityTaskCancelRequested – A RequestCancelActivityTask decision was received by the system.
  • ActivityTaskCanceled – The activity task was successfully canceled.
  • ActivityTaskCompleted – An activity worker successfully completed an activity task by calling RespondActivityTaskCompleted.
  • ActivityTaskFailed – An activity worker failed an activity task by calling RespondActivityTaskFailed.
  • ActivityTaskScheduled – An activity task was scheduled for execution.
  • ActivityTaskStarted – The scheduled activity task was dispatched to a worker.
  • ActivityTaskTimedOut – The activity task timed out.
  • CancelTimerFailed – Failed to process CancelTimer decision. This happens when the decision isn't configured properly, for example no timer exists with the specified timer Id.
  • CancelWorkflowExecutionFailed – A request to cancel a workflow execution failed.
  • ChildWorkflowExecutionCanceled – A child workflow execution, started by this workflow execution, was canceled and closed.
  • ChildWorkflowExecutionCompleted – A child workflow execution, started by this workflow execution, completed successfully and was closed.
  • ChildWorkflowExecutionFailed – A child workflow execution, started by this workflow execution, failed to complete successfully and was closed.
  • ChildWorkflowExecutionStarted – A child workflow execution was successfully started.
  • ChildWorkflowExecutionTerminated – A child workflow execution, started by this workflow execution, was terminated.
  • ChildWorkflowExecutionTimedOut – A child workflow execution, started by this workflow execution, timed out and was closed.
  • CompleteWorkflowExecutionFailed – The workflow execution failed to complete.
  • ContinueAsNewWorkflowExecutionFailed – The workflow execution failed to complete after being continued as a new workflow execution.
  • DecisionTaskCompleted – The decider successfully completed a decision task by calling RespondDecisionTaskCompleted.
  • DecisionTaskScheduled – A decision task was scheduled for the workflow execution.
  • DecisionTaskStarted – The decision task was dispatched to a decider.
  • DecisionTaskTimedOut – The decision task timed out.
  • ExternalWorkflowExecutionCancelRequested – Request to cancel an external workflow execution was successfully delivered to the target execution.
  • ExternalWorkflowExecutionSignaled – A signal, requested by this workflow execution, was successfully delivered to the target external workflow execution.
  • FailWorkflowExecutionFailed – A request to mark a workflow execution as failed, itself failed.
  • MarkerRecorded – A marker was recorded in the workflow history as the result of a RecordMarker decision.
  • RecordMarkerFailed – A RecordMarker decision was returned as failed.
  • RequestCancelActivityTaskFailed – Failed to process RequestCancelActivityTask decision. This happens when the decision isn't configured properly.
  • RequestCancelExternalWorkflowExecutionFailed – Request to cancel an external workflow execution failed.
  • RequestCancelExternalWorkflowExecutionInitiated – A request was made to request the cancellation of an external workflow execution.
  • ScheduleActivityTaskFailed – Failed to process ScheduleActivityTask decision. This happens when the decision isn't configured properly, for example the activity type specified isn't registered.
  • SignalExternalWorkflowExecutionFailed – The request to signal an external workflow execution failed.
  • SignalExternalWorkflowExecutionInitiated – A request to signal an external workflow was made.
  • StartActivityTaskFailed – A scheduled activity task failed to start.
  • StartChildWorkflowExecutionFailed – Failed to process StartChildWorkflowExecution decision. This happens when the decision isn't configured properly, for example the workflow type specified isn't registered.
  • StartChildWorkflowExecutionInitiated – A request was made to start a child workflow execution.
  • StartTimerFailed – Failed to process StartTimer decision. This happens when the decision isn't configured properly, for example a timer already exists with the specified timer Id.
  • TimerCanceled – A timer, previously started for this workflow execution, was successfully canceled.
  • TimerFired – A timer, previously started for this workflow execution, fired.
  • TimerStarted – A timer was started for the workflow execution due to a StartTimer decision.
  • WorkflowExecutionCancelRequested – A request to cancel this workflow execution was made.
  • WorkflowExecutionCanceled – The workflow execution was successfully canceled and closed.
  • WorkflowExecutionCompleted – The workflow execution was closed due to successful completion.
  • WorkflowExecutionContinuedAsNew – The workflow execution was closed and a new execution of the same type was created with the same workflowId.
  • WorkflowExecutionFailed – The workflow execution closed due to a failure.
  • WorkflowExecutionSignaled – An external signal was received for the workflow execution.
  • WorkflowExecutionStarted – The workflow execution was started.
  • WorkflowExecutionTerminated – The workflow execution was terminated.
  • WorkflowExecutionTimedOut – The workflow execution was closed because a time out was exceeded.

See: newHistoryEvent smart constructor.

Constructors

HistoryEvent' 

Fields

Instances

Instances details
Eq HistoryEvent Source # 
Instance details

Defined in Amazonka.SWF.Types.HistoryEvent

Read HistoryEvent Source # 
Instance details

Defined in Amazonka.SWF.Types.HistoryEvent

Show HistoryEvent Source # 
Instance details

Defined in Amazonka.SWF.Types.HistoryEvent

Generic HistoryEvent Source # 
Instance details

Defined in Amazonka.SWF.Types.HistoryEvent

Associated Types

type Rep HistoryEvent :: Type -> Type #

NFData HistoryEvent Source # 
Instance details

Defined in Amazonka.SWF.Types.HistoryEvent

Methods

rnf :: HistoryEvent -> () #

Hashable HistoryEvent Source # 
Instance details

Defined in Amazonka.SWF.Types.HistoryEvent

FromJSON HistoryEvent Source # 
Instance details

Defined in Amazonka.SWF.Types.HistoryEvent

type Rep HistoryEvent Source # 
Instance details

Defined in Amazonka.SWF.Types.HistoryEvent

type Rep HistoryEvent = D1 ('MetaData "HistoryEvent" "Amazonka.SWF.Types.HistoryEvent" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "HistoryEvent'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "workflowExecutionCancelRequestedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionCancelRequestedEventAttributes)) :*: (S1 ('MetaSel ('Just "recordMarkerFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecordMarkerFailedEventAttributes)) :*: S1 ('MetaSel ('Just "requestCancelExternalWorkflowExecutionInitiatedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestCancelExternalWorkflowExecutionInitiatedEventAttributes)))) :*: ((S1 ('MetaSel ('Just "lambdaFunctionStartedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionStartedEventAttributes)) :*: S1 ('MetaSel ('Just "decisionTaskScheduledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DecisionTaskScheduledEventAttributes))) :*: (S1 ('MetaSel ('Just "workflowExecutionCompletedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionCompletedEventAttributes)) :*: S1 ('MetaSel ('Just "startTimerFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartTimerFailedEventAttributes))))) :*: ((S1 ('MetaSel ('Just "activityTaskScheduledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityTaskScheduledEventAttributes)) :*: (S1 ('MetaSel ('Just "scheduleActivityTaskFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleActivityTaskFailedEventAttributes)) :*: S1 ('MetaSel ('Just "childWorkflowExecutionCompletedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionCompletedEventAttributes)))) :*: ((S1 ('MetaSel ('Just "markerRecordedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MarkerRecordedEventAttributes)) :*: S1 ('MetaSel ('Just "scheduleLambdaFunctionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleLambdaFunctionFailedEventAttributes))) :*: (S1 ('MetaSel ('Just "completeWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CompleteWorkflowExecutionFailedEventAttributes)) :*: S1 ('MetaSel ('Just "lambdaFunctionCompletedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionCompletedEventAttributes)))))) :*: (((S1 ('MetaSel ('Just "requestCancelExternalWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestCancelExternalWorkflowExecutionFailedEventAttributes)) :*: (S1 ('MetaSel ('Just "timerCanceledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimerCanceledEventAttributes)) :*: S1 ('MetaSel ('Just "workflowExecutionStartedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionStartedEventAttributes)))) :*: ((S1 ('MetaSel ('Just "activityTaskCompletedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityTaskCompletedEventAttributes)) :*: S1 ('MetaSel ('Just "decisionTaskTimedOutEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DecisionTaskTimedOutEventAttributes))) :*: (S1 ('MetaSel ('Just "cancelTimerFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CancelTimerFailedEventAttributes)) :*: S1 ('MetaSel ('Just "childWorkflowExecutionStartedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionStartedEventAttributes))))) :*: ((S1 ('MetaSel ('Just "activityTaskCanceledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityTaskCanceledEventAttributes)) :*: (S1 ('MetaSel ('Just "activityTaskTimedOutEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityTaskTimedOutEventAttributes)) :*: S1 ('MetaSel ('Just "decisionTaskStartedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DecisionTaskStartedEventAttributes)))) :*: ((S1 ('MetaSel ('Just "workflowExecutionTerminatedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionTerminatedEventAttributes)) :*: S1 ('MetaSel ('Just "childWorkflowExecutionCanceledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionCanceledEventAttributes))) :*: (S1 ('MetaSel ('Just "requestCancelActivityTaskFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestCancelActivityTaskFailedEventAttributes)) :*: S1 ('MetaSel ('Just "lambdaFunctionScheduledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionScheduledEventAttributes))))))) :*: ((((S1 ('MetaSel ('Just "childWorkflowExecutionTimedOutEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionTimedOutEventAttributes)) :*: (S1 ('MetaSel ('Just "cancelWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CancelWorkflowExecutionFailedEventAttributes)) :*: S1 ('MetaSel ('Just "startChildWorkflowExecutionInitiatedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartChildWorkflowExecutionInitiatedEventAttributes)))) :*: ((S1 ('MetaSel ('Just "signalExternalWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SignalExternalWorkflowExecutionFailedEventAttributes)) :*: S1 ('MetaSel ('Just "activityTaskStartedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityTaskStartedEventAttributes))) :*: (S1 ('MetaSel ('Just "startLambdaFunctionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartLambdaFunctionFailedEventAttributes)) :*: S1 ('MetaSel ('Just "childWorkflowExecutionTerminatedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionTerminatedEventAttributes))))) :*: ((S1 ('MetaSel ('Just "lambdaFunctionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionFailedEventAttributes)) :*: (S1 ('MetaSel ('Just "workflowExecutionCanceledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionCanceledEventAttributes)) :*: S1 ('MetaSel ('Just "timerStartedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimerStartedEventAttributes)))) :*: ((S1 ('MetaSel ('Just "activityTaskCancelRequestedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityTaskCancelRequestedEventAttributes)) :*: S1 ('MetaSel ('Just "workflowExecutionTimedOutEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionTimedOutEventAttributes))) :*: (S1 ('MetaSel ('Just "workflowExecutionSignaledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionSignaledEventAttributes)) :*: S1 ('MetaSel ('Just "timerFiredEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimerFiredEventAttributes)))))) :*: (((S1 ('MetaSel ('Just "activityTaskFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityTaskFailedEventAttributes)) :*: (S1 ('MetaSel ('Just "externalWorkflowExecutionSignaledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExternalWorkflowExecutionSignaledEventAttributes)) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DecisionTaskCompletedEventAttributes)))) :*: ((S1 ('MetaSel ('Just "startChildWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartChildWorkflowExecutionFailedEventAttributes)) :*: S1 ('MetaSel ('Just "childWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionFailedEventAttributes))) :*: (S1 ('MetaSel ('Just "failWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailWorkflowExecutionFailedEventAttributes)) :*: S1 ('MetaSel ('Just "continueAsNewWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContinueAsNewWorkflowExecutionFailedEventAttributes))))) :*: (((S1 ('MetaSel ('Just "signalExternalWorkflowExecutionInitiatedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SignalExternalWorkflowExecutionInitiatedEventAttributes)) :*: S1 ('MetaSel ('Just "lambdaFunctionTimedOutEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionTimedOutEventAttributes))) :*: (S1 ('MetaSel ('Just "workflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionFailedEventAttributes)) :*: S1 ('MetaSel ('Just "workflowExecutionContinuedAsNewEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionContinuedAsNewEventAttributes)))) :*: ((S1 ('MetaSel ('Just "externalWorkflowExecutionCancelRequestedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExternalWorkflowExecutionCancelRequestedEventAttributes)) :*: S1 ('MetaSel ('Just "eventTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)) :*: (S1 ('MetaSel ('Just "eventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EventType) :*: S1 ('MetaSel ('Just "eventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))))))

newHistoryEvent Source #

Create a value of HistoryEvent with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:workflowExecutionCancelRequestedEventAttributes:HistoryEvent', historyEvent_workflowExecutionCancelRequestedEventAttributes - If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:recordMarkerFailedEventAttributes:HistoryEvent', historyEvent_recordMarkerFailedEventAttributes - If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:requestCancelExternalWorkflowExecutionInitiatedEventAttributes:HistoryEvent', historyEvent_requestCancelExternalWorkflowExecutionInitiatedEventAttributes - If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:lambdaFunctionStartedEventAttributes:HistoryEvent', historyEvent_lambdaFunctionStartedEventAttributes - Provides the details of the LambdaFunctionStarted event. It isn't set for other event types.

$sel:decisionTaskScheduledEventAttributes:HistoryEvent', historyEvent_decisionTaskScheduledEventAttributes - If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:workflowExecutionCompletedEventAttributes:HistoryEvent', historyEvent_workflowExecutionCompletedEventAttributes - If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:startTimerFailedEventAttributes:HistoryEvent', historyEvent_startTimerFailedEventAttributes - If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:activityTaskScheduledEventAttributes:HistoryEvent', historyEvent_activityTaskScheduledEventAttributes - If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:scheduleActivityTaskFailedEventAttributes:HistoryEvent', historyEvent_scheduleActivityTaskFailedEventAttributes - If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:childWorkflowExecutionCompletedEventAttributes:HistoryEvent', historyEvent_childWorkflowExecutionCompletedEventAttributes - If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:markerRecordedEventAttributes:HistoryEvent', historyEvent_markerRecordedEventAttributes - If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:scheduleLambdaFunctionFailedEventAttributes:HistoryEvent', historyEvent_scheduleLambdaFunctionFailedEventAttributes - Provides the details of the ScheduleLambdaFunctionFailed event. It isn't set for other event types.

$sel:completeWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_completeWorkflowExecutionFailedEventAttributes - If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:lambdaFunctionCompletedEventAttributes:HistoryEvent', historyEvent_lambdaFunctionCompletedEventAttributes - Provides the details of the LambdaFunctionCompleted event. It isn't set for other event types.

$sel:requestCancelExternalWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_requestCancelExternalWorkflowExecutionFailedEventAttributes - If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:timerCanceledEventAttributes:HistoryEvent', historyEvent_timerCanceledEventAttributes - If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:workflowExecutionStartedEventAttributes:HistoryEvent', historyEvent_workflowExecutionStartedEventAttributes - If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:activityTaskCompletedEventAttributes:HistoryEvent', historyEvent_activityTaskCompletedEventAttributes - If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:decisionTaskTimedOutEventAttributes:HistoryEvent', historyEvent_decisionTaskTimedOutEventAttributes - If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:cancelTimerFailedEventAttributes:HistoryEvent', historyEvent_cancelTimerFailedEventAttributes - If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:childWorkflowExecutionStartedEventAttributes:HistoryEvent', historyEvent_childWorkflowExecutionStartedEventAttributes - If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:activityTaskCanceledEventAttributes:HistoryEvent', historyEvent_activityTaskCanceledEventAttributes - If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:activityTaskTimedOutEventAttributes:HistoryEvent', historyEvent_activityTaskTimedOutEventAttributes - If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:decisionTaskStartedEventAttributes:HistoryEvent', historyEvent_decisionTaskStartedEventAttributes - If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:workflowExecutionTerminatedEventAttributes:HistoryEvent', historyEvent_workflowExecutionTerminatedEventAttributes - If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:childWorkflowExecutionCanceledEventAttributes:HistoryEvent', historyEvent_childWorkflowExecutionCanceledEventAttributes - If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:requestCancelActivityTaskFailedEventAttributes:HistoryEvent', historyEvent_requestCancelActivityTaskFailedEventAttributes - If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:lambdaFunctionScheduledEventAttributes:HistoryEvent', historyEvent_lambdaFunctionScheduledEventAttributes - Provides the details of the LambdaFunctionScheduled event. It isn't set for other event types.

$sel:childWorkflowExecutionTimedOutEventAttributes:HistoryEvent', historyEvent_childWorkflowExecutionTimedOutEventAttributes - If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:cancelWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_cancelWorkflowExecutionFailedEventAttributes - If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:startChildWorkflowExecutionInitiatedEventAttributes:HistoryEvent', historyEvent_startChildWorkflowExecutionInitiatedEventAttributes - If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:signalExternalWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_signalExternalWorkflowExecutionFailedEventAttributes - If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:activityTaskStartedEventAttributes:HistoryEvent', historyEvent_activityTaskStartedEventAttributes - If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:startLambdaFunctionFailedEventAttributes:HistoryEvent', historyEvent_startLambdaFunctionFailedEventAttributes - Provides the details of the StartLambdaFunctionFailed event. It isn't set for other event types.

$sel:childWorkflowExecutionTerminatedEventAttributes:HistoryEvent', historyEvent_childWorkflowExecutionTerminatedEventAttributes - If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:lambdaFunctionFailedEventAttributes:HistoryEvent', historyEvent_lambdaFunctionFailedEventAttributes - Provides the details of the LambdaFunctionFailed event. It isn't set for other event types.

$sel:workflowExecutionCanceledEventAttributes:HistoryEvent', historyEvent_workflowExecutionCanceledEventAttributes - If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:timerStartedEventAttributes:HistoryEvent', historyEvent_timerStartedEventAttributes - If the event is of type TimerStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:activityTaskCancelRequestedEventAttributes:HistoryEvent', historyEvent_activityTaskCancelRequestedEventAttributes - If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:workflowExecutionTimedOutEventAttributes:HistoryEvent', historyEvent_workflowExecutionTimedOutEventAttributes - If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:workflowExecutionSignaledEventAttributes:HistoryEvent', historyEvent_workflowExecutionSignaledEventAttributes - If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:timerFiredEventAttributes:HistoryEvent', historyEvent_timerFiredEventAttributes - If the event is of type TimerFired then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:activityTaskFailedEventAttributes:HistoryEvent', historyEvent_activityTaskFailedEventAttributes - If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:externalWorkflowExecutionSignaledEventAttributes:HistoryEvent', historyEvent_externalWorkflowExecutionSignaledEventAttributes - If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:decisionTaskCompletedEventAttributes:HistoryEvent', historyEvent_decisionTaskCompletedEventAttributes - If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:startChildWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_startChildWorkflowExecutionFailedEventAttributes - If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:childWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_childWorkflowExecutionFailedEventAttributes - If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:failWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_failWorkflowExecutionFailedEventAttributes - If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:continueAsNewWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_continueAsNewWorkflowExecutionFailedEventAttributes - If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:signalExternalWorkflowExecutionInitiatedEventAttributes:HistoryEvent', historyEvent_signalExternalWorkflowExecutionInitiatedEventAttributes - If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:lambdaFunctionTimedOutEventAttributes:HistoryEvent', historyEvent_lambdaFunctionTimedOutEventAttributes - Provides the details of the LambdaFunctionTimedOut event. It isn't set for other event types.

$sel:workflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_workflowExecutionFailedEventAttributes - If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:workflowExecutionContinuedAsNewEventAttributes:HistoryEvent', historyEvent_workflowExecutionContinuedAsNewEventAttributes - If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:externalWorkflowExecutionCancelRequestedEventAttributes:HistoryEvent', historyEvent_externalWorkflowExecutionCancelRequestedEventAttributes - If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:eventTimestamp:HistoryEvent', historyEvent_eventTimestamp - The date and time when the event occurred.

$sel:eventType:HistoryEvent', historyEvent_eventType - The type of the history event.

$sel:eventId:HistoryEvent', historyEvent_eventId - The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.

historyEvent_workflowExecutionCancelRequestedEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionCancelRequestedEventAttributes) Source #

If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_recordMarkerFailedEventAttributes :: Lens' HistoryEvent (Maybe RecordMarkerFailedEventAttributes) Source #

If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_requestCancelExternalWorkflowExecutionInitiatedEventAttributes :: Lens' HistoryEvent (Maybe RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Source #

If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_lambdaFunctionStartedEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionStartedEventAttributes) Source #

Provides the details of the LambdaFunctionStarted event. It isn't set for other event types.

historyEvent_decisionTaskScheduledEventAttributes :: Lens' HistoryEvent (Maybe DecisionTaskScheduledEventAttributes) Source #

If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_workflowExecutionCompletedEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionCompletedEventAttributes) Source #

If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_startTimerFailedEventAttributes :: Lens' HistoryEvent (Maybe StartTimerFailedEventAttributes) Source #

If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_activityTaskScheduledEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskScheduledEventAttributes) Source #

If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_scheduleActivityTaskFailedEventAttributes :: Lens' HistoryEvent (Maybe ScheduleActivityTaskFailedEventAttributes) Source #

If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_childWorkflowExecutionCompletedEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionCompletedEventAttributes) Source #

If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_markerRecordedEventAttributes :: Lens' HistoryEvent (Maybe MarkerRecordedEventAttributes) Source #

If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_scheduleLambdaFunctionFailedEventAttributes :: Lens' HistoryEvent (Maybe ScheduleLambdaFunctionFailedEventAttributes) Source #

Provides the details of the ScheduleLambdaFunctionFailed event. It isn't set for other event types.

historyEvent_completeWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe CompleteWorkflowExecutionFailedEventAttributes) Source #

If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_lambdaFunctionCompletedEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionCompletedEventAttributes) Source #

Provides the details of the LambdaFunctionCompleted event. It isn't set for other event types.

historyEvent_requestCancelExternalWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe RequestCancelExternalWorkflowExecutionFailedEventAttributes) Source #

If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_timerCanceledEventAttributes :: Lens' HistoryEvent (Maybe TimerCanceledEventAttributes) Source #

If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_workflowExecutionStartedEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionStartedEventAttributes) Source #

If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_activityTaskCompletedEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskCompletedEventAttributes) Source #

If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_decisionTaskTimedOutEventAttributes :: Lens' HistoryEvent (Maybe DecisionTaskTimedOutEventAttributes) Source #

If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_cancelTimerFailedEventAttributes :: Lens' HistoryEvent (Maybe CancelTimerFailedEventAttributes) Source #

If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_childWorkflowExecutionStartedEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionStartedEventAttributes) Source #

If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_activityTaskCanceledEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskCanceledEventAttributes) Source #

If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_activityTaskTimedOutEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskTimedOutEventAttributes) Source #

If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_decisionTaskStartedEventAttributes :: Lens' HistoryEvent (Maybe DecisionTaskStartedEventAttributes) Source #

If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_workflowExecutionTerminatedEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionTerminatedEventAttributes) Source #

If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_childWorkflowExecutionCanceledEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionCanceledEventAttributes) Source #

If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_requestCancelActivityTaskFailedEventAttributes :: Lens' HistoryEvent (Maybe RequestCancelActivityTaskFailedEventAttributes) Source #

If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_lambdaFunctionScheduledEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionScheduledEventAttributes) Source #

Provides the details of the LambdaFunctionScheduled event. It isn't set for other event types.

historyEvent_childWorkflowExecutionTimedOutEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionTimedOutEventAttributes) Source #

If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_cancelWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe CancelWorkflowExecutionFailedEventAttributes) Source #

If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_startChildWorkflowExecutionInitiatedEventAttributes :: Lens' HistoryEvent (Maybe StartChildWorkflowExecutionInitiatedEventAttributes) Source #

If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_signalExternalWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe SignalExternalWorkflowExecutionFailedEventAttributes) Source #

If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_activityTaskStartedEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskStartedEventAttributes) Source #

If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_startLambdaFunctionFailedEventAttributes :: Lens' HistoryEvent (Maybe StartLambdaFunctionFailedEventAttributes) Source #

Provides the details of the StartLambdaFunctionFailed event. It isn't set for other event types.

historyEvent_childWorkflowExecutionTerminatedEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionTerminatedEventAttributes) Source #

If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_lambdaFunctionFailedEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionFailedEventAttributes) Source #

Provides the details of the LambdaFunctionFailed event. It isn't set for other event types.

historyEvent_workflowExecutionCanceledEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionCanceledEventAttributes) Source #

If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_timerStartedEventAttributes :: Lens' HistoryEvent (Maybe TimerStartedEventAttributes) Source #

If the event is of type TimerStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_activityTaskCancelRequestedEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskCancelRequestedEventAttributes) Source #

If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_workflowExecutionTimedOutEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionTimedOutEventAttributes) Source #

If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_workflowExecutionSignaledEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionSignaledEventAttributes) Source #

If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_timerFiredEventAttributes :: Lens' HistoryEvent (Maybe TimerFiredEventAttributes) Source #

If the event is of type TimerFired then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_activityTaskFailedEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskFailedEventAttributes) Source #

If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_externalWorkflowExecutionSignaledEventAttributes :: Lens' HistoryEvent (Maybe ExternalWorkflowExecutionSignaledEventAttributes) Source #

If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_decisionTaskCompletedEventAttributes :: Lens' HistoryEvent (Maybe DecisionTaskCompletedEventAttributes) Source #

If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_startChildWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe StartChildWorkflowExecutionFailedEventAttributes) Source #

If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_childWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionFailedEventAttributes) Source #

If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_failWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe FailWorkflowExecutionFailedEventAttributes) Source #

If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_continueAsNewWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe ContinueAsNewWorkflowExecutionFailedEventAttributes) Source #

If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_signalExternalWorkflowExecutionInitiatedEventAttributes :: Lens' HistoryEvent (Maybe SignalExternalWorkflowExecutionInitiatedEventAttributes) Source #

If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_lambdaFunctionTimedOutEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionTimedOutEventAttributes) Source #

Provides the details of the LambdaFunctionTimedOut event. It isn't set for other event types.

historyEvent_workflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionFailedEventAttributes) Source #

If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_workflowExecutionContinuedAsNewEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionContinuedAsNewEventAttributes) Source #

If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_externalWorkflowExecutionCancelRequestedEventAttributes :: Lens' HistoryEvent (Maybe ExternalWorkflowExecutionCancelRequestedEventAttributes) Source #

If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It isn't set for other event types.

historyEvent_eventTimestamp :: Lens' HistoryEvent UTCTime Source #

The date and time when the event occurred.

historyEvent_eventType :: Lens' HistoryEvent EventType Source #

The type of the history event.

historyEvent_eventId :: Lens' HistoryEvent Integer Source #

The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.

LambdaFunctionCompletedEventAttributes

data LambdaFunctionCompletedEventAttributes Source #

Provides the details of the LambdaFunctionCompleted event. It isn't set for other event types.

See: newLambdaFunctionCompletedEventAttributes smart constructor.

Constructors

LambdaFunctionCompletedEventAttributes' 

Fields

  • result :: Maybe Text

    The results of the Lambda task.

  • scheduledEventId :: Integer

    The ID of the LambdaFunctionScheduled event that was recorded when this Lambda task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

  • startedEventId :: Integer

    The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

Instances

Instances details
Eq LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

Read LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

Show LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

Generic LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

NFData LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

Hashable LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

FromJSON LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

type Rep LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

type Rep LambdaFunctionCompletedEventAttributes = D1 ('MetaData "LambdaFunctionCompletedEventAttributes" "Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "LambdaFunctionCompletedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "result") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newLambdaFunctionCompletedEventAttributes Source #

Create a value of LambdaFunctionCompletedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:result:LambdaFunctionCompletedEventAttributes', lambdaFunctionCompletedEventAttributes_result - The results of the Lambda task.

$sel:scheduledEventId:LambdaFunctionCompletedEventAttributes', lambdaFunctionCompletedEventAttributes_scheduledEventId - The ID of the LambdaFunctionScheduled event that was recorded when this Lambda task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

$sel:startedEventId:LambdaFunctionCompletedEventAttributes', lambdaFunctionCompletedEventAttributes_startedEventId - The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

lambdaFunctionCompletedEventAttributes_scheduledEventId :: Lens' LambdaFunctionCompletedEventAttributes Integer Source #

The ID of the LambdaFunctionScheduled event that was recorded when this Lambda task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

lambdaFunctionCompletedEventAttributes_startedEventId :: Lens' LambdaFunctionCompletedEventAttributes Integer Source #

The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

LambdaFunctionFailedEventAttributes

data LambdaFunctionFailedEventAttributes Source #

Provides the details of the LambdaFunctionFailed event. It isn't set for other event types.

See: newLambdaFunctionFailedEventAttributes smart constructor.

Constructors

LambdaFunctionFailedEventAttributes' 

Fields

  • reason :: Maybe Text

    The reason provided for the failure.

  • details :: Maybe Text

    The details of the failure.

  • scheduledEventId :: Integer

    The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

  • startedEventId :: Integer

    The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

Instances

Instances details
Eq LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

Read LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

Show LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

Generic LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

NFData LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

Hashable LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

FromJSON LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

type Rep LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

type Rep LambdaFunctionFailedEventAttributes = D1 ('MetaData "LambdaFunctionFailedEventAttributes" "Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "LambdaFunctionFailedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newLambdaFunctionFailedEventAttributes Source #

Create a value of LambdaFunctionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:reason:LambdaFunctionFailedEventAttributes', lambdaFunctionFailedEventAttributes_reason - The reason provided for the failure.

$sel:details:LambdaFunctionFailedEventAttributes', lambdaFunctionFailedEventAttributes_details - The details of the failure.

$sel:scheduledEventId:LambdaFunctionFailedEventAttributes', lambdaFunctionFailedEventAttributes_scheduledEventId - The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

$sel:startedEventId:LambdaFunctionFailedEventAttributes', lambdaFunctionFailedEventAttributes_startedEventId - The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

lambdaFunctionFailedEventAttributes_scheduledEventId :: Lens' LambdaFunctionFailedEventAttributes Integer Source #

The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

lambdaFunctionFailedEventAttributes_startedEventId :: Lens' LambdaFunctionFailedEventAttributes Integer Source #

The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

LambdaFunctionScheduledEventAttributes

data LambdaFunctionScheduledEventAttributes Source #

Provides the details of the LambdaFunctionScheduled event. It isn't set for other event types.

See: newLambdaFunctionScheduledEventAttributes smart constructor.

Constructors

LambdaFunctionScheduledEventAttributes' 

Fields

  • control :: Maybe Text

    Data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.

  • input :: Maybe Text

    The input provided to the Lambda task.

  • startToCloseTimeout :: Maybe Text

    The maximum amount of time a worker can take to process the Lambda task.

  • id :: Text

    The unique ID of the Lambda task.

  • name :: Text

    The name of the Lambda function.

  • decisionTaskCompletedEventId :: Integer

    The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this activity task. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

Instances

Instances details
Eq LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionScheduledEventAttributes

Read LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionScheduledEventAttributes

Show LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionScheduledEventAttributes

Generic LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionScheduledEventAttributes

NFData LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionScheduledEventAttributes

Hashable LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionScheduledEventAttributes

FromJSON LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionScheduledEventAttributes

type Rep LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionScheduledEventAttributes

type Rep LambdaFunctionScheduledEventAttributes = D1 ('MetaData "LambdaFunctionScheduledEventAttributes" "Amazonka.SWF.Types.LambdaFunctionScheduledEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "LambdaFunctionScheduledEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newLambdaFunctionScheduledEventAttributes Source #

Create a value of LambdaFunctionScheduledEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:LambdaFunctionScheduledEventAttributes', lambdaFunctionScheduledEventAttributes_control - Data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.

$sel:input:LambdaFunctionScheduledEventAttributes', lambdaFunctionScheduledEventAttributes_input - The input provided to the Lambda task.

$sel:startToCloseTimeout:LambdaFunctionScheduledEventAttributes', lambdaFunctionScheduledEventAttributes_startToCloseTimeout - The maximum amount of time a worker can take to process the Lambda task.

$sel:id:LambdaFunctionScheduledEventAttributes', lambdaFunctionScheduledEventAttributes_id - The unique ID of the Lambda task.

$sel:name:LambdaFunctionScheduledEventAttributes', lambdaFunctionScheduledEventAttributes_name - The name of the Lambda function.

$sel:decisionTaskCompletedEventId:LambdaFunctionScheduledEventAttributes', lambdaFunctionScheduledEventAttributes_decisionTaskCompletedEventId - The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this activity task. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

lambdaFunctionScheduledEventAttributes_control :: Lens' LambdaFunctionScheduledEventAttributes (Maybe Text) Source #

Data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.

lambdaFunctionScheduledEventAttributes_startToCloseTimeout :: Lens' LambdaFunctionScheduledEventAttributes (Maybe Text) Source #

The maximum amount of time a worker can take to process the Lambda task.

lambdaFunctionScheduledEventAttributes_decisionTaskCompletedEventId :: Lens' LambdaFunctionScheduledEventAttributes Integer Source #

The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this activity task. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

LambdaFunctionStartedEventAttributes

data LambdaFunctionStartedEventAttributes Source #

Provides the details of the LambdaFunctionStarted event. It isn't set for other event types.

See: newLambdaFunctionStartedEventAttributes smart constructor.

Constructors

LambdaFunctionStartedEventAttributes' 

Fields

  • scheduledEventId :: Integer

    The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

Instances

Instances details
Eq LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

Read LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

Show LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

Generic LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

NFData LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

Hashable LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

FromJSON LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

type Rep LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

type Rep LambdaFunctionStartedEventAttributes = D1 ('MetaData "LambdaFunctionStartedEventAttributes" "Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "LambdaFunctionStartedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newLambdaFunctionStartedEventAttributes Source #

Create a value of LambdaFunctionStartedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:scheduledEventId:LambdaFunctionStartedEventAttributes', lambdaFunctionStartedEventAttributes_scheduledEventId - The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

lambdaFunctionStartedEventAttributes_scheduledEventId :: Lens' LambdaFunctionStartedEventAttributes Integer Source #

The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

LambdaFunctionTimedOutEventAttributes

data LambdaFunctionTimedOutEventAttributes Source #

Provides details of the LambdaFunctionTimedOut event.

See: newLambdaFunctionTimedOutEventAttributes smart constructor.

Constructors

LambdaFunctionTimedOutEventAttributes' 

Fields

  • timeoutType :: Maybe LambdaFunctionTimeoutType

    The type of the timeout that caused this event.

  • scheduledEventId :: Integer

    The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

  • startedEventId :: Integer

    The ID of the ActivityTaskStarted event that was recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

Instances

Instances details
Eq LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

Read LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

Show LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

Generic LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

NFData LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

Hashable LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

FromJSON LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

type Rep LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

type Rep LambdaFunctionTimedOutEventAttributes = D1 ('MetaData "LambdaFunctionTimedOutEventAttributes" "Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "LambdaFunctionTimedOutEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionTimeoutType)) :*: (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newLambdaFunctionTimedOutEventAttributes Source #

Create a value of LambdaFunctionTimedOutEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timeoutType:LambdaFunctionTimedOutEventAttributes', lambdaFunctionTimedOutEventAttributes_timeoutType - The type of the timeout that caused this event.

$sel:scheduledEventId:LambdaFunctionTimedOutEventAttributes', lambdaFunctionTimedOutEventAttributes_scheduledEventId - The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

$sel:startedEventId:LambdaFunctionTimedOutEventAttributes', lambdaFunctionTimedOutEventAttributes_startedEventId - The ID of the ActivityTaskStarted event that was recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

lambdaFunctionTimedOutEventAttributes_scheduledEventId :: Lens' LambdaFunctionTimedOutEventAttributes Integer Source #

The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

lambdaFunctionTimedOutEventAttributes_startedEventId :: Lens' LambdaFunctionTimedOutEventAttributes Integer Source #

The ID of the ActivityTaskStarted event that was recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

MarkerRecordedEventAttributes

data MarkerRecordedEventAttributes Source #

Provides the details of the MarkerRecorded event.

See: newMarkerRecordedEventAttributes smart constructor.

Constructors

MarkerRecordedEventAttributes' 

Fields

  • details :: Maybe Text

    The details of the marker.

  • markerName :: Text

    The name of the marker.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarker decision that requested this marker. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

Read MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

Show MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

Generic MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

Associated Types

type Rep MarkerRecordedEventAttributes :: Type -> Type #

NFData MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

Hashable MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

FromJSON MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

type Rep MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

type Rep MarkerRecordedEventAttributes = D1 ('MetaData "MarkerRecordedEventAttributes" "Amazonka.SWF.Types.MarkerRecordedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "MarkerRecordedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "markerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newMarkerRecordedEventAttributes Source #

Create a value of MarkerRecordedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:details:MarkerRecordedEventAttributes', markerRecordedEventAttributes_details - The details of the marker.

$sel:markerName:MarkerRecordedEventAttributes', markerRecordedEventAttributes_markerName - The name of the marker.

$sel:decisionTaskCompletedEventId:MarkerRecordedEventAttributes', markerRecordedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarker decision that requested this marker. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

markerRecordedEventAttributes_decisionTaskCompletedEventId :: Lens' MarkerRecordedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarker decision that requested this marker. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

PendingTaskCount

data PendingTaskCount Source #

Contains the count of tasks in a task list.

See: newPendingTaskCount smart constructor.

Constructors

PendingTaskCount' 

Fields

  • truncated :: Maybe Bool

    If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.

  • count :: Natural

    The number of tasks in the task list.

Instances

Instances details
Eq PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Read PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Show PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Generic PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Associated Types

type Rep PendingTaskCount :: Type -> Type #

NFData PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Methods

rnf :: PendingTaskCount -> () #

Hashable PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

FromJSON PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

type Rep PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

type Rep PendingTaskCount = D1 ('MetaData "PendingTaskCount" "Amazonka.SWF.Types.PendingTaskCount" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "PendingTaskCount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "truncated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newPendingTaskCount Source #

Create a value of PendingTaskCount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:truncated:PendingTaskCount', pendingTaskCount_truncated - If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.

$sel:count:PendingTaskCount', pendingTaskCount_count - The number of tasks in the task list.

pendingTaskCount_truncated :: Lens' PendingTaskCount (Maybe Bool) Source #

If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.

pendingTaskCount_count :: Lens' PendingTaskCount Natural Source #

The number of tasks in the task list.

RecordMarkerDecisionAttributes

data RecordMarkerDecisionAttributes Source #

Provides the details of the RecordMarker decision.

Access Control

You can use IAM policies to control this decision's access to Amazon SWF resources as follows:

  • Use a Resource element with the domain name to limit the action to only specified domains.
  • Use an Action element to allow or deny permission to call this action.
  • You cannot use an IAM policy to constrain this action's parameters.

If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

See: newRecordMarkerDecisionAttributes smart constructor.

Constructors

RecordMarkerDecisionAttributes' 

Fields

Instances

Instances details
Eq RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

Read RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

Show RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

Generic RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

Associated Types

type Rep RecordMarkerDecisionAttributes :: Type -> Type #

NFData RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

Hashable RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

ToJSON RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

type Rep RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

type Rep RecordMarkerDecisionAttributes = D1 ('MetaData "RecordMarkerDecisionAttributes" "Amazonka.SWF.Types.RecordMarkerDecisionAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "RecordMarkerDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "markerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRecordMarkerDecisionAttributes Source #

Create a value of RecordMarkerDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:details:RecordMarkerDecisionAttributes', recordMarkerDecisionAttributes_details - The details of the marker.

$sel:markerName:RecordMarkerDecisionAttributes', recordMarkerDecisionAttributes_markerName - The name of the marker.

RecordMarkerFailedEventAttributes

data RecordMarkerFailedEventAttributes Source #

Provides the details of the RecordMarkerFailed event.

See: newRecordMarkerFailedEventAttributes smart constructor.

Constructors

RecordMarkerFailedEventAttributes' 

Fields

  • markerName :: Text

    The marker's name.

  • cause :: RecordMarkerFailedCause

    The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

    If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarkerFailed decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedEventAttributes

Read RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedEventAttributes

Show RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedEventAttributes

Generic RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedEventAttributes

Associated Types

type Rep RecordMarkerFailedEventAttributes :: Type -> Type #

NFData RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedEventAttributes

Hashable RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedEventAttributes

FromJSON RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedEventAttributes

type Rep RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedEventAttributes

type Rep RecordMarkerFailedEventAttributes = D1 ('MetaData "RecordMarkerFailedEventAttributes" "Amazonka.SWF.Types.RecordMarkerFailedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "RecordMarkerFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "markerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RecordMarkerFailedCause) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newRecordMarkerFailedEventAttributes Source #

Create a value of RecordMarkerFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:markerName:RecordMarkerFailedEventAttributes', recordMarkerFailedEventAttributes_markerName - The marker's name.

$sel:cause:RecordMarkerFailedEventAttributes', recordMarkerFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:decisionTaskCompletedEventId:RecordMarkerFailedEventAttributes', recordMarkerFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarkerFailed decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

recordMarkerFailedEventAttributes_cause :: Lens' RecordMarkerFailedEventAttributes RecordMarkerFailedCause Source #

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

recordMarkerFailedEventAttributes_decisionTaskCompletedEventId :: Lens' RecordMarkerFailedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarkerFailed decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

RequestCancelActivityTaskDecisionAttributes

data RequestCancelActivityTaskDecisionAttributes Source #

Provides the details of the RequestCancelActivityTask decision.

Access Control

You can use IAM policies to control this decision's access to Amazon SWF resources as follows:

  • Use a Resource element with the domain name to limit the action to only specified domains.
  • Use an Action element to allow or deny permission to call this action.
  • You cannot use an IAM policy to constrain this action's parameters.

If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

See: newRequestCancelActivityTaskDecisionAttributes smart constructor.

Constructors

RequestCancelActivityTaskDecisionAttributes' 

Fields

Instances

Instances details
Eq RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes

Read RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes

Show RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes

Generic RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes

NFData RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes

Hashable RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes

ToJSON RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes

type Rep RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes

type Rep RequestCancelActivityTaskDecisionAttributes = D1 ('MetaData "RequestCancelActivityTaskDecisionAttributes" "Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "RequestCancelActivityTaskDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "activityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRequestCancelActivityTaskDecisionAttributes Source #

Create a value of RequestCancelActivityTaskDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:activityId:RequestCancelActivityTaskDecisionAttributes', requestCancelActivityTaskDecisionAttributes_activityId - The activityId of the activity task to be canceled.

RequestCancelActivityTaskFailedEventAttributes

data RequestCancelActivityTaskFailedEventAttributes Source #

Provides the details of the RequestCancelActivityTaskFailed event.

See: newRequestCancelActivityTaskFailedEventAttributes smart constructor.

Constructors

RequestCancelActivityTaskFailedEventAttributes' 

Fields

  • activityId :: Text

    The activityId provided in the RequestCancelActivityTask decision that failed.

  • cause :: RequestCancelActivityTaskFailedCause

    The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

    If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedEventAttributes

Read RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedEventAttributes

Show RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedEventAttributes

Generic RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedEventAttributes

NFData RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedEventAttributes

Hashable RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedEventAttributes

FromJSON RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedEventAttributes

type Rep RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedEventAttributes

type Rep RequestCancelActivityTaskFailedEventAttributes = D1 ('MetaData "RequestCancelActivityTaskFailedEventAttributes" "Amazonka.SWF.Types.RequestCancelActivityTaskFailedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "RequestCancelActivityTaskFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "activityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RequestCancelActivityTaskFailedCause) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newRequestCancelActivityTaskFailedEventAttributes Source #

Create a value of RequestCancelActivityTaskFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:activityId:RequestCancelActivityTaskFailedEventAttributes', requestCancelActivityTaskFailedEventAttributes_activityId - The activityId provided in the RequestCancelActivityTask decision that failed.

$sel:cause:RequestCancelActivityTaskFailedEventAttributes', requestCancelActivityTaskFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:decisionTaskCompletedEventId:RequestCancelActivityTaskFailedEventAttributes', requestCancelActivityTaskFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

requestCancelActivityTaskFailedEventAttributes_activityId :: Lens' RequestCancelActivityTaskFailedEventAttributes Text Source #

The activityId provided in the RequestCancelActivityTask decision that failed.

requestCancelActivityTaskFailedEventAttributes_cause :: Lens' RequestCancelActivityTaskFailedEventAttributes RequestCancelActivityTaskFailedCause Source #

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

requestCancelActivityTaskFailedEventAttributes_decisionTaskCompletedEventId :: Lens' RequestCancelActivityTaskFailedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

RequestCancelExternalWorkflowExecutionDecisionAttributes

data RequestCancelExternalWorkflowExecutionDecisionAttributes Source #

Provides the details of the RequestCancelExternalWorkflowExecution decision.

Access Control

You can use IAM policies to control this decision's access to Amazon SWF resources as follows:

  • Use a Resource element with the domain name to limit the action to only specified domains.
  • Use an Action element to allow or deny permission to call this action.
  • You cannot use an IAM policy to constrain this action's parameters.

If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

See: newRequestCancelExternalWorkflowExecutionDecisionAttributes smart constructor.

Constructors

RequestCancelExternalWorkflowExecutionDecisionAttributes' 

Fields

  • control :: Maybe Text

    The data attached to the event that can be used by the decider in subsequent workflow tasks.

  • runId :: Maybe Text

    The runId of the external workflow execution to cancel.

  • workflowId :: Text

    The workflowId of the external workflow execution to cancel.

Instances

Instances details
Eq RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes

Read RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes

Show RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes

Generic RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes

NFData RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes

Hashable RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes

ToJSON RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes

type Rep RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes

type Rep RequestCancelExternalWorkflowExecutionDecisionAttributes = D1 ('MetaData "RequestCancelExternalWorkflowExecutionDecisionAttributes" "Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "RequestCancelExternalWorkflowExecutionDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

requestCancelExternalWorkflowExecutionDecisionAttributes_control :: Lens' RequestCancelExternalWorkflowExecutionDecisionAttributes (Maybe Text) Source #

The data attached to the event that can be used by the decider in subsequent workflow tasks.

RequestCancelExternalWorkflowExecutionFailedEventAttributes

data RequestCancelExternalWorkflowExecutionFailedEventAttributes Source #

Provides the details of the RequestCancelExternalWorkflowExecutionFailed event.

See: newRequestCancelExternalWorkflowExecutionFailedEventAttributes smart constructor.

Constructors

RequestCancelExternalWorkflowExecutionFailedEventAttributes' 

Fields

  • control :: Maybe Text

    The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.

  • runId :: Maybe Text

    The runId of the external workflow execution.

  • workflowId :: Text

    The workflowId of the external workflow to which the cancel request was to be delivered.

  • cause :: RequestCancelExternalWorkflowExecutionFailedCause

    The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

    If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

  • initiatedEventId :: Integer

    The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedEventAttributes

Read RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedEventAttributes

Show RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedEventAttributes

Generic RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedEventAttributes

NFData RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedEventAttributes

Hashable RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedEventAttributes

FromJSON RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedEventAttributes

type Rep RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedEventAttributes

type Rep RequestCancelExternalWorkflowExecutionFailedEventAttributes = D1 ('MetaData "RequestCancelExternalWorkflowExecutionFailedEventAttributes" "Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "RequestCancelExternalWorkflowExecutionFailedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RequestCancelExternalWorkflowExecutionFailedCause) :*: (S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newRequestCancelExternalWorkflowExecutionFailedEventAttributes Source #

Create a value of RequestCancelExternalWorkflowExecutionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:RequestCancelExternalWorkflowExecutionFailedEventAttributes', requestCancelExternalWorkflowExecutionFailedEventAttributes_control - The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.

$sel:runId:RequestCancelExternalWorkflowExecutionFailedEventAttributes', requestCancelExternalWorkflowExecutionFailedEventAttributes_runId - The runId of the external workflow execution.

$sel:workflowId:RequestCancelExternalWorkflowExecutionFailedEventAttributes', requestCancelExternalWorkflowExecutionFailedEventAttributes_workflowId - The workflowId of the external workflow to which the cancel request was to be delivered.

$sel:cause:RequestCancelExternalWorkflowExecutionFailedEventAttributes', requestCancelExternalWorkflowExecutionFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:initiatedEventId:RequestCancelExternalWorkflowExecutionFailedEventAttributes', requestCancelExternalWorkflowExecutionFailedEventAttributes_initiatedEventId - The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:decisionTaskCompletedEventId:RequestCancelExternalWorkflowExecutionFailedEventAttributes', requestCancelExternalWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

requestCancelExternalWorkflowExecutionFailedEventAttributes_control :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes (Maybe Text) Source #

The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.

requestCancelExternalWorkflowExecutionFailedEventAttributes_cause :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes RequestCancelExternalWorkflowExecutionFailedCause Source #

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

requestCancelExternalWorkflowExecutionFailedEventAttributes_initiatedEventId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Integer Source #

The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

requestCancelExternalWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

data RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source #

Provides the details of the RequestCancelExternalWorkflowExecutionInitiated event.

See: newRequestCancelExternalWorkflowExecutionInitiatedEventAttributes smart constructor.

Constructors

RequestCancelExternalWorkflowExecutionInitiatedEventAttributes' 

Fields

  • control :: Maybe Text

    Data attached to the event that can be used by the decider in subsequent workflow tasks.

  • runId :: Maybe Text

    The runId of the external workflow execution to be canceled.

  • workflowId :: Text

    The workflowId of the external workflow execution to be canceled.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

Read RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

Show RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

Generic RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

NFData RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

Hashable RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

FromJSON RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

type Rep RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

type Rep RequestCancelExternalWorkflowExecutionInitiatedEventAttributes = D1 ('MetaData "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes" "Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newRequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source #

Create a value of RequestCancelExternalWorkflowExecutionInitiatedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:RequestCancelExternalWorkflowExecutionInitiatedEventAttributes', requestCancelExternalWorkflowExecutionInitiatedEventAttributes_control - Data attached to the event that can be used by the decider in subsequent workflow tasks.

$sel:runId:RequestCancelExternalWorkflowExecutionInitiatedEventAttributes', requestCancelExternalWorkflowExecutionInitiatedEventAttributes_runId - The runId of the external workflow execution to be canceled.

$sel:workflowId:RequestCancelExternalWorkflowExecutionInitiatedEventAttributes', requestCancelExternalWorkflowExecutionInitiatedEventAttributes_workflowId - The workflowId of the external workflow execution to be canceled.

$sel:decisionTaskCompletedEventId:RequestCancelExternalWorkflowExecutionInitiatedEventAttributes', requestCancelExternalWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

requestCancelExternalWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ResourceTag

data ResourceTag Source #

Tags are key-value pairs that can be associated with Amazon SWF state machines and activities.

Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

See: newResourceTag smart constructor.

Constructors

ResourceTag' 

Fields

Instances

Instances details
Eq ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

Read ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

Show ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

Generic ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

Associated Types

type Rep ResourceTag :: Type -> Type #

NFData ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

Methods

rnf :: ResourceTag -> () #

Hashable ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

ToJSON ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

FromJSON ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

type Rep ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

type Rep ResourceTag = D1 ('MetaData "ResourceTag" "Amazonka.SWF.Types.ResourceTag" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ResourceTag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newResourceTag Source #

Create a value of ResourceTag with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:value:ResourceTag', resourceTag_value - The value of a tag.

$sel:key:ResourceTag', resourceTag_key - The key of a tag.

ScheduleActivityTaskDecisionAttributes

data ScheduleActivityTaskDecisionAttributes Source #

Provides the details of the ScheduleActivityTask decision.

Access Control

You can use IAM policies to control this decision's access to Amazon SWF resources as follows:

  • Use a Resource element with the domain name to limit the action to only specified domains.
  • Use an Action element to allow or deny permission to call this action.
  • Constrain the following parameters by using a Condition element with the appropriate keys.

    • activityType.name – String constraint. The key is swf:activityType.name.
    • activityType.version – String constraint. The key is swf:activityType.version.
    • taskList – String constraint. The key is swf:taskList.name.

If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

See: newScheduleActivityTaskDecisionAttributes smart constructor.

Constructors

ScheduleActivityTaskDecisionAttributes' 

Fields

  • control :: Maybe Text

    Data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the activity.

  • heartbeatTimeout :: Maybe Text

    If set, specifies the maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or returns a result, it is ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

  • scheduleToCloseTimeout :: Maybe Text

    The maximum duration for this activity task.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

    A schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault is returned.

  • input :: Maybe Text

    The input provided to the activity task.

  • taskList :: Maybe TaskList

    If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type is used.

    A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default task list was specified at registration time then a fault is returned.

    The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not contain the literal string arn.

  • taskPriority :: Maybe Text

    If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

    For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

  • scheduleToStartTimeout :: Maybe Text

    If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

    A schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault is returned.

  • startToCloseTimeout :: Maybe Text

    If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

    A start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault is returned.

  • activityType :: ActivityType

    The type of the activity task to schedule.

  • activityId :: Text

    The activityId of the activity task.

    The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not contain the literal string arn.

Instances

Instances details
Eq ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskDecisionAttributes

Read ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskDecisionAttributes

Show ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskDecisionAttributes

Generic ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskDecisionAttributes

NFData ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskDecisionAttributes

Hashable ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskDecisionAttributes

ToJSON ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskDecisionAttributes

type Rep ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskDecisionAttributes

type Rep ScheduleActivityTaskDecisionAttributes = D1 ('MetaData "ScheduleActivityTaskDecisionAttributes" "Amazonka.SWF.Types.ScheduleActivityTaskDecisionAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ScheduleActivityTaskDecisionAttributes'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "heartbeatTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "scheduleToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskList))))) :*: ((S1 ('MetaSel ('Just "taskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "scheduleToStartTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "startToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "activityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActivityType) :*: S1 ('MetaSel ('Just "activityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newScheduleActivityTaskDecisionAttributes Source #

Create a value of ScheduleActivityTaskDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_control - Data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the activity.

$sel:heartbeatTimeout:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_heartbeatTimeout - If set, specifies the maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or returns a result, it is ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:scheduleToCloseTimeout:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_scheduleToCloseTimeout - The maximum duration for this activity task.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault is returned.

$sel:input:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_input - The input provided to the activity task.

$sel:taskList:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_taskList - If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type is used.

A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default task list was specified at registration time then a fault is returned.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not contain the literal string arn.

$sel:taskPriority:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_taskPriority - If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

$sel:scheduleToStartTimeout:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_scheduleToStartTimeout - If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault is returned.

$sel:startToCloseTimeout:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_startToCloseTimeout - If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault is returned.

$sel:activityType:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_activityType - The type of the activity task to schedule.

$sel:activityId:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_activityId - The activityId of the activity task.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not contain the literal string arn.

scheduleActivityTaskDecisionAttributes_control :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text) Source #

Data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the activity.

scheduleActivityTaskDecisionAttributes_heartbeatTimeout :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text) Source #

If set, specifies the maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or returns a result, it is ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

scheduleActivityTaskDecisionAttributes_scheduleToCloseTimeout :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text) Source #

The maximum duration for this activity task.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault is returned.

scheduleActivityTaskDecisionAttributes_taskList :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe TaskList) Source #

If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type is used.

A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default task list was specified at registration time then a fault is returned.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not contain the literal string arn.

scheduleActivityTaskDecisionAttributes_taskPriority :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text) Source #

If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

scheduleActivityTaskDecisionAttributes_scheduleToStartTimeout :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text) Source #

If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault is returned.

scheduleActivityTaskDecisionAttributes_startToCloseTimeout :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text) Source #

If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault is returned.

scheduleActivityTaskDecisionAttributes_activityId :: Lens' ScheduleActivityTaskDecisionAttributes Text Source #

The activityId of the activity task.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not contain the literal string arn.

ScheduleActivityTaskFailedEventAttributes

data ScheduleActivityTaskFailedEventAttributes Source #

Provides the details of the ScheduleActivityTaskFailed event.

See: newScheduleActivityTaskFailedEventAttributes smart constructor.

Constructors

ScheduleActivityTaskFailedEventAttributes' 

Fields

  • activityType :: ActivityType

    The activity type provided in the ScheduleActivityTask decision that failed.

  • activityId :: Text

    The activityId provided in the ScheduleActivityTask decision that failed.

  • cause :: ScheduleActivityTaskFailedCause

    The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

    If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedEventAttributes

Read ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedEventAttributes

Show ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedEventAttributes

Generic ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedEventAttributes

NFData ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedEventAttributes

Hashable ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedEventAttributes

FromJSON ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedEventAttributes

type Rep ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedEventAttributes

type Rep ScheduleActivityTaskFailedEventAttributes = D1 ('MetaData "ScheduleActivityTaskFailedEventAttributes" "Amazonka.SWF.Types.ScheduleActivityTaskFailedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ScheduleActivityTaskFailedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "activityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActivityType) :*: S1 ('MetaSel ('Just "activityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScheduleActivityTaskFailedCause) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newScheduleActivityTaskFailedEventAttributes Source #

Create a value of ScheduleActivityTaskFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:activityType:ScheduleActivityTaskFailedEventAttributes', scheduleActivityTaskFailedEventAttributes_activityType - The activity type provided in the ScheduleActivityTask decision that failed.

$sel:activityId:ScheduleActivityTaskFailedEventAttributes', scheduleActivityTaskFailedEventAttributes_activityId - The activityId provided in the ScheduleActivityTask decision that failed.

$sel:cause:ScheduleActivityTaskFailedEventAttributes', scheduleActivityTaskFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:decisionTaskCompletedEventId:ScheduleActivityTaskFailedEventAttributes', scheduleActivityTaskFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

scheduleActivityTaskFailedEventAttributes_activityType :: Lens' ScheduleActivityTaskFailedEventAttributes ActivityType Source #

The activity type provided in the ScheduleActivityTask decision that failed.

scheduleActivityTaskFailedEventAttributes_activityId :: Lens' ScheduleActivityTaskFailedEventAttributes Text Source #

The activityId provided in the ScheduleActivityTask decision that failed.

scheduleActivityTaskFailedEventAttributes_cause :: Lens' ScheduleActivityTaskFailedEventAttributes ScheduleActivityTaskFailedCause Source #

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

scheduleActivityTaskFailedEventAttributes_decisionTaskCompletedEventId :: Lens' ScheduleActivityTaskFailedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ScheduleLambdaFunctionDecisionAttributes

data ScheduleLambdaFunctionDecisionAttributes Source #

Decision attributes specified in scheduleLambdaFunctionDecisionAttributes within the list of decisions decisions passed to RespondDecisionTaskCompleted.

See: newScheduleLambdaFunctionDecisionAttributes smart constructor.

Constructors

ScheduleLambdaFunctionDecisionAttributes' 

Fields

  • control :: Maybe Text

    The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.

  • input :: Maybe Text

    The optional input data to be supplied to the Lambda function.

  • startToCloseTimeout :: Maybe Text

    The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started. This can be any integer from 1-300 (1s-5m). If no value is supplied, than a default value of 300s is assumed.

  • id :: Text

    A string that identifies the Lambda function execution in the event history.

  • name :: Text

    The name, or ARN, of the Lambda function to schedule.

Instances

Instances details
Eq ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionDecisionAttributes

Read ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionDecisionAttributes

Show ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionDecisionAttributes

Generic ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionDecisionAttributes

NFData ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionDecisionAttributes

Hashable ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionDecisionAttributes

ToJSON ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionDecisionAttributes

type Rep ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionDecisionAttributes

type Rep ScheduleLambdaFunctionDecisionAttributes = D1 ('MetaData "ScheduleLambdaFunctionDecisionAttributes" "Amazonka.SWF.Types.ScheduleLambdaFunctionDecisionAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ScheduleLambdaFunctionDecisionAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "startToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newScheduleLambdaFunctionDecisionAttributes Source #

Create a value of ScheduleLambdaFunctionDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:ScheduleLambdaFunctionDecisionAttributes', scheduleLambdaFunctionDecisionAttributes_control - The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.

$sel:input:ScheduleLambdaFunctionDecisionAttributes', scheduleLambdaFunctionDecisionAttributes_input - The optional input data to be supplied to the Lambda function.

$sel:startToCloseTimeout:ScheduleLambdaFunctionDecisionAttributes', scheduleLambdaFunctionDecisionAttributes_startToCloseTimeout - The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started. This can be any integer from 1-300 (1s-5m). If no value is supplied, than a default value of 300s is assumed.

$sel:id:ScheduleLambdaFunctionDecisionAttributes', scheduleLambdaFunctionDecisionAttributes_id - A string that identifies the Lambda function execution in the event history.

$sel:name:ScheduleLambdaFunctionDecisionAttributes', scheduleLambdaFunctionDecisionAttributes_name - The name, or ARN, of the Lambda function to schedule.

scheduleLambdaFunctionDecisionAttributes_control :: Lens' ScheduleLambdaFunctionDecisionAttributes (Maybe Text) Source #

The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.

scheduleLambdaFunctionDecisionAttributes_input :: Lens' ScheduleLambdaFunctionDecisionAttributes (Maybe Text) Source #

The optional input data to be supplied to the Lambda function.

scheduleLambdaFunctionDecisionAttributes_startToCloseTimeout :: Lens' ScheduleLambdaFunctionDecisionAttributes (Maybe Text) Source #

The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started. This can be any integer from 1-300 (1s-5m). If no value is supplied, than a default value of 300s is assumed.

scheduleLambdaFunctionDecisionAttributes_id :: Lens' ScheduleLambdaFunctionDecisionAttributes Text Source #

A string that identifies the Lambda function execution in the event history.

ScheduleLambdaFunctionFailedEventAttributes

data ScheduleLambdaFunctionFailedEventAttributes Source #

Provides the details of the ScheduleLambdaFunctionFailed event. It isn't set for other event types.

See: newScheduleLambdaFunctionFailedEventAttributes smart constructor.

Constructors

ScheduleLambdaFunctionFailedEventAttributes' 

Fields

  • id :: Text

    The ID provided in the ScheduleLambdaFunction decision that failed.

  • name :: Text

    The name of the Lambda function.

  • cause :: ScheduleLambdaFunctionFailedCause

    The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

    If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

  • decisionTaskCompletedEventId :: Integer

    The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this Lambda task. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

Instances

Instances details
Eq ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedEventAttributes

Read ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedEventAttributes

Show ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedEventAttributes

Generic ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedEventAttributes

NFData ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedEventAttributes

Hashable ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedEventAttributes

FromJSON ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedEventAttributes

type Rep ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedEventAttributes

type Rep ScheduleLambdaFunctionFailedEventAttributes = D1 ('MetaData "ScheduleLambdaFunctionFailedEventAttributes" "Amazonka.SWF.Types.ScheduleLambdaFunctionFailedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ScheduleLambdaFunctionFailedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScheduleLambdaFunctionFailedCause) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newScheduleLambdaFunctionFailedEventAttributes Source #

Create a value of ScheduleLambdaFunctionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:ScheduleLambdaFunctionFailedEventAttributes', scheduleLambdaFunctionFailedEventAttributes_id - The ID provided in the ScheduleLambdaFunction decision that failed.

$sel:name:ScheduleLambdaFunctionFailedEventAttributes', scheduleLambdaFunctionFailedEventAttributes_name - The name of the Lambda function.

$sel:cause:ScheduleLambdaFunctionFailedEventAttributes', scheduleLambdaFunctionFailedEventAttributes_cause - The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:decisionTaskCompletedEventId:ScheduleLambdaFunctionFailedEventAttributes', scheduleLambdaFunctionFailedEventAttributes_decisionTaskCompletedEventId - The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this Lambda task. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

scheduleLambdaFunctionFailedEventAttributes_id :: Lens' ScheduleLambdaFunctionFailedEventAttributes Text Source #

The ID provided in the ScheduleLambdaFunction decision that failed.

scheduleLambdaFunctionFailedEventAttributes_cause :: Lens' ScheduleLambdaFunctionFailedEventAttributes ScheduleLambdaFunctionFailedCause Source #

The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

scheduleLambdaFunctionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' ScheduleLambdaFunctionFailedEventAttributes Integer Source #

The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this Lambda task. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

SignalExternalWorkflowExecutionDecisionAttributes

data SignalExternalWorkflowExecutionDecisionAttributes Source #

Provides the details of the SignalExternalWorkflowExecution decision.

Access Control

You can use IAM policies to control this decision's access to Amazon SWF resources as follows:

  • Use a Resource element with the domain name to limit the action to only specified domains.
  • Use an Action element to allow or deny permission to call this action.
  • You cannot use an IAM policy to constrain this action's parameters.

If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

See: newSignalExternalWorkflowExecutionDecisionAttributes smart constructor.

Constructors

SignalExternalWorkflowExecutionDecisionAttributes' 

Fields

  • control :: Maybe Text

    The data attached to the event that can be used by the decider in subsequent decision tasks.

  • input :: Maybe Text

    The input data to be provided with the signal. The target workflow execution uses the signal name and input data to process the signal.

  • runId :: Maybe Text

    The runId of the workflow execution to be signaled.

  • workflowId :: Text

    The workflowId of the workflow execution to be signaled.

  • signalName :: Text

    The name of the signal.The target workflow execution uses the signal name and input to process the signal.

Instances

Instances details
Eq SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionDecisionAttributes

Read SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionDecisionAttributes

Show SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionDecisionAttributes

Generic SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionDecisionAttributes

NFData SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionDecisionAttributes

Hashable SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionDecisionAttributes

ToJSON SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionDecisionAttributes

type Rep SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionDecisionAttributes

type Rep SignalExternalWorkflowExecutionDecisionAttributes = D1 ('MetaData "SignalExternalWorkflowExecutionDecisionAttributes" "Amazonka.SWF.Types.SignalExternalWorkflowExecutionDecisionAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "SignalExternalWorkflowExecutionDecisionAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "signalName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newSignalExternalWorkflowExecutionDecisionAttributes Source #

Create a value of SignalExternalWorkflowExecutionDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:SignalExternalWorkflowExecutionDecisionAttributes', signalExternalWorkflowExecutionDecisionAttributes_control - The data attached to the event that can be used by the decider in subsequent decision tasks.

$sel:input:SignalExternalWorkflowExecutionDecisionAttributes', signalExternalWorkflowExecutionDecisionAttributes_input - The input data to be provided with the signal. The target workflow execution uses the signal name and input data to process the signal.

$sel:runId:SignalExternalWorkflowExecutionDecisionAttributes', signalExternalWorkflowExecutionDecisionAttributes_runId - The runId of the workflow execution to be signaled.

$sel:workflowId:SignalExternalWorkflowExecutionDecisionAttributes', signalExternalWorkflowExecutionDecisionAttributes_workflowId - The workflowId of the workflow execution to be signaled.

$sel:signalName:SignalExternalWorkflowExecutionDecisionAttributes', signalExternalWorkflowExecutionDecisionAttributes_signalName - The name of the signal.The target workflow execution uses the signal name and input to process the signal.

signalExternalWorkflowExecutionDecisionAttributes_control :: Lens' SignalExternalWorkflowExecutionDecisionAttributes (Maybe Text) Source #

The data attached to the event that can be used by the decider in subsequent decision tasks.

signalExternalWorkflowExecutionDecisionAttributes_input :: Lens' SignalExternalWorkflowExecutionDecisionAttributes (Maybe Text) Source #

The input data to be provided with the signal. The target workflow execution uses the signal name and input data to process the signal.

signalExternalWorkflowExecutionDecisionAttributes_signalName :: Lens' SignalExternalWorkflowExecutionDecisionAttributes Text Source #

The name of the signal.The target workflow execution uses the signal name and input to process the signal.

SignalExternalWorkflowExecutionFailedEventAttributes

data SignalExternalWorkflowExecutionFailedEventAttributes Source #

Provides the details of the SignalExternalWorkflowExecutionFailed event.

See: newSignalExternalWorkflowExecutionFailedEventAttributes smart constructor.

Constructors

SignalExternalWorkflowExecutionFailedEventAttributes' 

Fields

  • control :: Maybe Text

    The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.

  • runId :: Maybe Text

    The runId of the external workflow execution that the signal was being delivered to.

  • workflowId :: Text

    The workflowId of the external workflow execution that the signal was being delivered to.

  • cause :: SignalExternalWorkflowExecutionFailedCause

    The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

    If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

  • initiatedEventId :: Integer

    The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedEventAttributes

Read SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedEventAttributes

Show SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedEventAttributes

Generic SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedEventAttributes

NFData SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedEventAttributes

Hashable SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedEventAttributes

FromJSON SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedEventAttributes

type Rep SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedEventAttributes

type Rep SignalExternalWorkflowExecutionFailedEventAttributes = D1 ('MetaData "SignalExternalWorkflowExecutionFailedEventAttributes" "Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "SignalExternalWorkflowExecutionFailedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SignalExternalWorkflowExecutionFailedCause) :*: (S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newSignalExternalWorkflowExecutionFailedEventAttributes Source #

Create a value of SignalExternalWorkflowExecutionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:SignalExternalWorkflowExecutionFailedEventAttributes', signalExternalWorkflowExecutionFailedEventAttributes_control - The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.

$sel:runId:SignalExternalWorkflowExecutionFailedEventAttributes', signalExternalWorkflowExecutionFailedEventAttributes_runId - The runId of the external workflow execution that the signal was being delivered to.

$sel:workflowId:SignalExternalWorkflowExecutionFailedEventAttributes', signalExternalWorkflowExecutionFailedEventAttributes_workflowId - The workflowId of the external workflow execution that the signal was being delivered to.

$sel:cause:SignalExternalWorkflowExecutionFailedEventAttributes', signalExternalWorkflowExecutionFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:initiatedEventId:SignalExternalWorkflowExecutionFailedEventAttributes', signalExternalWorkflowExecutionFailedEventAttributes_initiatedEventId - The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:decisionTaskCompletedEventId:SignalExternalWorkflowExecutionFailedEventAttributes', signalExternalWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

signalExternalWorkflowExecutionFailedEventAttributes_control :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes (Maybe Text) Source #

The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.

signalExternalWorkflowExecutionFailedEventAttributes_runId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes (Maybe Text) Source #

The runId of the external workflow execution that the signal was being delivered to.

signalExternalWorkflowExecutionFailedEventAttributes_workflowId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Text Source #

The workflowId of the external workflow execution that the signal was being delivered to.

signalExternalWorkflowExecutionFailedEventAttributes_cause :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes SignalExternalWorkflowExecutionFailedCause Source #

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

signalExternalWorkflowExecutionFailedEventAttributes_initiatedEventId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Integer Source #

The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

signalExternalWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

SignalExternalWorkflowExecutionInitiatedEventAttributes

data SignalExternalWorkflowExecutionInitiatedEventAttributes Source #

Provides the details of the SignalExternalWorkflowExecutionInitiated event.

See: newSignalExternalWorkflowExecutionInitiatedEventAttributes smart constructor.

Constructors

SignalExternalWorkflowExecutionInitiatedEventAttributes' 

Fields

  • control :: Maybe Text

    Data attached to the event that can be used by the decider in subsequent decision tasks.

  • input :: Maybe Text

    The input provided to the signal.

  • runId :: Maybe Text

    The runId of the external workflow execution to send the signal to.

  • workflowId :: Text

    The workflowId of the external workflow execution.

  • signalName :: Text

    The name of the signal.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionInitiatedEventAttributes

Read SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionInitiatedEventAttributes

Show SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionInitiatedEventAttributes

Generic SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionInitiatedEventAttributes

NFData SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionInitiatedEventAttributes

Hashable SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionInitiatedEventAttributes

FromJSON SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionInitiatedEventAttributes

type Rep SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionInitiatedEventAttributes

type Rep SignalExternalWorkflowExecutionInitiatedEventAttributes = D1 ('MetaData "SignalExternalWorkflowExecutionInitiatedEventAttributes" "Amazonka.SWF.Types.SignalExternalWorkflowExecutionInitiatedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "SignalExternalWorkflowExecutionInitiatedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "signalName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newSignalExternalWorkflowExecutionInitiatedEventAttributes Source #

Create a value of SignalExternalWorkflowExecutionInitiatedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:SignalExternalWorkflowExecutionInitiatedEventAttributes', signalExternalWorkflowExecutionInitiatedEventAttributes_control - Data attached to the event that can be used by the decider in subsequent decision tasks.

$sel:input:SignalExternalWorkflowExecutionInitiatedEventAttributes', signalExternalWorkflowExecutionInitiatedEventAttributes_input - The input provided to the signal.

$sel:runId:SignalExternalWorkflowExecutionInitiatedEventAttributes', signalExternalWorkflowExecutionInitiatedEventAttributes_runId - The runId of the external workflow execution to send the signal to.

$sel:workflowId:SignalExternalWorkflowExecutionInitiatedEventAttributes', signalExternalWorkflowExecutionInitiatedEventAttributes_workflowId - The workflowId of the external workflow execution.

$sel:signalName:SignalExternalWorkflowExecutionInitiatedEventAttributes', signalExternalWorkflowExecutionInitiatedEventAttributes_signalName - The name of the signal.

$sel:decisionTaskCompletedEventId:SignalExternalWorkflowExecutionInitiatedEventAttributes', signalExternalWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

signalExternalWorkflowExecutionInitiatedEventAttributes_control :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #

Data attached to the event that can be used by the decider in subsequent decision tasks.

signalExternalWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

StartChildWorkflowExecutionDecisionAttributes

data StartChildWorkflowExecutionDecisionAttributes Source #

Provides the details of the StartChildWorkflowExecution decision.

Access Control

You can use IAM policies to control this decision's access to Amazon SWF resources as follows:

  • Use a Resource element with the domain name to limit the action to only specified domains.
  • Use an Action element to allow or deny permission to call this action.
  • Constrain the following parameters by using a Condition element with the appropriate keys.

    • tagList.member.N – The key is "swf:tagList.N" where N is the tag number from 0 to 4, inclusive.
    • taskList – String constraint. The key is swf:taskList.name.
    • workflowType.name – String constraint. The key is swf:workflowType.name.
    • workflowType.version – String constraint. The key is swf:workflowType.version.

If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

See: newStartChildWorkflowExecutionDecisionAttributes smart constructor.

Constructors

StartChildWorkflowExecutionDecisionAttributes' 

Fields

  • control :: Maybe Text

    The data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the child workflow execution.

  • tagList :: Maybe [Text]

    The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.

  • taskStartToCloseTimeout :: Maybe Text

    Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering the workflow type using RegisterWorkflowType.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

    A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault is returned.

  • lambdaRole :: Maybe Text

    The IAM role attached to the child workflow execution.

  • input :: Maybe Text

    The input to be provided to the workflow execution.

  • executionStartToCloseTimeout :: Maybe Text

    The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

    An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault is returned.

  • taskList :: Maybe TaskList

    The name of the task list to be used for decision tasks of the child workflow execution.

    A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault is returned.

    The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not contain the literal string arn.

  • taskPriority :: Maybe Text

    A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

    For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

  • childPolicy :: Maybe ChildPolicy

    If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.

    The supported child policies are:

    • TERMINATE – The child executions are terminated.
    • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
    • ABANDON – No action is taken. The child executions continue to run.

    A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.

  • workflowType :: WorkflowType

    The type of the workflow execution to be started.

  • workflowId :: Text

    The workflowId of the workflow execution.

    The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not contain the literal string arn.

Instances

Instances details
Eq StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionDecisionAttributes

Read StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionDecisionAttributes

Show StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionDecisionAttributes

Generic StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionDecisionAttributes

NFData StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionDecisionAttributes

Hashable StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionDecisionAttributes

ToJSON StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionDecisionAttributes

type Rep StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionDecisionAttributes

type Rep StartChildWorkflowExecutionDecisionAttributes = D1 ('MetaData "StartChildWorkflowExecutionDecisionAttributes" "Amazonka.SWF.Types.StartChildWorkflowExecutionDecisionAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "StartChildWorkflowExecutionDecisionAttributes'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "taskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "executionStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskList)) :*: S1 ('MetaSel ('Just "taskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "childPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildPolicy)) :*: (S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType) :*: S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newStartChildWorkflowExecutionDecisionAttributes Source #

Create a value of StartChildWorkflowExecutionDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_control - The data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the child workflow execution.

$sel:tagList:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_tagList - The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.

$sel:taskStartToCloseTimeout:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_taskStartToCloseTimeout - Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering the workflow type using RegisterWorkflowType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault is returned.

$sel:lambdaRole:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_lambdaRole - The IAM role attached to the child workflow execution.

$sel:input:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_input - The input to be provided to the workflow execution.

$sel:executionStartToCloseTimeout:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_executionStartToCloseTimeout - The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault is returned.

$sel:taskList:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_taskList - The name of the task list to be used for decision tasks of the child workflow execution.

A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault is returned.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not contain the literal string arn.

$sel:taskPriority:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_taskPriority - A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

$sel:childPolicy:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_childPolicy - If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
  • ABANDON – No action is taken. The child executions continue to run.

A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.

$sel:workflowType:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_workflowType - The type of the workflow execution to be started.

$sel:workflowId:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_workflowId - The workflowId of the workflow execution.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not contain the literal string arn.

startChildWorkflowExecutionDecisionAttributes_control :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text) Source #

The data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the child workflow execution.

startChildWorkflowExecutionDecisionAttributes_tagList :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe [Text]) Source #

The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.

startChildWorkflowExecutionDecisionAttributes_taskStartToCloseTimeout :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text) Source #

Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering the workflow type using RegisterWorkflowType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault is returned.

startChildWorkflowExecutionDecisionAttributes_executionStartToCloseTimeout :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text) Source #

The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault is returned.

startChildWorkflowExecutionDecisionAttributes_taskList :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe TaskList) Source #

The name of the task list to be used for decision tasks of the child workflow execution.

A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault is returned.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not contain the literal string arn.

startChildWorkflowExecutionDecisionAttributes_taskPriority :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text) Source #

A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

startChildWorkflowExecutionDecisionAttributes_childPolicy :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe ChildPolicy) Source #

If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
  • ABANDON – No action is taken. The child executions continue to run.

A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.

startChildWorkflowExecutionDecisionAttributes_workflowId :: Lens' StartChildWorkflowExecutionDecisionAttributes Text Source #

The workflowId of the workflow execution.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not contain the literal string arn.

StartChildWorkflowExecutionFailedEventAttributes

data StartChildWorkflowExecutionFailedEventAttributes Source #

Provides the details of the StartChildWorkflowExecutionFailed event.

See: newStartChildWorkflowExecutionFailedEventAttributes smart constructor.

Constructors

StartChildWorkflowExecutionFailedEventAttributes' 

Fields

  • control :: Maybe Text

    The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the child workflow execution.

  • workflowType :: WorkflowType

    The workflow type provided in the StartChildWorkflowExecution Decision that failed.

  • cause :: StartChildWorkflowExecutionFailedCause

    The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

    When cause is set to OPERATION_NOT_PERMITTED, the decision fails because it lacks sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

  • workflowId :: Text

    The workflowId of the child workflow execution.

  • initiatedEventId :: Integer

    When the cause is WORKFLOW_ALREADY_RUNNING, initiatedEventId is the ID of the StartChildWorkflowExecutionInitiated event that corresponds to the StartChildWorkflowExecution Decision to start the workflow execution. You can use this information to diagnose problems by tracing back the chain of events leading up to this event.

    When the cause isn't WORKFLOW_ALREADY_RUNNING, initiatedEventId is set to 0 because the StartChildWorkflowExecutionInitiated event doesn't exist.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events.

Instances

Instances details
Eq StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedEventAttributes

Read StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedEventAttributes

Show StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedEventAttributes

Generic StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedEventAttributes

NFData StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedEventAttributes

Hashable StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedEventAttributes

FromJSON StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedEventAttributes

type Rep StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedEventAttributes

type Rep StartChildWorkflowExecutionFailedEventAttributes = D1 ('MetaData "StartChildWorkflowExecutionFailedEventAttributes" "Amazonka.SWF.Types.StartChildWorkflowExecutionFailedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "StartChildWorkflowExecutionFailedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType) :*: S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StartChildWorkflowExecutionFailedCause))) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newStartChildWorkflowExecutionFailedEventAttributes Source #

Create a value of StartChildWorkflowExecutionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:StartChildWorkflowExecutionFailedEventAttributes', startChildWorkflowExecutionFailedEventAttributes_control - The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the child workflow execution.

$sel:workflowType:StartChildWorkflowExecutionFailedEventAttributes', startChildWorkflowExecutionFailedEventAttributes_workflowType - The workflow type provided in the StartChildWorkflowExecution Decision that failed.

$sel:cause:StartChildWorkflowExecutionFailedEventAttributes', startChildWorkflowExecutionFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

When cause is set to OPERATION_NOT_PERMITTED, the decision fails because it lacks sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:workflowId:StartChildWorkflowExecutionFailedEventAttributes', startChildWorkflowExecutionFailedEventAttributes_workflowId - The workflowId of the child workflow execution.

$sel:initiatedEventId:StartChildWorkflowExecutionFailedEventAttributes', startChildWorkflowExecutionFailedEventAttributes_initiatedEventId - When the cause is WORKFLOW_ALREADY_RUNNING, initiatedEventId is the ID of the StartChildWorkflowExecutionInitiated event that corresponds to the StartChildWorkflowExecution Decision to start the workflow execution. You can use this information to diagnose problems by tracing back the chain of events leading up to this event.

When the cause isn't WORKFLOW_ALREADY_RUNNING, initiatedEventId is set to 0 because the StartChildWorkflowExecutionInitiated event doesn't exist.

$sel:decisionTaskCompletedEventId:StartChildWorkflowExecutionFailedEventAttributes', startChildWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events.

startChildWorkflowExecutionFailedEventAttributes_control :: Lens' StartChildWorkflowExecutionFailedEventAttributes (Maybe Text) Source #

The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the child workflow execution.

startChildWorkflowExecutionFailedEventAttributes_workflowType :: Lens' StartChildWorkflowExecutionFailedEventAttributes WorkflowType Source #

The workflow type provided in the StartChildWorkflowExecution Decision that failed.

startChildWorkflowExecutionFailedEventAttributes_cause :: Lens' StartChildWorkflowExecutionFailedEventAttributes StartChildWorkflowExecutionFailedCause Source #

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

When cause is set to OPERATION_NOT_PERMITTED, the decision fails because it lacks sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

startChildWorkflowExecutionFailedEventAttributes_initiatedEventId :: Lens' StartChildWorkflowExecutionFailedEventAttributes Integer Source #

When the cause is WORKFLOW_ALREADY_RUNNING, initiatedEventId is the ID of the StartChildWorkflowExecutionInitiated event that corresponds to the StartChildWorkflowExecution Decision to start the workflow execution. You can use this information to diagnose problems by tracing back the chain of events leading up to this event.

When the cause isn't WORKFLOW_ALREADY_RUNNING, initiatedEventId is set to 0 because the StartChildWorkflowExecutionInitiated event doesn't exist.

startChildWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' StartChildWorkflowExecutionFailedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events.

StartChildWorkflowExecutionInitiatedEventAttributes

data StartChildWorkflowExecutionInitiatedEventAttributes Source #

Provides the details of the StartChildWorkflowExecutionInitiated event.

See: newStartChildWorkflowExecutionInitiatedEventAttributes smart constructor.

Constructors

StartChildWorkflowExecutionInitiatedEventAttributes' 

Fields

  • control :: Maybe Text

    Data attached to the event that can be used by the decider in subsequent decision tasks. This data isn't sent to the activity.

  • tagList :: Maybe [Text]

    The list of tags to associated with the child workflow execution.

  • taskStartToCloseTimeout :: Maybe Text

    The maximum duration allowed for the decision tasks for this workflow execution.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

  • lambdaRole :: Maybe Text

    The IAM role to attach to the child workflow execution.

  • input :: Maybe Text

    The inputs provided to the child workflow execution.

  • executionStartToCloseTimeout :: Maybe Text

    The maximum duration for the child workflow execution. If the workflow execution isn't closed within this duration, it is timed out and force-terminated.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

  • taskPriority :: Maybe Text

    The priority assigned for the decision tasks for this workflow execution. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

    For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

  • workflowId :: Text

    The workflowId of the child workflow execution.

  • workflowType :: WorkflowType

    The type of the child workflow execution.

  • taskList :: TaskList

    The name of the task list used for the decision tasks of the child workflow execution.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.

  • childPolicy :: ChildPolicy

    The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

    The supported child policies are:

    • TERMINATE – The child executions are terminated.
    • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
    • ABANDON – No action is taken. The child executions continue to run.

Instances

Instances details
Eq StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionInitiatedEventAttributes

Read StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionInitiatedEventAttributes

Show StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionInitiatedEventAttributes

Generic StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionInitiatedEventAttributes

NFData StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionInitiatedEventAttributes

Hashable StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionInitiatedEventAttributes

FromJSON StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionInitiatedEventAttributes

type Rep StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionInitiatedEventAttributes

type Rep StartChildWorkflowExecutionInitiatedEventAttributes = D1 ('MetaData "StartChildWorkflowExecutionInitiatedEventAttributes" "Amazonka.SWF.Types.StartChildWorkflowExecutionInitiatedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "StartChildWorkflowExecutionInitiatedEventAttributes'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "taskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "taskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType))) :*: (S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaskList) :*: (S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "childPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChildPolicy))))))

newStartChildWorkflowExecutionInitiatedEventAttributes Source #

Create a value of StartChildWorkflowExecutionInitiatedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_control - Data attached to the event that can be used by the decider in subsequent decision tasks. This data isn't sent to the activity.

$sel:tagList:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_tagList - The list of tags to associated with the child workflow execution.

$sel:taskStartToCloseTimeout:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_taskStartToCloseTimeout - The maximum duration allowed for the decision tasks for this workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:lambdaRole:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_lambdaRole - The IAM role to attach to the child workflow execution.

$sel:input:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_input - The inputs provided to the child workflow execution.

$sel:executionStartToCloseTimeout:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_executionStartToCloseTimeout - The maximum duration for the child workflow execution. If the workflow execution isn't closed within this duration, it is timed out and force-terminated.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:taskPriority:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_taskPriority - The priority assigned for the decision tasks for this workflow execution. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

$sel:workflowId:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_workflowId - The workflowId of the child workflow execution.

$sel:workflowType:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_workflowType - The type of the child workflow execution.

$sel:taskList:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_taskList - The name of the task list used for the decision tasks of the child workflow execution.

$sel:decisionTaskCompletedEventId:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.

$sel:childPolicy:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_childPolicy - The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
  • ABANDON – No action is taken. The child executions continue to run.

startChildWorkflowExecutionInitiatedEventAttributes_control :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #

Data attached to the event that can be used by the decider in subsequent decision tasks. This data isn't sent to the activity.

startChildWorkflowExecutionInitiatedEventAttributes_taskStartToCloseTimeout :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #

The maximum duration allowed for the decision tasks for this workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

startChildWorkflowExecutionInitiatedEventAttributes_executionStartToCloseTimeout :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #

The maximum duration for the child workflow execution. If the workflow execution isn't closed within this duration, it is timed out and force-terminated.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

startChildWorkflowExecutionInitiatedEventAttributes_taskPriority :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #

The priority assigned for the decision tasks for this workflow execution. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

startChildWorkflowExecutionInitiatedEventAttributes_taskList :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes TaskList Source #

The name of the task list used for the decision tasks of the child workflow execution.

startChildWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.

startChildWorkflowExecutionInitiatedEventAttributes_childPolicy :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes ChildPolicy Source #

The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
  • ABANDON – No action is taken. The child executions continue to run.

StartLambdaFunctionFailedEventAttributes

data StartLambdaFunctionFailedEventAttributes Source #

Provides the details of the StartLambdaFunctionFailed event. It isn't set for other event types.

See: newStartLambdaFunctionFailedEventAttributes smart constructor.

Constructors

StartLambdaFunctionFailedEventAttributes' 

Fields

  • scheduledEventId :: Maybe Integer

    The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

  • cause :: Maybe StartLambdaFunctionFailedCause

    The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

    If cause is set to OPERATION_NOT_PERMITTED, the decision failed because the IAM role attached to the execution lacked sufficient permissions. For details and example IAM policies, see Lambda Tasks in the Amazon SWF Developer Guide.

  • message :: Maybe Text

    A description that can help diagnose the cause of the fault.

Instances

Instances details
Eq StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedEventAttributes

Read StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedEventAttributes

Show StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedEventAttributes

Generic StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedEventAttributes

NFData StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedEventAttributes

Hashable StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedEventAttributes

FromJSON StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedEventAttributes

type Rep StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedEventAttributes

type Rep StartLambdaFunctionFailedEventAttributes = D1 ('MetaData "StartLambdaFunctionFailedEventAttributes" "Amazonka.SWF.Types.StartLambdaFunctionFailedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "StartLambdaFunctionFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartLambdaFunctionFailedCause)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newStartLambdaFunctionFailedEventAttributes :: StartLambdaFunctionFailedEventAttributes Source #

Create a value of StartLambdaFunctionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:scheduledEventId:StartLambdaFunctionFailedEventAttributes', startLambdaFunctionFailedEventAttributes_scheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

$sel:cause:StartLambdaFunctionFailedEventAttributes', startLambdaFunctionFailedEventAttributes_cause - The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because the IAM role attached to the execution lacked sufficient permissions. For details and example IAM policies, see Lambda Tasks in the Amazon SWF Developer Guide.

$sel:message:StartLambdaFunctionFailedEventAttributes', startLambdaFunctionFailedEventAttributes_message - A description that can help diagnose the cause of the fault.

startLambdaFunctionFailedEventAttributes_scheduledEventId :: Lens' StartLambdaFunctionFailedEventAttributes (Maybe Integer) Source #

The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

startLambdaFunctionFailedEventAttributes_cause :: Lens' StartLambdaFunctionFailedEventAttributes (Maybe StartLambdaFunctionFailedCause) Source #

The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because the IAM role attached to the execution lacked sufficient permissions. For details and example IAM policies, see Lambda Tasks in the Amazon SWF Developer Guide.

StartTimerDecisionAttributes

data StartTimerDecisionAttributes Source #

Provides the details of the StartTimer decision.

Access Control

You can use IAM policies to control this decision's access to Amazon SWF resources as follows:

  • Use a Resource element with the domain name to limit the action to only specified domains.
  • Use an Action element to allow or deny permission to call this action.
  • You cannot use an IAM policy to constrain this action's parameters.

If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

See: newStartTimerDecisionAttributes smart constructor.

Constructors

StartTimerDecisionAttributes' 

Fields

  • control :: Maybe Text

    The data attached to the event that can be used by the decider in subsequent workflow tasks.

  • timerId :: Text

    The unique ID of the timer.

    The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not contain the literal string arn.

  • startToFireTimeout :: Text

    The duration to wait before firing the timer.

    The duration is specified in seconds, an integer greater than or equal to 0.

Instances

Instances details
Eq StartTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerDecisionAttributes

Read StartTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerDecisionAttributes

Show StartTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerDecisionAttributes

Generic StartTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerDecisionAttributes

Associated Types

type Rep StartTimerDecisionAttributes :: Type -> Type #

NFData StartTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerDecisionAttributes

Hashable StartTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerDecisionAttributes

ToJSON StartTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerDecisionAttributes

type Rep StartTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerDecisionAttributes

type Rep StartTimerDecisionAttributes = D1 ('MetaData "StartTimerDecisionAttributes" "Amazonka.SWF.Types.StartTimerDecisionAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "StartTimerDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "timerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "startToFireTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newStartTimerDecisionAttributes Source #

Create a value of StartTimerDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:StartTimerDecisionAttributes', startTimerDecisionAttributes_control - The data attached to the event that can be used by the decider in subsequent workflow tasks.

$sel:timerId:StartTimerDecisionAttributes', startTimerDecisionAttributes_timerId - The unique ID of the timer.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not contain the literal string arn.

$sel:startToFireTimeout:StartTimerDecisionAttributes', startTimerDecisionAttributes_startToFireTimeout - The duration to wait before firing the timer.

The duration is specified in seconds, an integer greater than or equal to 0.

startTimerDecisionAttributes_control :: Lens' StartTimerDecisionAttributes (Maybe Text) Source #

The data attached to the event that can be used by the decider in subsequent workflow tasks.

startTimerDecisionAttributes_timerId :: Lens' StartTimerDecisionAttributes Text Source #

The unique ID of the timer.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not contain the literal string arn.

startTimerDecisionAttributes_startToFireTimeout :: Lens' StartTimerDecisionAttributes Text Source #

The duration to wait before firing the timer.

The duration is specified in seconds, an integer greater than or equal to 0.

StartTimerFailedEventAttributes

data StartTimerFailedEventAttributes Source #

Provides the details of the StartTimerFailed event.

See: newStartTimerFailedEventAttributes smart constructor.

Constructors

StartTimerFailedEventAttributes' 

Fields

  • timerId :: Text

    The timerId provided in the StartTimer decision that failed.

  • cause :: StartTimerFailedCause

    The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

    If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq StartTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedEventAttributes

Read StartTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedEventAttributes

Show StartTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedEventAttributes

Generic StartTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedEventAttributes

Associated Types

type Rep StartTimerFailedEventAttributes :: Type -> Type #

NFData StartTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedEventAttributes

Hashable StartTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedEventAttributes

FromJSON StartTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedEventAttributes

type Rep StartTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedEventAttributes

type Rep StartTimerFailedEventAttributes = D1 ('MetaData "StartTimerFailedEventAttributes" "Amazonka.SWF.Types.StartTimerFailedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "StartTimerFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StartTimerFailedCause) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newStartTimerFailedEventAttributes Source #

Create a value of StartTimerFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timerId:StartTimerFailedEventAttributes', startTimerFailedEventAttributes_timerId - The timerId provided in the StartTimer decision that failed.

$sel:cause:StartTimerFailedEventAttributes', startTimerFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:decisionTaskCompletedEventId:StartTimerFailedEventAttributes', startTimerFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

startTimerFailedEventAttributes_timerId :: Lens' StartTimerFailedEventAttributes Text Source #

The timerId provided in the StartTimer decision that failed.

startTimerFailedEventAttributes_cause :: Lens' StartTimerFailedEventAttributes StartTimerFailedCause Source #

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

startTimerFailedEventAttributes_decisionTaskCompletedEventId :: Lens' StartTimerFailedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

TagFilter

data TagFilter Source #

Used to filter the workflow executions in visibility APIs based on a tag.

See: newTagFilter smart constructor.

Constructors

TagFilter' 

Fields

  • tag :: Text

    Specifies the tag that must be associated with the execution for it to meet the filter criteria.

    Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

Instances

Instances details
Eq TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

Read TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

Show TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

Generic TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

Associated Types

type Rep TagFilter :: Type -> Type #

NFData TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

Methods

rnf :: TagFilter -> () #

Hashable TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

ToJSON TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

type Rep TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

type Rep TagFilter = D1 ('MetaData "TagFilter" "Amazonka.SWF.Types.TagFilter" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "TagFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTagFilter Source #

Create a value of TagFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tag:TagFilter', tagFilter_tag - Specifies the tag that must be associated with the execution for it to meet the filter criteria.

Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

tagFilter_tag :: Lens' TagFilter Text Source #

Specifies the tag that must be associated with the execution for it to meet the filter criteria.

Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

TaskList

data TaskList Source #

Represents a task list.

See: newTaskList smart constructor.

Constructors

TaskList' 

Fields

Instances

Instances details
Eq TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

Read TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

Show TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

Generic TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

Associated Types

type Rep TaskList :: Type -> Type #

Methods

from :: TaskList -> Rep TaskList x #

to :: Rep TaskList x -> TaskList #

NFData TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

Methods

rnf :: TaskList -> () #

Hashable TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

Methods

hashWithSalt :: Int -> TaskList -> Int #

hash :: TaskList -> Int #

ToJSON TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

FromJSON TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

type Rep TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

type Rep TaskList = D1 ('MetaData "TaskList" "Amazonka.SWF.Types.TaskList" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "TaskList'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTaskList Source #

Create a value of TaskList with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:TaskList', taskList_name - The name of the task list.

taskList_name :: Lens' TaskList Text Source #

The name of the task list.

TimerCanceledEventAttributes

data TimerCanceledEventAttributes Source #

Provides the details of the TimerCanceled event.

See: newTimerCanceledEventAttributes smart constructor.

Constructors

TimerCanceledEventAttributes' 

Fields

  • timerId :: Text

    The unique ID of the timer that was canceled.

  • startedEventId :: Integer

    The ID of the TimerStarted event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelTimer decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq TimerCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerCanceledEventAttributes

Read TimerCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerCanceledEventAttributes

Show TimerCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerCanceledEventAttributes

Generic TimerCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerCanceledEventAttributes

Associated Types

type Rep TimerCanceledEventAttributes :: Type -> Type #

NFData TimerCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerCanceledEventAttributes

Hashable TimerCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerCanceledEventAttributes

FromJSON TimerCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerCanceledEventAttributes

type Rep TimerCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerCanceledEventAttributes

type Rep TimerCanceledEventAttributes = D1 ('MetaData "TimerCanceledEventAttributes" "Amazonka.SWF.Types.TimerCanceledEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "TimerCanceledEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newTimerCanceledEventAttributes Source #

Create a value of TimerCanceledEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timerId:TimerCanceledEventAttributes', timerCanceledEventAttributes_timerId - The unique ID of the timer that was canceled.

$sel:startedEventId:TimerCanceledEventAttributes', timerCanceledEventAttributes_startedEventId - The ID of the TimerStarted event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:decisionTaskCompletedEventId:TimerCanceledEventAttributes', timerCanceledEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelTimer decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

timerCanceledEventAttributes_startedEventId :: Lens' TimerCanceledEventAttributes Integer Source #

The ID of the TimerStarted event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

timerCanceledEventAttributes_decisionTaskCompletedEventId :: Lens' TimerCanceledEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelTimer decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

TimerFiredEventAttributes

data TimerFiredEventAttributes Source #

Provides the details of the TimerFired event.

See: newTimerFiredEventAttributes smart constructor.

Constructors

TimerFiredEventAttributes' 

Fields

  • timerId :: Text

    The unique ID of the timer that fired.

  • startedEventId :: Integer

    The ID of the TimerStarted event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq TimerFiredEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerFiredEventAttributes

Read TimerFiredEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerFiredEventAttributes

Show TimerFiredEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerFiredEventAttributes

Generic TimerFiredEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerFiredEventAttributes

Associated Types

type Rep TimerFiredEventAttributes :: Type -> Type #

NFData TimerFiredEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerFiredEventAttributes

Hashable TimerFiredEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerFiredEventAttributes

FromJSON TimerFiredEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerFiredEventAttributes

type Rep TimerFiredEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerFiredEventAttributes

type Rep TimerFiredEventAttributes = D1 ('MetaData "TimerFiredEventAttributes" "Amazonka.SWF.Types.TimerFiredEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "TimerFiredEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newTimerFiredEventAttributes Source #

Create a value of TimerFiredEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timerId:TimerFiredEventAttributes', timerFiredEventAttributes_timerId - The unique ID of the timer that fired.

$sel:startedEventId:TimerFiredEventAttributes', timerFiredEventAttributes_startedEventId - The ID of the TimerStarted event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

timerFiredEventAttributes_startedEventId :: Lens' TimerFiredEventAttributes Integer Source #

The ID of the TimerStarted event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

TimerStartedEventAttributes

data TimerStartedEventAttributes Source #

Provides the details of the TimerStarted event.

See: newTimerStartedEventAttributes smart constructor.

Constructors

TimerStartedEventAttributes' 

Fields

  • control :: Maybe Text

    Data attached to the event that can be used by the decider in subsequent workflow tasks.

  • timerId :: Text

    The unique ID of the timer that was started.

  • startToFireTimeout :: Text

    The duration of time after which the timer fires.

    The duration is specified in seconds, an integer greater than or equal to 0.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq TimerStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerStartedEventAttributes

Read TimerStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerStartedEventAttributes

Show TimerStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerStartedEventAttributes

Generic TimerStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerStartedEventAttributes

Associated Types

type Rep TimerStartedEventAttributes :: Type -> Type #

NFData TimerStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerStartedEventAttributes

Hashable TimerStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerStartedEventAttributes

FromJSON TimerStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerStartedEventAttributes

type Rep TimerStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerStartedEventAttributes

type Rep TimerStartedEventAttributes = D1 ('MetaData "TimerStartedEventAttributes" "Amazonka.SWF.Types.TimerStartedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "TimerStartedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "startToFireTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newTimerStartedEventAttributes Source #

Create a value of TimerStartedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:TimerStartedEventAttributes', timerStartedEventAttributes_control - Data attached to the event that can be used by the decider in subsequent workflow tasks.

$sel:timerId:TimerStartedEventAttributes', timerStartedEventAttributes_timerId - The unique ID of the timer that was started.

$sel:startToFireTimeout:TimerStartedEventAttributes', timerStartedEventAttributes_startToFireTimeout - The duration of time after which the timer fires.

The duration is specified in seconds, an integer greater than or equal to 0.

$sel:decisionTaskCompletedEventId:TimerStartedEventAttributes', timerStartedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

timerStartedEventAttributes_control :: Lens' TimerStartedEventAttributes (Maybe Text) Source #

Data attached to the event that can be used by the decider in subsequent workflow tasks.

timerStartedEventAttributes_timerId :: Lens' TimerStartedEventAttributes Text Source #

The unique ID of the timer that was started.

timerStartedEventAttributes_startToFireTimeout :: Lens' TimerStartedEventAttributes Text Source #

The duration of time after which the timer fires.

The duration is specified in seconds, an integer greater than or equal to 0.

timerStartedEventAttributes_decisionTaskCompletedEventId :: Lens' TimerStartedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

WorkflowExecution

data WorkflowExecution Source #

Represents a workflow execution.

See: newWorkflowExecution smart constructor.

Constructors

WorkflowExecution' 

Fields

  • workflowId :: Text

    The user defined identifier associated with the workflow execution.

  • runId :: Text

    A system-generated unique identifier for the workflow execution.

Instances

Instances details
Eq WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

Read WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

Show WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

Generic WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

Associated Types

type Rep WorkflowExecution :: Type -> Type #

NFData WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

Methods

rnf :: WorkflowExecution -> () #

Hashable WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

ToJSON WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

FromJSON WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

type Rep WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

type Rep WorkflowExecution = D1 ('MetaData "WorkflowExecution" "Amazonka.SWF.Types.WorkflowExecution" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newWorkflowExecution Source #

Create a value of WorkflowExecution with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:workflowId:WorkflowExecution', workflowExecution_workflowId - The user defined identifier associated with the workflow execution.

$sel:runId:WorkflowExecution', workflowExecution_runId - A system-generated unique identifier for the workflow execution.

workflowExecution_workflowId :: Lens' WorkflowExecution Text Source #

The user defined identifier associated with the workflow execution.

workflowExecution_runId :: Lens' WorkflowExecution Text Source #

A system-generated unique identifier for the workflow execution.

WorkflowExecutionCancelRequestedEventAttributes

data WorkflowExecutionCancelRequestedEventAttributes Source #

Provides the details of the WorkflowExecutionCancelRequested event.

See: newWorkflowExecutionCancelRequestedEventAttributes smart constructor.

Constructors

WorkflowExecutionCancelRequestedEventAttributes' 

Fields

  • externalWorkflowExecution :: Maybe WorkflowExecution

    The external workflow execution for which the cancellation was requested.

  • externalInitiatedEventId :: Maybe Integer

    The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

  • cause :: Maybe WorkflowExecutionCancelRequestedCause

    If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.

Instances

Instances details
Eq WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedEventAttributes

Read WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedEventAttributes

Show WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedEventAttributes

Generic WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedEventAttributes

NFData WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedEventAttributes

Hashable WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedEventAttributes

FromJSON WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedEventAttributes

type Rep WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedEventAttributes

type Rep WorkflowExecutionCancelRequestedEventAttributes = D1 ('MetaData "WorkflowExecutionCancelRequestedEventAttributes" "Amazonka.SWF.Types.WorkflowExecutionCancelRequestedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionCancelRequestedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "externalWorkflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecution)) :*: (S1 ('MetaSel ('Just "externalInitiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionCancelRequestedCause)))))

newWorkflowExecutionCancelRequestedEventAttributes :: WorkflowExecutionCancelRequestedEventAttributes Source #

Create a value of WorkflowExecutionCancelRequestedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:externalWorkflowExecution:WorkflowExecutionCancelRequestedEventAttributes', workflowExecutionCancelRequestedEventAttributes_externalWorkflowExecution - The external workflow execution for which the cancellation was requested.

$sel:externalInitiatedEventId:WorkflowExecutionCancelRequestedEventAttributes', workflowExecutionCancelRequestedEventAttributes_externalInitiatedEventId - The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:cause:WorkflowExecutionCancelRequestedEventAttributes', workflowExecutionCancelRequestedEventAttributes_cause - If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.

workflowExecutionCancelRequestedEventAttributes_externalInitiatedEventId :: Lens' WorkflowExecutionCancelRequestedEventAttributes (Maybe Integer) Source #

The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

workflowExecutionCancelRequestedEventAttributes_cause :: Lens' WorkflowExecutionCancelRequestedEventAttributes (Maybe WorkflowExecutionCancelRequestedCause) Source #

If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.

WorkflowExecutionCanceledEventAttributes

data WorkflowExecutionCanceledEventAttributes Source #

Provides the details of the WorkflowExecutionCanceled event.

See: newWorkflowExecutionCanceledEventAttributes smart constructor.

Constructors

WorkflowExecutionCanceledEventAttributes' 

Fields

  • details :: Maybe Text

    The details of the cancellation.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

Read WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

Show WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

Generic WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

NFData WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

Hashable WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

FromJSON WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

type Rep WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

type Rep WorkflowExecutionCanceledEventAttributes = D1 ('MetaData "WorkflowExecutionCanceledEventAttributes" "Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionCanceledEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newWorkflowExecutionCanceledEventAttributes Source #

Create a value of WorkflowExecutionCanceledEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:details:WorkflowExecutionCanceledEventAttributes', workflowExecutionCanceledEventAttributes_details - The details of the cancellation.

$sel:decisionTaskCompletedEventId:WorkflowExecutionCanceledEventAttributes', workflowExecutionCanceledEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

workflowExecutionCanceledEventAttributes_decisionTaskCompletedEventId :: Lens' WorkflowExecutionCanceledEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

WorkflowExecutionCompletedEventAttributes

data WorkflowExecutionCompletedEventAttributes Source #

Provides the details of the WorkflowExecutionCompleted event.

See: newWorkflowExecutionCompletedEventAttributes smart constructor.

Constructors

WorkflowExecutionCompletedEventAttributes' 

Fields

  • result :: Maybe Text

    The result produced by the workflow execution upon successful completion.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

Read WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

Show WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

Generic WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

NFData WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

Hashable WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

FromJSON WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

type Rep WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

type Rep WorkflowExecutionCompletedEventAttributes = D1 ('MetaData "WorkflowExecutionCompletedEventAttributes" "Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionCompletedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "result") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newWorkflowExecutionCompletedEventAttributes Source #

Create a value of WorkflowExecutionCompletedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:result:WorkflowExecutionCompletedEventAttributes', workflowExecutionCompletedEventAttributes_result - The result produced by the workflow execution upon successful completion.

$sel:decisionTaskCompletedEventId:WorkflowExecutionCompletedEventAttributes', workflowExecutionCompletedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

workflowExecutionCompletedEventAttributes_result :: Lens' WorkflowExecutionCompletedEventAttributes (Maybe Text) Source #

The result produced by the workflow execution upon successful completion.

workflowExecutionCompletedEventAttributes_decisionTaskCompletedEventId :: Lens' WorkflowExecutionCompletedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

WorkflowExecutionConfiguration

data WorkflowExecutionConfiguration Source #

The configuration settings for a workflow execution including timeout values, tasklist etc. These configuration settings are determined from the defaults specified when registering the workflow type and those specified when starting the workflow execution.

See: newWorkflowExecutionConfiguration smart constructor.

Constructors

WorkflowExecutionConfiguration' 

Fields

  • lambdaRole :: Maybe Text

    The IAM role attached to the child workflow execution.

  • taskPriority :: Maybe Text

    The priority assigned to decision tasks for this workflow execution. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

    For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

  • taskStartToCloseTimeout :: Text

    The maximum duration allowed for decision tasks for this workflow execution.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

  • executionStartToCloseTimeout :: Text

    The total duration for this workflow execution.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

  • taskList :: TaskList

    The task list used for the decision tasks generated for this workflow execution.

  • childPolicy :: ChildPolicy

    The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

    The supported child policies are:

    • TERMINATE – The child executions are terminated.
    • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
    • ABANDON – No action is taken. The child executions continue to run.

Instances

Instances details
Eq WorkflowExecutionConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionConfiguration

Read WorkflowExecutionConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionConfiguration

Show WorkflowExecutionConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionConfiguration

Generic WorkflowExecutionConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionConfiguration

Associated Types

type Rep WorkflowExecutionConfiguration :: Type -> Type #

NFData WorkflowExecutionConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionConfiguration

Hashable WorkflowExecutionConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionConfiguration

FromJSON WorkflowExecutionConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionConfiguration

type Rep WorkflowExecutionConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionConfiguration

type Rep WorkflowExecutionConfiguration = D1 ('MetaData "WorkflowExecutionConfiguration" "Amazonka.SWF.Types.WorkflowExecutionConfiguration" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "taskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "executionStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaskList) :*: S1 ('MetaSel ('Just "childPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChildPolicy)))))

newWorkflowExecutionConfiguration Source #

Create a value of WorkflowExecutionConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lambdaRole:WorkflowExecutionConfiguration', workflowExecutionConfiguration_lambdaRole - The IAM role attached to the child workflow execution.

$sel:taskPriority:WorkflowExecutionConfiguration', workflowExecutionConfiguration_taskPriority - The priority assigned to decision tasks for this workflow execution. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

$sel:taskStartToCloseTimeout:WorkflowExecutionConfiguration', workflowExecutionConfiguration_taskStartToCloseTimeout - The maximum duration allowed for decision tasks for this workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:executionStartToCloseTimeout:WorkflowExecutionConfiguration', workflowExecutionConfiguration_executionStartToCloseTimeout - The total duration for this workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:taskList:WorkflowExecutionConfiguration', workflowExecutionConfiguration_taskList - The task list used for the decision tasks generated for this workflow execution.

$sel:childPolicy:WorkflowExecutionConfiguration', workflowExecutionConfiguration_childPolicy - The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
  • ABANDON – No action is taken. The child executions continue to run.

workflowExecutionConfiguration_lambdaRole :: Lens' WorkflowExecutionConfiguration (Maybe Text) Source #

The IAM role attached to the child workflow execution.

workflowExecutionConfiguration_taskPriority :: Lens' WorkflowExecutionConfiguration (Maybe Text) Source #

The priority assigned to decision tasks for this workflow execution. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

workflowExecutionConfiguration_taskStartToCloseTimeout :: Lens' WorkflowExecutionConfiguration Text Source #

The maximum duration allowed for decision tasks for this workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

workflowExecutionConfiguration_executionStartToCloseTimeout :: Lens' WorkflowExecutionConfiguration Text Source #

The total duration for this workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

workflowExecutionConfiguration_taskList :: Lens' WorkflowExecutionConfiguration TaskList Source #

The task list used for the decision tasks generated for this workflow execution.

workflowExecutionConfiguration_childPolicy :: Lens' WorkflowExecutionConfiguration ChildPolicy Source #

The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
  • ABANDON – No action is taken. The child executions continue to run.

WorkflowExecutionContinuedAsNewEventAttributes

data WorkflowExecutionContinuedAsNewEventAttributes Source #

Provides the details of the WorkflowExecutionContinuedAsNew event.

See: newWorkflowExecutionContinuedAsNewEventAttributes smart constructor.

Constructors

WorkflowExecutionContinuedAsNewEventAttributes' 

Fields

  • tagList :: Maybe [Text]

    The list of tags associated with the new workflow execution.

  • taskStartToCloseTimeout :: Maybe Text

    The maximum duration of decision tasks for the new workflow execution.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

  • lambdaRole :: Maybe Text

    The IAM role to attach to the new (continued) workflow execution.

  • input :: Maybe Text

    The input provided to the new workflow execution.

  • executionStartToCloseTimeout :: Maybe Text

    The total duration allowed for the new workflow execution.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

  • taskPriority :: Maybe Text

    The priority of the task to use for the decisions of the new (continued) workflow execution.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

  • newExecutionRunId' :: Text

    The runId of the new workflow execution.

  • taskList :: TaskList

    The task list to use for the decisions of the new (continued) workflow execution.

  • childPolicy :: ChildPolicy

    The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

    The supported child policies are:

    • TERMINATE – The child executions are terminated.
    • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
    • ABANDON – No action is taken. The child executions continue to run.
  • workflowType :: WorkflowType

    The workflow type of this execution.

Instances

Instances details
Eq WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionContinuedAsNewEventAttributes

Read WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionContinuedAsNewEventAttributes

Show WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionContinuedAsNewEventAttributes

Generic WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionContinuedAsNewEventAttributes

NFData WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionContinuedAsNewEventAttributes

Hashable WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionContinuedAsNewEventAttributes

FromJSON WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionContinuedAsNewEventAttributes

type Rep WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionContinuedAsNewEventAttributes

type Rep WorkflowExecutionContinuedAsNewEventAttributes = D1 ('MetaData "WorkflowExecutionContinuedAsNewEventAttributes" "Amazonka.SWF.Types.WorkflowExecutionContinuedAsNewEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionContinuedAsNewEventAttributes'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "taskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "taskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "newExecutionRunId'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaskList) :*: (S1 ('MetaSel ('Just "childPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChildPolicy) :*: S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType))))))

newWorkflowExecutionContinuedAsNewEventAttributes Source #

Create a value of WorkflowExecutionContinuedAsNewEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tagList:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_tagList - The list of tags associated with the new workflow execution.

$sel:taskStartToCloseTimeout:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_taskStartToCloseTimeout - The maximum duration of decision tasks for the new workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:lambdaRole:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_lambdaRole - The IAM role to attach to the new (continued) workflow execution.

$sel:input:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_input - The input provided to the new workflow execution.

$sel:executionStartToCloseTimeout:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_executionStartToCloseTimeout - The total duration allowed for the new workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:taskPriority:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_taskPriority - The priority of the task to use for the decisions of the new (continued) workflow execution.

$sel:decisionTaskCompletedEventId:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:newExecutionRunId':WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_newExecutionRunId - The runId of the new workflow execution.

$sel:taskList:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_taskList - The task list to use for the decisions of the new (continued) workflow execution.

$sel:childPolicy:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_childPolicy - The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
  • ABANDON – No action is taken. The child executions continue to run.

$sel:workflowType:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_workflowType - The workflow type of this execution.

workflowExecutionContinuedAsNewEventAttributes_taskStartToCloseTimeout :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text) Source #

The maximum duration of decision tasks for the new workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

workflowExecutionContinuedAsNewEventAttributes_executionStartToCloseTimeout :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text) Source #

The total duration allowed for the new workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

workflowExecutionContinuedAsNewEventAttributes_taskPriority :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text) Source #

The priority of the task to use for the decisions of the new (continued) workflow execution.

workflowExecutionContinuedAsNewEventAttributes_decisionTaskCompletedEventId :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

workflowExecutionContinuedAsNewEventAttributes_taskList :: Lens' WorkflowExecutionContinuedAsNewEventAttributes TaskList Source #

The task list to use for the decisions of the new (continued) workflow execution.

workflowExecutionContinuedAsNewEventAttributes_childPolicy :: Lens' WorkflowExecutionContinuedAsNewEventAttributes ChildPolicy Source #

The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
  • ABANDON – No action is taken. The child executions continue to run.

WorkflowExecutionCount

data WorkflowExecutionCount Source #

Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions

See: newWorkflowExecutionCount smart constructor.

Constructors

WorkflowExecutionCount' 

Fields

  • truncated :: Maybe Bool

    If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.

  • count :: Natural

    The number of workflow executions.

Instances

Instances details
Eq WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Read WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Show WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Generic WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Associated Types

type Rep WorkflowExecutionCount :: Type -> Type #

NFData WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Methods

rnf :: WorkflowExecutionCount -> () #

Hashable WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

FromJSON WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

type Rep WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

type Rep WorkflowExecutionCount = D1 ('MetaData "WorkflowExecutionCount" "Amazonka.SWF.Types.WorkflowExecutionCount" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionCount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "truncated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newWorkflowExecutionCount Source #

Create a value of WorkflowExecutionCount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:truncated:WorkflowExecutionCount', workflowExecutionCount_truncated - If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.

$sel:count:WorkflowExecutionCount', workflowExecutionCount_count - The number of workflow executions.

workflowExecutionCount_truncated :: Lens' WorkflowExecutionCount (Maybe Bool) Source #

If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.

WorkflowExecutionFailedEventAttributes

data WorkflowExecutionFailedEventAttributes Source #

Provides the details of the WorkflowExecutionFailed event.

See: newWorkflowExecutionFailedEventAttributes smart constructor.

Constructors

WorkflowExecutionFailedEventAttributes' 

Fields

  • reason :: Maybe Text

    The descriptive reason provided for the failure.

  • details :: Maybe Text

    The details of the failure.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution decision to fail this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFailedEventAttributes

Read WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFailedEventAttributes

Show WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFailedEventAttributes

Generic WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFailedEventAttributes

NFData WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFailedEventAttributes

Hashable WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFailedEventAttributes

FromJSON WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFailedEventAttributes

type Rep WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFailedEventAttributes

type Rep WorkflowExecutionFailedEventAttributes = D1 ('MetaData "WorkflowExecutionFailedEventAttributes" "Amazonka.SWF.Types.WorkflowExecutionFailedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newWorkflowExecutionFailedEventAttributes Source #

Create a value of WorkflowExecutionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:reason:WorkflowExecutionFailedEventAttributes', workflowExecutionFailedEventAttributes_reason - The descriptive reason provided for the failure.

$sel:details:WorkflowExecutionFailedEventAttributes', workflowExecutionFailedEventAttributes_details - The details of the failure.

$sel:decisionTaskCompletedEventId:WorkflowExecutionFailedEventAttributes', workflowExecutionFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution decision to fail this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

workflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' WorkflowExecutionFailedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution decision to fail this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

WorkflowExecutionFilter

data WorkflowExecutionFilter Source #

Used to filter the workflow executions in visibility APIs by their workflowId.

See: newWorkflowExecutionFilter smart constructor.

Constructors

WorkflowExecutionFilter' 

Fields

  • workflowId :: Text

    The workflowId to pass of match the criteria of this filter.

Instances

Instances details
Eq WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

Read WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

Show WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

Generic WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

Associated Types

type Rep WorkflowExecutionFilter :: Type -> Type #

NFData WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

Methods

rnf :: WorkflowExecutionFilter -> () #

Hashable WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

ToJSON WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

type Rep WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

type Rep WorkflowExecutionFilter = D1 ('MetaData "WorkflowExecutionFilter" "Amazonka.SWF.Types.WorkflowExecutionFilter" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newWorkflowExecutionFilter Source #

Create a value of WorkflowExecutionFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:workflowId:WorkflowExecutionFilter', workflowExecutionFilter_workflowId - The workflowId to pass of match the criteria of this filter.

workflowExecutionFilter_workflowId :: Lens' WorkflowExecutionFilter Text Source #

The workflowId to pass of match the criteria of this filter.

WorkflowExecutionInfo

data WorkflowExecutionInfo Source #

Contains information about a workflow execution.

See: newWorkflowExecutionInfo smart constructor.

Constructors

WorkflowExecutionInfo' 

Fields

  • parent :: Maybe WorkflowExecution

    If this workflow execution is a child of another execution then contains the workflow execution that started this execution.

  • tagList :: Maybe [Text]

    The list of tags associated with the workflow execution. Tags can be used to identify and list workflow executions of interest through the visibility APIs. A workflow execution can have a maximum of 5 tags.

  • closeStatus :: Maybe CloseStatus

    If the execution status is closed then this specifies how the execution was closed:

    • COMPLETED – the execution was successfully completed.
    • CANCELED – the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed.
    • TERMINATED – the execution was force terminated.
    • FAILED – the execution failed to complete.
    • TIMED_OUT – the execution did not complete in the alloted time and was automatically timed out.
    • CONTINUED_AS_NEW – the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow.
  • closeTimestamp :: Maybe POSIX

    The time when the workflow execution was closed. Set only if the execution status is CLOSED.

  • cancelRequested :: Maybe Bool

    Set to true if a cancellation is requested for this workflow execution.

  • execution :: WorkflowExecution

    The workflow execution this information is about.

  • workflowType :: WorkflowType

    The type of the workflow execution.

  • startTimestamp :: POSIX

    The time when the execution was started.

  • executionStatus :: ExecutionStatus

    The current status of the execution.

Instances

Instances details
Eq WorkflowExecutionInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfo

Read WorkflowExecutionInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfo

Show WorkflowExecutionInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfo

Generic WorkflowExecutionInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfo

Associated Types

type Rep WorkflowExecutionInfo :: Type -> Type #

NFData WorkflowExecutionInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfo

Methods

rnf :: WorkflowExecutionInfo -> () #

Hashable WorkflowExecutionInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfo

FromJSON WorkflowExecutionInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfo

type Rep WorkflowExecutionInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfo

newWorkflowExecutionInfo Source #

Create a value of WorkflowExecutionInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:parent:WorkflowExecutionInfo', workflowExecutionInfo_parent - If this workflow execution is a child of another execution then contains the workflow execution that started this execution.

$sel:tagList:WorkflowExecutionInfo', workflowExecutionInfo_tagList - The list of tags associated with the workflow execution. Tags can be used to identify and list workflow executions of interest through the visibility APIs. A workflow execution can have a maximum of 5 tags.

$sel:closeStatus:WorkflowExecutionInfo', workflowExecutionInfo_closeStatus - If the execution status is closed then this specifies how the execution was closed:

  • COMPLETED – the execution was successfully completed.
  • CANCELED – the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed.
  • TERMINATED – the execution was force terminated.
  • FAILED – the execution failed to complete.
  • TIMED_OUT – the execution did not complete in the alloted time and was automatically timed out.
  • CONTINUED_AS_NEW – the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow.

$sel:closeTimestamp:WorkflowExecutionInfo', workflowExecutionInfo_closeTimestamp - The time when the workflow execution was closed. Set only if the execution status is CLOSED.

$sel:cancelRequested:WorkflowExecutionInfo', workflowExecutionInfo_cancelRequested - Set to true if a cancellation is requested for this workflow execution.

$sel:execution:WorkflowExecutionInfo', workflowExecutionInfo_execution - The workflow execution this information is about.

$sel:workflowType:WorkflowExecutionInfo', workflowExecutionInfo_workflowType - The type of the workflow execution.

$sel:startTimestamp:WorkflowExecutionInfo', workflowExecutionInfo_startTimestamp - The time when the execution was started.

$sel:executionStatus:WorkflowExecutionInfo', workflowExecutionInfo_executionStatus - The current status of the execution.

workflowExecutionInfo_parent :: Lens' WorkflowExecutionInfo (Maybe WorkflowExecution) Source #

If this workflow execution is a child of another execution then contains the workflow execution that started this execution.

workflowExecutionInfo_tagList :: Lens' WorkflowExecutionInfo (Maybe [Text]) Source #

The list of tags associated with the workflow execution. Tags can be used to identify and list workflow executions of interest through the visibility APIs. A workflow execution can have a maximum of 5 tags.

workflowExecutionInfo_closeStatus :: Lens' WorkflowExecutionInfo (Maybe CloseStatus) Source #

If the execution status is closed then this specifies how the execution was closed:

  • COMPLETED – the execution was successfully completed.
  • CANCELED – the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed.
  • TERMINATED – the execution was force terminated.
  • FAILED – the execution failed to complete.
  • TIMED_OUT – the execution did not complete in the alloted time and was automatically timed out.
  • CONTINUED_AS_NEW – the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow.

workflowExecutionInfo_closeTimestamp :: Lens' WorkflowExecutionInfo (Maybe UTCTime) Source #

The time when the workflow execution was closed. Set only if the execution status is CLOSED.

workflowExecutionInfo_cancelRequested :: Lens' WorkflowExecutionInfo (Maybe Bool) Source #

Set to true if a cancellation is requested for this workflow execution.

workflowExecutionInfo_execution :: Lens' WorkflowExecutionInfo WorkflowExecution Source #

The workflow execution this information is about.

WorkflowExecutionInfos

data WorkflowExecutionInfos Source #

Contains a paginated list of information about workflow executions.

See: newWorkflowExecutionInfos smart constructor.

Constructors

WorkflowExecutionInfos' 

Fields

  • nextPageToken :: Maybe Text

    If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged.

    The configured maximumPageSize determines how many results can be returned in a single call.

  • executionInfos :: [WorkflowExecutionInfo]

    The list of workflow information structures.

Instances

Instances details
Eq WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Read WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Show WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Generic WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Associated Types

type Rep WorkflowExecutionInfos :: Type -> Type #

NFData WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Methods

rnf :: WorkflowExecutionInfos -> () #

Hashable WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

FromJSON WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

type Rep WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

type Rep WorkflowExecutionInfos = D1 ('MetaData "WorkflowExecutionInfos" "Amazonka.SWF.Types.WorkflowExecutionInfos" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionInfos'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionInfos") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [WorkflowExecutionInfo])))

newWorkflowExecutionInfos :: WorkflowExecutionInfos Source #

Create a value of WorkflowExecutionInfos with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextPageToken:WorkflowExecutionInfos', workflowExecutionInfos_nextPageToken - If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged.

The configured maximumPageSize determines how many results can be returned in a single call.

$sel:executionInfos:WorkflowExecutionInfos', workflowExecutionInfos_executionInfos - The list of workflow information structures.

workflowExecutionInfos_nextPageToken :: Lens' WorkflowExecutionInfos (Maybe Text) Source #

If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged.

The configured maximumPageSize determines how many results can be returned in a single call.

WorkflowExecutionOpenCounts

data WorkflowExecutionOpenCounts Source #

Contains the counts of open tasks, child workflow executions and timers for a workflow execution.

See: newWorkflowExecutionOpenCounts smart constructor.

Constructors

WorkflowExecutionOpenCounts' 

Fields

Instances

Instances details
Eq WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionOpenCounts

Read WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionOpenCounts

Show WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionOpenCounts

Generic WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionOpenCounts

Associated Types

type Rep WorkflowExecutionOpenCounts :: Type -> Type #

NFData WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionOpenCounts

Hashable WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionOpenCounts

FromJSON WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionOpenCounts

type Rep WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionOpenCounts

type Rep WorkflowExecutionOpenCounts = D1 ('MetaData "WorkflowExecutionOpenCounts" "Amazonka.SWF.Types.WorkflowExecutionOpenCounts" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionOpenCounts'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "openLambdaFunctions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "openActivityTasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)) :*: (S1 ('MetaSel ('Just "openDecisionTasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: (S1 ('MetaSel ('Just "openTimers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "openChildWorkflowExecutions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))))

newWorkflowExecutionOpenCounts Source #

Create a value of WorkflowExecutionOpenCounts with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:openLambdaFunctions:WorkflowExecutionOpenCounts', workflowExecutionOpenCounts_openLambdaFunctions - The count of Lambda tasks whose status is OPEN.

$sel:openActivityTasks:WorkflowExecutionOpenCounts', workflowExecutionOpenCounts_openActivityTasks - The count of activity tasks whose status is OPEN.

$sel:openDecisionTasks:WorkflowExecutionOpenCounts', workflowExecutionOpenCounts_openDecisionTasks - The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.

$sel:openTimers:WorkflowExecutionOpenCounts', workflowExecutionOpenCounts_openTimers - The count of timers started by this workflow execution that have not fired yet.

$sel:openChildWorkflowExecutions:WorkflowExecutionOpenCounts', workflowExecutionOpenCounts_openChildWorkflowExecutions - The count of child workflow executions whose status is OPEN.

workflowExecutionOpenCounts_openDecisionTasks :: Lens' WorkflowExecutionOpenCounts Natural Source #

The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.

workflowExecutionOpenCounts_openTimers :: Lens' WorkflowExecutionOpenCounts Natural Source #

The count of timers started by this workflow execution that have not fired yet.

workflowExecutionOpenCounts_openChildWorkflowExecutions :: Lens' WorkflowExecutionOpenCounts Natural Source #

The count of child workflow executions whose status is OPEN.

WorkflowExecutionSignaledEventAttributes

data WorkflowExecutionSignaledEventAttributes Source #

Provides the details of the WorkflowExecutionSignaled event.

See: newWorkflowExecutionSignaledEventAttributes smart constructor.

Constructors

WorkflowExecutionSignaledEventAttributes' 

Fields

  • externalWorkflowExecution :: Maybe WorkflowExecution

    The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.

  • externalInitiatedEventId :: Maybe Integer

    The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.

  • input :: Maybe Text

    The inputs provided with the signal. The decider can use the signal name and inputs to determine how to process the signal.

  • signalName :: Text

    The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.

Instances

Instances details
Eq WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionSignaledEventAttributes

Read WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionSignaledEventAttributes

Show WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionSignaledEventAttributes

Generic WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionSignaledEventAttributes

NFData WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionSignaledEventAttributes

Hashable WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionSignaledEventAttributes

FromJSON WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionSignaledEventAttributes

type Rep WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionSignaledEventAttributes

type Rep WorkflowExecutionSignaledEventAttributes = D1 ('MetaData "WorkflowExecutionSignaledEventAttributes" "Amazonka.SWF.Types.WorkflowExecutionSignaledEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionSignaledEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "externalWorkflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecution)) :*: S1 ('MetaSel ('Just "externalInitiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "signalName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newWorkflowExecutionSignaledEventAttributes Source #

Create a value of WorkflowExecutionSignaledEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:externalWorkflowExecution:WorkflowExecutionSignaledEventAttributes', workflowExecutionSignaledEventAttributes_externalWorkflowExecution - The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.

$sel:externalInitiatedEventId:WorkflowExecutionSignaledEventAttributes', workflowExecutionSignaledEventAttributes_externalInitiatedEventId - The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.

$sel:input:WorkflowExecutionSignaledEventAttributes', workflowExecutionSignaledEventAttributes_input - The inputs provided with the signal. The decider can use the signal name and inputs to determine how to process the signal.

$sel:signalName:WorkflowExecutionSignaledEventAttributes', workflowExecutionSignaledEventAttributes_signalName - The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.

workflowExecutionSignaledEventAttributes_externalWorkflowExecution :: Lens' WorkflowExecutionSignaledEventAttributes (Maybe WorkflowExecution) Source #

The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.

workflowExecutionSignaledEventAttributes_externalInitiatedEventId :: Lens' WorkflowExecutionSignaledEventAttributes (Maybe Integer) Source #

The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.

workflowExecutionSignaledEventAttributes_input :: Lens' WorkflowExecutionSignaledEventAttributes (Maybe Text) Source #

The inputs provided with the signal. The decider can use the signal name and inputs to determine how to process the signal.

workflowExecutionSignaledEventAttributes_signalName :: Lens' WorkflowExecutionSignaledEventAttributes Text Source #

The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.

WorkflowExecutionStartedEventAttributes

data WorkflowExecutionStartedEventAttributes Source #

Provides details of WorkflowExecutionStarted event.

See: newWorkflowExecutionStartedEventAttributes smart constructor.

Constructors

WorkflowExecutionStartedEventAttributes' 

Fields

  • parentInitiatedEventId :: Maybe Integer

    The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this workflow execution. The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

  • tagList :: Maybe [Text]

    The list of tags associated with this workflow execution. An execution can have up to 5 tags.

  • taskStartToCloseTimeout :: Maybe Text

    The maximum duration of decision tasks for this workflow type.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

  • lambdaRole :: Maybe Text

    The IAM role attached to the workflow execution.

  • input :: Maybe Text

    The input provided to the workflow execution.

  • executionStartToCloseTimeout :: Maybe Text

    The maximum duration for this workflow execution.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

  • taskPriority :: Maybe Text

    The priority of the decision tasks in the workflow execution.

  • parentWorkflowExecution :: Maybe WorkflowExecution

    The source workflow execution that started this workflow execution. The member isn't set if the workflow execution was not started by a workflow.

  • continuedExecutionRunId :: Maybe Text

    If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

  • childPolicy :: ChildPolicy

    The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

    The supported child policies are:

    • TERMINATE – The child executions are terminated.
    • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
    • ABANDON – No action is taken. The child executions continue to run.
  • taskList :: TaskList

    The name of the task list for scheduling the decision tasks for this workflow execution.

  • workflowType :: WorkflowType

    The workflow type of this execution.

Instances

Instances details
Eq WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionStartedEventAttributes

Read WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionStartedEventAttributes

Show WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionStartedEventAttributes

Generic WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionStartedEventAttributes

NFData WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionStartedEventAttributes

Hashable WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionStartedEventAttributes

FromJSON WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionStartedEventAttributes

type Rep WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionStartedEventAttributes

type Rep WorkflowExecutionStartedEventAttributes = D1 ('MetaData "WorkflowExecutionStartedEventAttributes" "Amazonka.SWF.Types.WorkflowExecutionStartedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionStartedEventAttributes'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "parentInitiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "taskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "taskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "parentWorkflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecution)) :*: S1 ('MetaSel ('Just "continuedExecutionRunId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "childPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChildPolicy) :*: (S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaskList) :*: S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType))))))

newWorkflowExecutionStartedEventAttributes Source #

Create a value of WorkflowExecutionStartedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:parentInitiatedEventId:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_parentInitiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this workflow execution. The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:tagList:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_tagList - The list of tags associated with this workflow execution. An execution can have up to 5 tags.

$sel:taskStartToCloseTimeout:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_taskStartToCloseTimeout - The maximum duration of decision tasks for this workflow type.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:lambdaRole:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_lambdaRole - The IAM role attached to the workflow execution.

$sel:input:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_input - The input provided to the workflow execution.

$sel:executionStartToCloseTimeout:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_executionStartToCloseTimeout - The maximum duration for this workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:taskPriority:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_taskPriority - The priority of the decision tasks in the workflow execution.

$sel:parentWorkflowExecution:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_parentWorkflowExecution - The source workflow execution that started this workflow execution. The member isn't set if the workflow execution was not started by a workflow.

$sel:continuedExecutionRunId:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_continuedExecutionRunId - If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

$sel:childPolicy:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_childPolicy - The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
  • ABANDON – No action is taken. The child executions continue to run.

$sel:taskList:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_taskList - The name of the task list for scheduling the decision tasks for this workflow execution.

$sel:workflowType:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_workflowType - The workflow type of this execution.

workflowExecutionStartedEventAttributes_parentInitiatedEventId :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Integer) Source #

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this workflow execution. The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

workflowExecutionStartedEventAttributes_tagList :: Lens' WorkflowExecutionStartedEventAttributes (Maybe [Text]) Source #

The list of tags associated with this workflow execution. An execution can have up to 5 tags.

workflowExecutionStartedEventAttributes_taskStartToCloseTimeout :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text) Source #

The maximum duration of decision tasks for this workflow type.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

workflowExecutionStartedEventAttributes_executionStartToCloseTimeout :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text) Source #

The maximum duration for this workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

workflowExecutionStartedEventAttributes_parentWorkflowExecution :: Lens' WorkflowExecutionStartedEventAttributes (Maybe WorkflowExecution) Source #

The source workflow execution that started this workflow execution. The member isn't set if the workflow execution was not started by a workflow.

workflowExecutionStartedEventAttributes_continuedExecutionRunId :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text) Source #

If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

workflowExecutionStartedEventAttributes_childPolicy :: Lens' WorkflowExecutionStartedEventAttributes ChildPolicy Source #

The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
  • ABANDON – No action is taken. The child executions continue to run.

workflowExecutionStartedEventAttributes_taskList :: Lens' WorkflowExecutionStartedEventAttributes TaskList Source #

The name of the task list for scheduling the decision tasks for this workflow execution.

WorkflowExecutionTerminatedEventAttributes

data WorkflowExecutionTerminatedEventAttributes Source #

Provides the details of the WorkflowExecutionTerminated event.

See: newWorkflowExecutionTerminatedEventAttributes smart constructor.

Constructors

WorkflowExecutionTerminatedEventAttributes' 

Fields

  • cause :: Maybe WorkflowExecutionTerminatedCause

    If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.

  • reason :: Maybe Text

    The reason provided for the termination.

  • details :: Maybe Text

    The details provided for the termination.

  • childPolicy :: ChildPolicy

    The policy used for the child workflow executions of this workflow execution.

    The supported child policies are:

    • TERMINATE – The child executions are terminated.
    • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
    • ABANDON – No action is taken. The child executions continue to run.

Instances

Instances details
Eq WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedEventAttributes

Read WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedEventAttributes

Show WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedEventAttributes

Generic WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedEventAttributes

NFData WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedEventAttributes

Hashable WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedEventAttributes

FromJSON WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedEventAttributes

type Rep WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedEventAttributes

type Rep WorkflowExecutionTerminatedEventAttributes = D1 ('MetaData "WorkflowExecutionTerminatedEventAttributes" "Amazonka.SWF.Types.WorkflowExecutionTerminatedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionTerminatedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionTerminatedCause)) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "childPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChildPolicy))))

newWorkflowExecutionTerminatedEventAttributes Source #

Create a value of WorkflowExecutionTerminatedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cause:WorkflowExecutionTerminatedEventAttributes', workflowExecutionTerminatedEventAttributes_cause - If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.

$sel:reason:WorkflowExecutionTerminatedEventAttributes', workflowExecutionTerminatedEventAttributes_reason - The reason provided for the termination.

$sel:details:WorkflowExecutionTerminatedEventAttributes', workflowExecutionTerminatedEventAttributes_details - The details provided for the termination.

$sel:childPolicy:WorkflowExecutionTerminatedEventAttributes', workflowExecutionTerminatedEventAttributes_childPolicy - The policy used for the child workflow executions of this workflow execution.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
  • ABANDON – No action is taken. The child executions continue to run.

workflowExecutionTerminatedEventAttributes_cause :: Lens' WorkflowExecutionTerminatedEventAttributes (Maybe WorkflowExecutionTerminatedCause) Source #

If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.

workflowExecutionTerminatedEventAttributes_childPolicy :: Lens' WorkflowExecutionTerminatedEventAttributes ChildPolicy Source #

The policy used for the child workflow executions of this workflow execution.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
  • ABANDON – No action is taken. The child executions continue to run.

WorkflowExecutionTimedOutEventAttributes

data WorkflowExecutionTimedOutEventAttributes Source #

Provides the details of the WorkflowExecutionTimedOut event.

See: newWorkflowExecutionTimedOutEventAttributes smart constructor.

Constructors

WorkflowExecutionTimedOutEventAttributes' 

Fields

  • timeoutType :: WorkflowExecutionTimeoutType

    The type of timeout that caused this event.

  • childPolicy :: ChildPolicy

    The policy used for the child workflow executions of this workflow execution.

    The supported child policies are:

    • TERMINATE – The child executions are terminated.
    • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
    • ABANDON – No action is taken. The child executions continue to run.

Instances

Instances details
Eq WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimedOutEventAttributes

Read WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimedOutEventAttributes

Show WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimedOutEventAttributes

Generic WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimedOutEventAttributes

NFData WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimedOutEventAttributes

Hashable WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimedOutEventAttributes

FromJSON WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimedOutEventAttributes

type Rep WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimedOutEventAttributes

type Rep WorkflowExecutionTimedOutEventAttributes = D1 ('MetaData "WorkflowExecutionTimedOutEventAttributes" "Amazonka.SWF.Types.WorkflowExecutionTimedOutEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionTimedOutEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecutionTimeoutType) :*: S1 ('MetaSel ('Just "childPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChildPolicy)))

newWorkflowExecutionTimedOutEventAttributes Source #

Create a value of WorkflowExecutionTimedOutEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timeoutType:WorkflowExecutionTimedOutEventAttributes', workflowExecutionTimedOutEventAttributes_timeoutType - The type of timeout that caused this event.

$sel:childPolicy:WorkflowExecutionTimedOutEventAttributes', workflowExecutionTimedOutEventAttributes_childPolicy - The policy used for the child workflow executions of this workflow execution.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
  • ABANDON – No action is taken. The child executions continue to run.

workflowExecutionTimedOutEventAttributes_childPolicy :: Lens' WorkflowExecutionTimedOutEventAttributes ChildPolicy Source #

The policy used for the child workflow executions of this workflow execution.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
  • ABANDON – No action is taken. The child executions continue to run.

WorkflowType

data WorkflowType Source #

Represents a workflow type.

See: newWorkflowType smart constructor.

Constructors

WorkflowType' 

Fields

  • name :: Text

    The name of the workflow type.

    The combination of workflow type name and version must be unique with in a domain.

  • version :: Text

    The version of the workflow type.

    The combination of workflow type name and version must be unique with in a domain.

Instances

Instances details
Eq WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

Read WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

Show WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

Generic WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

Associated Types

type Rep WorkflowType :: Type -> Type #

NFData WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

Methods

rnf :: WorkflowType -> () #

Hashable WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

ToJSON WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

FromJSON WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

type Rep WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

type Rep WorkflowType = D1 ('MetaData "WorkflowType" "Amazonka.SWF.Types.WorkflowType" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newWorkflowType Source #

Create a value of WorkflowType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:WorkflowType', workflowType_name - The name of the workflow type.

The combination of workflow type name and version must be unique with in a domain.

$sel:version:WorkflowType', workflowType_version - The version of the workflow type.

The combination of workflow type name and version must be unique with in a domain.

workflowType_name :: Lens' WorkflowType Text Source #

The name of the workflow type.

The combination of workflow type name and version must be unique with in a domain.

workflowType_version :: Lens' WorkflowType Text Source #

The version of the workflow type.

The combination of workflow type name and version must be unique with in a domain.

WorkflowTypeConfiguration

data WorkflowTypeConfiguration Source #

The configuration settings of a workflow type.

See: newWorkflowTypeConfiguration smart constructor.

Constructors

WorkflowTypeConfiguration' 

Fields

  • defaultLambdaRole :: Maybe Text

    The default IAM role attached to this workflow type.

    Executions of this workflow type need IAM roles to invoke Lambda functions. If you don't specify an IAM role when starting this workflow type, the default Lambda role is attached to the execution. For more information, see https://docs.aws.amazon.com/amazonswf/latest/developerguide/lambda-task.html in the Amazon SWF Developer Guide.

  • defaultChildPolicy :: Maybe ChildPolicy

    The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

    The supported child policies are:

    • TERMINATE – The child executions are terminated.
    • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
    • ABANDON – No action is taken. The child executions continue to run.
  • defaultTaskList :: Maybe TaskList

    The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

  • defaultTaskPriority :: Maybe Text

    The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

    Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

    For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

  • defaultExecutionStartToCloseTimeout :: Maybe Text

    The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

  • defaultTaskStartToCloseTimeout :: Maybe Text

    The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task doesn'tdo close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

    The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

Instances

Instances details
Eq WorkflowTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeConfiguration

Read WorkflowTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeConfiguration

Show WorkflowTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeConfiguration

Generic WorkflowTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeConfiguration

Associated Types

type Rep WorkflowTypeConfiguration :: Type -> Type #

NFData WorkflowTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeConfiguration

Hashable WorkflowTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeConfiguration

FromJSON WorkflowTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeConfiguration

type Rep WorkflowTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeConfiguration

type Rep WorkflowTypeConfiguration = D1 ('MetaData "WorkflowTypeConfiguration" "Amazonka.SWF.Types.WorkflowTypeConfiguration" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowTypeConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultLambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultChildPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildPolicy)) :*: S1 ('MetaSel ('Just "defaultTaskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskList)))) :*: (S1 ('MetaSel ('Just "defaultTaskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultExecutionStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultTaskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newWorkflowTypeConfiguration :: WorkflowTypeConfiguration Source #

Create a value of WorkflowTypeConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:defaultLambdaRole:WorkflowTypeConfiguration', workflowTypeConfiguration_defaultLambdaRole - The default IAM role attached to this workflow type.

Executions of this workflow type need IAM roles to invoke Lambda functions. If you don't specify an IAM role when starting this workflow type, the default Lambda role is attached to the execution. For more information, see https://docs.aws.amazon.com/amazonswf/latest/developerguide/lambda-task.html in the Amazon SWF Developer Guide.

$sel:defaultChildPolicy:WorkflowTypeConfiguration', workflowTypeConfiguration_defaultChildPolicy - The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
  • ABANDON – No action is taken. The child executions continue to run.

$sel:defaultTaskList:WorkflowTypeConfiguration', workflowTypeConfiguration_defaultTaskList - The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

$sel:defaultTaskPriority:WorkflowTypeConfiguration', workflowTypeConfiguration_defaultTaskPriority - The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

$sel:defaultExecutionStartToCloseTimeout:WorkflowTypeConfiguration', workflowTypeConfiguration_defaultExecutionStartToCloseTimeout - The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:defaultTaskStartToCloseTimeout:WorkflowTypeConfiguration', workflowTypeConfiguration_defaultTaskStartToCloseTimeout - The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task doesn'tdo close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

workflowTypeConfiguration_defaultLambdaRole :: Lens' WorkflowTypeConfiguration (Maybe Text) Source #

The default IAM role attached to this workflow type.

Executions of this workflow type need IAM roles to invoke Lambda functions. If you don't specify an IAM role when starting this workflow type, the default Lambda role is attached to the execution. For more information, see https://docs.aws.amazon.com/amazonswf/latest/developerguide/lambda-task.html in the Amazon SWF Developer Guide.

workflowTypeConfiguration_defaultChildPolicy :: Lens' WorkflowTypeConfiguration (Maybe ChildPolicy) Source #

The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
  • ABANDON – No action is taken. The child executions continue to run.

workflowTypeConfiguration_defaultTaskList :: Lens' WorkflowTypeConfiguration (Maybe TaskList) Source #

The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

workflowTypeConfiguration_defaultTaskPriority :: Lens' WorkflowTypeConfiguration (Maybe Text) Source #

The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

workflowTypeConfiguration_defaultExecutionStartToCloseTimeout :: Lens' WorkflowTypeConfiguration (Maybe Text) Source #

The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

workflowTypeConfiguration_defaultTaskStartToCloseTimeout :: Lens' WorkflowTypeConfiguration (Maybe Text) Source #

The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task doesn'tdo close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

WorkflowTypeFilter

data WorkflowTypeFilter Source #

Used to filter workflow execution query results by type. Each parameter, if specified, defines a rule that must be satisfied by each returned result.

See: newWorkflowTypeFilter smart constructor.

Constructors

WorkflowTypeFilter' 

Fields

Instances

Instances details
Eq WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

Read WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

Show WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

Generic WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

Associated Types

type Rep WorkflowTypeFilter :: Type -> Type #

NFData WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

Methods

rnf :: WorkflowTypeFilter -> () #

Hashable WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

ToJSON WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

type Rep WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

type Rep WorkflowTypeFilter = D1 ('MetaData "WorkflowTypeFilter" "Amazonka.SWF.Types.WorkflowTypeFilter" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowTypeFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newWorkflowTypeFilter Source #

Create a value of WorkflowTypeFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:version:WorkflowTypeFilter', workflowTypeFilter_version - Version of the workflow type.

$sel:name:WorkflowTypeFilter', workflowTypeFilter_name - Name of the workflow type.

WorkflowTypeInfo

data WorkflowTypeInfo Source #

Contains information about a workflow type.

See: newWorkflowTypeInfo smart constructor.

Constructors

WorkflowTypeInfo' 

Fields

Instances

Instances details
Eq WorkflowTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeInfo

Read WorkflowTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeInfo

Show WorkflowTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeInfo

Generic WorkflowTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeInfo

Associated Types

type Rep WorkflowTypeInfo :: Type -> Type #

NFData WorkflowTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeInfo

Methods

rnf :: WorkflowTypeInfo -> () #

Hashable WorkflowTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeInfo

FromJSON WorkflowTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeInfo

type Rep WorkflowTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeInfo

type Rep WorkflowTypeInfo = D1 ('MetaData "WorkflowTypeInfo" "Amazonka.SWF.Types.WorkflowTypeInfo" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowTypeInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deprecationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RegistrationStatus) :*: S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newWorkflowTypeInfo Source #

Create a value of WorkflowTypeInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deprecationDate:WorkflowTypeInfo', workflowTypeInfo_deprecationDate - If the type is in deprecated state, then it is set to the date when the type was deprecated.

$sel:description:WorkflowTypeInfo', workflowTypeInfo_description - The description of the type registered through RegisterWorkflowType.

$sel:workflowType:WorkflowTypeInfo', workflowTypeInfo_workflowType - The workflow type this information is about.

$sel:status:WorkflowTypeInfo', workflowTypeInfo_status - The current status of the workflow type.

$sel:creationDate:WorkflowTypeInfo', workflowTypeInfo_creationDate - The date when this type was registered.

workflowTypeInfo_deprecationDate :: Lens' WorkflowTypeInfo (Maybe UTCTime) Source #

If the type is in deprecated state, then it is set to the date when the type was deprecated.

workflowTypeInfo_description :: Lens' WorkflowTypeInfo (Maybe Text) Source #

The description of the type registered through RegisterWorkflowType.

workflowTypeInfo_workflowType :: Lens' WorkflowTypeInfo WorkflowType Source #

The workflow type this information is about.

workflowTypeInfo_status :: Lens' WorkflowTypeInfo RegistrationStatus Source #

The current status of the workflow type.

workflowTypeInfo_creationDate :: Lens' WorkflowTypeInfo UTCTime Source #

The date when this type was registered.