| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.SWF
Contents
- Service Configuration
- Errors
- Waiters
- Operations
- ListOpenWorkflowExecutions (Paginated)
- RegisterActivityType
- ListActivityTypes (Paginated)
- CountPendingActivityTasks
- RegisterWorkflowType
- ListWorkflowTypes (Paginated)
- RespondActivityTaskFailed
- CountOpenWorkflowExecutions
- DescribeWorkflowType
- DeprecateWorkflowType
- RequestCancelWorkflowExecution
- RegisterDomain
- RespondDecisionTaskCompleted
- PollForActivityTask
- RespondActivityTaskCompleted
- DescribeWorkflowExecution
- SignalWorkflowExecution
- CountPendingDecisionTasks
- ListClosedWorkflowExecutions (Paginated)
- RecordActivityTaskHeartbeat
- DescribeDomain
- GetWorkflowExecutionHistory (Paginated)
- DeprecateDomain
- TerminateWorkflowExecution
- DescribeActivityType
- DeprecateActivityType
- CountClosedWorkflowExecutions
- RespondActivityTaskCanceled
- StartWorkflowExecution
- PollForDecisionTask (Paginated)
- ListDomains (Paginated)
- Types
- ActivityTaskTimeoutType
- CancelTimerFailedCause
- CancelWorkflowExecutionFailedCause
- ChildPolicy
- CloseStatus
- CompleteWorkflowExecutionFailedCause
- ContinueAsNewWorkflowExecutionFailedCause
- DecisionTaskTimeoutType
- DecisionType
- EventType
- ExecutionStatus
- FailWorkflowExecutionFailedCause
- LambdaFunctionTimeoutType
- RecordMarkerFailedCause
- RegistrationStatus
- RequestCancelActivityTaskFailedCause
- RequestCancelExternalWorkflowExecutionFailedCause
- ScheduleActivityTaskFailedCause
- ScheduleLambdaFunctionFailedCause
- SignalExternalWorkflowExecutionFailedCause
- StartChildWorkflowExecutionFailedCause
- StartLambdaFunctionFailedCause
- StartTimerFailedCause
- WorkflowExecutionCancelRequestedCause
- WorkflowExecutionTerminatedCause
- WorkflowExecutionTimeoutType
- ActivityTaskCancelRequestedEventAttributes
- ActivityTaskCanceledEventAttributes
- ActivityTaskCompletedEventAttributes
- ActivityTaskFailedEventAttributes
- ActivityTaskScheduledEventAttributes
- ActivityTaskStartedEventAttributes
- ActivityTaskTimedOutEventAttributes
- ActivityType
- ActivityTypeConfiguration
- ActivityTypeInfo
- CancelTimerDecisionAttributes
- CancelTimerFailedEventAttributes
- CancelWorkflowExecutionDecisionAttributes
- CancelWorkflowExecutionFailedEventAttributes
- ChildWorkflowExecutionCanceledEventAttributes
- ChildWorkflowExecutionCompletedEventAttributes
- ChildWorkflowExecutionFailedEventAttributes
- ChildWorkflowExecutionStartedEventAttributes
- ChildWorkflowExecutionTerminatedEventAttributes
- ChildWorkflowExecutionTimedOutEventAttributes
- CloseStatusFilter
- CompleteWorkflowExecutionDecisionAttributes
- CompleteWorkflowExecutionFailedEventAttributes
- ContinueAsNewWorkflowExecutionDecisionAttributes
- ContinueAsNewWorkflowExecutionFailedEventAttributes
- Decision
- DecisionTaskCompletedEventAttributes
- DecisionTaskScheduledEventAttributes
- DecisionTaskStartedEventAttributes
- DecisionTaskTimedOutEventAttributes
- DomainConfiguration
- DomainInfo
- ExecutionTimeFilter
- ExternalWorkflowExecutionCancelRequestedEventAttributes
- ExternalWorkflowExecutionSignaledEventAttributes
- FailWorkflowExecutionDecisionAttributes
- FailWorkflowExecutionFailedEventAttributes
- HistoryEvent
- LambdaFunctionCompletedEventAttributes
- LambdaFunctionFailedEventAttributes
- LambdaFunctionScheduledEventAttributes
- LambdaFunctionStartedEventAttributes
- LambdaFunctionTimedOutEventAttributes
- MarkerRecordedEventAttributes
- PendingTaskCount
- RecordMarkerDecisionAttributes
- RecordMarkerFailedEventAttributes
- RequestCancelActivityTaskDecisionAttributes
- RequestCancelActivityTaskFailedEventAttributes
- RequestCancelExternalWorkflowExecutionDecisionAttributes
- RequestCancelExternalWorkflowExecutionFailedEventAttributes
- RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
- ScheduleActivityTaskDecisionAttributes
- ScheduleActivityTaskFailedEventAttributes
- ScheduleLambdaFunctionDecisionAttributes
- ScheduleLambdaFunctionFailedEventAttributes
- SignalExternalWorkflowExecutionDecisionAttributes
- SignalExternalWorkflowExecutionFailedEventAttributes
- SignalExternalWorkflowExecutionInitiatedEventAttributes
- StartChildWorkflowExecutionDecisionAttributes
- StartChildWorkflowExecutionFailedEventAttributes
- StartChildWorkflowExecutionInitiatedEventAttributes
- StartLambdaFunctionFailedEventAttributes
- StartTimerDecisionAttributes
- StartTimerFailedEventAttributes
- TagFilter
- TaskList
- TimerCanceledEventAttributes
- TimerFiredEventAttributes
- TimerStartedEventAttributes
- WorkflowExecution
- WorkflowExecutionCancelRequestedEventAttributes
- WorkflowExecutionCanceledEventAttributes
- WorkflowExecutionCompletedEventAttributes
- WorkflowExecutionConfiguration
- WorkflowExecutionContinuedAsNewEventAttributes
- WorkflowExecutionCount
- WorkflowExecutionFailedEventAttributes
- WorkflowExecutionFilter
- WorkflowExecutionInfo
- WorkflowExecutionInfos
- WorkflowExecutionOpenCounts
- WorkflowExecutionSignaledEventAttributes
- WorkflowExecutionStartedEventAttributes
- WorkflowExecutionTerminatedEventAttributes
- WorkflowExecutionTimedOutEventAttributes
- WorkflowType
- WorkflowTypeConfiguration
- WorkflowTypeFilter
- WorkflowTypeInfo
Description
Amazon Simple Workflow Service
The Amazon Simple Workflow Service (Amazon SWF) makes it easy to build applications that use Amazon's cloud to coordinate work across distributed components. In Amazon SWF, a task represents a logical unit of work that is performed by a component of your workflow. Coordinating tasks in a workflow involves managing intertask dependencies, scheduling, and concurrency in accordance with the logical flow of the application.
Amazon SWF gives you full control over implementing tasks and coordinating them without worrying about underlying complexities such as tracking their progress and maintaining their state.
This documentation serves as reference only. For a broader overview of the Amazon SWF programming model, see the Amazon SWF Developer Guide .
Synopsis
- swf :: Service
- _DomainAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError
- _LimitExceededFault :: AsError a => Getting (First ServiceError) a ServiceError
- _WorkflowExecutionAlreadyStartedFault :: AsError a => Getting (First ServiceError) a ServiceError
- _OperationNotPermittedFault :: AsError a => Getting (First ServiceError) a ServiceError
- _UnknownResourceFault :: AsError a => Getting (First ServiceError) a ServiceError
- _DefaultUndefinedFault :: AsError a => Getting (First ServiceError) a ServiceError
- _TypeDeprecatedFault :: AsError a => Getting (First ServiceError) a ServiceError
- _TypeAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError
- _DomainDeprecatedFault :: AsError a => Getting (First ServiceError) a ServiceError
- module Network.AWS.SWF.ListOpenWorkflowExecutions
- module Network.AWS.SWF.RegisterActivityType
- module Network.AWS.SWF.ListActivityTypes
- module Network.AWS.SWF.CountPendingActivityTasks
- module Network.AWS.SWF.RegisterWorkflowType
- module Network.AWS.SWF.ListWorkflowTypes
- module Network.AWS.SWF.RespondActivityTaskFailed
- module Network.AWS.SWF.CountOpenWorkflowExecutions
- module Network.AWS.SWF.DescribeWorkflowType
- module Network.AWS.SWF.DeprecateWorkflowType
- module Network.AWS.SWF.RequestCancelWorkflowExecution
- module Network.AWS.SWF.RegisterDomain
- module Network.AWS.SWF.RespondDecisionTaskCompleted
- module Network.AWS.SWF.PollForActivityTask
- module Network.AWS.SWF.RespondActivityTaskCompleted
- module Network.AWS.SWF.DescribeWorkflowExecution
- module Network.AWS.SWF.SignalWorkflowExecution
- module Network.AWS.SWF.CountPendingDecisionTasks
- module Network.AWS.SWF.ListClosedWorkflowExecutions
- module Network.AWS.SWF.RecordActivityTaskHeartbeat
- module Network.AWS.SWF.DescribeDomain
- module Network.AWS.SWF.GetWorkflowExecutionHistory
- module Network.AWS.SWF.DeprecateDomain
- module Network.AWS.SWF.TerminateWorkflowExecution
- module Network.AWS.SWF.DescribeActivityType
- module Network.AWS.SWF.DeprecateActivityType
- module Network.AWS.SWF.CountClosedWorkflowExecutions
- module Network.AWS.SWF.RespondActivityTaskCanceled
- module Network.AWS.SWF.StartWorkflowExecution
- module Network.AWS.SWF.PollForDecisionTask
- module Network.AWS.SWF.ListDomains
- data ActivityTaskTimeoutType
- data CancelTimerFailedCause
- data CancelWorkflowExecutionFailedCause
- data ChildPolicy
- data CloseStatus
- data CompleteWorkflowExecutionFailedCause
- data ContinueAsNewWorkflowExecutionFailedCause
- = CANWEFCContinueAsNewWorkflowExecutionRateExceeded
- | CANWEFCDefaultChildPolicyUndefined
- | CANWEFCDefaultExecutionStartToCloseTimeoutUndefined
- | CANWEFCDefaultTaskListUndefined
- | CANWEFCDefaultTaskStartToCloseTimeoutUndefined
- | CANWEFCOperationNotPermitted
- | CANWEFCUnhandledDecision
- | CANWEFCWorkflowTypeDeprecated
- | CANWEFCWorkflowTypeDoesNotExist
- data DecisionTaskTimeoutType = StartToClose
- data DecisionType
- = CancelTimer
- | CancelWorkflowExecution
- | CompleteWorkflowExecution
- | ContinueAsNewWorkflowExecution
- | FailWorkflowExecution
- | RecordMarker
- | RequestCancelActivityTask
- | RequestCancelExternalWorkflowExecution
- | ScheduleActivityTask
- | ScheduleLambdaFunction
- | SignalExternalWorkflowExecution
- | StartChildWorkflowExecution
- | StartTimer
- data EventType
- = ActivityTaskCancelRequested
- | ActivityTaskCanceled
- | ActivityTaskCompleted
- | ActivityTaskFailed
- | ActivityTaskScheduled
- | ActivityTaskStarted
- | ActivityTaskTimedOut
- | CancelTimerFailed
- | CancelWorkflowExecutionFailed
- | ChildWorkflowExecutionCanceled
- | ChildWorkflowExecutionCompleted
- | ChildWorkflowExecutionFailed
- | ChildWorkflowExecutionStarted
- | ChildWorkflowExecutionTerminated
- | ChildWorkflowExecutionTimedOut
- | CompleteWorkflowExecutionFailed
- | ContinueAsNewWorkflowExecutionFailed
- | DecisionTaskCompleted
- | DecisionTaskScheduled
- | DecisionTaskStarted
- | DecisionTaskTimedOut
- | ExternalWorkflowExecutionCancelRequested
- | ExternalWorkflowExecutionSignaled
- | FailWorkflowExecutionFailed
- | LambdaFunctionCompleted
- | LambdaFunctionFailed
- | LambdaFunctionScheduled
- | LambdaFunctionStarted
- | LambdaFunctionTimedOut
- | MarkerRecorded
- | RecordMarkerFailed
- | RequestCancelActivityTaskFailed
- | RequestCancelExternalWorkflowExecutionFailed
- | RequestCancelExternalWorkflowExecutionInitiated
- | ScheduleActivityTaskFailed
- | ScheduleLambdaFunctionFailed
- | SignalExternalWorkflowExecutionFailed
- | SignalExternalWorkflowExecutionInitiated
- | StartChildWorkflowExecutionFailed
- | StartChildWorkflowExecutionInitiated
- | StartLambdaFunctionFailed
- | StartTimerFailed
- | TimerCanceled
- | TimerFired
- | TimerStarted
- | WorkflowExecutionCancelRequested
- | WorkflowExecutionCanceled
- | WorkflowExecutionCompleted
- | WorkflowExecutionContinuedAsNew
- | WorkflowExecutionFailed
- | WorkflowExecutionSignaled
- | WorkflowExecutionStarted
- | WorkflowExecutionTerminated
- | WorkflowExecutionTimedOut
- data ExecutionStatus
- data FailWorkflowExecutionFailedCause
- data LambdaFunctionTimeoutType = LFTTStartToClose
- data RecordMarkerFailedCause = OperationNotPermitted
- data RegistrationStatus
- data RequestCancelActivityTaskFailedCause
- data RequestCancelExternalWorkflowExecutionFailedCause
- data ScheduleActivityTaskFailedCause
- = SATFCActivityCreationRateExceeded
- | SATFCActivityIdAlreadyInUse
- | SATFCActivityTypeDeprecated
- | SATFCActivityTypeDoesNotExist
- | SATFCDefaultHeartbeatTimeoutUndefined
- | SATFCDefaultScheduleToCloseTimeoutUndefined
- | SATFCDefaultScheduleToStartTimeoutUndefined
- | SATFCDefaultStartToCloseTimeoutUndefined
- | SATFCDefaultTaskListUndefined
- | SATFCOpenActivitiesLimitExceeded
- | SATFCOperationNotPermitted
- data ScheduleLambdaFunctionFailedCause
- data SignalExternalWorkflowExecutionFailedCause
- data StartChildWorkflowExecutionFailedCause
- = SCWEFCChildCreationRateExceeded
- | SCWEFCDefaultChildPolicyUndefined
- | SCWEFCDefaultExecutionStartToCloseTimeoutUndefined
- | SCWEFCDefaultTaskListUndefined
- | SCWEFCDefaultTaskStartToCloseTimeoutUndefined
- | SCWEFCOpenChildrenLimitExceeded
- | SCWEFCOpenWorkflowsLimitExceeded
- | SCWEFCOperationNotPermitted
- | SCWEFCWorkflowAlreadyRunning
- | SCWEFCWorkflowTypeDeprecated
- | SCWEFCWorkflowTypeDoesNotExist
- data StartLambdaFunctionFailedCause = AssumeRoleFailed
- data StartTimerFailedCause
- data WorkflowExecutionCancelRequestedCause = ChildPolicyApplied
- data WorkflowExecutionTerminatedCause
- data WorkflowExecutionTimeoutType = WETTStartToClose
- data ActivityTaskCancelRequestedEventAttributes
- activityTaskCancelRequestedEventAttributes :: Integer -> Text -> ActivityTaskCancelRequestedEventAttributes
- atcreaDecisionTaskCompletedEventId :: Lens' ActivityTaskCancelRequestedEventAttributes Integer
- atcreaActivityId :: Lens' ActivityTaskCancelRequestedEventAttributes Text
- data ActivityTaskCanceledEventAttributes
- activityTaskCanceledEventAttributes :: Integer -> Integer -> ActivityTaskCanceledEventAttributes
- aLatestCancelRequestedEventId :: Lens' ActivityTaskCanceledEventAttributes (Maybe Integer)
- aDetails :: Lens' ActivityTaskCanceledEventAttributes (Maybe Text)
- aScheduledEventId :: Lens' ActivityTaskCanceledEventAttributes Integer
- aStartedEventId :: Lens' ActivityTaskCanceledEventAttributes Integer
- data ActivityTaskCompletedEventAttributes
- activityTaskCompletedEventAttributes :: Integer -> Integer -> ActivityTaskCompletedEventAttributes
- atceaResult :: Lens' ActivityTaskCompletedEventAttributes (Maybe Text)
- atceaScheduledEventId :: Lens' ActivityTaskCompletedEventAttributes Integer
- atceaStartedEventId :: Lens' ActivityTaskCompletedEventAttributes Integer
- data ActivityTaskFailedEventAttributes
- activityTaskFailedEventAttributes :: Integer -> Integer -> ActivityTaskFailedEventAttributes
- atfeaReason :: Lens' ActivityTaskFailedEventAttributes (Maybe Text)
- atfeaDetails :: Lens' ActivityTaskFailedEventAttributes (Maybe Text)
- atfeaScheduledEventId :: Lens' ActivityTaskFailedEventAttributes Integer
- atfeaStartedEventId :: Lens' ActivityTaskFailedEventAttributes Integer
- data ActivityTaskScheduledEventAttributes
- activityTaskScheduledEventAttributes :: ActivityType -> Text -> TaskList -> Integer -> ActivityTaskScheduledEventAttributes
- atseaControl :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text)
- atseaHeartbeatTimeout :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text)
- atseaScheduleToCloseTimeout :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text)
- atseaInput :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text)
- atseaTaskPriority :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text)
- atseaScheduleToStartTimeout :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text)
- atseaStartToCloseTimeout :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text)
- atseaActivityType :: Lens' ActivityTaskScheduledEventAttributes ActivityType
- atseaActivityId :: Lens' ActivityTaskScheduledEventAttributes Text
- atseaTaskList :: Lens' ActivityTaskScheduledEventAttributes TaskList
- atseaDecisionTaskCompletedEventId :: Lens' ActivityTaskScheduledEventAttributes Integer
- data ActivityTaskStartedEventAttributes
- activityTaskStartedEventAttributes :: Integer -> ActivityTaskStartedEventAttributes
- atseaIdentity :: Lens' ActivityTaskStartedEventAttributes (Maybe Text)
- atseaScheduledEventId :: Lens' ActivityTaskStartedEventAttributes Integer
- data ActivityTaskTimedOutEventAttributes
- activityTaskTimedOutEventAttributes :: ActivityTaskTimeoutType -> Integer -> Integer -> ActivityTaskTimedOutEventAttributes
- attoeaDetails :: Lens' ActivityTaskTimedOutEventAttributes (Maybe Text)
- attoeaTimeoutType :: Lens' ActivityTaskTimedOutEventAttributes ActivityTaskTimeoutType
- attoeaScheduledEventId :: Lens' ActivityTaskTimedOutEventAttributes Integer
- attoeaStartedEventId :: Lens' ActivityTaskTimedOutEventAttributes Integer
- data ActivityType
- activityType :: Text -> Text -> ActivityType
- atName :: Lens' ActivityType Text
- atVersion :: Lens' ActivityType Text
- data ActivityTypeConfiguration
- activityTypeConfiguration :: ActivityTypeConfiguration
- atcDefaultTaskScheduleToStartTimeout :: Lens' ActivityTypeConfiguration (Maybe Text)
- atcDefaultTaskList :: Lens' ActivityTypeConfiguration (Maybe TaskList)
- atcDefaultTaskPriority :: Lens' ActivityTypeConfiguration (Maybe Text)
- atcDefaultTaskHeartbeatTimeout :: Lens' ActivityTypeConfiguration (Maybe Text)
- atcDefaultTaskScheduleToCloseTimeout :: Lens' ActivityTypeConfiguration (Maybe Text)
- atcDefaultTaskStartToCloseTimeout :: Lens' ActivityTypeConfiguration (Maybe Text)
- data ActivityTypeInfo
- activityTypeInfo :: ActivityType -> RegistrationStatus -> UTCTime -> ActivityTypeInfo
- atiDeprecationDate :: Lens' ActivityTypeInfo (Maybe UTCTime)
- atiDescription :: Lens' ActivityTypeInfo (Maybe Text)
- atiActivityType :: Lens' ActivityTypeInfo ActivityType
- atiStatus :: Lens' ActivityTypeInfo RegistrationStatus
- atiCreationDate :: Lens' ActivityTypeInfo UTCTime
- data CancelTimerDecisionAttributes
- cancelTimerDecisionAttributes :: Text -> CancelTimerDecisionAttributes
- ctdaTimerId :: Lens' CancelTimerDecisionAttributes Text
- data CancelTimerFailedEventAttributes
- cancelTimerFailedEventAttributes :: Text -> CancelTimerFailedCause -> Integer -> CancelTimerFailedEventAttributes
- ctfeaTimerId :: Lens' CancelTimerFailedEventAttributes Text
- ctfeaCause :: Lens' CancelTimerFailedEventAttributes CancelTimerFailedCause
- ctfeaDecisionTaskCompletedEventId :: Lens' CancelTimerFailedEventAttributes Integer
- data CancelWorkflowExecutionDecisionAttributes
- cancelWorkflowExecutionDecisionAttributes :: CancelWorkflowExecutionDecisionAttributes
- cwedaDetails :: Lens' CancelWorkflowExecutionDecisionAttributes (Maybe Text)
- data CancelWorkflowExecutionFailedEventAttributes
- cancelWorkflowExecutionFailedEventAttributes :: CancelWorkflowExecutionFailedCause -> Integer -> CancelWorkflowExecutionFailedEventAttributes
- cCause :: Lens' CancelWorkflowExecutionFailedEventAttributes CancelWorkflowExecutionFailedCause
- cDecisionTaskCompletedEventId :: Lens' CancelWorkflowExecutionFailedEventAttributes Integer
- data ChildWorkflowExecutionCanceledEventAttributes
- childWorkflowExecutionCanceledEventAttributes :: WorkflowExecution -> WorkflowType -> Integer -> Integer -> ChildWorkflowExecutionCanceledEventAttributes
- cDetails :: Lens' ChildWorkflowExecutionCanceledEventAttributes (Maybe Text)
- cWorkflowExecution :: Lens' ChildWorkflowExecutionCanceledEventAttributes WorkflowExecution
- cWorkflowType :: Lens' ChildWorkflowExecutionCanceledEventAttributes WorkflowType
- cInitiatedEventId :: Lens' ChildWorkflowExecutionCanceledEventAttributes Integer
- cStartedEventId :: Lens' ChildWorkflowExecutionCanceledEventAttributes Integer
- data ChildWorkflowExecutionCompletedEventAttributes
- childWorkflowExecutionCompletedEventAttributes :: WorkflowExecution -> WorkflowType -> Integer -> Integer -> ChildWorkflowExecutionCompletedEventAttributes
- cweceaResult :: Lens' ChildWorkflowExecutionCompletedEventAttributes (Maybe Text)
- cweceaWorkflowExecution :: Lens' ChildWorkflowExecutionCompletedEventAttributes WorkflowExecution
- cweceaWorkflowType :: Lens' ChildWorkflowExecutionCompletedEventAttributes WorkflowType
- cweceaInitiatedEventId :: Lens' ChildWorkflowExecutionCompletedEventAttributes Integer
- cweceaStartedEventId :: Lens' ChildWorkflowExecutionCompletedEventAttributes Integer
- data ChildWorkflowExecutionFailedEventAttributes
- childWorkflowExecutionFailedEventAttributes :: WorkflowExecution -> WorkflowType -> Integer -> Integer -> ChildWorkflowExecutionFailedEventAttributes
- cwefeaReason :: Lens' ChildWorkflowExecutionFailedEventAttributes (Maybe Text)
- cwefeaDetails :: Lens' ChildWorkflowExecutionFailedEventAttributes (Maybe Text)
- cwefeaWorkflowExecution :: Lens' ChildWorkflowExecutionFailedEventAttributes WorkflowExecution
- cwefeaWorkflowType :: Lens' ChildWorkflowExecutionFailedEventAttributes WorkflowType
- cwefeaInitiatedEventId :: Lens' ChildWorkflowExecutionFailedEventAttributes Integer
- cwefeaStartedEventId :: Lens' ChildWorkflowExecutionFailedEventAttributes Integer
- data ChildWorkflowExecutionStartedEventAttributes
- childWorkflowExecutionStartedEventAttributes :: WorkflowExecution -> WorkflowType -> Integer -> ChildWorkflowExecutionStartedEventAttributes
- cweseaWorkflowExecution :: Lens' ChildWorkflowExecutionStartedEventAttributes WorkflowExecution
- cweseaWorkflowType :: Lens' ChildWorkflowExecutionStartedEventAttributes WorkflowType
- cweseaInitiatedEventId :: Lens' ChildWorkflowExecutionStartedEventAttributes Integer
- data ChildWorkflowExecutionTerminatedEventAttributes
- childWorkflowExecutionTerminatedEventAttributes :: WorkflowExecution -> WorkflowType -> Integer -> Integer -> ChildWorkflowExecutionTerminatedEventAttributes
- cweteaWorkflowExecution :: Lens' ChildWorkflowExecutionTerminatedEventAttributes WorkflowExecution
- cweteaWorkflowType :: Lens' ChildWorkflowExecutionTerminatedEventAttributes WorkflowType
- cweteaInitiatedEventId :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Integer
- cweteaStartedEventId :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Integer
- data ChildWorkflowExecutionTimedOutEventAttributes
- childWorkflowExecutionTimedOutEventAttributes :: WorkflowExecution -> WorkflowType -> WorkflowExecutionTimeoutType -> Integer -> Integer -> ChildWorkflowExecutionTimedOutEventAttributes
- cwetoeaWorkflowExecution :: Lens' ChildWorkflowExecutionTimedOutEventAttributes WorkflowExecution
- cwetoeaWorkflowType :: Lens' ChildWorkflowExecutionTimedOutEventAttributes WorkflowType
- cwetoeaTimeoutType :: Lens' ChildWorkflowExecutionTimedOutEventAttributes WorkflowExecutionTimeoutType
- cwetoeaInitiatedEventId :: Lens' ChildWorkflowExecutionTimedOutEventAttributes Integer
- cwetoeaStartedEventId :: Lens' ChildWorkflowExecutionTimedOutEventAttributes Integer
- data CloseStatusFilter
- closeStatusFilter :: CloseStatus -> CloseStatusFilter
- csfStatus :: Lens' CloseStatusFilter CloseStatus
- data CompleteWorkflowExecutionDecisionAttributes
- completeWorkflowExecutionDecisionAttributes :: CompleteWorkflowExecutionDecisionAttributes
- cwedaResult :: Lens' CompleteWorkflowExecutionDecisionAttributes (Maybe Text)
- data CompleteWorkflowExecutionFailedEventAttributes
- completeWorkflowExecutionFailedEventAttributes :: CompleteWorkflowExecutionFailedCause -> Integer -> CompleteWorkflowExecutionFailedEventAttributes
- cwefeaCause :: Lens' CompleteWorkflowExecutionFailedEventAttributes CompleteWorkflowExecutionFailedCause
- cwefeaDecisionTaskCompletedEventId :: Lens' CompleteWorkflowExecutionFailedEventAttributes Integer
- data ContinueAsNewWorkflowExecutionDecisionAttributes
- continueAsNewWorkflowExecutionDecisionAttributes :: ContinueAsNewWorkflowExecutionDecisionAttributes
- canwedaTagList :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes [Text]
- canwedaTaskStartToCloseTimeout :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text)
- canwedaLambdaRole :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text)
- canwedaInput :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text)
- canwedaWorkflowTypeVersion :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text)
- canwedaExecutionStartToCloseTimeout :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text)
- canwedaTaskList :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe TaskList)
- canwedaTaskPriority :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text)
- canwedaChildPolicy :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe ChildPolicy)
- data ContinueAsNewWorkflowExecutionFailedEventAttributes
- continueAsNewWorkflowExecutionFailedEventAttributes :: ContinueAsNewWorkflowExecutionFailedCause -> Integer -> ContinueAsNewWorkflowExecutionFailedEventAttributes
- canwefeaCause :: Lens' ContinueAsNewWorkflowExecutionFailedEventAttributes ContinueAsNewWorkflowExecutionFailedCause
- canwefeaDecisionTaskCompletedEventId :: Lens' ContinueAsNewWorkflowExecutionFailedEventAttributes Integer
- data Decision
- decision :: DecisionType -> Decision
- dRequestCancelExternalWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe RequestCancelExternalWorkflowExecutionDecisionAttributes)
- dScheduleActivityTaskDecisionAttributes :: Lens' Decision (Maybe ScheduleActivityTaskDecisionAttributes)
- dSignalExternalWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe SignalExternalWorkflowExecutionDecisionAttributes)
- dStartTimerDecisionAttributes :: Lens' Decision (Maybe StartTimerDecisionAttributes)
- dRecordMarkerDecisionAttributes :: Lens' Decision (Maybe RecordMarkerDecisionAttributes)
- dFailWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe FailWorkflowExecutionDecisionAttributes)
- dStartChildWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe StartChildWorkflowExecutionDecisionAttributes)
- dCompleteWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe CompleteWorkflowExecutionDecisionAttributes)
- dScheduleLambdaFunctionDecisionAttributes :: Lens' Decision (Maybe ScheduleLambdaFunctionDecisionAttributes)
- dRequestCancelActivityTaskDecisionAttributes :: Lens' Decision (Maybe RequestCancelActivityTaskDecisionAttributes)
- dCancelWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe CancelWorkflowExecutionDecisionAttributes)
- dCancelTimerDecisionAttributes :: Lens' Decision (Maybe CancelTimerDecisionAttributes)
- dContinueAsNewWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe ContinueAsNewWorkflowExecutionDecisionAttributes)
- dDecisionType :: Lens' Decision DecisionType
- data DecisionTaskCompletedEventAttributes
- decisionTaskCompletedEventAttributes :: Integer -> Integer -> DecisionTaskCompletedEventAttributes
- dtceaExecutionContext :: Lens' DecisionTaskCompletedEventAttributes (Maybe Text)
- dtceaScheduledEventId :: Lens' DecisionTaskCompletedEventAttributes Integer
- dtceaStartedEventId :: Lens' DecisionTaskCompletedEventAttributes Integer
- data DecisionTaskScheduledEventAttributes
- decisionTaskScheduledEventAttributes :: TaskList -> DecisionTaskScheduledEventAttributes
- dtseaTaskPriority :: Lens' DecisionTaskScheduledEventAttributes (Maybe Text)
- dtseaStartToCloseTimeout :: Lens' DecisionTaskScheduledEventAttributes (Maybe Text)
- dtseaTaskList :: Lens' DecisionTaskScheduledEventAttributes TaskList
- data DecisionTaskStartedEventAttributes
- decisionTaskStartedEventAttributes :: Integer -> DecisionTaskStartedEventAttributes
- dtseaIdentity :: Lens' DecisionTaskStartedEventAttributes (Maybe Text)
- dtseaScheduledEventId :: Lens' DecisionTaskStartedEventAttributes Integer
- data DecisionTaskTimedOutEventAttributes
- decisionTaskTimedOutEventAttributes :: DecisionTaskTimeoutType -> Integer -> Integer -> DecisionTaskTimedOutEventAttributes
- dttoeaTimeoutType :: Lens' DecisionTaskTimedOutEventAttributes DecisionTaskTimeoutType
- dttoeaScheduledEventId :: Lens' DecisionTaskTimedOutEventAttributes Integer
- dttoeaStartedEventId :: Lens' DecisionTaskTimedOutEventAttributes Integer
- data DomainConfiguration
- domainConfiguration :: Text -> DomainConfiguration
- dcWorkflowExecutionRetentionPeriodInDays :: Lens' DomainConfiguration Text
- data DomainInfo
- domainInfo :: Text -> RegistrationStatus -> DomainInfo
- diDescription :: Lens' DomainInfo (Maybe Text)
- diName :: Lens' DomainInfo Text
- diStatus :: Lens' DomainInfo RegistrationStatus
- data ExecutionTimeFilter
- executionTimeFilter :: UTCTime -> ExecutionTimeFilter
- etfLatestDate :: Lens' ExecutionTimeFilter (Maybe UTCTime)
- etfOldestDate :: Lens' ExecutionTimeFilter UTCTime
- data ExternalWorkflowExecutionCancelRequestedEventAttributes
- externalWorkflowExecutionCancelRequestedEventAttributes :: WorkflowExecution -> Integer -> ExternalWorkflowExecutionCancelRequestedEventAttributes
- ewecreaWorkflowExecution :: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes WorkflowExecution
- ewecreaInitiatedEventId :: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes Integer
- data ExternalWorkflowExecutionSignaledEventAttributes
- externalWorkflowExecutionSignaledEventAttributes :: WorkflowExecution -> Integer -> ExternalWorkflowExecutionSignaledEventAttributes
- eweseaWorkflowExecution :: Lens' ExternalWorkflowExecutionSignaledEventAttributes WorkflowExecution
- eweseaInitiatedEventId :: Lens' ExternalWorkflowExecutionSignaledEventAttributes Integer
- data FailWorkflowExecutionDecisionAttributes
- failWorkflowExecutionDecisionAttributes :: FailWorkflowExecutionDecisionAttributes
- fwedaReason :: Lens' FailWorkflowExecutionDecisionAttributes (Maybe Text)
- fwedaDetails :: Lens' FailWorkflowExecutionDecisionAttributes (Maybe Text)
- data FailWorkflowExecutionFailedEventAttributes
- failWorkflowExecutionFailedEventAttributes :: FailWorkflowExecutionFailedCause -> Integer -> FailWorkflowExecutionFailedEventAttributes
- fwefeaCause :: Lens' FailWorkflowExecutionFailedEventAttributes FailWorkflowExecutionFailedCause
- fwefeaDecisionTaskCompletedEventId :: Lens' FailWorkflowExecutionFailedEventAttributes Integer
- data HistoryEvent
- historyEvent :: UTCTime -> EventType -> Integer -> HistoryEvent
- heWorkflowExecutionCancelRequestedEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionCancelRequestedEventAttributes)
- heRecordMarkerFailedEventAttributes :: Lens' HistoryEvent (Maybe RecordMarkerFailedEventAttributes)
- heRequestCancelExternalWorkflowExecutionInitiatedEventAttributes :: Lens' HistoryEvent (Maybe RequestCancelExternalWorkflowExecutionInitiatedEventAttributes)
- heLambdaFunctionStartedEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionStartedEventAttributes)
- heDecisionTaskScheduledEventAttributes :: Lens' HistoryEvent (Maybe DecisionTaskScheduledEventAttributes)
- heWorkflowExecutionCompletedEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionCompletedEventAttributes)
- heStartTimerFailedEventAttributes :: Lens' HistoryEvent (Maybe StartTimerFailedEventAttributes)
- heActivityTaskScheduledEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskScheduledEventAttributes)
- heScheduleActivityTaskFailedEventAttributes :: Lens' HistoryEvent (Maybe ScheduleActivityTaskFailedEventAttributes)
- heChildWorkflowExecutionCompletedEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionCompletedEventAttributes)
- heMarkerRecordedEventAttributes :: Lens' HistoryEvent (Maybe MarkerRecordedEventAttributes)
- heScheduleLambdaFunctionFailedEventAttributes :: Lens' HistoryEvent (Maybe ScheduleLambdaFunctionFailedEventAttributes)
- heCompleteWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe CompleteWorkflowExecutionFailedEventAttributes)
- heLambdaFunctionCompletedEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionCompletedEventAttributes)
- heRequestCancelExternalWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe RequestCancelExternalWorkflowExecutionFailedEventAttributes)
- heTimerCanceledEventAttributes :: Lens' HistoryEvent (Maybe TimerCanceledEventAttributes)
- heWorkflowExecutionStartedEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionStartedEventAttributes)
- heActivityTaskCompletedEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskCompletedEventAttributes)
- heDecisionTaskTimedOutEventAttributes :: Lens' HistoryEvent (Maybe DecisionTaskTimedOutEventAttributes)
- heCancelTimerFailedEventAttributes :: Lens' HistoryEvent (Maybe CancelTimerFailedEventAttributes)
- heChildWorkflowExecutionStartedEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionStartedEventAttributes)
- heActivityTaskCanceledEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskCanceledEventAttributes)
- heActivityTaskTimedOutEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskTimedOutEventAttributes)
- heDecisionTaskStartedEventAttributes :: Lens' HistoryEvent (Maybe DecisionTaskStartedEventAttributes)
- heWorkflowExecutionTerminatedEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionTerminatedEventAttributes)
- heChildWorkflowExecutionCanceledEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionCanceledEventAttributes)
- heRequestCancelActivityTaskFailedEventAttributes :: Lens' HistoryEvent (Maybe RequestCancelActivityTaskFailedEventAttributes)
- heLambdaFunctionScheduledEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionScheduledEventAttributes)
- heChildWorkflowExecutionTimedOutEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionTimedOutEventAttributes)
- heCancelWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe CancelWorkflowExecutionFailedEventAttributes)
- heStartChildWorkflowExecutionInitiatedEventAttributes :: Lens' HistoryEvent (Maybe StartChildWorkflowExecutionInitiatedEventAttributes)
- heSignalExternalWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe SignalExternalWorkflowExecutionFailedEventAttributes)
- heActivityTaskStartedEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskStartedEventAttributes)
- heStartLambdaFunctionFailedEventAttributes :: Lens' HistoryEvent (Maybe StartLambdaFunctionFailedEventAttributes)
- heChildWorkflowExecutionTerminatedEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionTerminatedEventAttributes)
- heLambdaFunctionFailedEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionFailedEventAttributes)
- heWorkflowExecutionCanceledEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionCanceledEventAttributes)
- heTimerStartedEventAttributes :: Lens' HistoryEvent (Maybe TimerStartedEventAttributes)
- heActivityTaskCancelRequestedEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskCancelRequestedEventAttributes)
- heWorkflowExecutionTimedOutEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionTimedOutEventAttributes)
- heWorkflowExecutionSignaledEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionSignaledEventAttributes)
- heTimerFiredEventAttributes :: Lens' HistoryEvent (Maybe TimerFiredEventAttributes)
- heActivityTaskFailedEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskFailedEventAttributes)
- heExternalWorkflowExecutionSignaledEventAttributes :: Lens' HistoryEvent (Maybe ExternalWorkflowExecutionSignaledEventAttributes)
- heDecisionTaskCompletedEventAttributes :: Lens' HistoryEvent (Maybe DecisionTaskCompletedEventAttributes)
- heStartChildWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe StartChildWorkflowExecutionFailedEventAttributes)
- heChildWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionFailedEventAttributes)
- heFailWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe FailWorkflowExecutionFailedEventAttributes)
- heContinueAsNewWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe ContinueAsNewWorkflowExecutionFailedEventAttributes)
- heSignalExternalWorkflowExecutionInitiatedEventAttributes :: Lens' HistoryEvent (Maybe SignalExternalWorkflowExecutionInitiatedEventAttributes)
- heLambdaFunctionTimedOutEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionTimedOutEventAttributes)
- heWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionFailedEventAttributes)
- heWorkflowExecutionContinuedAsNewEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionContinuedAsNewEventAttributes)
- heExternalWorkflowExecutionCancelRequestedEventAttributes :: Lens' HistoryEvent (Maybe ExternalWorkflowExecutionCancelRequestedEventAttributes)
- heEventTimestamp :: Lens' HistoryEvent UTCTime
- heEventType :: Lens' HistoryEvent EventType
- heEventId :: Lens' HistoryEvent Integer
- data LambdaFunctionCompletedEventAttributes
- lambdaFunctionCompletedEventAttributes :: Integer -> Integer -> LambdaFunctionCompletedEventAttributes
- lfceaResult :: Lens' LambdaFunctionCompletedEventAttributes (Maybe Text)
- lfceaScheduledEventId :: Lens' LambdaFunctionCompletedEventAttributes Integer
- lfceaStartedEventId :: Lens' LambdaFunctionCompletedEventAttributes Integer
- data LambdaFunctionFailedEventAttributes
- lambdaFunctionFailedEventAttributes :: Integer -> Integer -> LambdaFunctionFailedEventAttributes
- lffeaReason :: Lens' LambdaFunctionFailedEventAttributes (Maybe Text)
- lffeaDetails :: Lens' LambdaFunctionFailedEventAttributes (Maybe Text)
- lffeaScheduledEventId :: Lens' LambdaFunctionFailedEventAttributes Integer
- lffeaStartedEventId :: Lens' LambdaFunctionFailedEventAttributes Integer
- data LambdaFunctionScheduledEventAttributes
- lambdaFunctionScheduledEventAttributes :: Text -> Text -> Integer -> LambdaFunctionScheduledEventAttributes
- lfseaControl :: Lens' LambdaFunctionScheduledEventAttributes (Maybe Text)
- lfseaInput :: Lens' LambdaFunctionScheduledEventAttributes (Maybe Text)
- lfseaStartToCloseTimeout :: Lens' LambdaFunctionScheduledEventAttributes (Maybe Text)
- lfseaId :: Lens' LambdaFunctionScheduledEventAttributes Text
- lfseaName :: Lens' LambdaFunctionScheduledEventAttributes Text
- lfseaDecisionTaskCompletedEventId :: Lens' LambdaFunctionScheduledEventAttributes Integer
- data LambdaFunctionStartedEventAttributes
- lambdaFunctionStartedEventAttributes :: Integer -> LambdaFunctionStartedEventAttributes
- lfseaScheduledEventId :: Lens' LambdaFunctionStartedEventAttributes Integer
- data LambdaFunctionTimedOutEventAttributes
- lambdaFunctionTimedOutEventAttributes :: Integer -> Integer -> LambdaFunctionTimedOutEventAttributes
- lftoeaTimeoutType :: Lens' LambdaFunctionTimedOutEventAttributes (Maybe LambdaFunctionTimeoutType)
- lftoeaScheduledEventId :: Lens' LambdaFunctionTimedOutEventAttributes Integer
- lftoeaStartedEventId :: Lens' LambdaFunctionTimedOutEventAttributes Integer
- data MarkerRecordedEventAttributes
- markerRecordedEventAttributes :: Text -> Integer -> MarkerRecordedEventAttributes
- mreaDetails :: Lens' MarkerRecordedEventAttributes (Maybe Text)
- mreaMarkerName :: Lens' MarkerRecordedEventAttributes Text
- mreaDecisionTaskCompletedEventId :: Lens' MarkerRecordedEventAttributes Integer
- data PendingTaskCount
- pendingTaskCount :: Natural -> PendingTaskCount
- ptcTruncated :: Lens' PendingTaskCount (Maybe Bool)
- ptcCount :: Lens' PendingTaskCount Natural
- data RecordMarkerDecisionAttributes
- recordMarkerDecisionAttributes :: Text -> RecordMarkerDecisionAttributes
- rmdaDetails :: Lens' RecordMarkerDecisionAttributes (Maybe Text)
- rmdaMarkerName :: Lens' RecordMarkerDecisionAttributes Text
- data RecordMarkerFailedEventAttributes
- recordMarkerFailedEventAttributes :: Text -> RecordMarkerFailedCause -> Integer -> RecordMarkerFailedEventAttributes
- rmfeaMarkerName :: Lens' RecordMarkerFailedEventAttributes Text
- rmfeaCause :: Lens' RecordMarkerFailedEventAttributes RecordMarkerFailedCause
- rmfeaDecisionTaskCompletedEventId :: Lens' RecordMarkerFailedEventAttributes Integer
- data RequestCancelActivityTaskDecisionAttributes
- requestCancelActivityTaskDecisionAttributes :: Text -> RequestCancelActivityTaskDecisionAttributes
- rcatdaActivityId :: Lens' RequestCancelActivityTaskDecisionAttributes Text
- data RequestCancelActivityTaskFailedEventAttributes
- requestCancelActivityTaskFailedEventAttributes :: Text -> RequestCancelActivityTaskFailedCause -> Integer -> RequestCancelActivityTaskFailedEventAttributes
- rcatfeaActivityId :: Lens' RequestCancelActivityTaskFailedEventAttributes Text
- rcatfeaCause :: Lens' RequestCancelActivityTaskFailedEventAttributes RequestCancelActivityTaskFailedCause
- rcatfeaDecisionTaskCompletedEventId :: Lens' RequestCancelActivityTaskFailedEventAttributes Integer
- data RequestCancelExternalWorkflowExecutionDecisionAttributes
- requestCancelExternalWorkflowExecutionDecisionAttributes :: Text -> RequestCancelExternalWorkflowExecutionDecisionAttributes
- rcewedaControl :: Lens' RequestCancelExternalWorkflowExecutionDecisionAttributes (Maybe Text)
- rcewedaRunId :: Lens' RequestCancelExternalWorkflowExecutionDecisionAttributes (Maybe Text)
- rcewedaWorkflowId :: Lens' RequestCancelExternalWorkflowExecutionDecisionAttributes Text
- data RequestCancelExternalWorkflowExecutionFailedEventAttributes
- requestCancelExternalWorkflowExecutionFailedEventAttributes :: Text -> RequestCancelExternalWorkflowExecutionFailedCause -> Integer -> Integer -> RequestCancelExternalWorkflowExecutionFailedEventAttributes
- rcewefeaControl :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes (Maybe Text)
- rcewefeaRunId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes (Maybe Text)
- rcewefeaWorkflowId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Text
- rcewefeaCause :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes RequestCancelExternalWorkflowExecutionFailedCause
- rcewefeaInitiatedEventId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Integer
- rcewefeaDecisionTaskCompletedEventId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Integer
- data RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
- requestCancelExternalWorkflowExecutionInitiatedEventAttributes :: Text -> Integer -> RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
- rceweieaControl :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- rceweieaRunId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- rceweieaWorkflowId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Text
- rceweieaDecisionTaskCompletedEventId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Integer
- data ScheduleActivityTaskDecisionAttributes
- scheduleActivityTaskDecisionAttributes :: ActivityType -> Text -> ScheduleActivityTaskDecisionAttributes
- satdaControl :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text)
- satdaHeartbeatTimeout :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text)
- satdaScheduleToCloseTimeout :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text)
- satdaInput :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text)
- satdaTaskList :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe TaskList)
- satdaTaskPriority :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text)
- satdaScheduleToStartTimeout :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text)
- satdaStartToCloseTimeout :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text)
- satdaActivityType :: Lens' ScheduleActivityTaskDecisionAttributes ActivityType
- satdaActivityId :: Lens' ScheduleActivityTaskDecisionAttributes Text
- data ScheduleActivityTaskFailedEventAttributes
- scheduleActivityTaskFailedEventAttributes :: ActivityType -> Text -> ScheduleActivityTaskFailedCause -> Integer -> ScheduleActivityTaskFailedEventAttributes
- satfeaActivityType :: Lens' ScheduleActivityTaskFailedEventAttributes ActivityType
- satfeaActivityId :: Lens' ScheduleActivityTaskFailedEventAttributes Text
- satfeaCause :: Lens' ScheduleActivityTaskFailedEventAttributes ScheduleActivityTaskFailedCause
- satfeaDecisionTaskCompletedEventId :: Lens' ScheduleActivityTaskFailedEventAttributes Integer
- data ScheduleLambdaFunctionDecisionAttributes
- scheduleLambdaFunctionDecisionAttributes :: Text -> Text -> ScheduleLambdaFunctionDecisionAttributes
- slfdaControl :: Lens' ScheduleLambdaFunctionDecisionAttributes (Maybe Text)
- slfdaInput :: Lens' ScheduleLambdaFunctionDecisionAttributes (Maybe Text)
- slfdaStartToCloseTimeout :: Lens' ScheduleLambdaFunctionDecisionAttributes (Maybe Text)
- slfdaId :: Lens' ScheduleLambdaFunctionDecisionAttributes Text
- slfdaName :: Lens' ScheduleLambdaFunctionDecisionAttributes Text
- data ScheduleLambdaFunctionFailedEventAttributes
- scheduleLambdaFunctionFailedEventAttributes :: Text -> Text -> ScheduleLambdaFunctionFailedCause -> Integer -> ScheduleLambdaFunctionFailedEventAttributes
- slffeaId :: Lens' ScheduleLambdaFunctionFailedEventAttributes Text
- slffeaName :: Lens' ScheduleLambdaFunctionFailedEventAttributes Text
- slffeaCause :: Lens' ScheduleLambdaFunctionFailedEventAttributes ScheduleLambdaFunctionFailedCause
- slffeaDecisionTaskCompletedEventId :: Lens' ScheduleLambdaFunctionFailedEventAttributes Integer
- data SignalExternalWorkflowExecutionDecisionAttributes
- signalExternalWorkflowExecutionDecisionAttributes :: Text -> Text -> SignalExternalWorkflowExecutionDecisionAttributes
- sewedaControl :: Lens' SignalExternalWorkflowExecutionDecisionAttributes (Maybe Text)
- sewedaInput :: Lens' SignalExternalWorkflowExecutionDecisionAttributes (Maybe Text)
- sewedaRunId :: Lens' SignalExternalWorkflowExecutionDecisionAttributes (Maybe Text)
- sewedaWorkflowId :: Lens' SignalExternalWorkflowExecutionDecisionAttributes Text
- sewedaSignalName :: Lens' SignalExternalWorkflowExecutionDecisionAttributes Text
- data SignalExternalWorkflowExecutionFailedEventAttributes
- signalExternalWorkflowExecutionFailedEventAttributes :: Text -> SignalExternalWorkflowExecutionFailedCause -> Integer -> Integer -> SignalExternalWorkflowExecutionFailedEventAttributes
- sewefeaControl :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes (Maybe Text)
- sewefeaRunId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes (Maybe Text)
- sewefeaWorkflowId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Text
- sewefeaCause :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes SignalExternalWorkflowExecutionFailedCause
- sewefeaInitiatedEventId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Integer
- sewefeaDecisionTaskCompletedEventId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Integer
- data SignalExternalWorkflowExecutionInitiatedEventAttributes
- signalExternalWorkflowExecutionInitiatedEventAttributes :: Text -> Text -> Integer -> SignalExternalWorkflowExecutionInitiatedEventAttributes
- seweieaControl :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- seweieaInput :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- seweieaRunId :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- seweieaWorkflowId :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Text
- seweieaSignalName :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Text
- seweieaDecisionTaskCompletedEventId :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Integer
- data StartChildWorkflowExecutionDecisionAttributes
- startChildWorkflowExecutionDecisionAttributes :: WorkflowType -> Text -> StartChildWorkflowExecutionDecisionAttributes
- scwedaControl :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text)
- scwedaTagList :: Lens' StartChildWorkflowExecutionDecisionAttributes [Text]
- scwedaTaskStartToCloseTimeout :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text)
- scwedaLambdaRole :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text)
- scwedaInput :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text)
- scwedaExecutionStartToCloseTimeout :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text)
- scwedaTaskList :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe TaskList)
- scwedaTaskPriority :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text)
- scwedaChildPolicy :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe ChildPolicy)
- scwedaWorkflowType :: Lens' StartChildWorkflowExecutionDecisionAttributes WorkflowType
- scwedaWorkflowId :: Lens' StartChildWorkflowExecutionDecisionAttributes Text
- data StartChildWorkflowExecutionFailedEventAttributes
- startChildWorkflowExecutionFailedEventAttributes :: WorkflowType -> StartChildWorkflowExecutionFailedCause -> Text -> Integer -> Integer -> StartChildWorkflowExecutionFailedEventAttributes
- scwefeaControl :: Lens' StartChildWorkflowExecutionFailedEventAttributes (Maybe Text)
- scwefeaWorkflowType :: Lens' StartChildWorkflowExecutionFailedEventAttributes WorkflowType
- scwefeaCause :: Lens' StartChildWorkflowExecutionFailedEventAttributes StartChildWorkflowExecutionFailedCause
- scwefeaWorkflowId :: Lens' StartChildWorkflowExecutionFailedEventAttributes Text
- scwefeaInitiatedEventId :: Lens' StartChildWorkflowExecutionFailedEventAttributes Integer
- scwefeaDecisionTaskCompletedEventId :: Lens' StartChildWorkflowExecutionFailedEventAttributes Integer
- data StartChildWorkflowExecutionInitiatedEventAttributes
- startChildWorkflowExecutionInitiatedEventAttributes :: Text -> WorkflowType -> TaskList -> Integer -> ChildPolicy -> StartChildWorkflowExecutionInitiatedEventAttributes
- scweieaControl :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- scweieaTagList :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes [Text]
- scweieaTaskStartToCloseTimeout :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- scweieaLambdaRole :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- scweieaInput :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- scweieaExecutionStartToCloseTimeout :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- scweieaTaskPriority :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- scweieaWorkflowId :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Text
- scweieaWorkflowType :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes WorkflowType
- scweieaTaskList :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes TaskList
- scweieaDecisionTaskCompletedEventId :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Integer
- scweieaChildPolicy :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes ChildPolicy
- data StartLambdaFunctionFailedEventAttributes
- startLambdaFunctionFailedEventAttributes :: StartLambdaFunctionFailedEventAttributes
- sScheduledEventId :: Lens' StartLambdaFunctionFailedEventAttributes (Maybe Integer)
- sCause :: Lens' StartLambdaFunctionFailedEventAttributes (Maybe StartLambdaFunctionFailedCause)
- sMessage :: Lens' StartLambdaFunctionFailedEventAttributes (Maybe Text)
- data StartTimerDecisionAttributes
- startTimerDecisionAttributes :: Text -> Text -> StartTimerDecisionAttributes
- stdaControl :: Lens' StartTimerDecisionAttributes (Maybe Text)
- stdaTimerId :: Lens' StartTimerDecisionAttributes Text
- stdaStartToFireTimeout :: Lens' StartTimerDecisionAttributes Text
- data StartTimerFailedEventAttributes
- startTimerFailedEventAttributes :: Text -> StartTimerFailedCause -> Integer -> StartTimerFailedEventAttributes
- stfeaTimerId :: Lens' StartTimerFailedEventAttributes Text
- stfeaCause :: Lens' StartTimerFailedEventAttributes StartTimerFailedCause
- stfeaDecisionTaskCompletedEventId :: Lens' StartTimerFailedEventAttributes Integer
- data TagFilter
- tagFilter :: Text -> TagFilter
- tfTag :: Lens' TagFilter Text
- data TaskList
- taskList :: Text -> TaskList
- tlName :: Lens' TaskList Text
- data TimerCanceledEventAttributes
- timerCanceledEventAttributes :: Text -> Integer -> Integer -> TimerCanceledEventAttributes
- tceaTimerId :: Lens' TimerCanceledEventAttributes Text
- tceaStartedEventId :: Lens' TimerCanceledEventAttributes Integer
- tceaDecisionTaskCompletedEventId :: Lens' TimerCanceledEventAttributes Integer
- data TimerFiredEventAttributes
- timerFiredEventAttributes :: Text -> Integer -> TimerFiredEventAttributes
- tfeaTimerId :: Lens' TimerFiredEventAttributes Text
- tfeaStartedEventId :: Lens' TimerFiredEventAttributes Integer
- data TimerStartedEventAttributes
- timerStartedEventAttributes :: Text -> Text -> Integer -> TimerStartedEventAttributes
- tseaControl :: Lens' TimerStartedEventAttributes (Maybe Text)
- tseaTimerId :: Lens' TimerStartedEventAttributes Text
- tseaStartToFireTimeout :: Lens' TimerStartedEventAttributes Text
- tseaDecisionTaskCompletedEventId :: Lens' TimerStartedEventAttributes Integer
- data WorkflowExecution
- workflowExecution :: Text -> Text -> WorkflowExecution
- weWorkflowId :: Lens' WorkflowExecution Text
- weRunId :: Lens' WorkflowExecution Text
- data WorkflowExecutionCancelRequestedEventAttributes
- workflowExecutionCancelRequestedEventAttributes :: WorkflowExecutionCancelRequestedEventAttributes
- wecreaExternalWorkflowExecution :: Lens' WorkflowExecutionCancelRequestedEventAttributes (Maybe WorkflowExecution)
- wecreaExternalInitiatedEventId :: Lens' WorkflowExecutionCancelRequestedEventAttributes (Maybe Integer)
- wecreaCause :: Lens' WorkflowExecutionCancelRequestedEventAttributes (Maybe WorkflowExecutionCancelRequestedCause)
- data WorkflowExecutionCanceledEventAttributes
- workflowExecutionCanceledEventAttributes :: Integer -> WorkflowExecutionCanceledEventAttributes
- wDetails :: Lens' WorkflowExecutionCanceledEventAttributes (Maybe Text)
- wDecisionTaskCompletedEventId :: Lens' WorkflowExecutionCanceledEventAttributes Integer
- data WorkflowExecutionCompletedEventAttributes
- workflowExecutionCompletedEventAttributes :: Integer -> WorkflowExecutionCompletedEventAttributes
- weceaResult :: Lens' WorkflowExecutionCompletedEventAttributes (Maybe Text)
- weceaDecisionTaskCompletedEventId :: Lens' WorkflowExecutionCompletedEventAttributes Integer
- data WorkflowExecutionConfiguration
- workflowExecutionConfiguration :: Text -> Text -> TaskList -> ChildPolicy -> WorkflowExecutionConfiguration
- wecLambdaRole :: Lens' WorkflowExecutionConfiguration (Maybe Text)
- wecTaskPriority :: Lens' WorkflowExecutionConfiguration (Maybe Text)
- wecTaskStartToCloseTimeout :: Lens' WorkflowExecutionConfiguration Text
- wecExecutionStartToCloseTimeout :: Lens' WorkflowExecutionConfiguration Text
- wecTaskList :: Lens' WorkflowExecutionConfiguration TaskList
- wecChildPolicy :: Lens' WorkflowExecutionConfiguration ChildPolicy
- data WorkflowExecutionContinuedAsNewEventAttributes
- workflowExecutionContinuedAsNewEventAttributes :: Integer -> Text -> TaskList -> ChildPolicy -> WorkflowType -> WorkflowExecutionContinuedAsNewEventAttributes
- wecaneaTagList :: Lens' WorkflowExecutionContinuedAsNewEventAttributes [Text]
- wecaneaTaskStartToCloseTimeout :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text)
- wecaneaLambdaRole :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text)
- wecaneaInput :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text)
- wecaneaExecutionStartToCloseTimeout :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text)
- wecaneaTaskPriority :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text)
- wecaneaDecisionTaskCompletedEventId :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Integer
- wecaneaNewExecutionRunId :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Text
- wecaneaTaskList :: Lens' WorkflowExecutionContinuedAsNewEventAttributes TaskList
- wecaneaChildPolicy :: Lens' WorkflowExecutionContinuedAsNewEventAttributes ChildPolicy
- wecaneaWorkflowType :: Lens' WorkflowExecutionContinuedAsNewEventAttributes WorkflowType
- data WorkflowExecutionCount
- workflowExecutionCount :: Natural -> WorkflowExecutionCount
- wecTruncated :: Lens' WorkflowExecutionCount (Maybe Bool)
- wecCount :: Lens' WorkflowExecutionCount Natural
- data WorkflowExecutionFailedEventAttributes
- workflowExecutionFailedEventAttributes :: Integer -> WorkflowExecutionFailedEventAttributes
- wefeaReason :: Lens' WorkflowExecutionFailedEventAttributes (Maybe Text)
- wefeaDetails :: Lens' WorkflowExecutionFailedEventAttributes (Maybe Text)
- wefeaDecisionTaskCompletedEventId :: Lens' WorkflowExecutionFailedEventAttributes Integer
- data WorkflowExecutionFilter
- workflowExecutionFilter :: Text -> WorkflowExecutionFilter
- wefWorkflowId :: Lens' WorkflowExecutionFilter Text
- data WorkflowExecutionInfo
- workflowExecutionInfo :: WorkflowExecution -> WorkflowType -> UTCTime -> ExecutionStatus -> WorkflowExecutionInfo
- weiParent :: Lens' WorkflowExecutionInfo (Maybe WorkflowExecution)
- weiTagList :: Lens' WorkflowExecutionInfo [Text]
- weiCloseStatus :: Lens' WorkflowExecutionInfo (Maybe CloseStatus)
- weiCloseTimestamp :: Lens' WorkflowExecutionInfo (Maybe UTCTime)
- weiCancelRequested :: Lens' WorkflowExecutionInfo (Maybe Bool)
- weiExecution :: Lens' WorkflowExecutionInfo WorkflowExecution
- weiWorkflowType :: Lens' WorkflowExecutionInfo WorkflowType
- weiStartTimestamp :: Lens' WorkflowExecutionInfo UTCTime
- weiExecutionStatus :: Lens' WorkflowExecutionInfo ExecutionStatus
- data WorkflowExecutionInfos
- workflowExecutionInfos :: WorkflowExecutionInfos
- weiNextPageToken :: Lens' WorkflowExecutionInfos (Maybe Text)
- weiExecutionInfos :: Lens' WorkflowExecutionInfos [WorkflowExecutionInfo]
- data WorkflowExecutionOpenCounts
- workflowExecutionOpenCounts :: Natural -> Natural -> Natural -> Natural -> WorkflowExecutionOpenCounts
- weocOpenLambdaFunctions :: Lens' WorkflowExecutionOpenCounts (Maybe Natural)
- weocOpenActivityTasks :: Lens' WorkflowExecutionOpenCounts Natural
- weocOpenDecisionTasks :: Lens' WorkflowExecutionOpenCounts Natural
- weocOpenTimers :: Lens' WorkflowExecutionOpenCounts Natural
- weocOpenChildWorkflowExecutions :: Lens' WorkflowExecutionOpenCounts Natural
- data WorkflowExecutionSignaledEventAttributes
- workflowExecutionSignaledEventAttributes :: Text -> WorkflowExecutionSignaledEventAttributes
- wExternalWorkflowExecution :: Lens' WorkflowExecutionSignaledEventAttributes (Maybe WorkflowExecution)
- wExternalInitiatedEventId :: Lens' WorkflowExecutionSignaledEventAttributes (Maybe Integer)
- wInput :: Lens' WorkflowExecutionSignaledEventAttributes (Maybe Text)
- wSignalName :: Lens' WorkflowExecutionSignaledEventAttributes Text
- data WorkflowExecutionStartedEventAttributes
- workflowExecutionStartedEventAttributes :: ChildPolicy -> TaskList -> WorkflowType -> WorkflowExecutionStartedEventAttributes
- weseaParentInitiatedEventId :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Integer)
- weseaTagList :: Lens' WorkflowExecutionStartedEventAttributes [Text]
- weseaTaskStartToCloseTimeout :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text)
- weseaLambdaRole :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text)
- weseaInput :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text)
- weseaExecutionStartToCloseTimeout :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text)
- weseaTaskPriority :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text)
- weseaParentWorkflowExecution :: Lens' WorkflowExecutionStartedEventAttributes (Maybe WorkflowExecution)
- weseaContinuedExecutionRunId :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text)
- weseaChildPolicy :: Lens' WorkflowExecutionStartedEventAttributes ChildPolicy
- weseaTaskList :: Lens' WorkflowExecutionStartedEventAttributes TaskList
- weseaWorkflowType :: Lens' WorkflowExecutionStartedEventAttributes WorkflowType
- data WorkflowExecutionTerminatedEventAttributes
- workflowExecutionTerminatedEventAttributes :: ChildPolicy -> WorkflowExecutionTerminatedEventAttributes
- weteaCause :: Lens' WorkflowExecutionTerminatedEventAttributes (Maybe WorkflowExecutionTerminatedCause)
- weteaReason :: Lens' WorkflowExecutionTerminatedEventAttributes (Maybe Text)
- weteaDetails :: Lens' WorkflowExecutionTerminatedEventAttributes (Maybe Text)
- weteaChildPolicy :: Lens' WorkflowExecutionTerminatedEventAttributes ChildPolicy
- data WorkflowExecutionTimedOutEventAttributes
- workflowExecutionTimedOutEventAttributes :: WorkflowExecutionTimeoutType -> ChildPolicy -> WorkflowExecutionTimedOutEventAttributes
- wetoeaTimeoutType :: Lens' WorkflowExecutionTimedOutEventAttributes WorkflowExecutionTimeoutType
- wetoeaChildPolicy :: Lens' WorkflowExecutionTimedOutEventAttributes ChildPolicy
- data WorkflowType
- workflowType :: Text -> Text -> WorkflowType
- wtName :: Lens' WorkflowType Text
- wtVersion :: Lens' WorkflowType Text
- data WorkflowTypeConfiguration
- workflowTypeConfiguration :: WorkflowTypeConfiguration
- wtcDefaultLambdaRole :: Lens' WorkflowTypeConfiguration (Maybe Text)
- wtcDefaultChildPolicy :: Lens' WorkflowTypeConfiguration (Maybe ChildPolicy)
- wtcDefaultTaskList :: Lens' WorkflowTypeConfiguration (Maybe TaskList)
- wtcDefaultTaskPriority :: Lens' WorkflowTypeConfiguration (Maybe Text)
- wtcDefaultExecutionStartToCloseTimeout :: Lens' WorkflowTypeConfiguration (Maybe Text)
- wtcDefaultTaskStartToCloseTimeout :: Lens' WorkflowTypeConfiguration (Maybe Text)
- data WorkflowTypeFilter
- workflowTypeFilter :: Text -> WorkflowTypeFilter
- wtfVersion :: Lens' WorkflowTypeFilter (Maybe Text)
- wtfName :: Lens' WorkflowTypeFilter Text
- data WorkflowTypeInfo
- workflowTypeInfo :: WorkflowType -> RegistrationStatus -> UTCTime -> WorkflowTypeInfo
- wtiDeprecationDate :: Lens' WorkflowTypeInfo (Maybe UTCTime)
- wtiDescription :: Lens' WorkflowTypeInfo (Maybe Text)
- wtiWorkflowType :: Lens' WorkflowTypeInfo WorkflowType
- wtiStatus :: Lens' WorkflowTypeInfo RegistrationStatus
- wtiCreationDate :: Lens' WorkflowTypeInfo UTCTime
Service Configuration
API version 2012-01-25 of the Amazon Simple Workflow Service SDK configuration.
Errors
Error matchers are designed for use with the functions provided by
Control.Exception.Lens.
This allows catching (and rethrowing) service specific errors returned
by SWF.
DomainAlreadyExistsFault
_DomainAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError Source #
Returned if the specified domain already exists. You get this fault even if the existing domain is in deprecated status.
LimitExceededFault
_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
_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
_OperationNotPermittedFault :: AsError a => Getting (First ServiceError) a ServiceError Source #
Returned when the caller doesn't have sufficient permissions to invoke the action.
UnknownResourceFault
_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
_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.
TypeDeprecatedFault
_TypeDeprecatedFault :: AsError a => Getting (First ServiceError) a ServiceError Source #
Returned when the specified activity or workflow type was already deprecated.
TypeAlreadyExistsFault
_TypeAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError Source #
Returned if the type already exists in the specified domain. You get this fault even if the existing type is in deprecated status. You can specify another version if the intent is to create a new distinct version of the type.
DomainDeprecatedFault
_DomainDeprecatedFault :: AsError a => Getting (First ServiceError) a ServiceError Source #
Returned when the specified domain has been deprecated.
Waiters
Waiters poll by repeatedly sending a request until some remote success condition
configured by the Wait specification is fulfilled. The Wait specification
determines how many attempts should be made, in addition to delay and retry strategies.
Operations
Some AWS operations return results that are incomplete and require subsequent
requests in order to obtain the entire result set. The process of sending
subsequent requests to continue where a previous request left off is called
pagination. For example, the ListObjects operation of Amazon S3 returns up to
1000 objects at a time, and you must send subsequent requests with the
appropriate Marker in order to retrieve the next page of results.
Operations that have an AWSPager instance can transparently perform subsequent
requests, correctly setting Markers and other request facets to iterate through
the entire result set of a truncated API operation. Operations which support
this have an additional note in the documentation.
Many operations have the ability to filter results on the server side. See the individual operation parameters for details.
ListOpenWorkflowExecutions (Paginated)
RegisterActivityType
ListActivityTypes (Paginated)
CountPendingActivityTasks
RegisterWorkflowType
ListWorkflowTypes (Paginated)
RespondActivityTaskFailed
CountOpenWorkflowExecutions
DescribeWorkflowType
DeprecateWorkflowType
RequestCancelWorkflowExecution
RegisterDomain
RespondDecisionTaskCompleted
PollForActivityTask
RespondActivityTaskCompleted
DescribeWorkflowExecution
SignalWorkflowExecution
CountPendingDecisionTasks
ListClosedWorkflowExecutions (Paginated)
RecordActivityTaskHeartbeat
DescribeDomain
GetWorkflowExecutionHistory (Paginated)
DeprecateDomain
TerminateWorkflowExecution
DescribeActivityType
DeprecateActivityType
CountClosedWorkflowExecutions
RespondActivityTaskCanceled
StartWorkflowExecution
PollForDecisionTask (Paginated)
ListDomains (Paginated)
module Network.AWS.SWF.ListDomains
Types
ActivityTaskTimeoutType
data ActivityTaskTimeoutType Source #
Instances
CancelTimerFailedCause
data CancelTimerFailedCause Source #
Constructors
| CTFCOperationNotPermitted | |
| CTFCTimerIdUnknown |
Instances
CancelWorkflowExecutionFailedCause
data CancelWorkflowExecutionFailedCause Source #
Constructors
| COperationNotPermitted | |
| CUnhandledDecision |
Instances
ChildPolicy
data ChildPolicy Source #
Constructors
| Abandon | |
| RequestCancel | |
| Terminate |
Instances
CloseStatus
data CloseStatus Source #
Constructors
| Canceled | |
| Completed | |
| ContinuedAsNew | |
| Failed | |
| Terminated | |
| TimedOut |
Instances
CompleteWorkflowExecutionFailedCause
data CompleteWorkflowExecutionFailedCause Source #
Constructors
| CWEFCOperationNotPermitted | |
| CWEFCUnhandledDecision |
Instances
ContinueAsNewWorkflowExecutionFailedCause
data ContinueAsNewWorkflowExecutionFailedCause Source #
Constructors
Instances
DecisionTaskTimeoutType
data DecisionTaskTimeoutType Source #
Constructors
| StartToClose |
Instances
DecisionType
data DecisionType Source #
Constructors
Instances
EventType
Constructors
Instances
| Bounded EventType Source # | |
| Enum EventType Source # | |
Defined in Network.AWS.SWF.Types.Sum Methods succ :: EventType -> EventType # pred :: EventType -> EventType # fromEnum :: EventType -> Int # enumFrom :: EventType -> [EventType] # enumFromThen :: EventType -> EventType -> [EventType] # enumFromTo :: EventType -> EventType -> [EventType] # enumFromThenTo :: EventType -> EventType -> EventType -> [EventType] # | |
| Eq EventType Source # | |
| Data EventType Source # | |
Defined in Network.AWS.SWF.Types.Sum Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EventType -> c EventType # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EventType # toConstr :: EventType -> Constr # dataTypeOf :: EventType -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EventType) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EventType) # gmapT :: (forall b. Data b => b -> b) -> EventType -> EventType # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EventType -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EventType -> r # gmapQ :: (forall d. Data d => d -> u) -> EventType -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> EventType -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> EventType -> m EventType # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EventType -> m EventType # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EventType -> m EventType # | |
| Ord EventType Source # | |
| Read EventType Source # | |
| Show EventType Source # | |
| Generic EventType Source # | |
| Hashable EventType Source # | |
Defined in Network.AWS.SWF.Types.Sum | |
| FromJSON EventType Source # | |
| ToHeader EventType Source # | |
Defined in Network.AWS.SWF.Types.Sum Methods toHeader :: HeaderName -> EventType -> [Header] # | |
| ToQuery EventType Source # | |
Defined in Network.AWS.SWF.Types.Sum Methods toQuery :: EventType -> QueryString # | |
| ToByteString EventType Source # | |
Defined in Network.AWS.SWF.Types.Sum Methods toBS :: EventType -> ByteString # | |
| FromText EventType Source # | |
Defined in Network.AWS.SWF.Types.Sum | |
| ToText EventType Source # | |
Defined in Network.AWS.SWF.Types.Sum | |
| NFData EventType Source # | |
Defined in Network.AWS.SWF.Types.Sum | |
| type Rep EventType Source # | |
Defined in Network.AWS.SWF.Types.Sum type Rep EventType = D1 (MetaData "EventType" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (((((C1 (MetaCons "ActivityTaskCancelRequested" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "ActivityTaskCanceled" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ActivityTaskCompleted" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "ActivityTaskFailed" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "ActivityTaskScheduled" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ActivityTaskStarted" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "ActivityTaskTimedOut" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "CancelTimerFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CancelWorkflowExecutionFailed" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "ChildWorkflowExecutionCanceled" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ChildWorkflowExecutionCompleted" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "ChildWorkflowExecutionFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ChildWorkflowExecutionStarted" PrefixI False) (U1 :: Type -> Type))))) :+: (((C1 (MetaCons "ChildWorkflowExecutionTerminated" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "ChildWorkflowExecutionTimedOut" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CompleteWorkflowExecutionFailed" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "ContinueAsNewWorkflowExecutionFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "DecisionTaskCompleted" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "DecisionTaskScheduled" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "DecisionTaskStarted" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "DecisionTaskTimedOut" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "ExternalWorkflowExecutionCancelRequested" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ExternalWorkflowExecutionSignaled" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "FailWorkflowExecutionFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "LambdaFunctionCompleted" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "LambdaFunctionFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "LambdaFunctionScheduled" PrefixI False) (U1 :: Type -> Type)))))) :+: ((((C1 (MetaCons "LambdaFunctionStarted" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "LambdaFunctionTimedOut" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "MarkerRecorded" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "RecordMarkerFailed" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "RequestCancelActivityTaskFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "RequestCancelExternalWorkflowExecutionFailed" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "RequestCancelExternalWorkflowExecutionInitiated" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "ScheduleActivityTaskFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ScheduleLambdaFunctionFailed" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "SignalExternalWorkflowExecutionFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SignalExternalWorkflowExecutionInitiated" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "StartChildWorkflowExecutionFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "StartChildWorkflowExecutionInitiated" PrefixI False) (U1 :: Type -> Type))))) :+: (((C1 (MetaCons "StartLambdaFunctionFailed" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "StartTimerFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TimerCanceled" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "TimerFired" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TimerStarted" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "WorkflowExecutionCancelRequested" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "WorkflowExecutionCanceled" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "WorkflowExecutionCompleted" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "WorkflowExecutionContinuedAsNew" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "WorkflowExecutionFailed" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "WorkflowExecutionSignaled" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "WorkflowExecutionStarted" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "WorkflowExecutionTerminated" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "WorkflowExecutionTimedOut" PrefixI False) (U1 :: Type -> Type))))))) | |
ExecutionStatus
data ExecutionStatus Source #
Instances
FailWorkflowExecutionFailedCause
data FailWorkflowExecutionFailedCause Source #
Constructors
| FWEFCOperationNotPermitted | |
| FWEFCUnhandledDecision |
Instances
LambdaFunctionTimeoutType
data LambdaFunctionTimeoutType Source #
Constructors
| LFTTStartToClose |
Instances
RecordMarkerFailedCause
data RecordMarkerFailedCause Source #
Constructors
| OperationNotPermitted |
Instances
RegistrationStatus
data RegistrationStatus Source #
Constructors
| Deprecated | |
| Registered |
Instances
RequestCancelActivityTaskFailedCause
data RequestCancelActivityTaskFailedCause Source #
Constructors
| RCATFCActivityIdUnknown | |
| RCATFCOperationNotPermitted |
Instances
RequestCancelExternalWorkflowExecutionFailedCause
data RequestCancelExternalWorkflowExecutionFailedCause Source #
Constructors
| RCEWEFCOperationNotPermitted | |
| RCEWEFCRequestCancelExternalWorkflowExecutionRateExceeded | |
| RCEWEFCUnknownExternalWorkflowExecution |
Instances
ScheduleActivityTaskFailedCause
data ScheduleActivityTaskFailedCause Source #
Constructors
Instances
ScheduleLambdaFunctionFailedCause
data ScheduleLambdaFunctionFailedCause Source #
Constructors
| IdAlreadyInUse | |
| LambdaFunctionCreationRateExceeded | |
| LambdaServiceNotAvailableInRegion | |
| OpenLambdaFunctionsLimitExceeded |
Instances
SignalExternalWorkflowExecutionFailedCause
data SignalExternalWorkflowExecutionFailedCause Source #
Constructors
| SEWEFCOperationNotPermitted | |
| SEWEFCSignalExternalWorkflowExecutionRateExceeded | |
| SEWEFCUnknownExternalWorkflowExecution |
Instances
StartChildWorkflowExecutionFailedCause
data StartChildWorkflowExecutionFailedCause Source #
Constructors
Instances
StartLambdaFunctionFailedCause
data StartLambdaFunctionFailedCause Source #
Constructors
| AssumeRoleFailed |
Instances
StartTimerFailedCause
data StartTimerFailedCause Source #
Constructors
| STFCOpenTimersLimitExceeded | |
| STFCOperationNotPermitted | |
| STFCTimerCreationRateExceeded | |
| STFCTimerIdAlreadyInUse |
Instances
WorkflowExecutionCancelRequestedCause
data WorkflowExecutionCancelRequestedCause Source #
Constructors
| ChildPolicyApplied |
Instances
WorkflowExecutionTerminatedCause
data WorkflowExecutionTerminatedCause Source #
Instances
WorkflowExecutionTimeoutType
data WorkflowExecutionTimeoutType Source #
Constructors
| WETTStartToClose |
Instances
ActivityTaskCancelRequestedEventAttributes
data ActivityTaskCancelRequestedEventAttributes Source #
Provides the details of the ActivityTaskCancelRequested event.
See: activityTaskCancelRequestedEventAttributes smart constructor.
Instances
activityTaskCancelRequestedEventAttributes Source #
Arguments
| :: Integer | |
| -> Text | |
| -> ActivityTaskCancelRequestedEventAttributes |
Creates a value of ActivityTaskCancelRequestedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
atcreaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theRequestCancelActivityTaskdecision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.atcreaActivityId- The unique ID of the task.
atcreaDecisionTaskCompletedEventId :: 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.
atcreaActivityId :: Lens' ActivityTaskCancelRequestedEventAttributes Text Source #
The unique ID of the task.
ActivityTaskCanceledEventAttributes
data ActivityTaskCanceledEventAttributes Source #
Provides the details of the ActivityTaskCanceled event.
See: activityTaskCanceledEventAttributes smart constructor.
Instances
activityTaskCanceledEventAttributes Source #
Creates a value of ActivityTaskCanceledEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
aLatestCancelRequestedEventId- If set, contains the ID of the lastActivityTaskCancelRequestedevent 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.aDetails- Details of the cancellation.aScheduledEventId- The ID of theActivityTaskScheduledevent 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.aStartedEventId- The ID of theActivityTaskStartedevent 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.
aLatestCancelRequestedEventId :: 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.
aDetails :: Lens' ActivityTaskCanceledEventAttributes (Maybe Text) Source #
Details of the cancellation.
aScheduledEventId :: 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.
aStartedEventId :: 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: activityTaskCompletedEventAttributes smart constructor.
Instances
activityTaskCompletedEventAttributes Source #
Arguments
| :: Integer | |
| -> Integer | |
| -> ActivityTaskCompletedEventAttributes |
Creates a value of ActivityTaskCompletedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
atceaResult- The results of the activity task.atceaScheduledEventId- The ID of theActivityTaskScheduledevent 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.atceaStartedEventId- The ID of theActivityTaskStartedevent 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.
atceaResult :: Lens' ActivityTaskCompletedEventAttributes (Maybe Text) Source #
The results of the activity task.
atceaScheduledEventId :: 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.
atceaStartedEventId :: 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: activityTaskFailedEventAttributes smart constructor.
Instances
activityTaskFailedEventAttributes Source #
Arguments
| :: Integer | |
| -> Integer | |
| -> ActivityTaskFailedEventAttributes |
Creates a value of ActivityTaskFailedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
atfeaReason- The reason provided for the failure.atfeaDetails- The details of the failure.atfeaScheduledEventId- The ID of theActivityTaskScheduledevent 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.atfeaStartedEventId- The ID of theActivityTaskStartedevent 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.
atfeaReason :: Lens' ActivityTaskFailedEventAttributes (Maybe Text) Source #
The reason provided for the failure.
atfeaDetails :: Lens' ActivityTaskFailedEventAttributes (Maybe Text) Source #
The details of the failure.
atfeaScheduledEventId :: 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.
atfeaStartedEventId :: 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: activityTaskScheduledEventAttributes smart constructor.
Instances
activityTaskScheduledEventAttributes Source #
Arguments
| :: ActivityType | |
| -> Text | |
| -> TaskList | |
| -> Integer | |
| -> ActivityTaskScheduledEventAttributes |
Creates a value of ActivityTaskScheduledEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
atseaControl- Data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the activity.atseaHeartbeatTimeout- The maximum time before which the worker processing this task must report progress by callingRecordActivityTaskHeartbeat. 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.atseaScheduleToCloseTimeout- The maximum amount of time for this activity task.atseaInput- The input provided to the activity task.atseaTaskPriority- 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'sInteger.MIN_VALUE(-2147483648) toInteger.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 .atseaScheduleToStartTimeout- The maximum amount of time the activity task can wait to be assigned to a worker.atseaStartToCloseTimeout- The maximum amount of time a worker may take to process the activity task.atseaActivityType- The type of the activity task.atseaActivityId- The unique ID of the activity task.atseaTaskList- The task list in which the activity task has been scheduled.atseaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent 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.
atseaControl :: 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.
atseaHeartbeatTimeout :: 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.
atseaScheduleToCloseTimeout :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text) Source #
The maximum amount of time for this activity task.
atseaInput :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text) Source #
The input provided to the activity task.
atseaTaskPriority :: 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 .
atseaScheduleToStartTimeout :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text) Source #
The maximum amount of time the activity task can wait to be assigned to a worker.
atseaStartToCloseTimeout :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text) Source #
The maximum amount of time a worker may take to process the activity task.
atseaActivityType :: Lens' ActivityTaskScheduledEventAttributes ActivityType Source #
The type of the activity task.
atseaActivityId :: Lens' ActivityTaskScheduledEventAttributes Text Source #
The unique ID of the activity task.
atseaTaskList :: Lens' ActivityTaskScheduledEventAttributes TaskList Source #
The task list in which the activity task has been scheduled.
atseaDecisionTaskCompletedEventId :: 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: activityTaskStartedEventAttributes smart constructor.
Instances
activityTaskStartedEventAttributes Source #
Creates a value of ActivityTaskStartedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
atseaIdentity- Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.atseaScheduledEventId- The ID of theActivityTaskScheduledevent 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.
atseaIdentity :: 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.
atseaScheduledEventId :: 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: activityTaskTimedOutEventAttributes smart constructor.
Instances
activityTaskTimedOutEventAttributes Source #
Arguments
| :: ActivityTaskTimeoutType | |
| -> Integer | |
| -> Integer | |
| -> ActivityTaskTimedOutEventAttributes |
Creates a value of ActivityTaskTimedOutEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
attoeaDetails- Contains the content of thedetailsparameter for the last call made by the activity toRecordActivityTaskHeartbeat.attoeaTimeoutType- The type of the timeout that caused this event.attoeaScheduledEventId- The ID of theActivityTaskScheduledevent 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.attoeaStartedEventId- The ID of theActivityTaskStartedevent 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.
attoeaDetails :: Lens' ActivityTaskTimedOutEventAttributes (Maybe Text) Source #
Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat .
attoeaTimeoutType :: Lens' ActivityTaskTimedOutEventAttributes ActivityTaskTimeoutType Source #
The type of the timeout that caused this event.
attoeaScheduledEventId :: 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.
attoeaStartedEventId :: 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: activityType smart constructor.
Instances
Arguments
| :: Text | |
| -> Text | |
| -> ActivityType |
Creates a value of ActivityType with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ActivityTypeConfiguration
data ActivityTypeConfiguration Source #
Configuration settings registered with the activity type.
See: activityTypeConfiguration smart constructor.
Instances
activityTypeConfiguration :: ActivityTypeConfiguration Source #
Creates a value of ActivityTypeConfiguration with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
atcDefaultTaskScheduleToStartTimeout- 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 theScheduleActivityTaskDecision. The duration is specified in seconds, an integer greater than or equal to0. You can useNONEto specify unlimited duration.atcDefaultTaskList- 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 theScheduleActivityTaskDecision. You can override the default registered task list when scheduling a task through theScheduleActivityTaskDecision.atcDefaultTaskPriority- The default task priority for tasks of this activity type, specified at registration. If not set, then0is used as the default priority. This default can be overridden when scheduling an activity task. Valid values are integers that range from Java'sInteger.MIN_VALUE(-2147483648) toInteger.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 .atcDefaultTaskHeartbeatTimeout- The default maximum time, in seconds, before which a worker processing a task must report progress by callingRecordActivityTaskHeartbeat. You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through theScheduleActivityTaskDecision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives anUnknownResourcefault. 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 to0. You can useNONEto specify unlimited duration.atcDefaultTaskScheduleToCloseTimeout- 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 theScheduleActivityTaskDecision. The duration is specified in seconds, an integer greater than or equal to0. You can useNONEto specify unlimited duration.atcDefaultTaskStartToCloseTimeout- 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 theScheduleActivityTaskDecision. The duration is specified in seconds, an integer greater than or equal to0. You can useNONEto specify unlimited duration.
atcDefaultTaskScheduleToStartTimeout :: 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.
atcDefaultTaskList :: 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 .
atcDefaultTaskPriority :: 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 .
atcDefaultTaskHeartbeatTimeout :: 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.
atcDefaultTaskScheduleToCloseTimeout :: 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.
atcDefaultTaskStartToCloseTimeout :: 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: activityTypeInfo smart constructor.
Instances
Arguments
| :: ActivityType | |
| -> RegistrationStatus | |
| -> UTCTime | |
| -> ActivityTypeInfo |
Creates a value of ActivityTypeInfo with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
atiDeprecationDate- If DEPRECATED, the date and timeDeprecateActivityTypewas called.atiDescription- The description of the activity type provided inRegisterActivityType.atiActivityType- TheActivityTypetype structure representing the activity type.atiStatus- The current status of the activity type.atiCreationDate- The date and time this activity type was created throughRegisterActivityType.
atiDeprecationDate :: Lens' ActivityTypeInfo (Maybe UTCTime) Source #
If DEPRECATED, the date and time DeprecateActivityType was called.
atiDescription :: Lens' ActivityTypeInfo (Maybe Text) Source #
The description of the activity type provided in RegisterActivityType .
atiActivityType :: Lens' ActivityTypeInfo ActivityType Source #
The ActivityType type structure representing the activity type.
atiStatus :: Lens' ActivityTypeInfo RegistrationStatus Source #
The current status of the activity type.
atiCreationDate :: 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
Resourceelement with the domain name to limit the action to only specified domains. - Use an
Actionelement 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: cancelTimerDecisionAttributes smart constructor.
Instances
cancelTimerDecisionAttributes Source #
Arguments
| :: Text | |
| -> CancelTimerDecisionAttributes |
Creates a value of CancelTimerDecisionAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ctdaTimerId- The unique ID of the timer to cancel.
ctdaTimerId :: Lens' CancelTimerDecisionAttributes Text Source #
The unique ID of the timer to cancel.
CancelTimerFailedEventAttributes
data CancelTimerFailedEventAttributes Source #
Provides the details of the CancelTimerFailed event.
See: cancelTimerFailedEventAttributes smart constructor.
Instances
cancelTimerFailedEventAttributes Source #
Arguments
| :: Text | |
| -> CancelTimerFailedCause | |
| -> Integer | |
| -> CancelTimerFailedEventAttributes |
Creates a value of CancelTimerFailedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ctfeaTimerId- The timerId provided in theCancelTimerdecision that failed.ctfeaCause- The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.ctfeaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theCancelTimerdecision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
ctfeaTimerId :: Lens' CancelTimerFailedEventAttributes Text Source #
The timerId provided in the CancelTimer decision that failed.
ctfeaCause :: Lens' CancelTimerFailedEventAttributes CancelTimerFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
ctfeaDecisionTaskCompletedEventId :: 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
Resourceelement with the domain name to limit the action to only specified domains. - Use an
Actionelement 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: cancelWorkflowExecutionDecisionAttributes smart constructor.
Instances
cancelWorkflowExecutionDecisionAttributes :: CancelWorkflowExecutionDecisionAttributes Source #
Creates a value of CancelWorkflowExecutionDecisionAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cwedaDetails- Details of the cancellation.
cwedaDetails :: Lens' CancelWorkflowExecutionDecisionAttributes (Maybe Text) Source #
Details of the cancellation.
CancelWorkflowExecutionFailedEventAttributes
data CancelWorkflowExecutionFailedEventAttributes Source #
Provides the details of the CancelWorkflowExecutionFailed event.
See: cancelWorkflowExecutionFailedEventAttributes smart constructor.
Instances
cancelWorkflowExecutionFailedEventAttributes Source #
Arguments
| :: CancelWorkflowExecutionFailedCause | |
| -> Integer | |
| -> CancelWorkflowExecutionFailedEventAttributes |
Creates a value of CancelWorkflowExecutionFailedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cCause- The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.cDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theCancelWorkflowExecutiondecision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
cCause :: Lens' CancelWorkflowExecutionFailedEventAttributes CancelWorkflowExecutionFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cDecisionTaskCompletedEventId :: 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: childWorkflowExecutionCanceledEventAttributes smart constructor.
Instances
childWorkflowExecutionCanceledEventAttributes Source #
Arguments
| :: WorkflowExecution | |
| -> WorkflowType | |
| -> Integer | |
| -> Integer | |
| -> ChildWorkflowExecutionCanceledEventAttributes |
Creates a value of ChildWorkflowExecutionCanceledEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cDetails- Details of the cancellation (if provided).cWorkflowExecution- The child workflow execution that was canceled.cWorkflowType- The type of the child workflow execution.cInitiatedEventId- The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutionDecisionto 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.cStartedEventId- The ID of theChildWorkflowExecutionStartedevent 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.
cDetails :: Lens' ChildWorkflowExecutionCanceledEventAttributes (Maybe Text) Source #
Details of the cancellation (if provided).
cWorkflowExecution :: Lens' ChildWorkflowExecutionCanceledEventAttributes WorkflowExecution Source #
The child workflow execution that was canceled.
cWorkflowType :: Lens' ChildWorkflowExecutionCanceledEventAttributes WorkflowType Source #
The type of the child workflow execution.
cInitiatedEventId :: 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.
cStartedEventId :: 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: childWorkflowExecutionCompletedEventAttributes smart constructor.
Instances
childWorkflowExecutionCompletedEventAttributes Source #
Arguments
| :: WorkflowExecution | |
| -> WorkflowType | |
| -> Integer | |
| -> Integer | |
| -> ChildWorkflowExecutionCompletedEventAttributes |
Creates a value of ChildWorkflowExecutionCompletedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cweceaResult- The result of the child workflow execution.cweceaWorkflowExecution- The child workflow execution that was completed.cweceaWorkflowType- The type of the child workflow execution.cweceaInitiatedEventId- The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutionDecisionto 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.cweceaStartedEventId- The ID of theChildWorkflowExecutionStartedevent 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.
cweceaResult :: Lens' ChildWorkflowExecutionCompletedEventAttributes (Maybe Text) Source #
The result of the child workflow execution.
cweceaWorkflowExecution :: Lens' ChildWorkflowExecutionCompletedEventAttributes WorkflowExecution Source #
The child workflow execution that was completed.
cweceaWorkflowType :: Lens' ChildWorkflowExecutionCompletedEventAttributes WorkflowType Source #
The type of the child workflow execution.
cweceaInitiatedEventId :: 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.
cweceaStartedEventId :: 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: childWorkflowExecutionFailedEventAttributes smart constructor.
Instances
childWorkflowExecutionFailedEventAttributes Source #
Arguments
| :: WorkflowExecution | |
| -> WorkflowType | |
| -> Integer | |
| -> Integer | |
| -> ChildWorkflowExecutionFailedEventAttributes |
Creates a value of ChildWorkflowExecutionFailedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cwefeaReason- The reason for the failure (if provided).cwefeaDetails- The details of the failure (if provided).cwefeaWorkflowExecution- The child workflow execution that failed.cwefeaWorkflowType- The type of the child workflow execution.cwefeaInitiatedEventId- The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutionDecisionto 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.cwefeaStartedEventId- The ID of theChildWorkflowExecutionStartedevent 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.
cwefeaReason :: Lens' ChildWorkflowExecutionFailedEventAttributes (Maybe Text) Source #
The reason for the failure (if provided).
cwefeaDetails :: Lens' ChildWorkflowExecutionFailedEventAttributes (Maybe Text) Source #
The details of the failure (if provided).
cwefeaWorkflowExecution :: Lens' ChildWorkflowExecutionFailedEventAttributes WorkflowExecution Source #
The child workflow execution that failed.
cwefeaWorkflowType :: Lens' ChildWorkflowExecutionFailedEventAttributes WorkflowType Source #
The type of the child workflow execution.
cwefeaInitiatedEventId :: 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.
cwefeaStartedEventId :: 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: childWorkflowExecutionStartedEventAttributes smart constructor.
Instances
childWorkflowExecutionStartedEventAttributes Source #
Arguments
| :: WorkflowExecution | |
| -> WorkflowType | |
| -> Integer | |
| -> ChildWorkflowExecutionStartedEventAttributes |
Creates a value of ChildWorkflowExecutionStartedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cweseaWorkflowExecution- The child workflow execution that was started.cweseaWorkflowType- The type of the child workflow execution.cweseaInitiatedEventId- The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutionDecisionto 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.
cweseaWorkflowExecution :: Lens' ChildWorkflowExecutionStartedEventAttributes WorkflowExecution Source #
The child workflow execution that was started.
cweseaWorkflowType :: Lens' ChildWorkflowExecutionStartedEventAttributes WorkflowType Source #
The type of the child workflow execution.
cweseaInitiatedEventId :: 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: childWorkflowExecutionTerminatedEventAttributes smart constructor.
Instances
childWorkflowExecutionTerminatedEventAttributes Source #
Arguments
| :: WorkflowExecution | |
| -> WorkflowType | |
| -> Integer | |
| -> Integer | |
| -> ChildWorkflowExecutionTerminatedEventAttributes |
Creates a value of ChildWorkflowExecutionTerminatedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cweteaWorkflowExecution- The child workflow execution that was terminated.cweteaWorkflowType- The type of the child workflow execution.cweteaInitiatedEventId- The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutionDecisionto 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.cweteaStartedEventId- The ID of theChildWorkflowExecutionStartedevent 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.
cweteaWorkflowExecution :: Lens' ChildWorkflowExecutionTerminatedEventAttributes WorkflowExecution Source #
The child workflow execution that was terminated.
cweteaWorkflowType :: Lens' ChildWorkflowExecutionTerminatedEventAttributes WorkflowType Source #
The type of the child workflow execution.
cweteaInitiatedEventId :: 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.
cweteaStartedEventId :: 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: childWorkflowExecutionTimedOutEventAttributes smart constructor.
Instances
childWorkflowExecutionTimedOutEventAttributes Source #
Arguments
| :: WorkflowExecution | |
| -> WorkflowType | |
| -> WorkflowExecutionTimeoutType | |
| -> Integer | |
| -> Integer | |
| -> ChildWorkflowExecutionTimedOutEventAttributes |
Creates a value of ChildWorkflowExecutionTimedOutEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cwetoeaWorkflowExecution- The child workflow execution that timed out.cwetoeaWorkflowType- The type of the child workflow execution.cwetoeaTimeoutType- The type of the timeout that caused the child workflow execution to time out.cwetoeaInitiatedEventId- The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutionDecisionto 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.cwetoeaStartedEventId- The ID of theChildWorkflowExecutionStartedevent 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.
cwetoeaWorkflowExecution :: Lens' ChildWorkflowExecutionTimedOutEventAttributes WorkflowExecution Source #
The child workflow execution that timed out.
cwetoeaWorkflowType :: Lens' ChildWorkflowExecutionTimedOutEventAttributes WorkflowType Source #
The type of the child workflow execution.
cwetoeaTimeoutType :: Lens' ChildWorkflowExecutionTimedOutEventAttributes WorkflowExecutionTimeoutType Source #
The type of the timeout that caused the child workflow execution to time out.
cwetoeaInitiatedEventId :: 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.
cwetoeaStartedEventId :: 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: closeStatusFilter smart constructor.
Instances
Arguments
| :: CloseStatus | |
| -> CloseStatusFilter |
Creates a value of CloseStatusFilter with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
csfStatus- The close status that must match the close status of an execution for it to meet the criteria of this filter.
csfStatus :: 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
Resourceelement with the domain name to limit the action to only specified domains. - Use an
Actionelement 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: completeWorkflowExecutionDecisionAttributes smart constructor.
Instances
completeWorkflowExecutionDecisionAttributes :: CompleteWorkflowExecutionDecisionAttributes Source #
Creates a value of CompleteWorkflowExecutionDecisionAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cwedaResult- The result of the workflow execution. The form of the result is implementation defined.
cwedaResult :: 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: completeWorkflowExecutionFailedEventAttributes smart constructor.
Instances
completeWorkflowExecutionFailedEventAttributes Source #
Arguments
| :: CompleteWorkflowExecutionFailedCause | |
| -> Integer | |
| -> CompleteWorkflowExecutionFailedEventAttributes |
Creates a value of CompleteWorkflowExecutionFailedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cwefeaCause- The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.cwefeaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theCompleteWorkflowExecutiondecision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
cwefeaCause :: Lens' CompleteWorkflowExecutionFailedEventAttributes CompleteWorkflowExecutionFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cwefeaDecisionTaskCompletedEventId :: 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
Resourceelement with the domain name to limit the action to only specified domains. - Use an
Actionelement to allow or deny permission to call this action. - Constrain the following parameters by using a
Conditionelement with the appropriate keys. tag– A tag used to identify the workflow executiontaskList– String constraint. The key isswf:taskList.name.workflowType.version– String constraint. The key isswf: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: continueAsNewWorkflowExecutionDecisionAttributes smart constructor.
Instances
continueAsNewWorkflowExecutionDecisionAttributes :: ContinueAsNewWorkflowExecutionDecisionAttributes Source #
Creates a value of ContinueAsNewWorkflowExecutionDecisionAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
canwedaTagList- 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 callingListOpenWorkflowExecutionsorListClosedWorkflowExecutionsand specifying aTagFilter.canwedaTaskStartToCloseTimeout- Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides thedefaultTaskStartToCloseTimoutspecified when registering the workflow type usingRegisterWorkflowType. The duration is specified in seconds, an integer greater than or equal to0. You can useNONEto specify unlimited duration.canwedaLambdaRole- The IAM role to attach to the new (continued) execution.canwedaInput- The input provided to the new workflow execution.canwedaWorkflowTypeVersion- The version of the workflow to start.canwedaExecutionStartToCloseTimeout- If set, specifies the total duration for this workflow execution. This overrides thedefaultExecutionStartToCloseTimeoutspecified when registering the workflow type. The duration is specified in seconds, an integer greater than or equal to0. You can useNONEto specify unlimited duration.canwedaTaskList- The task list to use for the decisions of the new (continued) workflow execution.canwedaTaskPriority- 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'sInteger.MIN_VALUE(-2147483648) toInteger.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 .canwedaChildPolicy- If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling theTerminateWorkflowExecutionaction explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type usingRegisterWorkflowType. 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 aWorkflowExecutionCancelRequestedevent 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.
canwedaTagList :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes [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 .
canwedaTaskStartToCloseTimeout :: 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.
canwedaLambdaRole :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The IAM role to attach to the new (continued) execution.
canwedaInput :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The input provided to the new workflow execution.
canwedaWorkflowTypeVersion :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The version of the workflow to start.
canwedaExecutionStartToCloseTimeout :: 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.
canwedaTaskList :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe TaskList) Source #
The task list to use for the decisions of the new (continued) workflow execution.
canwedaTaskPriority :: 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 .
canwedaChildPolicy :: 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.
ContinueAsNewWorkflowExecutionFailedEventAttributes
data ContinueAsNewWorkflowExecutionFailedEventAttributes Source #
Provides the details of the ContinueAsNewWorkflowExecutionFailed event.
See: continueAsNewWorkflowExecutionFailedEventAttributes smart constructor.
Instances
continueAsNewWorkflowExecutionFailedEventAttributes Source #
Arguments
| :: ContinueAsNewWorkflowExecutionFailedCause | |
| -> Integer | |
| -> ContinueAsNewWorkflowExecutionFailedEventAttributes |
Creates a value of ContinueAsNewWorkflowExecutionFailedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
canwefeaCause- The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.canwefeaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theContinueAsNewWorkflowExecutiondecision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
canwefeaCause :: Lens' ContinueAsNewWorkflowExecutionFailedEventAttributes ContinueAsNewWorkflowExecutionFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
canwefeaDecisionTaskCompletedEventId :: 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
Specifies a decision made by the decider. A decision can be one of these types:
CancelTimer– Cancels a previously started timer and records aTimerCanceledevent in the history.CancelWorkflowExecution– Closes the workflow execution and records aWorkflowExecutionCanceledevent in the history.CompleteWorkflowExecution– Closes the workflow execution and records aWorkflowExecutionCompletedevent 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. AWorkflowExecutionContinuedAsNewevent is recorded in the history.FailWorkflowExecution– Closes the workflow execution and records aWorkflowExecutionFailedevent in the history.RecordMarker– Records aMarkerRecordedevent 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 toRecordActivityTaskHeartbeat.RequestCancelExternalWorkflowExecution– Requests that a request be made to cancel the specified external workflow execution and records aRequestCancelExternalWorkflowExecutionInitiatedevent in the history.ScheduleActivityTask– Schedules an activity task.SignalExternalWorkflowExecution– Requests a signal to be delivered to the specified external workflow execution and records aSignalExternalWorkflowExecutionInitiatedevent in the history.StartChildWorkflowExecution– Requests that a child workflow execution be started and records aStartChildWorkflowExecutionInitiatedevent 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 aTimerStartedevent in the history. This timer fires after the specified delay and record aTimerFiredevent.
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– AScheduleActivityTaskdecision 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– ARequestCancelActivityTaskdecision failed. This could happen if there is no open activity task with the specified activityId.StartTimerFailed– AStartTimerdecision failed. This could happen if there is another open timer with the same timerId.CancelTimerFailed– ACancelTimerdecision failed. This could happen if there is no open timer with the specified timerId.StartChildWorkflowExecutionFailed– AStartChildWorkflowExecutiondecision failed. This could happen if the workflow type specified isn't registered, is deprecated, or the decision isn't properly configured.SignalExternalWorkflowExecutionFailed– ASignalExternalWorkflowExecutiondecision failed. This could happen if theworkflowIDspecified in the decision was incorrect.RequestCancelExternalWorkflowExecutionFailed– ARequestCancelExternalWorkflowExecutiondecision failed. This could happen if theworkflowIDspecified in the decision was incorrect.CancelWorkflowExecutionFailed– ACancelWorkflowExecutiondecision failed. This could happen if there is an unhandled decision task pending in the workflow execution.CompleteWorkflowExecutionFailed– ACompleteWorkflowExecutiondecision failed. This could happen if there is an unhandled decision task pending in the workflow execution.ContinueAsNewWorkflowExecutionFailed– AContinueAsNewWorkflowExecutiondecision 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– AFailWorkflowExecutiondecision 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.
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:
ScheduleActivityTaskDecisionAttributesRequestCancelActivityTaskDecisionAttributesCompleteWorkflowExecutionDecisionAttributesFailWorkflowExecutionDecisionAttributesCancelWorkflowExecutionDecisionAttributesContinueAsNewWorkflowExecutionDecisionAttributesRecordMarkerDecisionAttributesStartTimerDecisionAttributesCancelTimerDecisionAttributesSignalExternalWorkflowExecutionDecisionAttributesRequestCancelExternalWorkflowExecutionDecisionAttributesStartChildWorkflowExecutionDecisionAttributes
See: decision smart constructor.
Instances
Arguments
| :: DecisionType | |
| -> Decision |
Creates a value of Decision with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dRequestCancelExternalWorkflowExecutionDecisionAttributes- Provides the details of theRequestCancelExternalWorkflowExecutiondecision. It isn't set for other decision types.dScheduleActivityTaskDecisionAttributes- Provides the details of theScheduleActivityTaskdecision. It isn't set for other decision types.dSignalExternalWorkflowExecutionDecisionAttributes- Provides the details of theSignalExternalWorkflowExecutiondecision. It isn't set for other decision types.dStartTimerDecisionAttributes- Provides the details of theStartTimerdecision. It isn't set for other decision types.dRecordMarkerDecisionAttributes- Provides the details of theRecordMarkerdecision. It isn't set for other decision types.dFailWorkflowExecutionDecisionAttributes- Provides the details of theFailWorkflowExecutiondecision. It isn't set for other decision types.dStartChildWorkflowExecutionDecisionAttributes- Provides the details of theStartChildWorkflowExecutiondecision. It isn't set for other decision types.dCompleteWorkflowExecutionDecisionAttributes- Provides the details of theCompleteWorkflowExecutiondecision. It isn't set for other decision types.dScheduleLambdaFunctionDecisionAttributes- Provides the details of theScheduleLambdaFunctiondecision. It isn't set for other decision types.dRequestCancelActivityTaskDecisionAttributes- Provides the details of theRequestCancelActivityTaskdecision. It isn't set for other decision types.dCancelWorkflowExecutionDecisionAttributes- Provides the details of theCancelWorkflowExecutiondecision. It isn't set for other decision types.dCancelTimerDecisionAttributes- Provides the details of theCancelTimerdecision. It isn't set for other decision types.dContinueAsNewWorkflowExecutionDecisionAttributes- Provides the details of theContinueAsNewWorkflowExecutiondecision. It isn't set for other decision types.dDecisionType- Specifies the type of the decision.
dRequestCancelExternalWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe RequestCancelExternalWorkflowExecutionDecisionAttributes) Source #
Provides the details of the RequestCancelExternalWorkflowExecution decision. It isn't set for other decision types.
dScheduleActivityTaskDecisionAttributes :: Lens' Decision (Maybe ScheduleActivityTaskDecisionAttributes) Source #
Provides the details of the ScheduleActivityTask decision. It isn't set for other decision types.
dSignalExternalWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe SignalExternalWorkflowExecutionDecisionAttributes) Source #
Provides the details of the SignalExternalWorkflowExecution decision. It isn't set for other decision types.
dStartTimerDecisionAttributes :: Lens' Decision (Maybe StartTimerDecisionAttributes) Source #
Provides the details of the StartTimer decision. It isn't set for other decision types.
dRecordMarkerDecisionAttributes :: Lens' Decision (Maybe RecordMarkerDecisionAttributes) Source #
Provides the details of the RecordMarker decision. It isn't set for other decision types.
dFailWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe FailWorkflowExecutionDecisionAttributes) Source #
Provides the details of the FailWorkflowExecution decision. It isn't set for other decision types.
dStartChildWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe StartChildWorkflowExecutionDecisionAttributes) Source #
Provides the details of the StartChildWorkflowExecution decision. It isn't set for other decision types.
dCompleteWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe CompleteWorkflowExecutionDecisionAttributes) Source #
Provides the details of the CompleteWorkflowExecution decision. It isn't set for other decision types.
dScheduleLambdaFunctionDecisionAttributes :: Lens' Decision (Maybe ScheduleLambdaFunctionDecisionAttributes) Source #
Provides the details of the ScheduleLambdaFunction decision. It isn't set for other decision types.
dRequestCancelActivityTaskDecisionAttributes :: Lens' Decision (Maybe RequestCancelActivityTaskDecisionAttributes) Source #
Provides the details of the RequestCancelActivityTask decision. It isn't set for other decision types.
dCancelWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe CancelWorkflowExecutionDecisionAttributes) Source #
Provides the details of the CancelWorkflowExecution decision. It isn't set for other decision types.
dCancelTimerDecisionAttributes :: Lens' Decision (Maybe CancelTimerDecisionAttributes) Source #
Provides the details of the CancelTimer decision. It isn't set for other decision types.
dContinueAsNewWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe ContinueAsNewWorkflowExecutionDecisionAttributes) Source #
Provides the details of the ContinueAsNewWorkflowExecution decision. It isn't set for other decision types.
dDecisionType :: Lens' Decision DecisionType Source #
Specifies the type of the decision.
DecisionTaskCompletedEventAttributes
data DecisionTaskCompletedEventAttributes Source #
Provides the details of the DecisionTaskCompleted event.
See: decisionTaskCompletedEventAttributes smart constructor.
Instances
decisionTaskCompletedEventAttributes Source #
Arguments
| :: Integer | |
| -> Integer | |
| -> DecisionTaskCompletedEventAttributes |
Creates a value of DecisionTaskCompletedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtceaExecutionContext- User defined context for the workflow execution.dtceaScheduledEventId- The ID of theDecisionTaskScheduledevent 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.dtceaStartedEventId- The ID of theDecisionTaskStartedevent 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.
dtceaExecutionContext :: Lens' DecisionTaskCompletedEventAttributes (Maybe Text) Source #
User defined context for the workflow execution.
dtceaScheduledEventId :: 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.
dtceaStartedEventId :: 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: decisionTaskScheduledEventAttributes smart constructor.
Instances
decisionTaskScheduledEventAttributes Source #
Arguments
| :: TaskList | |
| -> DecisionTaskScheduledEventAttributes |
Creates a value of DecisionTaskScheduledEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtseaTaskPriority- A task priority that, if set, specifies the priority for this decision task. Valid values are integers that range from Java'sInteger.MIN_VALUE(-2147483648) toInteger.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 .dtseaStartToCloseTimeout- 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 to0. You can useNONEto specify unlimited duration.dtseaTaskList- The name of the task list in which the decision task was scheduled.
dtseaTaskPriority :: 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 .
dtseaStartToCloseTimeout :: 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.
dtseaTaskList :: 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: decisionTaskStartedEventAttributes smart constructor.
Instances
decisionTaskStartedEventAttributes Source #
Creates a value of DecisionTaskStartedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtseaIdentity- Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.dtseaScheduledEventId- The ID of theDecisionTaskScheduledevent 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.
dtseaIdentity :: 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.
dtseaScheduledEventId :: 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: decisionTaskTimedOutEventAttributes smart constructor.
Instances
decisionTaskTimedOutEventAttributes Source #
Arguments
| :: DecisionTaskTimeoutType | |
| -> Integer | |
| -> Integer | |
| -> DecisionTaskTimedOutEventAttributes |
Creates a value of DecisionTaskTimedOutEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dttoeaTimeoutType- The type of timeout that expired before the decision task could be completed.dttoeaScheduledEventId- The ID of theDecisionTaskScheduledevent 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.dttoeaStartedEventId- The ID of theDecisionTaskStartedevent 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.
dttoeaTimeoutType :: Lens' DecisionTaskTimedOutEventAttributes DecisionTaskTimeoutType Source #
The type of timeout that expired before the decision task could be completed.
dttoeaScheduledEventId :: 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.
dttoeaStartedEventId :: 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: domainConfiguration smart constructor.
Instances
Creates a value of DomainConfiguration with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcWorkflowExecutionRetentionPeriodInDays- The retention period for workflow executions in this domain.
dcWorkflowExecutionRetentionPeriodInDays :: Lens' DomainConfiguration Text Source #
The retention period for workflow executions in this domain.
DomainInfo
data DomainInfo Source #
Contains general information about a domain.
See: domainInfo smart constructor.
Instances
Arguments
| :: Text | |
| -> RegistrationStatus | |
| -> DomainInfo |
Creates a value of DomainInfo with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
diDescription- The description of the domain provided throughRegisterDomain.diName- The name of the domain. This name is unique within the account.diStatus- 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 usingDeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
diDescription :: Lens' DomainInfo (Maybe Text) Source #
The description of the domain provided through RegisterDomain .
diName :: Lens' DomainInfo Text Source #
The name of the domain. This name is unique within the account.
diStatus :: 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: executionTimeFilter smart constructor.
Instances
Arguments
| :: UTCTime | |
| -> ExecutionTimeFilter |
Creates a value of ExecutionTimeFilter with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
etfLatestDate- Specifies the latest start or close date and time to return.etfOldestDate- Specifies the oldest start or close date and time to return.
etfLatestDate :: Lens' ExecutionTimeFilter (Maybe UTCTime) Source #
Specifies the latest start or close date and time to return.
etfOldestDate :: 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: externalWorkflowExecutionCancelRequestedEventAttributes smart constructor.
Instances
externalWorkflowExecutionCancelRequestedEventAttributes Source #
Creates a value of ExternalWorkflowExecutionCancelRequestedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ewecreaWorkflowExecution- The external workflow execution to which the cancellation request was delivered.ewecreaInitiatedEventId- The ID of theRequestCancelExternalWorkflowExecutionInitiatedevent corresponding to theRequestCancelExternalWorkflowExecutiondecision 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.
ewecreaWorkflowExecution :: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes WorkflowExecution Source #
The external workflow execution to which the cancellation request was delivered.
ewecreaInitiatedEventId :: 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: externalWorkflowExecutionSignaledEventAttributes smart constructor.
Instances
externalWorkflowExecutionSignaledEventAttributes Source #
Arguments
| :: WorkflowExecution | |
| -> Integer | |
| -> ExternalWorkflowExecutionSignaledEventAttributes |
Creates a value of ExternalWorkflowExecutionSignaledEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
eweseaWorkflowExecution- The external workflow execution that the signal was delivered to.eweseaInitiatedEventId- The ID of theSignalExternalWorkflowExecutionInitiatedevent corresponding to theSignalExternalWorkflowExecutiondecision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
eweseaWorkflowExecution :: Lens' ExternalWorkflowExecutionSignaledEventAttributes WorkflowExecution Source #
The external workflow execution that the signal was delivered to.
eweseaInitiatedEventId :: 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
Resourceelement with the domain name to limit the action to only specified domains. - Use an
Actionelement 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: failWorkflowExecutionDecisionAttributes smart constructor.
Instances
failWorkflowExecutionDecisionAttributes :: FailWorkflowExecutionDecisionAttributes Source #
Creates a value of FailWorkflowExecutionDecisionAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
fwedaReason- A descriptive reason for the failure that may help in diagnostics.fwedaDetails- Details of the failure.
fwedaReason :: Lens' FailWorkflowExecutionDecisionAttributes (Maybe Text) Source #
A descriptive reason for the failure that may help in diagnostics.
fwedaDetails :: Lens' FailWorkflowExecutionDecisionAttributes (Maybe Text) Source #
Details of the failure.
FailWorkflowExecutionFailedEventAttributes
data FailWorkflowExecutionFailedEventAttributes Source #
Provides the details of the FailWorkflowExecutionFailed event.
See: failWorkflowExecutionFailedEventAttributes smart constructor.
Instances
failWorkflowExecutionFailedEventAttributes Source #
Creates a value of FailWorkflowExecutionFailedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
fwefeaCause- The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.fwefeaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theFailWorkflowExecutiondecision to fail this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
fwefeaCause :: Lens' FailWorkflowExecutionFailedEventAttributes FailWorkflowExecutionFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
fwefeaDecisionTaskCompletedEventId :: 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– ARequestCancelActivityTaskdecision was received by the system.ActivityTaskCanceled– The activity task was successfully canceled.ActivityTaskCompleted– An activity worker successfully completed an activity task by callingRespondActivityTaskCompleted.ActivityTaskFailed– An activity worker failed an activity task by callingRespondActivityTaskFailed.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 callingRespondDecisionTaskCompleted.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 aRecordMarkerdecision.RecordMarkerFailed– ARecordMarkerdecision 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 aStartTimerdecision.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: historyEvent smart constructor.
Instances
Arguments
| :: UTCTime | |
| -> EventType | |
| -> Integer | |
| -> HistoryEvent |
Creates a value of HistoryEvent with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
heWorkflowExecutionCancelRequestedEventAttributes- If the event is of typeWorkflowExecutionCancelRequestedthen this member is set and provides detailed information about the event. It isn't set for other event types.heRecordMarkerFailedEventAttributes- If the event is of typeDecisionTaskFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.heRequestCancelExternalWorkflowExecutionInitiatedEventAttributes- If the event is of typeRequestCancelExternalWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event. It isn't set for other event types.heLambdaFunctionStartedEventAttributes- Provides the details of theLambdaFunctionStartedevent. It isn't set for other event types.heDecisionTaskScheduledEventAttributes- If the event is of typeDecisionTaskScheduledthen this member is set and provides detailed information about the event. It isn't set for other event types.heWorkflowExecutionCompletedEventAttributes- If the event is of typeWorkflowExecutionCompletedthen this member is set and provides detailed information about the event. It isn't set for other event types.heStartTimerFailedEventAttributes- If the event is of typeStartTimerFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.heActivityTaskScheduledEventAttributes- If the event is of typeActivityTaskScheduledthen this member is set and provides detailed information about the event. It isn't set for other event types.heScheduleActivityTaskFailedEventAttributes- If the event is of typeScheduleActivityTaskFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.heChildWorkflowExecutionCompletedEventAttributes- If the event is of typeChildWorkflowExecutionCompletedthen this member is set and provides detailed information about the event. It isn't set for other event types.heMarkerRecordedEventAttributes- If the event is of typeMarkerRecordedthen this member is set and provides detailed information about the event. It isn't set for other event types.heScheduleLambdaFunctionFailedEventAttributes- Provides the details of theScheduleLambdaFunctionFailedevent. It isn't set for other event types.heCompleteWorkflowExecutionFailedEventAttributes- If the event is of typeCompleteWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.heLambdaFunctionCompletedEventAttributes- Provides the details of theLambdaFunctionCompletedevent. It isn't set for other event types.heRequestCancelExternalWorkflowExecutionFailedEventAttributes- If the event is of typeRequestCancelExternalWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.heTimerCanceledEventAttributes- If the event is of typeTimerCanceledthen this member is set and provides detailed information about the event. It isn't set for other event types.heWorkflowExecutionStartedEventAttributes- If the event is of typeWorkflowExecutionStartedthen this member is set and provides detailed information about the event. It isn't set for other event types.heActivityTaskCompletedEventAttributes- If the event is of typeActivityTaskCompletedthen this member is set and provides detailed information about the event. It isn't set for other event types.heDecisionTaskTimedOutEventAttributes- If the event is of typeDecisionTaskTimedOutthen this member is set and provides detailed information about the event. It isn't set for other event types.heCancelTimerFailedEventAttributes- If the event is of typeCancelTimerFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.heChildWorkflowExecutionStartedEventAttributes- If the event is of typeChildWorkflowExecutionStartedthen this member is set and provides detailed information about the event. It isn't set for other event types.heActivityTaskCanceledEventAttributes- If the event is of typeActivityTaskCanceledthen this member is set and provides detailed information about the event. It isn't set for other event types.heActivityTaskTimedOutEventAttributes- If the event is of typeActivityTaskTimedOutthen this member is set and provides detailed information about the event. It isn't set for other event types.heDecisionTaskStartedEventAttributes- If the event is of typeDecisionTaskStartedthen this member is set and provides detailed information about the event. It isn't set for other event types.heWorkflowExecutionTerminatedEventAttributes- If the event is of typeWorkflowExecutionTerminatedthen this member is set and provides detailed information about the event. It isn't set for other event types.heChildWorkflowExecutionCanceledEventAttributes- If the event is of typeChildWorkflowExecutionCanceledthen this member is set and provides detailed information about the event. It isn't set for other event types.heRequestCancelActivityTaskFailedEventAttributes- If the event is of typeRequestCancelActivityTaskFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.heLambdaFunctionScheduledEventAttributes- Provides the details of theLambdaFunctionScheduledevent. It isn't set for other event types.heChildWorkflowExecutionTimedOutEventAttributes- If the event is of typeChildWorkflowExecutionTimedOutthen this member is set and provides detailed information about the event. It isn't set for other event types.heCancelWorkflowExecutionFailedEventAttributes- If the event is of typeCancelWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.heStartChildWorkflowExecutionInitiatedEventAttributes- If the event is of typeStartChildWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event. It isn't set for other event types.heSignalExternalWorkflowExecutionFailedEventAttributes- If the event is of typeSignalExternalWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.heActivityTaskStartedEventAttributes- If the event is of typeActivityTaskStartedthen this member is set and provides detailed information about the event. It isn't set for other event types.heStartLambdaFunctionFailedEventAttributes- Provides the details of theStartLambdaFunctionFailedevent. It isn't set for other event types.heChildWorkflowExecutionTerminatedEventAttributes- If the event is of typeChildWorkflowExecutionTerminatedthen this member is set and provides detailed information about the event. It isn't set for other event types.heLambdaFunctionFailedEventAttributes- Provides the details of theLambdaFunctionFailedevent. It isn't set for other event types.heWorkflowExecutionCanceledEventAttributes- If the event is of typeWorkflowExecutionCanceledthen this member is set and provides detailed information about the event. It isn't set for other event types.heTimerStartedEventAttributes- If the event is of typeTimerStartedthen this member is set and provides detailed information about the event. It isn't set for other event types.heActivityTaskCancelRequestedEventAttributes- If the event is of typeActivityTaskcancelRequestedthen this member is set and provides detailed information about the event. It isn't set for other event types.heWorkflowExecutionTimedOutEventAttributes- If the event is of typeWorkflowExecutionTimedOutthen this member is set and provides detailed information about the event. It isn't set for other event types.heWorkflowExecutionSignaledEventAttributes- If the event is of typeWorkflowExecutionSignaledthen this member is set and provides detailed information about the event. It isn't set for other event types.heTimerFiredEventAttributes- If the event is of typeTimerFiredthen this member is set and provides detailed information about the event. It isn't set for other event types.heActivityTaskFailedEventAttributes- If the event is of typeActivityTaskFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.heExternalWorkflowExecutionSignaledEventAttributes- If the event is of typeExternalWorkflowExecutionSignaledthen this member is set and provides detailed information about the event. It isn't set for other event types.heDecisionTaskCompletedEventAttributes- If the event is of typeDecisionTaskCompletedthen this member is set and provides detailed information about the event. It isn't set for other event types.heStartChildWorkflowExecutionFailedEventAttributes- If the event is of typeStartChildWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.heChildWorkflowExecutionFailedEventAttributes- If the event is of typeChildWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.heFailWorkflowExecutionFailedEventAttributes- If the event is of typeFailWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.heContinueAsNewWorkflowExecutionFailedEventAttributes- If the event is of typeContinueAsNewWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.heSignalExternalWorkflowExecutionInitiatedEventAttributes- If the event is of typeSignalExternalWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event. It isn't set for other event types.heLambdaFunctionTimedOutEventAttributes- Provides the details of theLambdaFunctionTimedOutevent. It isn't set for other event types.heWorkflowExecutionFailedEventAttributes- If the event is of typeWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.heWorkflowExecutionContinuedAsNewEventAttributes- If the event is of typeWorkflowExecutionContinuedAsNewthen this member is set and provides detailed information about the event. It isn't set for other event types.heExternalWorkflowExecutionCancelRequestedEventAttributes- If the event is of typeExternalWorkflowExecutionCancelRequestedthen this member is set and provides detailed information about the event. It isn't set for other event types.heEventTimestamp- The date and time when the event occurred.heEventType- The type of the history event.heEventId- The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.
heWorkflowExecutionCancelRequestedEventAttributes :: 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.
heRecordMarkerFailedEventAttributes :: 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.
heRequestCancelExternalWorkflowExecutionInitiatedEventAttributes :: 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.
heLambdaFunctionStartedEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionStartedEventAttributes) Source #
Provides the details of the LambdaFunctionStarted event. It isn't set for other event types.
heDecisionTaskScheduledEventAttributes :: 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.
heWorkflowExecutionCompletedEventAttributes :: 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.
heStartTimerFailedEventAttributes :: 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.
heActivityTaskScheduledEventAttributes :: 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.
heScheduleActivityTaskFailedEventAttributes :: 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.
heChildWorkflowExecutionCompletedEventAttributes :: 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.
heMarkerRecordedEventAttributes :: 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.
heScheduleLambdaFunctionFailedEventAttributes :: Lens' HistoryEvent (Maybe ScheduleLambdaFunctionFailedEventAttributes) Source #
Provides the details of the ScheduleLambdaFunctionFailed event. It isn't set for other event types.
heCompleteWorkflowExecutionFailedEventAttributes :: 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.
heLambdaFunctionCompletedEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionCompletedEventAttributes) Source #
Provides the details of the LambdaFunctionCompleted event. It isn't set for other event types.
heRequestCancelExternalWorkflowExecutionFailedEventAttributes :: 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.
heTimerCanceledEventAttributes :: 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.
heWorkflowExecutionStartedEventAttributes :: 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.
heActivityTaskCompletedEventAttributes :: 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.
heDecisionTaskTimedOutEventAttributes :: 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.
heCancelTimerFailedEventAttributes :: 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.
heChildWorkflowExecutionStartedEventAttributes :: 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.
heActivityTaskCanceledEventAttributes :: 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.
heActivityTaskTimedOutEventAttributes :: 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.
heDecisionTaskStartedEventAttributes :: 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.
heWorkflowExecutionTerminatedEventAttributes :: 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.
heChildWorkflowExecutionCanceledEventAttributes :: 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.
heRequestCancelActivityTaskFailedEventAttributes :: 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.
heLambdaFunctionScheduledEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionScheduledEventAttributes) Source #
Provides the details of the LambdaFunctionScheduled event. It isn't set for other event types.
heChildWorkflowExecutionTimedOutEventAttributes :: 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.
heCancelWorkflowExecutionFailedEventAttributes :: 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.
heStartChildWorkflowExecutionInitiatedEventAttributes :: 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.
heSignalExternalWorkflowExecutionFailedEventAttributes :: 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.
heActivityTaskStartedEventAttributes :: 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.
heStartLambdaFunctionFailedEventAttributes :: Lens' HistoryEvent (Maybe StartLambdaFunctionFailedEventAttributes) Source #
Provides the details of the StartLambdaFunctionFailed event. It isn't set for other event types.
heChildWorkflowExecutionTerminatedEventAttributes :: 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.
heLambdaFunctionFailedEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionFailedEventAttributes) Source #
Provides the details of the LambdaFunctionFailed event. It isn't set for other event types.
heWorkflowExecutionCanceledEventAttributes :: 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.
heTimerStartedEventAttributes :: 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.
heActivityTaskCancelRequestedEventAttributes :: 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.
heWorkflowExecutionTimedOutEventAttributes :: 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.
heWorkflowExecutionSignaledEventAttributes :: 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.
heTimerFiredEventAttributes :: 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.
heActivityTaskFailedEventAttributes :: 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.
heExternalWorkflowExecutionSignaledEventAttributes :: 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.
heDecisionTaskCompletedEventAttributes :: 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.
heStartChildWorkflowExecutionFailedEventAttributes :: 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.
heChildWorkflowExecutionFailedEventAttributes :: 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.
heFailWorkflowExecutionFailedEventAttributes :: 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.
heContinueAsNewWorkflowExecutionFailedEventAttributes :: 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.
heSignalExternalWorkflowExecutionInitiatedEventAttributes :: 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.
heLambdaFunctionTimedOutEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionTimedOutEventAttributes) Source #
Provides the details of the LambdaFunctionTimedOut event. It isn't set for other event types.
heWorkflowExecutionFailedEventAttributes :: 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.
heWorkflowExecutionContinuedAsNewEventAttributes :: 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.
heExternalWorkflowExecutionCancelRequestedEventAttributes :: 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.
heEventTimestamp :: Lens' HistoryEvent UTCTime Source #
The date and time when the event occurred.
heEventType :: Lens' HistoryEvent EventType Source #
The type of the history event.
heEventId :: 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: lambdaFunctionCompletedEventAttributes smart constructor.
Instances
lambdaFunctionCompletedEventAttributes Source #
Arguments
| :: Integer | |
| -> Integer | |
| -> LambdaFunctionCompletedEventAttributes |
Creates a value of LambdaFunctionCompletedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lfceaResult- The results of the Lambda task.lfceaScheduledEventId- The ID of theLambdaFunctionScheduledevent 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.lfceaStartedEventId- The ID of theLambdaFunctionStartedevent 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.
lfceaResult :: Lens' LambdaFunctionCompletedEventAttributes (Maybe Text) Source #
The results of the Lambda task.
lfceaScheduledEventId :: 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.
lfceaStartedEventId :: 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: lambdaFunctionFailedEventAttributes smart constructor.
Instances
lambdaFunctionFailedEventAttributes Source #
Arguments
| :: Integer | |
| -> Integer | |
| -> LambdaFunctionFailedEventAttributes |
Creates a value of LambdaFunctionFailedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lffeaReason- The reason provided for the failure.lffeaDetails- The details of the failure.lffeaScheduledEventId- The ID of theLambdaFunctionScheduledevent 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.lffeaStartedEventId- The ID of theLambdaFunctionStartedevent 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.
lffeaReason :: Lens' LambdaFunctionFailedEventAttributes (Maybe Text) Source #
The reason provided for the failure.
lffeaDetails :: Lens' LambdaFunctionFailedEventAttributes (Maybe Text) Source #
The details of the failure.
lffeaScheduledEventId :: 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.
lffeaStartedEventId :: 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: lambdaFunctionScheduledEventAttributes smart constructor.
Instances
lambdaFunctionScheduledEventAttributes Source #
Arguments
| :: Text | |
| -> Text | |
| -> Integer | |
| -> LambdaFunctionScheduledEventAttributes |
Creates a value of LambdaFunctionScheduledEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lfseaControl- Data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.lfseaInput- The input provided to the Lambda task.lfseaStartToCloseTimeout- The maximum amount of time a worker can take to process the Lambda task.lfseaId- The unique ID of the Lambda task.lfseaName- The name of the Lambda function.lfseaDecisionTaskCompletedEventId- The ID of theLambdaFunctionCompletedevent 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.
lfseaControl :: 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.
lfseaInput :: Lens' LambdaFunctionScheduledEventAttributes (Maybe Text) Source #
The input provided to the Lambda task.
lfseaStartToCloseTimeout :: Lens' LambdaFunctionScheduledEventAttributes (Maybe Text) Source #
The maximum amount of time a worker can take to process the Lambda task.
lfseaId :: Lens' LambdaFunctionScheduledEventAttributes Text Source #
The unique ID of the Lambda task.
lfseaName :: Lens' LambdaFunctionScheduledEventAttributes Text Source #
The name of the Lambda function.
lfseaDecisionTaskCompletedEventId :: 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: lambdaFunctionStartedEventAttributes smart constructor.
Instances
lambdaFunctionStartedEventAttributes Source #
Creates a value of LambdaFunctionStartedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lfseaScheduledEventId- The ID of theLambdaFunctionScheduledevent 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.
lfseaScheduledEventId :: 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: lambdaFunctionTimedOutEventAttributes smart constructor.
Instances
lambdaFunctionTimedOutEventAttributes Source #
Arguments
| :: Integer | |
| -> Integer | |
| -> LambdaFunctionTimedOutEventAttributes |
Creates a value of LambdaFunctionTimedOutEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lftoeaTimeoutType- The type of the timeout that caused this event.lftoeaScheduledEventId- The ID of theLambdaFunctionScheduledevent 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.lftoeaStartedEventId- The ID of theActivityTaskStartedevent 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.
lftoeaTimeoutType :: Lens' LambdaFunctionTimedOutEventAttributes (Maybe LambdaFunctionTimeoutType) Source #
The type of the timeout that caused this event.
lftoeaScheduledEventId :: 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.
lftoeaStartedEventId :: 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: markerRecordedEventAttributes smart constructor.
Instances
markerRecordedEventAttributes Source #
Arguments
| :: Text | |
| -> Integer | |
| -> MarkerRecordedEventAttributes |
Creates a value of MarkerRecordedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
mreaDetails- The details of the marker.mreaMarkerName- The name of the marker.mreaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theRecordMarkerdecision that requested this marker. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
mreaDetails :: Lens' MarkerRecordedEventAttributes (Maybe Text) Source #
The details of the marker.
mreaMarkerName :: Lens' MarkerRecordedEventAttributes Text Source #
The name of the marker.
mreaDecisionTaskCompletedEventId :: 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: pendingTaskCount smart constructor.
Instances
Arguments
| :: Natural | |
| -> PendingTaskCount |
Creates a value of PendingTaskCount with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ptcTruncated- 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.ptcCount- The number of tasks in the task list.
ptcTruncated :: 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.
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
Resourceelement with the domain name to limit the action to only specified domains. - Use an
Actionelement 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: recordMarkerDecisionAttributes smart constructor.
Instances
recordMarkerDecisionAttributes Source #
Arguments
| :: Text | |
| -> RecordMarkerDecisionAttributes |
Creates a value of RecordMarkerDecisionAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rmdaDetails- The details of the marker.rmdaMarkerName- The name of the marker.
rmdaDetails :: Lens' RecordMarkerDecisionAttributes (Maybe Text) Source #
The details of the marker.
rmdaMarkerName :: Lens' RecordMarkerDecisionAttributes Text Source #
The name of the marker.
RecordMarkerFailedEventAttributes
data RecordMarkerFailedEventAttributes Source #
Provides the details of the RecordMarkerFailed event.
See: recordMarkerFailedEventAttributes smart constructor.
Instances
recordMarkerFailedEventAttributes Source #
Arguments
| :: Text | |
| -> RecordMarkerFailedCause | |
| -> Integer | |
| -> RecordMarkerFailedEventAttributes |
Creates a value of RecordMarkerFailedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rmfeaMarkerName- The marker's name.rmfeaCause- The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.rmfeaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theRecordMarkerFaileddecision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
rmfeaMarkerName :: Lens' RecordMarkerFailedEventAttributes Text Source #
The marker's name.
rmfeaCause :: Lens' RecordMarkerFailedEventAttributes RecordMarkerFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
rmfeaDecisionTaskCompletedEventId :: 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
Resourceelement with the domain name to limit the action to only specified domains. - Use an
Actionelement 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: requestCancelActivityTaskDecisionAttributes smart constructor.
Instances
requestCancelActivityTaskDecisionAttributes Source #
Creates a value of RequestCancelActivityTaskDecisionAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rcatdaActivityId- TheactivityIdof the activity task to be canceled.
rcatdaActivityId :: Lens' RequestCancelActivityTaskDecisionAttributes Text Source #
The activityId of the activity task to be canceled.
RequestCancelActivityTaskFailedEventAttributes
data RequestCancelActivityTaskFailedEventAttributes Source #
Provides the details of the RequestCancelActivityTaskFailed event.
See: requestCancelActivityTaskFailedEventAttributes smart constructor.
Instances
requestCancelActivityTaskFailedEventAttributes Source #
Arguments
| :: Text | |
| -> RequestCancelActivityTaskFailedCause | |
| -> Integer | |
| -> RequestCancelActivityTaskFailedEventAttributes |
Creates a value of RequestCancelActivityTaskFailedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rcatfeaActivityId- The activityId provided in theRequestCancelActivityTaskdecision that failed.rcatfeaCause- The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.rcatfeaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theRequestCancelActivityTaskdecision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
rcatfeaActivityId :: Lens' RequestCancelActivityTaskFailedEventAttributes Text Source #
The activityId provided in the RequestCancelActivityTask decision that failed.
rcatfeaCause :: Lens' RequestCancelActivityTaskFailedEventAttributes RequestCancelActivityTaskFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
rcatfeaDecisionTaskCompletedEventId :: 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
Resourceelement with the domain name to limit the action to only specified domains. - Use an
Actionelement 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: requestCancelExternalWorkflowExecutionDecisionAttributes smart constructor.
Instances
requestCancelExternalWorkflowExecutionDecisionAttributes Source #
Creates a value of RequestCancelExternalWorkflowExecutionDecisionAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rcewedaControl- The data attached to the event that can be used by the decider in subsequent workflow tasks.rcewedaRunId- TherunIdof the external workflow execution to cancel.rcewedaWorkflowId- TheworkflowIdof the external workflow execution to cancel.
rcewedaControl :: Lens' RequestCancelExternalWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The data attached to the event that can be used by the decider in subsequent workflow tasks.
rcewedaRunId :: Lens' RequestCancelExternalWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The runId of the external workflow execution to cancel.
rcewedaWorkflowId :: Lens' RequestCancelExternalWorkflowExecutionDecisionAttributes Text Source #
The workflowId of the external workflow execution to cancel.
RequestCancelExternalWorkflowExecutionFailedEventAttributes
data RequestCancelExternalWorkflowExecutionFailedEventAttributes Source #
Provides the details of the RequestCancelExternalWorkflowExecutionFailed event.
See: requestCancelExternalWorkflowExecutionFailedEventAttributes smart constructor.
Instances
requestCancelExternalWorkflowExecutionFailedEventAttributes Source #
Arguments
| :: Text | |
| -> RequestCancelExternalWorkflowExecutionFailedCause | |
| -> Integer | |
| -> Integer | |
| -> RequestCancelExternalWorkflowExecutionFailedEventAttributes |
Creates a value of RequestCancelExternalWorkflowExecutionFailedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rcewefeaControl- The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.rcewefeaRunId- TherunIdof the external workflow execution.rcewefeaWorkflowId- TheworkflowIdof the external workflow to which the cancel request was to be delivered.rcewefeaCause- The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.rcewefeaInitiatedEventId- The ID of theRequestCancelExternalWorkflowExecutionInitiatedevent corresponding to theRequestCancelExternalWorkflowExecutiondecision 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.rcewefeaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theRequestCancelExternalWorkflowExecutiondecision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
rcewefeaControl :: 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.
rcewefeaRunId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes (Maybe Text) Source #
The runId of the external workflow execution.
rcewefeaWorkflowId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Text Source #
The workflowId of the external workflow to which the cancel request was to be delivered.
rcewefeaCause :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes RequestCancelExternalWorkflowExecutionFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
rcewefeaInitiatedEventId :: 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.
rcewefeaDecisionTaskCompletedEventId :: 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: requestCancelExternalWorkflowExecutionInitiatedEventAttributes smart constructor.
Instances
requestCancelExternalWorkflowExecutionInitiatedEventAttributes Source #
Creates a value of RequestCancelExternalWorkflowExecutionInitiatedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rceweieaControl- Data attached to the event that can be used by the decider in subsequent workflow tasks.rceweieaRunId- TherunIdof the external workflow execution to be canceled.rceweieaWorkflowId- TheworkflowIdof the external workflow execution to be canceled.rceweieaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theRequestCancelExternalWorkflowExecutiondecision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
rceweieaControl :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #
Data attached to the event that can be used by the decider in subsequent workflow tasks.
rceweieaRunId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #
The runId of the external workflow execution to be canceled.
rceweieaWorkflowId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Text Source #
The workflowId of the external workflow execution to be canceled.
rceweieaDecisionTaskCompletedEventId :: 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.
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
Resourceelement with the domain name to limit the action to only specified domains. - Use an
Actionelement to allow or deny permission to call this action. - Constrain the following parameters by using a
Conditionelement with the appropriate keys. activityType.name– String constraint. The key isswf:activityType.name.activityType.version– String constraint. The key isswf:activityType.version.taskList– String constraint. The key isswf: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: scheduleActivityTaskDecisionAttributes smart constructor.
Instances
scheduleActivityTaskDecisionAttributes Source #
Arguments
| :: ActivityType | |
| -> Text | |
| -> ScheduleActivityTaskDecisionAttributes |
Creates a value of ScheduleActivityTaskDecisionAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
satdaControl- Data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the activity.satdaHeartbeatTimeout- If set, specifies the maximum time before which a worker processing a task of this type must report progress by callingRecordActivityTaskHeartbeat. 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 usingRegisterActivityType. The duration is specified in seconds, an integer greater than or equal to0. You can useNONEto specify unlimited duration.satdaScheduleToCloseTimeout- The maximum duration for this activity task. The duration is specified in seconds, an integer greater than or equal to0. You can useNONEto specify unlimited duration.satdaInput- The input provided to the activity task.satdaTaskList- If set, specifies the name of the task list in which to schedule the activity task. If not specified, thedefaultTaskListregistered with the activity type is used. 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 stringarn.satdaTaskPriority- 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 usingRegisterActivityType. Valid values are integers that range from Java'sInteger.MIN_VALUE(-2147483648) toInteger.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 .satdaScheduleToStartTimeout- 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 usingRegisterActivityType. The duration is specified in seconds, an integer greater than or equal to0. You can useNONEto specify unlimited duration.satdaStartToCloseTimeout- 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 usingRegisterActivityType. The duration is specified in seconds, an integer greater than or equal to0. You can useNONEto specify unlimited duration.satdaActivityType- The type of the activity task to schedule.satdaActivityId- TheactivityIdof 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 stringarn.
satdaControl :: 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.
satdaHeartbeatTimeout :: 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.
satdaScheduleToCloseTimeout :: 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.
satdaInput :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text) Source #
The input provided to the activity task.
satdaTaskList :: 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. 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 .
satdaTaskPriority :: 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 .
satdaScheduleToStartTimeout :: 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.
satdaStartToCloseTimeout :: 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.
satdaActivityType :: Lens' ScheduleActivityTaskDecisionAttributes ActivityType Source #
The type of the activity task to schedule.
satdaActivityId :: 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: scheduleActivityTaskFailedEventAttributes smart constructor.
Instances
scheduleActivityTaskFailedEventAttributes Source #
Arguments
| :: ActivityType | |
| -> Text | |
| -> ScheduleActivityTaskFailedCause | |
| -> Integer | |
| -> ScheduleActivityTaskFailedEventAttributes |
Creates a value of ScheduleActivityTaskFailedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
satfeaActivityType- The activity type provided in theScheduleActivityTaskdecision that failed.satfeaActivityId- The activityId provided in theScheduleActivityTaskdecision that failed.satfeaCause- The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.satfeaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent 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.
satfeaActivityType :: Lens' ScheduleActivityTaskFailedEventAttributes ActivityType Source #
The activity type provided in the ScheduleActivityTask decision that failed.
satfeaActivityId :: Lens' ScheduleActivityTaskFailedEventAttributes Text Source #
The activityId provided in the ScheduleActivityTask decision that failed.
satfeaCause :: Lens' ScheduleActivityTaskFailedEventAttributes ScheduleActivityTaskFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
satfeaDecisionTaskCompletedEventId :: 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: scheduleLambdaFunctionDecisionAttributes smart constructor.
Instances
scheduleLambdaFunctionDecisionAttributes Source #
Arguments
| :: Text | |
| -> Text | |
| -> ScheduleLambdaFunctionDecisionAttributes |
Creates a value of ScheduleLambdaFunctionDecisionAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
slfdaControl- The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.slfdaInput- The optional input data to be supplied to the Lambda function.slfdaStartToCloseTimeout- 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.slfdaId- A string that identifies the Lambda function execution in the event history.slfdaName- The name, or ARN, of the Lambda function to schedule.
slfdaControl :: 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.
slfdaInput :: Lens' ScheduleLambdaFunctionDecisionAttributes (Maybe Text) Source #
The optional input data to be supplied to the Lambda function.
slfdaStartToCloseTimeout :: 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.
slfdaId :: Lens' ScheduleLambdaFunctionDecisionAttributes Text Source #
A string that identifies the Lambda function execution in the event history.
slfdaName :: Lens' ScheduleLambdaFunctionDecisionAttributes Text Source #
The name, or ARN, of the Lambda function to schedule.
ScheduleLambdaFunctionFailedEventAttributes
data ScheduleLambdaFunctionFailedEventAttributes Source #
Provides the details of the ScheduleLambdaFunctionFailed event. It isn't set for other event types.
See: scheduleLambdaFunctionFailedEventAttributes smart constructor.
Instances
scheduleLambdaFunctionFailedEventAttributes Source #
Arguments
| :: Text | |
| -> Text | |
| -> ScheduleLambdaFunctionFailedCause | |
| -> Integer | |
| -> ScheduleLambdaFunctionFailedEventAttributes |
Creates a value of ScheduleLambdaFunctionFailedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
slffeaId- The ID provided in theScheduleLambdaFunctiondecision that failed.slffeaName- The name of the Lambda function.slffeaCause- The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.slffeaDecisionTaskCompletedEventId- The ID of theLambdaFunctionCompletedevent 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.
slffeaId :: Lens' ScheduleLambdaFunctionFailedEventAttributes Text Source #
The ID provided in the ScheduleLambdaFunction decision that failed.
slffeaName :: Lens' ScheduleLambdaFunctionFailedEventAttributes Text Source #
The name of the Lambda function.
slffeaCause :: 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.
slffeaDecisionTaskCompletedEventId :: 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
Resourceelement with the domain name to limit the action to only specified domains. - Use an
Actionelement 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: signalExternalWorkflowExecutionDecisionAttributes smart constructor.
Instances
signalExternalWorkflowExecutionDecisionAttributes Source #
Arguments
| :: Text | |
| -> Text | |
| -> SignalExternalWorkflowExecutionDecisionAttributes |
Creates a value of SignalExternalWorkflowExecutionDecisionAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sewedaControl- The data attached to the event that can be used by the decider in subsequent decision tasks.sewedaInput- The input data to be provided with the signal. The target workflow execution uses the signal name and input data to process the signal.sewedaRunId- TherunIdof the workflow execution to be signaled.sewedaWorkflowId- TheworkflowIdof the workflow execution to be signaled.sewedaSignalName- The name of the signal.The target workflow execution uses the signal name and input to process the signal.
sewedaControl :: Lens' SignalExternalWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The data attached to the event that can be used by the decider in subsequent decision tasks.
sewedaInput :: 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.
sewedaRunId :: Lens' SignalExternalWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The runId of the workflow execution to be signaled.
sewedaWorkflowId :: Lens' SignalExternalWorkflowExecutionDecisionAttributes Text Source #
The workflowId of the workflow execution to be signaled.
sewedaSignalName :: 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: signalExternalWorkflowExecutionFailedEventAttributes smart constructor.
Instances
signalExternalWorkflowExecutionFailedEventAttributes Source #
Arguments
| :: Text | |
| -> SignalExternalWorkflowExecutionFailedCause | |
| -> Integer | |
| -> Integer | |
| -> SignalExternalWorkflowExecutionFailedEventAttributes |
Creates a value of SignalExternalWorkflowExecutionFailedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sewefeaControl- The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.sewefeaRunId- TherunIdof the external workflow execution that the signal was being delivered to.sewefeaWorkflowId- TheworkflowIdof the external workflow execution that the signal was being delivered to.sewefeaCause- The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.sewefeaInitiatedEventId- The ID of theSignalExternalWorkflowExecutionInitiatedevent corresponding to theSignalExternalWorkflowExecutiondecision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.sewefeaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theSignalExternalWorkflowExecutiondecision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
sewefeaControl :: 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.
sewefeaRunId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes (Maybe Text) Source #
The runId of the external workflow execution that the signal was being delivered to.
sewefeaWorkflowId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Text Source #
The workflowId of the external workflow execution that the signal was being delivered to.
sewefeaCause :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes SignalExternalWorkflowExecutionFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
sewefeaInitiatedEventId :: 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.
sewefeaDecisionTaskCompletedEventId :: 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: signalExternalWorkflowExecutionInitiatedEventAttributes smart constructor.
Instances
signalExternalWorkflowExecutionInitiatedEventAttributes Source #
Arguments
| :: Text | |
| -> Text | |
| -> Integer | |
| -> SignalExternalWorkflowExecutionInitiatedEventAttributes |
Creates a value of SignalExternalWorkflowExecutionInitiatedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
seweieaControl- Data attached to the event that can be used by the decider in subsequent decision tasks.seweieaInput- The input provided to the signal.seweieaRunId- TherunIdof the external workflow execution to send the signal to.seweieaWorkflowId- TheworkflowIdof the external workflow execution.seweieaSignalName- The name of the signal.seweieaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theSignalExternalWorkflowExecutiondecision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
seweieaControl :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #
Data attached to the event that can be used by the decider in subsequent decision tasks.
seweieaInput :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #
The input provided to the signal.
seweieaRunId :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #
The runId of the external workflow execution to send the signal to.
seweieaWorkflowId :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Text Source #
The workflowId of the external workflow execution.
seweieaSignalName :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Text Source #
The name of the signal.
seweieaDecisionTaskCompletedEventId :: 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
Resourceelement with the domain name to limit the action to only specified domains. - Use an
Actionelement to allow or deny permission to call this action. - Constrain the following parameters by using a
Conditionelement 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 isswf:taskList.name.workflowType.name– String constraint. The key isswf:workflowType.name.workflowType.version– String constraint. The key isswf: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: startChildWorkflowExecutionDecisionAttributes smart constructor.
Instances
startChildWorkflowExecutionDecisionAttributes Source #
Arguments
| :: WorkflowType | |
| -> Text | |
| -> StartChildWorkflowExecutionDecisionAttributes |
Creates a value of StartChildWorkflowExecutionDecisionAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
scwedaControl- 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.scwedaTagList- 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 callingListOpenWorkflowExecutionsorListClosedWorkflowExecutionsand specifying aTagFilter.scwedaTaskStartToCloseTimeout- Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides thedefaultTaskStartToCloseTimoutspecified when registering the workflow type usingRegisterWorkflowType. The duration is specified in seconds, an integer greater than or equal to0. You can useNONEto specify unlimited duration.scwedaLambdaRole- The IAM role attached to the child workflow execution.scwedaInput- The input to be provided to the workflow execution.scwedaExecutionStartToCloseTimeout- 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 to0. You can useNONEto specify unlimited duration.scwedaTaskList- The name of the task list to be used for decision tasks of the child 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 stringarn.scwedaTaskPriority- 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'sInteger.MIN_VALUE(-2147483648) toInteger.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 .scwedaChildPolicy- If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling theTerminateWorkflowExecutionaction explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type usingRegisterWorkflowType. 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 aWorkflowExecutionCancelRequestedevent 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.scwedaWorkflowType- The type of the workflow execution to be started.scwedaWorkflowId- TheworkflowIdof 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 stringarn.
scwedaControl :: 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.
scwedaTagList :: Lens' StartChildWorkflowExecutionDecisionAttributes [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 .
scwedaTaskStartToCloseTimeout :: 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.
scwedaLambdaRole :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The IAM role attached to the child workflow execution.
scwedaInput :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The input to be provided to the workflow execution.
scwedaExecutionStartToCloseTimeout :: 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.
scwedaTaskList :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe TaskList) Source #
The name of the task list to be used for decision tasks of the child 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 .
scwedaTaskPriority :: 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 .
scwedaChildPolicy :: 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.
scwedaWorkflowType :: Lens' StartChildWorkflowExecutionDecisionAttributes WorkflowType Source #
The type of the workflow execution to be started.
scwedaWorkflowId :: 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: startChildWorkflowExecutionFailedEventAttributes smart constructor.
Instances
startChildWorkflowExecutionFailedEventAttributes Source #
Arguments
| :: WorkflowType | |
| -> StartChildWorkflowExecutionFailedCause | |
| -> Text | |
| -> Integer | |
| -> Integer | |
| -> StartChildWorkflowExecutionFailedEventAttributes |
Creates a value of StartChildWorkflowExecutionFailedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
scwefeaControl- 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.scwefeaWorkflowType- The workflow type provided in theStartChildWorkflowExecutionDecisionthat failed.scwefeaCause- The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.scwefeaWorkflowId- TheworkflowIdof the child workflow execution.scwefeaInitiatedEventId- When thecauseisWORKFLOW_ALREADY_RUNNING,initiatedEventIdis the ID of theStartChildWorkflowExecutionInitiatedevent that corresponds to theStartChildWorkflowExecutionDecisionto 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 thecauseisn'tWORKFLOW_ALREADY_RUNNING,initiatedEventIdis set to0because theStartChildWorkflowExecutionInitiatedevent doesn't exist.scwefeaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theStartChildWorkflowExecutionDecisionto request this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events.
scwefeaControl :: 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.
scwefeaWorkflowType :: Lens' StartChildWorkflowExecutionFailedEventAttributes WorkflowType Source #
The workflow type provided in the StartChildWorkflowExecution Decision that failed.
scwefeaCause :: Lens' StartChildWorkflowExecutionFailedEventAttributes StartChildWorkflowExecutionFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
scwefeaWorkflowId :: Lens' StartChildWorkflowExecutionFailedEventAttributes Text Source #
The workflowId of the child workflow execution.
scwefeaInitiatedEventId :: 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.
scwefeaDecisionTaskCompletedEventId :: 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: startChildWorkflowExecutionInitiatedEventAttributes smart constructor.
Instances
startChildWorkflowExecutionInitiatedEventAttributes Source #
Arguments
| :: Text | |
| -> WorkflowType | |
| -> TaskList | |
| -> Integer | |
| -> ChildPolicy | |
| -> StartChildWorkflowExecutionInitiatedEventAttributes |
Creates a value of StartChildWorkflowExecutionInitiatedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
scweieaControl- Data attached to the event that can be used by the decider in subsequent decision tasks. This data isn't sent to the activity.scweieaTagList- The list of tags to associated with the child workflow execution.scweieaTaskStartToCloseTimeout- The maximum duration allowed for the decision tasks for this workflow execution. The duration is specified in seconds, an integer greater than or equal to0. You can useNONEto specify unlimited duration.scweieaLambdaRole- The IAM role to attach to the child workflow execution.scweieaInput- The inputs provided to the child workflow execution.scweieaExecutionStartToCloseTimeout- 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 to0. You can useNONEto specify unlimited duration.scweieaTaskPriority- The priority assigned for the decision tasks for this workflow execution. Valid values are integers that range from Java'sInteger.MIN_VALUE(-2147483648) toInteger.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 .scweieaWorkflowId- TheworkflowIdof the child workflow execution.scweieaWorkflowType- The type of the child workflow execution.scweieaTaskList- The name of the task list used for the decision tasks of the child workflow execution.scweieaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theStartChildWorkflowExecutionDecisionto request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.scweieaChildPolicy- The policy to use for the child workflow executions if this execution gets terminated by explicitly calling theTerminateWorkflowExecutionaction 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 aWorkflowExecutionCancelRequestedevent 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.
scweieaControl :: 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.
scweieaTagList :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes [Text] Source #
The list of tags to associated with the child workflow execution.
scweieaTaskStartToCloseTimeout :: 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.
scweieaLambdaRole :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #
The IAM role to attach to the child workflow execution.
scweieaInput :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #
The inputs provided to the child workflow execution.
scweieaExecutionStartToCloseTimeout :: 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.
scweieaTaskPriority :: 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 .
scweieaWorkflowId :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Text Source #
The workflowId of the child workflow execution.
scweieaWorkflowType :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes WorkflowType Source #
The type of the child workflow execution.
scweieaTaskList :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes TaskList Source #
The name of the task list used for the decision tasks of the child workflow execution.
scweieaDecisionTaskCompletedEventId :: 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.
scweieaChildPolicy :: 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: startLambdaFunctionFailedEventAttributes smart constructor.
Instances
startLambdaFunctionFailedEventAttributes :: StartLambdaFunctionFailedEventAttributes Source #
Creates a value of StartLambdaFunctionFailedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sScheduledEventId- The ID of theActivityTaskScheduledevent 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.sCause- The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.sMessage- A description that can help diagnose the cause of the fault.
sScheduledEventId :: 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.
sCause :: 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.
sMessage :: Lens' StartLambdaFunctionFailedEventAttributes (Maybe Text) Source #
A description that can help diagnose the cause of the fault.
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
Resourceelement with the domain name to limit the action to only specified domains. - Use an
Actionelement 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: startTimerDecisionAttributes smart constructor.
Instances
startTimerDecisionAttributes Source #
Arguments
| :: Text | |
| -> Text | |
| -> StartTimerDecisionAttributes |
Creates a value of StartTimerDecisionAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
stdaControl- The data attached to the event that can be used by the decider in subsequent workflow tasks.stdaTimerId- 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 stringarn.stdaStartToFireTimeout- The duration to wait before firing the timer. The duration is specified in seconds, an integer greater than or equal to0.
stdaControl :: Lens' StartTimerDecisionAttributes (Maybe Text) Source #
The data attached to the event that can be used by the decider in subsequent workflow tasks.
stdaTimerId :: 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 .
stdaStartToFireTimeout :: 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: startTimerFailedEventAttributes smart constructor.
Instances
startTimerFailedEventAttributes Source #
Arguments
| :: Text | |
| -> StartTimerFailedCause | |
| -> Integer | |
| -> StartTimerFailedEventAttributes |
Creates a value of StartTimerFailedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
stfeaTimerId- The timerId provided in theStartTimerdecision that failed.stfeaCause- The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.stfeaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theStartTimerdecision for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
stfeaTimerId :: Lens' StartTimerFailedEventAttributes Text Source #
The timerId provided in the StartTimer decision that failed.
stfeaCause :: Lens' StartTimerFailedEventAttributes StartTimerFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
stfeaDecisionTaskCompletedEventId :: 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
Used to filter the workflow executions in visibility APIs based on a tag.
See: tagFilter smart constructor.
Instances
| Eq TagFilter Source # | |
| Data TagFilter Source # | |
Defined in Network.AWS.SWF.Types.Product Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TagFilter -> c TagFilter # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TagFilter # toConstr :: TagFilter -> Constr # dataTypeOf :: TagFilter -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TagFilter) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TagFilter) # gmapT :: (forall b. Data b => b -> b) -> TagFilter -> TagFilter # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TagFilter -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TagFilter -> r # gmapQ :: (forall d. Data d => d -> u) -> TagFilter -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> TagFilter -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> TagFilter -> m TagFilter # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TagFilter -> m TagFilter # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TagFilter -> m TagFilter # | |
| Read TagFilter Source # | |
| Show TagFilter Source # | |
| Generic TagFilter Source # | |
| Hashable TagFilter Source # | |
Defined in Network.AWS.SWF.Types.Product | |
| ToJSON TagFilter Source # | |
Defined in Network.AWS.SWF.Types.Product | |
| NFData TagFilter Source # | |
Defined in Network.AWS.SWF.Types.Product | |
| type Rep TagFilter Source # | |
Defined in Network.AWS.SWF.Types.Product | |
tfTag :: Lens' TagFilter Text Source #
Specifies the tag that must be associated with the execution for it to meet the filter criteria.
TaskList
Represents a task list.
See: taskList smart constructor.
Instances
| Eq TaskList Source # | |
| Data TaskList Source # | |
Defined in Network.AWS.SWF.Types.Product Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TaskList -> c TaskList # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TaskList # toConstr :: TaskList -> Constr # dataTypeOf :: TaskList -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TaskList) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TaskList) # gmapT :: (forall b. Data b => b -> b) -> TaskList -> TaskList # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TaskList -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TaskList -> r # gmapQ :: (forall d. Data d => d -> u) -> TaskList -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> TaskList -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> TaskList -> m TaskList # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TaskList -> m TaskList # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TaskList -> m TaskList # | |
| Read TaskList Source # | |
| Show TaskList Source # | |
| Generic TaskList Source # | |
| Hashable TaskList Source # | |
Defined in Network.AWS.SWF.Types.Product | |
| ToJSON TaskList Source # | |
Defined in Network.AWS.SWF.Types.Product | |
| FromJSON TaskList Source # | |
| NFData TaskList Source # | |
Defined in Network.AWS.SWF.Types.Product | |
| type Rep TaskList Source # | |
Defined in Network.AWS.SWF.Types.Product | |
TimerCanceledEventAttributes
data TimerCanceledEventAttributes Source #
Provides the details of the TimerCanceled event.
See: timerCanceledEventAttributes smart constructor.
Instances
timerCanceledEventAttributes Source #
Arguments
| :: Text | |
| -> Integer | |
| -> Integer | |
| -> TimerCanceledEventAttributes |
Creates a value of TimerCanceledEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
tceaTimerId- The unique ID of the timer that was canceled.tceaStartedEventId- The ID of theTimerStartedevent 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.tceaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theCancelTimerdecision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
tceaTimerId :: Lens' TimerCanceledEventAttributes Text Source #
The unique ID of the timer that was canceled.
tceaStartedEventId :: 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.
tceaDecisionTaskCompletedEventId :: 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: timerFiredEventAttributes smart constructor.
Instances
timerFiredEventAttributes Source #
Arguments
| :: Text | |
| -> Integer | |
| -> TimerFiredEventAttributes |
Creates a value of TimerFiredEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
tfeaTimerId- The unique ID of the timer that fired.tfeaStartedEventId- The ID of theTimerStartedevent 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.
tfeaTimerId :: Lens' TimerFiredEventAttributes Text Source #
The unique ID of the timer that fired.
tfeaStartedEventId :: 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: timerStartedEventAttributes smart constructor.
Instances
timerStartedEventAttributes Source #
Arguments
| :: Text | |
| -> Text | |
| -> Integer | |
| -> TimerStartedEventAttributes |
Creates a value of TimerStartedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
tseaControl- Data attached to the event that can be used by the decider in subsequent workflow tasks.tseaTimerId- The unique ID of the timer that was started.tseaStartToFireTimeout- The duration of time after which the timer fires. The duration is specified in seconds, an integer greater than or equal to0.tseaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theStartTimerdecision for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
tseaControl :: Lens' TimerStartedEventAttributes (Maybe Text) Source #
Data attached to the event that can be used by the decider in subsequent workflow tasks.
tseaTimerId :: Lens' TimerStartedEventAttributes Text Source #
The unique ID of the timer that was started.
tseaStartToFireTimeout :: 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 .
tseaDecisionTaskCompletedEventId :: 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: workflowExecution smart constructor.
Instances
Arguments
| :: Text | |
| -> Text | |
| -> WorkflowExecution |
Creates a value of WorkflowExecution with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
weWorkflowId- The user defined identifier associated with the workflow execution.weRunId- A system-generated unique identifier for the workflow execution.
weWorkflowId :: Lens' WorkflowExecution Text Source #
The user defined identifier associated with the workflow execution.
weRunId :: 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: workflowExecutionCancelRequestedEventAttributes smart constructor.
Instances
workflowExecutionCancelRequestedEventAttributes :: WorkflowExecutionCancelRequestedEventAttributes Source #
Creates a value of WorkflowExecutionCancelRequestedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
wecreaExternalWorkflowExecution- The external workflow execution for which the cancellation was requested.wecreaExternalInitiatedEventId- The ID of theRequestCancelExternalWorkflowExecutionInitiatedevent corresponding to theRequestCancelExternalWorkflowExecutiondecision 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.wecreaCause- 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.
wecreaExternalWorkflowExecution :: Lens' WorkflowExecutionCancelRequestedEventAttributes (Maybe WorkflowExecution) Source #
The external workflow execution for which the cancellation was requested.
wecreaExternalInitiatedEventId :: 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.
wecreaCause :: 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: workflowExecutionCanceledEventAttributes smart constructor.
Instances
workflowExecutionCanceledEventAttributes Source #
Creates a value of WorkflowExecutionCanceledEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
wDetails- The details of the cancellation.wDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theCancelWorkflowExecutiondecision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
wDetails :: Lens' WorkflowExecutionCanceledEventAttributes (Maybe Text) Source #
The details of the cancellation.
wDecisionTaskCompletedEventId :: 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: workflowExecutionCompletedEventAttributes smart constructor.
Instances
workflowExecutionCompletedEventAttributes Source #
Creates a value of WorkflowExecutionCompletedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
weceaResult- The result produced by the workflow execution upon successful completion.weceaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theCompleteWorkflowExecutiondecision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
weceaResult :: Lens' WorkflowExecutionCompletedEventAttributes (Maybe Text) Source #
The result produced by the workflow execution upon successful completion.
weceaDecisionTaskCompletedEventId :: 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: workflowExecutionConfiguration smart constructor.
Instances
workflowExecutionConfiguration Source #
Arguments
| :: Text | |
| -> Text | |
| -> TaskList | |
| -> ChildPolicy | |
| -> WorkflowExecutionConfiguration |
Creates a value of WorkflowExecutionConfiguration with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
wecLambdaRole- The IAM role attached to the child workflow execution.wecTaskPriority- The priority assigned to decision tasks for this workflow execution. Valid values are integers that range from Java'sInteger.MIN_VALUE(-2147483648) toInteger.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 .wecTaskStartToCloseTimeout- The maximum duration allowed for decision tasks for this workflow execution. The duration is specified in seconds, an integer greater than or equal to0. You can useNONEto specify unlimited duration.wecExecutionStartToCloseTimeout- The total duration for this workflow execution. The duration is specified in seconds, an integer greater than or equal to0. You can useNONEto specify unlimited duration.wecTaskList- The task list used for the decision tasks generated for this workflow execution.wecChildPolicy- The policy to use for the child workflow executions if this workflow execution is terminated, by calling theTerminateWorkflowExecutionaction 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 aWorkflowExecutionCancelRequestedevent 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.
wecLambdaRole :: Lens' WorkflowExecutionConfiguration (Maybe Text) Source #
The IAM role attached to the child workflow execution.
wecTaskPriority :: 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 .
wecTaskStartToCloseTimeout :: 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.
wecExecutionStartToCloseTimeout :: 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.
wecTaskList :: Lens' WorkflowExecutionConfiguration TaskList Source #
The task list used for the decision tasks generated for this workflow execution.
wecChildPolicy :: 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: workflowExecutionContinuedAsNewEventAttributes smart constructor.
Instances
workflowExecutionContinuedAsNewEventAttributes Source #
Arguments
| :: Integer | |
| -> Text | |
| -> TaskList | |
| -> ChildPolicy | |
| -> WorkflowType | |
| -> WorkflowExecutionContinuedAsNewEventAttributes |
Creates a value of WorkflowExecutionContinuedAsNewEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
wecaneaTagList- The list of tags associated with the new workflow execution.wecaneaTaskStartToCloseTimeout- The maximum duration of decision tasks for the new workflow execution. The duration is specified in seconds, an integer greater than or equal to0. You can useNONEto specify unlimited duration.wecaneaLambdaRole- The IAM role to attach to the new (continued) workflow execution.wecaneaInput- The input provided to the new workflow execution.wecaneaExecutionStartToCloseTimeout- The total duration allowed for the new workflow execution. The duration is specified in seconds, an integer greater than or equal to0. You can useNONEto specify unlimited duration.wecaneaTaskPriority- The priority of the task to use for the decisions of the new (continued) workflow execution.wecaneaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theContinueAsNewWorkflowExecutiondecision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.wecaneaNewExecutionRunId- TherunIdof the new workflow execution.wecaneaTaskList- The task list to use for the decisions of the new (continued) workflow execution.wecaneaChildPolicy- The policy to use for the child workflow executions of the new execution if it is terminated by calling theTerminateWorkflowExecutionaction 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 aWorkflowExecutionCancelRequestedevent 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.wecaneaWorkflowType- The workflow type of this execution.
wecaneaTagList :: Lens' WorkflowExecutionContinuedAsNewEventAttributes [Text] Source #
The list of tags associated with the new workflow execution.
wecaneaTaskStartToCloseTimeout :: 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.
wecaneaLambdaRole :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text) Source #
The IAM role to attach to the new (continued) workflow execution.
wecaneaInput :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text) Source #
The input provided to the new workflow execution.
wecaneaExecutionStartToCloseTimeout :: 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.
wecaneaTaskPriority :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text) Source #
The priority of the task to use for the decisions of the new (continued) workflow execution.
wecaneaDecisionTaskCompletedEventId :: 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.
wecaneaNewExecutionRunId :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Text Source #
The runId of the new workflow execution.
wecaneaTaskList :: Lens' WorkflowExecutionContinuedAsNewEventAttributes TaskList Source #
The task list to use for the decisions of the new (continued) workflow execution.
wecaneaChildPolicy :: 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.
wecaneaWorkflowType :: Lens' WorkflowExecutionContinuedAsNewEventAttributes WorkflowType Source #
The workflow type of this execution.
WorkflowExecutionCount
data WorkflowExecutionCount Source #
Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions
See: workflowExecutionCount smart constructor.
Instances
workflowExecutionCount Source #
Arguments
| :: Natural | |
| -> WorkflowExecutionCount |
Creates a value of WorkflowExecutionCount with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
wecTruncated- 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.wecCount- The number of workflow executions.
wecTruncated :: 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: workflowExecutionFailedEventAttributes smart constructor.
Instances
workflowExecutionFailedEventAttributes Source #
Creates a value of WorkflowExecutionFailedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
wefeaReason- The descriptive reason provided for the failure.wefeaDetails- The details of the failure.wefeaDecisionTaskCompletedEventId- The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theFailWorkflowExecutiondecision to fail this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
wefeaReason :: Lens' WorkflowExecutionFailedEventAttributes (Maybe Text) Source #
The descriptive reason provided for the failure.
wefeaDetails :: Lens' WorkflowExecutionFailedEventAttributes (Maybe Text) Source #
The details of the failure.
wefeaDecisionTaskCompletedEventId :: 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: workflowExecutionFilter smart constructor.
Instances
workflowExecutionFilter Source #
Arguments
| :: Text | |
| -> WorkflowExecutionFilter |
Creates a value of WorkflowExecutionFilter with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
wefWorkflowId- The workflowId to pass of match the criteria of this filter.
wefWorkflowId :: 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: workflowExecutionInfo smart constructor.
Instances
workflowExecutionInfo Source #
Arguments
| :: WorkflowExecution | |
| -> WorkflowType | |
| -> UTCTime | |
| -> ExecutionStatus | |
| -> WorkflowExecutionInfo |
Creates a value of WorkflowExecutionInfo with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
weiParent- If this workflow execution is a child of another execution then contains the workflow execution that started this execution.weiTagList- 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.weiCloseStatus- 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.weiCloseTimestamp- The time when the workflow execution was closed. Set only if the execution status is CLOSED.weiCancelRequested- Set to true if a cancellation is requested for this workflow execution.weiExecution- The workflow execution this information is about.weiWorkflowType- The type of the workflow execution.weiStartTimestamp- The time when the execution was started.weiExecutionStatus- The current status of the execution.
weiParent :: Lens' WorkflowExecutionInfo (Maybe WorkflowExecution) Source #
If this workflow execution is a child of another execution then contains the workflow execution that started this execution.
weiTagList :: Lens' WorkflowExecutionInfo [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.
weiCloseStatus :: 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.
weiCloseTimestamp :: Lens' WorkflowExecutionInfo (Maybe UTCTime) Source #
The time when the workflow execution was closed. Set only if the execution status is CLOSED.
weiCancelRequested :: Lens' WorkflowExecutionInfo (Maybe Bool) Source #
Set to true if a cancellation is requested for this workflow execution.
weiExecution :: Lens' WorkflowExecutionInfo WorkflowExecution Source #
The workflow execution this information is about.
weiWorkflowType :: Lens' WorkflowExecutionInfo WorkflowType Source #
The type of the workflow execution.
weiStartTimestamp :: Lens' WorkflowExecutionInfo UTCTime Source #
The time when the execution was started.
weiExecutionStatus :: Lens' WorkflowExecutionInfo ExecutionStatus Source #
The current status of the execution.
WorkflowExecutionInfos
data WorkflowExecutionInfos Source #
Contains a paginated list of information about workflow executions.
See: workflowExecutionInfos smart constructor.
Instances
workflowExecutionInfos :: WorkflowExecutionInfos Source #
Creates a value of WorkflowExecutionInfos with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
weiNextPageToken- If aNextPageTokenwas 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 innextPageToken. Keep all other arguments unchanged. The configuredmaximumPageSizedetermines how many results can be returned in a single call.weiExecutionInfos- The list of workflow information structures.
weiNextPageToken :: 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.
weiExecutionInfos :: Lens' WorkflowExecutionInfos [WorkflowExecutionInfo] Source #
The list of workflow information structures.
WorkflowExecutionOpenCounts
data WorkflowExecutionOpenCounts Source #
Contains the counts of open tasks, child workflow executions and timers for a workflow execution.
See: workflowExecutionOpenCounts smart constructor.
Instances
workflowExecutionOpenCounts Source #
Arguments
| :: Natural | |
| -> Natural | |
| -> Natural | |
| -> Natural | |
| -> WorkflowExecutionOpenCounts |
Creates a value of WorkflowExecutionOpenCounts with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
weocOpenLambdaFunctions- The count of Lambda tasks whose status isOPEN.weocOpenActivityTasks- The count of activity tasks whose status isOPEN.weocOpenDecisionTasks- The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.weocOpenTimers- The count of timers started by this workflow execution that have not fired yet.weocOpenChildWorkflowExecutions- The count of child workflow executions whose status isOPEN.
weocOpenLambdaFunctions :: Lens' WorkflowExecutionOpenCounts (Maybe Natural) Source #
The count of Lambda tasks whose status is OPEN .
weocOpenActivityTasks :: Lens' WorkflowExecutionOpenCounts Natural Source #
The count of activity tasks whose status is OPEN .
weocOpenDecisionTasks :: Lens' WorkflowExecutionOpenCounts Natural Source #
The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
weocOpenTimers :: Lens' WorkflowExecutionOpenCounts Natural Source #
The count of timers started by this workflow execution that have not fired yet.
weocOpenChildWorkflowExecutions :: 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: workflowExecutionSignaledEventAttributes smart constructor.
Instances
workflowExecutionSignaledEventAttributes Source #
Arguments
| :: Text | |
| -> WorkflowExecutionSignaledEventAttributes |
Creates a value of WorkflowExecutionSignaledEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
wExternalWorkflowExecution- The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.wExternalInitiatedEventId- The ID of theSignalExternalWorkflowExecutionInitiatedevent corresponding to theSignalExternalWorkflowdecision 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.wInput- The inputs provided with the signal. The decider can use the signal name and inputs to determine how to process the signal.wSignalName- The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.
wExternalWorkflowExecution :: 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.
wExternalInitiatedEventId :: 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.
wInput :: 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.
wSignalName :: 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: workflowExecutionStartedEventAttributes smart constructor.
Instances
workflowExecutionStartedEventAttributes Source #
Arguments
| :: ChildPolicy | |
| -> TaskList | |
| -> WorkflowType | |
| -> WorkflowExecutionStartedEventAttributes |
Creates a value of WorkflowExecutionStartedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
weseaParentInitiatedEventId- The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutionDecisionto 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.weseaTagList- The list of tags associated with this workflow execution. An execution can have up to 5 tags.weseaTaskStartToCloseTimeout- The maximum duration of decision tasks for this workflow type. The duration is specified in seconds, an integer greater than or equal to0. You can useNONEto specify unlimited duration.weseaLambdaRole- The IAM role attached to the workflow execution.weseaInput- The input provided to the workflow execution.weseaExecutionStartToCloseTimeout- The maximum duration for this workflow execution. The duration is specified in seconds, an integer greater than or equal to0. You can useNONEto specify unlimited duration.weseaTaskPriority- The priority of the decision tasks in the workflow execution.weseaParentWorkflowExecution- The source workflow execution that started this workflow execution. The member isn't set if the workflow execution was not started by a workflow.weseaContinuedExecutionRunId- If this workflow execution was started due to aContinueAsNewWorkflowExecutiondecision, then it contains therunIdof the previous workflow execution that was closed and continued as this execution.weseaChildPolicy- The policy to use for the child workflow executions if this workflow execution is terminated, by calling theTerminateWorkflowExecutionaction 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 aWorkflowExecutionCancelRequestedevent 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.weseaTaskList- The name of the task list for scheduling the decision tasks for this workflow execution.weseaWorkflowType- The workflow type of this execution.
weseaParentInitiatedEventId :: 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.
weseaTagList :: Lens' WorkflowExecutionStartedEventAttributes [Text] Source #
The list of tags associated with this workflow execution. An execution can have up to 5 tags.
weseaTaskStartToCloseTimeout :: 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.
weseaLambdaRole :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text) Source #
The IAM role attached to the workflow execution.
weseaInput :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text) Source #
The input provided to the workflow execution.
weseaExecutionStartToCloseTimeout :: 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.
weseaTaskPriority :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text) Source #
The priority of the decision tasks in the workflow execution.
weseaParentWorkflowExecution :: 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.
weseaContinuedExecutionRunId :: 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.
weseaChildPolicy :: 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.
weseaTaskList :: Lens' WorkflowExecutionStartedEventAttributes TaskList Source #
The name of the task list for scheduling the decision tasks for this workflow execution.
weseaWorkflowType :: Lens' WorkflowExecutionStartedEventAttributes WorkflowType Source #
The workflow type of this execution.
WorkflowExecutionTerminatedEventAttributes
data WorkflowExecutionTerminatedEventAttributes Source #
Provides the details of the WorkflowExecutionTerminated event.
See: workflowExecutionTerminatedEventAttributes smart constructor.
Instances
workflowExecutionTerminatedEventAttributes Source #
Creates a value of WorkflowExecutionTerminatedEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
weteaCause- 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.weteaReason- The reason provided for the termination.weteaDetails- The details provided for the termination.weteaChildPolicy- 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 aWorkflowExecutionCancelRequestedevent 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.
weteaCause :: 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.
weteaReason :: Lens' WorkflowExecutionTerminatedEventAttributes (Maybe Text) Source #
The reason provided for the termination.
weteaDetails :: Lens' WorkflowExecutionTerminatedEventAttributes (Maybe Text) Source #
The details provided for the termination.
weteaChildPolicy :: 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: workflowExecutionTimedOutEventAttributes smart constructor.
Instances
workflowExecutionTimedOutEventAttributes Source #
Creates a value of WorkflowExecutionTimedOutEventAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
wetoeaTimeoutType- The type of timeout that caused this event.wetoeaChildPolicy- 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 aWorkflowExecutionCancelRequestedevent 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.
wetoeaTimeoutType :: Lens' WorkflowExecutionTimedOutEventAttributes WorkflowExecutionTimeoutType Source #
The type of timeout that caused this event.
wetoeaChildPolicy :: 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: workflowType smart constructor.
Instances
Arguments
| :: Text | |
| -> Text | |
| -> WorkflowType |
Creates a value of WorkflowType with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
WorkflowTypeConfiguration
data WorkflowTypeConfiguration Source #
The configuration settings of a workflow type.
See: workflowTypeConfiguration smart constructor.
Instances
workflowTypeConfiguration :: WorkflowTypeConfiguration Source #
Creates a value of WorkflowTypeConfiguration with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
wtcDefaultLambdaRole- The default IAM role attached to this workflow type.wtcDefaultChildPolicy- The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling theTerminateWorkflowExecutionaction explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using theStartWorkflowExecutionaction or theStartChildWorkflowExecutionDecision. 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 aWorkflowExecutionCancelRequestedevent 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.wtcDefaultTaskList- 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 theStartWorkflowExecutionaction or theStartChildWorkflowExecutionDecision.wtcDefaultTaskPriority- 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 theStartWorkflowExecutionaction or theStartChildWorkflowExecutiondecision. Valid values are integers that range from Java'sInteger.MIN_VALUE(-2147483648) toInteger.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 .wtcDefaultExecutionStartToCloseTimeout- 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 theStartWorkflowExecutionaction or theStartChildWorkflowExecutionDecision. The duration is specified in seconds, an integer greater than or equal to0. You can useNONEto specify unlimited duration.wtcDefaultTaskStartToCloseTimeout- 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 theStartWorkflowExecutionaction or theStartChildWorkflowExecutionDecision. The duration is specified in seconds, an integer greater than or equal to0. You can useNONEto specify unlimited duration.
wtcDefaultLambdaRole :: Lens' WorkflowTypeConfiguration (Maybe Text) Source #
The default IAM role attached to this workflow type.
wtcDefaultChildPolicy :: 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.
wtcDefaultTaskList :: 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 .
wtcDefaultTaskPriority :: 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 .
wtcDefaultExecutionStartToCloseTimeout :: 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.
wtcDefaultTaskStartToCloseTimeout :: 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: workflowTypeFilter smart constructor.
Instances
Arguments
| :: Text | |
| -> WorkflowTypeFilter |
Creates a value of WorkflowTypeFilter with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
wtfVersion- Version of the workflow type.wtfName- Name of the workflow type.
wtfVersion :: Lens' WorkflowTypeFilter (Maybe Text) Source #
Version of the workflow type.
WorkflowTypeInfo
data WorkflowTypeInfo Source #
Contains information about a workflow type.
See: workflowTypeInfo smart constructor.
Instances
Arguments
| :: WorkflowType | |
| -> RegistrationStatus | |
| -> UTCTime | |
| -> WorkflowTypeInfo |
Creates a value of WorkflowTypeInfo with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
wtiDeprecationDate- If the type is in deprecated state, then it is set to the date when the type was deprecated.wtiDescription- The description of the type registered throughRegisterWorkflowType.wtiWorkflowType- The workflow type this information is about.wtiStatus- The current status of the workflow type.wtiCreationDate- The date when this type was registered.
wtiDeprecationDate :: Lens' WorkflowTypeInfo (Maybe UTCTime) Source #
If the type is in deprecated state, then it is set to the date when the type was deprecated.
wtiDescription :: Lens' WorkflowTypeInfo (Maybe Text) Source #
The description of the type registered through RegisterWorkflowType .
wtiWorkflowType :: Lens' WorkflowTypeInfo WorkflowType Source #
The workflow type this information is about.
wtiStatus :: Lens' WorkflowTypeInfo RegistrationStatus Source #
The current status of the workflow type.
wtiCreationDate :: Lens' WorkflowTypeInfo UTCTime Source #
The date when this type was registered.