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 |