Copyright | (c) 2013-2021 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 |
- Service Configuration
- Errors
- 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
- ResourceTag
- 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
Synopsis
- defaultService :: 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
- _TooManyTagsFault :: AsError a => Getting (First ServiceError) a ServiceError
- _TypeAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError
- _DomainDeprecatedFault :: AsError a => Getting (First ServiceError) a ServiceError
- newtype ActivityTaskTimeoutType where
- ActivityTaskTimeoutType' { }
- pattern ActivityTaskTimeoutType_HEARTBEAT :: ActivityTaskTimeoutType
- pattern ActivityTaskTimeoutType_SCHEDULE_TO_CLOSE :: ActivityTaskTimeoutType
- pattern ActivityTaskTimeoutType_SCHEDULE_TO_START :: ActivityTaskTimeoutType
- pattern ActivityTaskTimeoutType_START_TO_CLOSE :: ActivityTaskTimeoutType
- newtype CancelTimerFailedCause where
- newtype CancelWorkflowExecutionFailedCause where
- newtype ChildPolicy where
- ChildPolicy' { }
- pattern ChildPolicy_ABANDON :: ChildPolicy
- pattern ChildPolicy_REQUEST_CANCEL :: ChildPolicy
- pattern ChildPolicy_TERMINATE :: ChildPolicy
- newtype CloseStatus where
- CloseStatus' { }
- pattern CloseStatus_CANCELED :: CloseStatus
- pattern CloseStatus_COMPLETED :: CloseStatus
- pattern CloseStatus_CONTINUED_AS_NEW :: CloseStatus
- pattern CloseStatus_FAILED :: CloseStatus
- pattern CloseStatus_TERMINATED :: CloseStatus
- pattern CloseStatus_TIMED_OUT :: CloseStatus
- newtype CompleteWorkflowExecutionFailedCause where
- newtype ContinueAsNewWorkflowExecutionFailedCause where
- ContinueAsNewWorkflowExecutionFailedCause' { }
- pattern ContinueAsNewWorkflowExecutionFailedCause_CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED :: ContinueAsNewWorkflowExecutionFailedCause
- pattern ContinueAsNewWorkflowExecutionFailedCause_DEFAULT_CHILD_POLICY_UNDEFINED :: ContinueAsNewWorkflowExecutionFailedCause
- pattern ContinueAsNewWorkflowExecutionFailedCause_DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED :: ContinueAsNewWorkflowExecutionFailedCause
- pattern ContinueAsNewWorkflowExecutionFailedCause_DEFAULT_TASK_LIST_UNDEFINED :: ContinueAsNewWorkflowExecutionFailedCause
- pattern ContinueAsNewWorkflowExecutionFailedCause_DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED :: ContinueAsNewWorkflowExecutionFailedCause
- pattern ContinueAsNewWorkflowExecutionFailedCause_OPERATION_NOT_PERMITTED :: ContinueAsNewWorkflowExecutionFailedCause
- pattern ContinueAsNewWorkflowExecutionFailedCause_UNHANDLED_DECISION :: ContinueAsNewWorkflowExecutionFailedCause
- pattern ContinueAsNewWorkflowExecutionFailedCause_WORKFLOW_TYPE_DEPRECATED :: ContinueAsNewWorkflowExecutionFailedCause
- pattern ContinueAsNewWorkflowExecutionFailedCause_WORKFLOW_TYPE_DOES_NOT_EXIST :: ContinueAsNewWorkflowExecutionFailedCause
- newtype DecisionTaskTimeoutType where
- newtype DecisionType where
- DecisionType' { }
- pattern DecisionType_CancelTimer :: DecisionType
- pattern DecisionType_CancelWorkflowExecution :: DecisionType
- pattern DecisionType_CompleteWorkflowExecution :: DecisionType
- pattern DecisionType_ContinueAsNewWorkflowExecution :: DecisionType
- pattern DecisionType_FailWorkflowExecution :: DecisionType
- pattern DecisionType_RecordMarker :: DecisionType
- pattern DecisionType_RequestCancelActivityTask :: DecisionType
- pattern DecisionType_RequestCancelExternalWorkflowExecution :: DecisionType
- pattern DecisionType_ScheduleActivityTask :: DecisionType
- pattern DecisionType_ScheduleLambdaFunction :: DecisionType
- pattern DecisionType_SignalExternalWorkflowExecution :: DecisionType
- pattern DecisionType_StartChildWorkflowExecution :: DecisionType
- pattern DecisionType_StartTimer :: DecisionType
- newtype EventType where
- EventType' { }
- pattern EventType_ActivityTaskCancelRequested :: EventType
- pattern EventType_ActivityTaskCanceled :: EventType
- pattern EventType_ActivityTaskCompleted :: EventType
- pattern EventType_ActivityTaskFailed :: EventType
- pattern EventType_ActivityTaskScheduled :: EventType
- pattern EventType_ActivityTaskStarted :: EventType
- pattern EventType_ActivityTaskTimedOut :: EventType
- pattern EventType_CancelTimerFailed :: EventType
- pattern EventType_CancelWorkflowExecutionFailed :: EventType
- pattern EventType_ChildWorkflowExecutionCanceled :: EventType
- pattern EventType_ChildWorkflowExecutionCompleted :: EventType
- pattern EventType_ChildWorkflowExecutionFailed :: EventType
- pattern EventType_ChildWorkflowExecutionStarted :: EventType
- pattern EventType_ChildWorkflowExecutionTerminated :: EventType
- pattern EventType_ChildWorkflowExecutionTimedOut :: EventType
- pattern EventType_CompleteWorkflowExecutionFailed :: EventType
- pattern EventType_ContinueAsNewWorkflowExecutionFailed :: EventType
- pattern EventType_DecisionTaskCompleted :: EventType
- pattern EventType_DecisionTaskScheduled :: EventType
- pattern EventType_DecisionTaskStarted :: EventType
- pattern EventType_DecisionTaskTimedOut :: EventType
- pattern EventType_ExternalWorkflowExecutionCancelRequested :: EventType
- pattern EventType_ExternalWorkflowExecutionSignaled :: EventType
- pattern EventType_FailWorkflowExecutionFailed :: EventType
- pattern EventType_LambdaFunctionCompleted :: EventType
- pattern EventType_LambdaFunctionFailed :: EventType
- pattern EventType_LambdaFunctionScheduled :: EventType
- pattern EventType_LambdaFunctionStarted :: EventType
- pattern EventType_LambdaFunctionTimedOut :: EventType
- pattern EventType_MarkerRecorded :: EventType
- pattern EventType_RecordMarkerFailed :: EventType
- pattern EventType_RequestCancelActivityTaskFailed :: EventType
- pattern EventType_RequestCancelExternalWorkflowExecutionFailed :: EventType
- pattern EventType_RequestCancelExternalWorkflowExecutionInitiated :: EventType
- pattern EventType_ScheduleActivityTaskFailed :: EventType
- pattern EventType_ScheduleLambdaFunctionFailed :: EventType
- pattern EventType_SignalExternalWorkflowExecutionFailed :: EventType
- pattern EventType_SignalExternalWorkflowExecutionInitiated :: EventType
- pattern EventType_StartChildWorkflowExecutionFailed :: EventType
- pattern EventType_StartChildWorkflowExecutionInitiated :: EventType
- pattern EventType_StartLambdaFunctionFailed :: EventType
- pattern EventType_StartTimerFailed :: EventType
- pattern EventType_TimerCanceled :: EventType
- pattern EventType_TimerFired :: EventType
- pattern EventType_TimerStarted :: EventType
- pattern EventType_WorkflowExecutionCancelRequested :: EventType
- pattern EventType_WorkflowExecutionCanceled :: EventType
- pattern EventType_WorkflowExecutionCompleted :: EventType
- pattern EventType_WorkflowExecutionContinuedAsNew :: EventType
- pattern EventType_WorkflowExecutionFailed :: EventType
- pattern EventType_WorkflowExecutionSignaled :: EventType
- pattern EventType_WorkflowExecutionStarted :: EventType
- pattern EventType_WorkflowExecutionTerminated :: EventType
- pattern EventType_WorkflowExecutionTimedOut :: EventType
- newtype ExecutionStatus where
- ExecutionStatus' { }
- pattern ExecutionStatus_CLOSED :: ExecutionStatus
- pattern ExecutionStatus_OPEN :: ExecutionStatus
- newtype FailWorkflowExecutionFailedCause where
- newtype LambdaFunctionTimeoutType where
- newtype RecordMarkerFailedCause where
- newtype RegistrationStatus where
- newtype RequestCancelActivityTaskFailedCause where
- newtype RequestCancelExternalWorkflowExecutionFailedCause where
- RequestCancelExternalWorkflowExecutionFailedCause' { }
- pattern RequestCancelExternalWorkflowExecutionFailedCause_OPERATION_NOT_PERMITTED :: RequestCancelExternalWorkflowExecutionFailedCause
- pattern RequestCancelExternalWorkflowExecutionFailedCause_REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED :: RequestCancelExternalWorkflowExecutionFailedCause
- pattern RequestCancelExternalWorkflowExecutionFailedCause_UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION :: RequestCancelExternalWorkflowExecutionFailedCause
- newtype ScheduleActivityTaskFailedCause where
- ScheduleActivityTaskFailedCause' { }
- pattern ScheduleActivityTaskFailedCause_ACTIVITY_CREATION_RATE_EXCEEDED :: ScheduleActivityTaskFailedCause
- pattern ScheduleActivityTaskFailedCause_ACTIVITY_ID_ALREADY_IN_USE :: ScheduleActivityTaskFailedCause
- pattern ScheduleActivityTaskFailedCause_ACTIVITY_TYPE_DEPRECATED :: ScheduleActivityTaskFailedCause
- pattern ScheduleActivityTaskFailedCause_ACTIVITY_TYPE_DOES_NOT_EXIST :: ScheduleActivityTaskFailedCause
- pattern ScheduleActivityTaskFailedCause_DEFAULT_HEARTBEAT_TIMEOUT_UNDEFINED :: ScheduleActivityTaskFailedCause
- pattern ScheduleActivityTaskFailedCause_DEFAULT_SCHEDULE_TO_CLOSE_TIMEOUT_UNDEFINED :: ScheduleActivityTaskFailedCause
- pattern ScheduleActivityTaskFailedCause_DEFAULT_SCHEDULE_TO_START_TIMEOUT_UNDEFINED :: ScheduleActivityTaskFailedCause
- pattern ScheduleActivityTaskFailedCause_DEFAULT_START_TO_CLOSE_TIMEOUT_UNDEFINED :: ScheduleActivityTaskFailedCause
- pattern ScheduleActivityTaskFailedCause_DEFAULT_TASK_LIST_UNDEFINED :: ScheduleActivityTaskFailedCause
- pattern ScheduleActivityTaskFailedCause_OPEN_ACTIVITIES_LIMIT_EXCEEDED :: ScheduleActivityTaskFailedCause
- pattern ScheduleActivityTaskFailedCause_OPERATION_NOT_PERMITTED :: ScheduleActivityTaskFailedCause
- newtype ScheduleLambdaFunctionFailedCause where
- ScheduleLambdaFunctionFailedCause' { }
- pattern ScheduleLambdaFunctionFailedCause_ID_ALREADY_IN_USE :: ScheduleLambdaFunctionFailedCause
- pattern ScheduleLambdaFunctionFailedCause_LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED :: ScheduleLambdaFunctionFailedCause
- pattern ScheduleLambdaFunctionFailedCause_LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION :: ScheduleLambdaFunctionFailedCause
- pattern ScheduleLambdaFunctionFailedCause_OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED :: ScheduleLambdaFunctionFailedCause
- newtype SignalExternalWorkflowExecutionFailedCause where
- SignalExternalWorkflowExecutionFailedCause' { }
- pattern SignalExternalWorkflowExecutionFailedCause_OPERATION_NOT_PERMITTED :: SignalExternalWorkflowExecutionFailedCause
- pattern SignalExternalWorkflowExecutionFailedCause_SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED :: SignalExternalWorkflowExecutionFailedCause
- pattern SignalExternalWorkflowExecutionFailedCause_UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION :: SignalExternalWorkflowExecutionFailedCause
- newtype StartChildWorkflowExecutionFailedCause where
- StartChildWorkflowExecutionFailedCause' { }
- pattern StartChildWorkflowExecutionFailedCause_CHILD_CREATION_RATE_EXCEEDED :: StartChildWorkflowExecutionFailedCause
- pattern StartChildWorkflowExecutionFailedCause_DEFAULT_CHILD_POLICY_UNDEFINED :: StartChildWorkflowExecutionFailedCause
- pattern StartChildWorkflowExecutionFailedCause_DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED :: StartChildWorkflowExecutionFailedCause
- pattern StartChildWorkflowExecutionFailedCause_DEFAULT_TASK_LIST_UNDEFINED :: StartChildWorkflowExecutionFailedCause
- pattern StartChildWorkflowExecutionFailedCause_DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED :: StartChildWorkflowExecutionFailedCause
- pattern StartChildWorkflowExecutionFailedCause_OPEN_CHILDREN_LIMIT_EXCEEDED :: StartChildWorkflowExecutionFailedCause
- pattern StartChildWorkflowExecutionFailedCause_OPEN_WORKFLOWS_LIMIT_EXCEEDED :: StartChildWorkflowExecutionFailedCause
- pattern StartChildWorkflowExecutionFailedCause_OPERATION_NOT_PERMITTED :: StartChildWorkflowExecutionFailedCause
- pattern StartChildWorkflowExecutionFailedCause_WORKFLOW_ALREADY_RUNNING :: StartChildWorkflowExecutionFailedCause
- pattern StartChildWorkflowExecutionFailedCause_WORKFLOW_TYPE_DEPRECATED :: StartChildWorkflowExecutionFailedCause
- pattern StartChildWorkflowExecutionFailedCause_WORKFLOW_TYPE_DOES_NOT_EXIST :: StartChildWorkflowExecutionFailedCause
- newtype StartLambdaFunctionFailedCause where
- newtype StartTimerFailedCause where
- StartTimerFailedCause' { }
- pattern StartTimerFailedCause_OPEN_TIMERS_LIMIT_EXCEEDED :: StartTimerFailedCause
- pattern StartTimerFailedCause_OPERATION_NOT_PERMITTED :: StartTimerFailedCause
- pattern StartTimerFailedCause_TIMER_CREATION_RATE_EXCEEDED :: StartTimerFailedCause
- pattern StartTimerFailedCause_TIMER_ID_ALREADY_IN_USE :: StartTimerFailedCause
- newtype WorkflowExecutionCancelRequestedCause where
- newtype WorkflowExecutionTerminatedCause where
- WorkflowExecutionTerminatedCause' { }
- pattern WorkflowExecutionTerminatedCause_CHILD_POLICY_APPLIED :: WorkflowExecutionTerminatedCause
- pattern WorkflowExecutionTerminatedCause_EVENT_LIMIT_EXCEEDED :: WorkflowExecutionTerminatedCause
- pattern WorkflowExecutionTerminatedCause_OPERATOR_INITIATED :: WorkflowExecutionTerminatedCause
- newtype WorkflowExecutionTimeoutType where
- data ActivityTaskCancelRequestedEventAttributes = ActivityTaskCancelRequestedEventAttributes' {}
- newActivityTaskCancelRequestedEventAttributes :: Integer -> Text -> ActivityTaskCancelRequestedEventAttributes
- activityTaskCancelRequestedEventAttributes_decisionTaskCompletedEventId :: Lens' ActivityTaskCancelRequestedEventAttributes Integer
- activityTaskCancelRequestedEventAttributes_activityId :: Lens' ActivityTaskCancelRequestedEventAttributes Text
- data ActivityTaskCanceledEventAttributes = ActivityTaskCanceledEventAttributes' {}
- newActivityTaskCanceledEventAttributes :: Integer -> Integer -> ActivityTaskCanceledEventAttributes
- activityTaskCanceledEventAttributes_latestCancelRequestedEventId :: Lens' ActivityTaskCanceledEventAttributes (Maybe Integer)
- activityTaskCanceledEventAttributes_details :: Lens' ActivityTaskCanceledEventAttributes (Maybe Text)
- activityTaskCanceledEventAttributes_scheduledEventId :: Lens' ActivityTaskCanceledEventAttributes Integer
- activityTaskCanceledEventAttributes_startedEventId :: Lens' ActivityTaskCanceledEventAttributes Integer
- data ActivityTaskCompletedEventAttributes = ActivityTaskCompletedEventAttributes' {}
- newActivityTaskCompletedEventAttributes :: Integer -> Integer -> ActivityTaskCompletedEventAttributes
- activityTaskCompletedEventAttributes_result :: Lens' ActivityTaskCompletedEventAttributes (Maybe Text)
- activityTaskCompletedEventAttributes_scheduledEventId :: Lens' ActivityTaskCompletedEventAttributes Integer
- activityTaskCompletedEventAttributes_startedEventId :: Lens' ActivityTaskCompletedEventAttributes Integer
- data ActivityTaskFailedEventAttributes = ActivityTaskFailedEventAttributes' {}
- newActivityTaskFailedEventAttributes :: Integer -> Integer -> ActivityTaskFailedEventAttributes
- activityTaskFailedEventAttributes_reason :: Lens' ActivityTaskFailedEventAttributes (Maybe Text)
- activityTaskFailedEventAttributes_details :: Lens' ActivityTaskFailedEventAttributes (Maybe Text)
- activityTaskFailedEventAttributes_scheduledEventId :: Lens' ActivityTaskFailedEventAttributes Integer
- activityTaskFailedEventAttributes_startedEventId :: Lens' ActivityTaskFailedEventAttributes Integer
- data ActivityTaskScheduledEventAttributes = ActivityTaskScheduledEventAttributes' {
- control :: Maybe Text
- heartbeatTimeout :: Maybe Text
- scheduleToCloseTimeout :: Maybe Text
- input :: Maybe Text
- taskPriority :: Maybe Text
- scheduleToStartTimeout :: Maybe Text
- startToCloseTimeout :: Maybe Text
- activityType :: ActivityType
- activityId :: Text
- taskList :: TaskList
- decisionTaskCompletedEventId :: Integer
- newActivityTaskScheduledEventAttributes :: ActivityType -> Text -> TaskList -> Integer -> ActivityTaskScheduledEventAttributes
- activityTaskScheduledEventAttributes_control :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text)
- activityTaskScheduledEventAttributes_heartbeatTimeout :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text)
- activityTaskScheduledEventAttributes_scheduleToCloseTimeout :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text)
- activityTaskScheduledEventAttributes_input :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text)
- activityTaskScheduledEventAttributes_taskPriority :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text)
- activityTaskScheduledEventAttributes_scheduleToStartTimeout :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text)
- activityTaskScheduledEventAttributes_startToCloseTimeout :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text)
- activityTaskScheduledEventAttributes_activityType :: Lens' ActivityTaskScheduledEventAttributes ActivityType
- activityTaskScheduledEventAttributes_activityId :: Lens' ActivityTaskScheduledEventAttributes Text
- activityTaskScheduledEventAttributes_taskList :: Lens' ActivityTaskScheduledEventAttributes TaskList
- activityTaskScheduledEventAttributes_decisionTaskCompletedEventId :: Lens' ActivityTaskScheduledEventAttributes Integer
- data ActivityTaskStartedEventAttributes = ActivityTaskStartedEventAttributes' {}
- newActivityTaskStartedEventAttributes :: Integer -> ActivityTaskStartedEventAttributes
- activityTaskStartedEventAttributes_identity :: Lens' ActivityTaskStartedEventAttributes (Maybe Text)
- activityTaskStartedEventAttributes_scheduledEventId :: Lens' ActivityTaskStartedEventAttributes Integer
- data ActivityTaskTimedOutEventAttributes = ActivityTaskTimedOutEventAttributes' {}
- newActivityTaskTimedOutEventAttributes :: ActivityTaskTimeoutType -> Integer -> Integer -> ActivityTaskTimedOutEventAttributes
- activityTaskTimedOutEventAttributes_details :: Lens' ActivityTaskTimedOutEventAttributes (Maybe Text)
- activityTaskTimedOutEventAttributes_timeoutType :: Lens' ActivityTaskTimedOutEventAttributes ActivityTaskTimeoutType
- activityTaskTimedOutEventAttributes_scheduledEventId :: Lens' ActivityTaskTimedOutEventAttributes Integer
- activityTaskTimedOutEventAttributes_startedEventId :: Lens' ActivityTaskTimedOutEventAttributes Integer
- data ActivityType = ActivityType' {}
- newActivityType :: Text -> Text -> ActivityType
- activityType_name :: Lens' ActivityType Text
- activityType_version :: Lens' ActivityType Text
- data ActivityTypeConfiguration = ActivityTypeConfiguration' {}
- newActivityTypeConfiguration :: ActivityTypeConfiguration
- activityTypeConfiguration_defaultTaskScheduleToStartTimeout :: Lens' ActivityTypeConfiguration (Maybe Text)
- activityTypeConfiguration_defaultTaskList :: Lens' ActivityTypeConfiguration (Maybe TaskList)
- activityTypeConfiguration_defaultTaskPriority :: Lens' ActivityTypeConfiguration (Maybe Text)
- activityTypeConfiguration_defaultTaskHeartbeatTimeout :: Lens' ActivityTypeConfiguration (Maybe Text)
- activityTypeConfiguration_defaultTaskScheduleToCloseTimeout :: Lens' ActivityTypeConfiguration (Maybe Text)
- activityTypeConfiguration_defaultTaskStartToCloseTimeout :: Lens' ActivityTypeConfiguration (Maybe Text)
- data ActivityTypeInfo = ActivityTypeInfo' {}
- newActivityTypeInfo :: ActivityType -> RegistrationStatus -> UTCTime -> ActivityTypeInfo
- activityTypeInfo_deprecationDate :: Lens' ActivityTypeInfo (Maybe UTCTime)
- activityTypeInfo_description :: Lens' ActivityTypeInfo (Maybe Text)
- activityTypeInfo_activityType :: Lens' ActivityTypeInfo ActivityType
- activityTypeInfo_status :: Lens' ActivityTypeInfo RegistrationStatus
- activityTypeInfo_creationDate :: Lens' ActivityTypeInfo UTCTime
- data CancelTimerDecisionAttributes = CancelTimerDecisionAttributes' {}
- newCancelTimerDecisionAttributes :: Text -> CancelTimerDecisionAttributes
- cancelTimerDecisionAttributes_timerId :: Lens' CancelTimerDecisionAttributes Text
- data CancelTimerFailedEventAttributes = CancelTimerFailedEventAttributes' {}
- newCancelTimerFailedEventAttributes :: Text -> CancelTimerFailedCause -> Integer -> CancelTimerFailedEventAttributes
- cancelTimerFailedEventAttributes_timerId :: Lens' CancelTimerFailedEventAttributes Text
- cancelTimerFailedEventAttributes_cause :: Lens' CancelTimerFailedEventAttributes CancelTimerFailedCause
- cancelTimerFailedEventAttributes_decisionTaskCompletedEventId :: Lens' CancelTimerFailedEventAttributes Integer
- data CancelWorkflowExecutionDecisionAttributes = CancelWorkflowExecutionDecisionAttributes' {}
- newCancelWorkflowExecutionDecisionAttributes :: CancelWorkflowExecutionDecisionAttributes
- cancelWorkflowExecutionDecisionAttributes_details :: Lens' CancelWorkflowExecutionDecisionAttributes (Maybe Text)
- data CancelWorkflowExecutionFailedEventAttributes = CancelWorkflowExecutionFailedEventAttributes' {}
- newCancelWorkflowExecutionFailedEventAttributes :: CancelWorkflowExecutionFailedCause -> Integer -> CancelWorkflowExecutionFailedEventAttributes
- cancelWorkflowExecutionFailedEventAttributes_cause :: Lens' CancelWorkflowExecutionFailedEventAttributes CancelWorkflowExecutionFailedCause
- cancelWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' CancelWorkflowExecutionFailedEventAttributes Integer
- data ChildWorkflowExecutionCanceledEventAttributes = ChildWorkflowExecutionCanceledEventAttributes' {}
- newChildWorkflowExecutionCanceledEventAttributes :: WorkflowExecution -> WorkflowType -> Integer -> Integer -> ChildWorkflowExecutionCanceledEventAttributes
- childWorkflowExecutionCanceledEventAttributes_details :: Lens' ChildWorkflowExecutionCanceledEventAttributes (Maybe Text)
- childWorkflowExecutionCanceledEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionCanceledEventAttributes WorkflowExecution
- childWorkflowExecutionCanceledEventAttributes_workflowType :: Lens' ChildWorkflowExecutionCanceledEventAttributes WorkflowType
- childWorkflowExecutionCanceledEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionCanceledEventAttributes Integer
- childWorkflowExecutionCanceledEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionCanceledEventAttributes Integer
- data ChildWorkflowExecutionCompletedEventAttributes = ChildWorkflowExecutionCompletedEventAttributes' {}
- newChildWorkflowExecutionCompletedEventAttributes :: WorkflowExecution -> WorkflowType -> Integer -> Integer -> ChildWorkflowExecutionCompletedEventAttributes
- childWorkflowExecutionCompletedEventAttributes_result :: Lens' ChildWorkflowExecutionCompletedEventAttributes (Maybe Text)
- childWorkflowExecutionCompletedEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionCompletedEventAttributes WorkflowExecution
- childWorkflowExecutionCompletedEventAttributes_workflowType :: Lens' ChildWorkflowExecutionCompletedEventAttributes WorkflowType
- childWorkflowExecutionCompletedEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionCompletedEventAttributes Integer
- childWorkflowExecutionCompletedEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionCompletedEventAttributes Integer
- data ChildWorkflowExecutionFailedEventAttributes = ChildWorkflowExecutionFailedEventAttributes' {}
- newChildWorkflowExecutionFailedEventAttributes :: WorkflowExecution -> WorkflowType -> Integer -> Integer -> ChildWorkflowExecutionFailedEventAttributes
- childWorkflowExecutionFailedEventAttributes_reason :: Lens' ChildWorkflowExecutionFailedEventAttributes (Maybe Text)
- childWorkflowExecutionFailedEventAttributes_details :: Lens' ChildWorkflowExecutionFailedEventAttributes (Maybe Text)
- childWorkflowExecutionFailedEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionFailedEventAttributes WorkflowExecution
- childWorkflowExecutionFailedEventAttributes_workflowType :: Lens' ChildWorkflowExecutionFailedEventAttributes WorkflowType
- childWorkflowExecutionFailedEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionFailedEventAttributes Integer
- childWorkflowExecutionFailedEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionFailedEventAttributes Integer
- data ChildWorkflowExecutionStartedEventAttributes = ChildWorkflowExecutionStartedEventAttributes' {}
- newChildWorkflowExecutionStartedEventAttributes :: WorkflowExecution -> WorkflowType -> Integer -> ChildWorkflowExecutionStartedEventAttributes
- childWorkflowExecutionStartedEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionStartedEventAttributes WorkflowExecution
- childWorkflowExecutionStartedEventAttributes_workflowType :: Lens' ChildWorkflowExecutionStartedEventAttributes WorkflowType
- childWorkflowExecutionStartedEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionStartedEventAttributes Integer
- data ChildWorkflowExecutionTerminatedEventAttributes = ChildWorkflowExecutionTerminatedEventAttributes' {}
- newChildWorkflowExecutionTerminatedEventAttributes :: WorkflowExecution -> WorkflowType -> Integer -> Integer -> ChildWorkflowExecutionTerminatedEventAttributes
- childWorkflowExecutionTerminatedEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionTerminatedEventAttributes WorkflowExecution
- childWorkflowExecutionTerminatedEventAttributes_workflowType :: Lens' ChildWorkflowExecutionTerminatedEventAttributes WorkflowType
- childWorkflowExecutionTerminatedEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Integer
- childWorkflowExecutionTerminatedEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Integer
- data ChildWorkflowExecutionTimedOutEventAttributes = ChildWorkflowExecutionTimedOutEventAttributes' {}
- newChildWorkflowExecutionTimedOutEventAttributes :: WorkflowExecution -> WorkflowType -> WorkflowExecutionTimeoutType -> Integer -> Integer -> ChildWorkflowExecutionTimedOutEventAttributes
- childWorkflowExecutionTimedOutEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionTimedOutEventAttributes WorkflowExecution
- childWorkflowExecutionTimedOutEventAttributes_workflowType :: Lens' ChildWorkflowExecutionTimedOutEventAttributes WorkflowType
- childWorkflowExecutionTimedOutEventAttributes_timeoutType :: Lens' ChildWorkflowExecutionTimedOutEventAttributes WorkflowExecutionTimeoutType
- childWorkflowExecutionTimedOutEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionTimedOutEventAttributes Integer
- childWorkflowExecutionTimedOutEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionTimedOutEventAttributes Integer
- data CloseStatusFilter = CloseStatusFilter' {}
- newCloseStatusFilter :: CloseStatus -> CloseStatusFilter
- closeStatusFilter_status :: Lens' CloseStatusFilter CloseStatus
- data CompleteWorkflowExecutionDecisionAttributes = CompleteWorkflowExecutionDecisionAttributes' {}
- newCompleteWorkflowExecutionDecisionAttributes :: CompleteWorkflowExecutionDecisionAttributes
- completeWorkflowExecutionDecisionAttributes_result :: Lens' CompleteWorkflowExecutionDecisionAttributes (Maybe Text)
- data CompleteWorkflowExecutionFailedEventAttributes = CompleteWorkflowExecutionFailedEventAttributes' {}
- newCompleteWorkflowExecutionFailedEventAttributes :: CompleteWorkflowExecutionFailedCause -> Integer -> CompleteWorkflowExecutionFailedEventAttributes
- completeWorkflowExecutionFailedEventAttributes_cause :: Lens' CompleteWorkflowExecutionFailedEventAttributes CompleteWorkflowExecutionFailedCause
- completeWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' CompleteWorkflowExecutionFailedEventAttributes Integer
- data ContinueAsNewWorkflowExecutionDecisionAttributes = ContinueAsNewWorkflowExecutionDecisionAttributes' {}
- newContinueAsNewWorkflowExecutionDecisionAttributes :: ContinueAsNewWorkflowExecutionDecisionAttributes
- continueAsNewWorkflowExecutionDecisionAttributes_tagList :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe [Text])
- continueAsNewWorkflowExecutionDecisionAttributes_taskStartToCloseTimeout :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text)
- continueAsNewWorkflowExecutionDecisionAttributes_lambdaRole :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text)
- continueAsNewWorkflowExecutionDecisionAttributes_input :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text)
- continueAsNewWorkflowExecutionDecisionAttributes_workflowTypeVersion :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text)
- continueAsNewWorkflowExecutionDecisionAttributes_executionStartToCloseTimeout :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text)
- continueAsNewWorkflowExecutionDecisionAttributes_taskList :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe TaskList)
- continueAsNewWorkflowExecutionDecisionAttributes_taskPriority :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text)
- continueAsNewWorkflowExecutionDecisionAttributes_childPolicy :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe ChildPolicy)
- data ContinueAsNewWorkflowExecutionFailedEventAttributes = ContinueAsNewWorkflowExecutionFailedEventAttributes' {}
- newContinueAsNewWorkflowExecutionFailedEventAttributes :: ContinueAsNewWorkflowExecutionFailedCause -> Integer -> ContinueAsNewWorkflowExecutionFailedEventAttributes
- continueAsNewWorkflowExecutionFailedEventAttributes_cause :: Lens' ContinueAsNewWorkflowExecutionFailedEventAttributes ContinueAsNewWorkflowExecutionFailedCause
- continueAsNewWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' ContinueAsNewWorkflowExecutionFailedEventAttributes Integer
- data Decision = Decision' {
- requestCancelExternalWorkflowExecutionDecisionAttributes :: Maybe RequestCancelExternalWorkflowExecutionDecisionAttributes
- scheduleActivityTaskDecisionAttributes :: Maybe ScheduleActivityTaskDecisionAttributes
- signalExternalWorkflowExecutionDecisionAttributes :: Maybe SignalExternalWorkflowExecutionDecisionAttributes
- startTimerDecisionAttributes :: Maybe StartTimerDecisionAttributes
- recordMarkerDecisionAttributes :: Maybe RecordMarkerDecisionAttributes
- failWorkflowExecutionDecisionAttributes :: Maybe FailWorkflowExecutionDecisionAttributes
- startChildWorkflowExecutionDecisionAttributes :: Maybe StartChildWorkflowExecutionDecisionAttributes
- completeWorkflowExecutionDecisionAttributes :: Maybe CompleteWorkflowExecutionDecisionAttributes
- scheduleLambdaFunctionDecisionAttributes :: Maybe ScheduleLambdaFunctionDecisionAttributes
- requestCancelActivityTaskDecisionAttributes :: Maybe RequestCancelActivityTaskDecisionAttributes
- cancelWorkflowExecutionDecisionAttributes :: Maybe CancelWorkflowExecutionDecisionAttributes
- cancelTimerDecisionAttributes :: Maybe CancelTimerDecisionAttributes
- continueAsNewWorkflowExecutionDecisionAttributes :: Maybe ContinueAsNewWorkflowExecutionDecisionAttributes
- decisionType :: DecisionType
- newDecision :: DecisionType -> Decision
- decision_requestCancelExternalWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe RequestCancelExternalWorkflowExecutionDecisionAttributes)
- decision_scheduleActivityTaskDecisionAttributes :: Lens' Decision (Maybe ScheduleActivityTaskDecisionAttributes)
- decision_signalExternalWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe SignalExternalWorkflowExecutionDecisionAttributes)
- decision_startTimerDecisionAttributes :: Lens' Decision (Maybe StartTimerDecisionAttributes)
- decision_recordMarkerDecisionAttributes :: Lens' Decision (Maybe RecordMarkerDecisionAttributes)
- decision_failWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe FailWorkflowExecutionDecisionAttributes)
- decision_startChildWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe StartChildWorkflowExecutionDecisionAttributes)
- decision_completeWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe CompleteWorkflowExecutionDecisionAttributes)
- decision_scheduleLambdaFunctionDecisionAttributes :: Lens' Decision (Maybe ScheduleLambdaFunctionDecisionAttributes)
- decision_requestCancelActivityTaskDecisionAttributes :: Lens' Decision (Maybe RequestCancelActivityTaskDecisionAttributes)
- decision_cancelWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe CancelWorkflowExecutionDecisionAttributes)
- decision_cancelTimerDecisionAttributes :: Lens' Decision (Maybe CancelTimerDecisionAttributes)
- decision_continueAsNewWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe ContinueAsNewWorkflowExecutionDecisionAttributes)
- decision_decisionType :: Lens' Decision DecisionType
- data DecisionTaskCompletedEventAttributes = DecisionTaskCompletedEventAttributes' {}
- newDecisionTaskCompletedEventAttributes :: Integer -> Integer -> DecisionTaskCompletedEventAttributes
- decisionTaskCompletedEventAttributes_executionContext :: Lens' DecisionTaskCompletedEventAttributes (Maybe Text)
- decisionTaskCompletedEventAttributes_scheduledEventId :: Lens' DecisionTaskCompletedEventAttributes Integer
- decisionTaskCompletedEventAttributes_startedEventId :: Lens' DecisionTaskCompletedEventAttributes Integer
- data DecisionTaskScheduledEventAttributes = DecisionTaskScheduledEventAttributes' {}
- newDecisionTaskScheduledEventAttributes :: TaskList -> DecisionTaskScheduledEventAttributes
- decisionTaskScheduledEventAttributes_taskPriority :: Lens' DecisionTaskScheduledEventAttributes (Maybe Text)
- decisionTaskScheduledEventAttributes_startToCloseTimeout :: Lens' DecisionTaskScheduledEventAttributes (Maybe Text)
- decisionTaskScheduledEventAttributes_taskList :: Lens' DecisionTaskScheduledEventAttributes TaskList
- data DecisionTaskStartedEventAttributes = DecisionTaskStartedEventAttributes' {}
- newDecisionTaskStartedEventAttributes :: Integer -> DecisionTaskStartedEventAttributes
- decisionTaskStartedEventAttributes_identity :: Lens' DecisionTaskStartedEventAttributes (Maybe Text)
- decisionTaskStartedEventAttributes_scheduledEventId :: Lens' DecisionTaskStartedEventAttributes Integer
- data DecisionTaskTimedOutEventAttributes = DecisionTaskTimedOutEventAttributes' {}
- newDecisionTaskTimedOutEventAttributes :: DecisionTaskTimeoutType -> Integer -> Integer -> DecisionTaskTimedOutEventAttributes
- decisionTaskTimedOutEventAttributes_timeoutType :: Lens' DecisionTaskTimedOutEventAttributes DecisionTaskTimeoutType
- decisionTaskTimedOutEventAttributes_scheduledEventId :: Lens' DecisionTaskTimedOutEventAttributes Integer
- decisionTaskTimedOutEventAttributes_startedEventId :: Lens' DecisionTaskTimedOutEventAttributes Integer
- data DomainConfiguration = DomainConfiguration' {}
- newDomainConfiguration :: Text -> DomainConfiguration
- domainConfiguration_workflowExecutionRetentionPeriodInDays :: Lens' DomainConfiguration Text
- data DomainInfo = DomainInfo' {
- arn :: Maybe Text
- description :: Maybe Text
- name :: Text
- status :: RegistrationStatus
- newDomainInfo :: Text -> RegistrationStatus -> DomainInfo
- domainInfo_arn :: Lens' DomainInfo (Maybe Text)
- domainInfo_description :: Lens' DomainInfo (Maybe Text)
- domainInfo_name :: Lens' DomainInfo Text
- domainInfo_status :: Lens' DomainInfo RegistrationStatus
- data ExecutionTimeFilter = ExecutionTimeFilter' {
- latestDate :: Maybe POSIX
- oldestDate :: POSIX
- newExecutionTimeFilter :: UTCTime -> ExecutionTimeFilter
- executionTimeFilter_latestDate :: Lens' ExecutionTimeFilter (Maybe UTCTime)
- executionTimeFilter_oldestDate :: Lens' ExecutionTimeFilter UTCTime
- data ExternalWorkflowExecutionCancelRequestedEventAttributes = ExternalWorkflowExecutionCancelRequestedEventAttributes' {}
- newExternalWorkflowExecutionCancelRequestedEventAttributes :: WorkflowExecution -> Integer -> ExternalWorkflowExecutionCancelRequestedEventAttributes
- externalWorkflowExecutionCancelRequestedEventAttributes_workflowExecution :: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes WorkflowExecution
- externalWorkflowExecutionCancelRequestedEventAttributes_initiatedEventId :: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes Integer
- data ExternalWorkflowExecutionSignaledEventAttributes = ExternalWorkflowExecutionSignaledEventAttributes' {}
- newExternalWorkflowExecutionSignaledEventAttributes :: WorkflowExecution -> Integer -> ExternalWorkflowExecutionSignaledEventAttributes
- externalWorkflowExecutionSignaledEventAttributes_workflowExecution :: Lens' ExternalWorkflowExecutionSignaledEventAttributes WorkflowExecution
- externalWorkflowExecutionSignaledEventAttributes_initiatedEventId :: Lens' ExternalWorkflowExecutionSignaledEventAttributes Integer
- data FailWorkflowExecutionDecisionAttributes = FailWorkflowExecutionDecisionAttributes' {}
- newFailWorkflowExecutionDecisionAttributes :: FailWorkflowExecutionDecisionAttributes
- failWorkflowExecutionDecisionAttributes_reason :: Lens' FailWorkflowExecutionDecisionAttributes (Maybe Text)
- failWorkflowExecutionDecisionAttributes_details :: Lens' FailWorkflowExecutionDecisionAttributes (Maybe Text)
- data FailWorkflowExecutionFailedEventAttributes = FailWorkflowExecutionFailedEventAttributes' {}
- newFailWorkflowExecutionFailedEventAttributes :: FailWorkflowExecutionFailedCause -> Integer -> FailWorkflowExecutionFailedEventAttributes
- failWorkflowExecutionFailedEventAttributes_cause :: Lens' FailWorkflowExecutionFailedEventAttributes FailWorkflowExecutionFailedCause
- failWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' FailWorkflowExecutionFailedEventAttributes Integer
- data HistoryEvent = HistoryEvent' {
- workflowExecutionCancelRequestedEventAttributes :: Maybe WorkflowExecutionCancelRequestedEventAttributes
- recordMarkerFailedEventAttributes :: Maybe RecordMarkerFailedEventAttributes
- requestCancelExternalWorkflowExecutionInitiatedEventAttributes :: Maybe RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
- lambdaFunctionStartedEventAttributes :: Maybe LambdaFunctionStartedEventAttributes
- decisionTaskScheduledEventAttributes :: Maybe DecisionTaskScheduledEventAttributes
- workflowExecutionCompletedEventAttributes :: Maybe WorkflowExecutionCompletedEventAttributes
- startTimerFailedEventAttributes :: Maybe StartTimerFailedEventAttributes
- activityTaskScheduledEventAttributes :: Maybe ActivityTaskScheduledEventAttributes
- scheduleActivityTaskFailedEventAttributes :: Maybe ScheduleActivityTaskFailedEventAttributes
- childWorkflowExecutionCompletedEventAttributes :: Maybe ChildWorkflowExecutionCompletedEventAttributes
- markerRecordedEventAttributes :: Maybe MarkerRecordedEventAttributes
- scheduleLambdaFunctionFailedEventAttributes :: Maybe ScheduleLambdaFunctionFailedEventAttributes
- completeWorkflowExecutionFailedEventAttributes :: Maybe CompleteWorkflowExecutionFailedEventAttributes
- lambdaFunctionCompletedEventAttributes :: Maybe LambdaFunctionCompletedEventAttributes
- requestCancelExternalWorkflowExecutionFailedEventAttributes :: Maybe RequestCancelExternalWorkflowExecutionFailedEventAttributes
- timerCanceledEventAttributes :: Maybe TimerCanceledEventAttributes
- workflowExecutionStartedEventAttributes :: Maybe WorkflowExecutionStartedEventAttributes
- activityTaskCompletedEventAttributes :: Maybe ActivityTaskCompletedEventAttributes
- decisionTaskTimedOutEventAttributes :: Maybe DecisionTaskTimedOutEventAttributes
- cancelTimerFailedEventAttributes :: Maybe CancelTimerFailedEventAttributes
- childWorkflowExecutionStartedEventAttributes :: Maybe ChildWorkflowExecutionStartedEventAttributes
- activityTaskCanceledEventAttributes :: Maybe ActivityTaskCanceledEventAttributes
- activityTaskTimedOutEventAttributes :: Maybe ActivityTaskTimedOutEventAttributes
- decisionTaskStartedEventAttributes :: Maybe DecisionTaskStartedEventAttributes
- workflowExecutionTerminatedEventAttributes :: Maybe WorkflowExecutionTerminatedEventAttributes
- childWorkflowExecutionCanceledEventAttributes :: Maybe ChildWorkflowExecutionCanceledEventAttributes
- requestCancelActivityTaskFailedEventAttributes :: Maybe RequestCancelActivityTaskFailedEventAttributes
- lambdaFunctionScheduledEventAttributes :: Maybe LambdaFunctionScheduledEventAttributes
- childWorkflowExecutionTimedOutEventAttributes :: Maybe ChildWorkflowExecutionTimedOutEventAttributes
- cancelWorkflowExecutionFailedEventAttributes :: Maybe CancelWorkflowExecutionFailedEventAttributes
- startChildWorkflowExecutionInitiatedEventAttributes :: Maybe StartChildWorkflowExecutionInitiatedEventAttributes
- signalExternalWorkflowExecutionFailedEventAttributes :: Maybe SignalExternalWorkflowExecutionFailedEventAttributes
- activityTaskStartedEventAttributes :: Maybe ActivityTaskStartedEventAttributes
- startLambdaFunctionFailedEventAttributes :: Maybe StartLambdaFunctionFailedEventAttributes
- childWorkflowExecutionTerminatedEventAttributes :: Maybe ChildWorkflowExecutionTerminatedEventAttributes
- lambdaFunctionFailedEventAttributes :: Maybe LambdaFunctionFailedEventAttributes
- workflowExecutionCanceledEventAttributes :: Maybe WorkflowExecutionCanceledEventAttributes
- timerStartedEventAttributes :: Maybe TimerStartedEventAttributes
- activityTaskCancelRequestedEventAttributes :: Maybe ActivityTaskCancelRequestedEventAttributes
- workflowExecutionTimedOutEventAttributes :: Maybe WorkflowExecutionTimedOutEventAttributes
- workflowExecutionSignaledEventAttributes :: Maybe WorkflowExecutionSignaledEventAttributes
- timerFiredEventAttributes :: Maybe TimerFiredEventAttributes
- activityTaskFailedEventAttributes :: Maybe ActivityTaskFailedEventAttributes
- externalWorkflowExecutionSignaledEventAttributes :: Maybe ExternalWorkflowExecutionSignaledEventAttributes
- decisionTaskCompletedEventAttributes :: Maybe DecisionTaskCompletedEventAttributes
- startChildWorkflowExecutionFailedEventAttributes :: Maybe StartChildWorkflowExecutionFailedEventAttributes
- childWorkflowExecutionFailedEventAttributes :: Maybe ChildWorkflowExecutionFailedEventAttributes
- failWorkflowExecutionFailedEventAttributes :: Maybe FailWorkflowExecutionFailedEventAttributes
- continueAsNewWorkflowExecutionFailedEventAttributes :: Maybe ContinueAsNewWorkflowExecutionFailedEventAttributes
- signalExternalWorkflowExecutionInitiatedEventAttributes :: Maybe SignalExternalWorkflowExecutionInitiatedEventAttributes
- lambdaFunctionTimedOutEventAttributes :: Maybe LambdaFunctionTimedOutEventAttributes
- workflowExecutionFailedEventAttributes :: Maybe WorkflowExecutionFailedEventAttributes
- workflowExecutionContinuedAsNewEventAttributes :: Maybe WorkflowExecutionContinuedAsNewEventAttributes
- externalWorkflowExecutionCancelRequestedEventAttributes :: Maybe ExternalWorkflowExecutionCancelRequestedEventAttributes
- eventTimestamp :: POSIX
- eventType :: EventType
- eventId :: Integer
- newHistoryEvent :: UTCTime -> EventType -> Integer -> HistoryEvent
- historyEvent_workflowExecutionCancelRequestedEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionCancelRequestedEventAttributes)
- historyEvent_recordMarkerFailedEventAttributes :: Lens' HistoryEvent (Maybe RecordMarkerFailedEventAttributes)
- historyEvent_requestCancelExternalWorkflowExecutionInitiatedEventAttributes :: Lens' HistoryEvent (Maybe RequestCancelExternalWorkflowExecutionInitiatedEventAttributes)
- historyEvent_lambdaFunctionStartedEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionStartedEventAttributes)
- historyEvent_decisionTaskScheduledEventAttributes :: Lens' HistoryEvent (Maybe DecisionTaskScheduledEventAttributes)
- historyEvent_workflowExecutionCompletedEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionCompletedEventAttributes)
- historyEvent_startTimerFailedEventAttributes :: Lens' HistoryEvent (Maybe StartTimerFailedEventAttributes)
- historyEvent_activityTaskScheduledEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskScheduledEventAttributes)
- historyEvent_scheduleActivityTaskFailedEventAttributes :: Lens' HistoryEvent (Maybe ScheduleActivityTaskFailedEventAttributes)
- historyEvent_childWorkflowExecutionCompletedEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionCompletedEventAttributes)
- historyEvent_markerRecordedEventAttributes :: Lens' HistoryEvent (Maybe MarkerRecordedEventAttributes)
- historyEvent_scheduleLambdaFunctionFailedEventAttributes :: Lens' HistoryEvent (Maybe ScheduleLambdaFunctionFailedEventAttributes)
- historyEvent_completeWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe CompleteWorkflowExecutionFailedEventAttributes)
- historyEvent_lambdaFunctionCompletedEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionCompletedEventAttributes)
- historyEvent_requestCancelExternalWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe RequestCancelExternalWorkflowExecutionFailedEventAttributes)
- historyEvent_timerCanceledEventAttributes :: Lens' HistoryEvent (Maybe TimerCanceledEventAttributes)
- historyEvent_workflowExecutionStartedEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionStartedEventAttributes)
- historyEvent_activityTaskCompletedEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskCompletedEventAttributes)
- historyEvent_decisionTaskTimedOutEventAttributes :: Lens' HistoryEvent (Maybe DecisionTaskTimedOutEventAttributes)
- historyEvent_cancelTimerFailedEventAttributes :: Lens' HistoryEvent (Maybe CancelTimerFailedEventAttributes)
- historyEvent_childWorkflowExecutionStartedEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionStartedEventAttributes)
- historyEvent_activityTaskCanceledEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskCanceledEventAttributes)
- historyEvent_activityTaskTimedOutEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskTimedOutEventAttributes)
- historyEvent_decisionTaskStartedEventAttributes :: Lens' HistoryEvent (Maybe DecisionTaskStartedEventAttributes)
- historyEvent_workflowExecutionTerminatedEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionTerminatedEventAttributes)
- historyEvent_childWorkflowExecutionCanceledEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionCanceledEventAttributes)
- historyEvent_requestCancelActivityTaskFailedEventAttributes :: Lens' HistoryEvent (Maybe RequestCancelActivityTaskFailedEventAttributes)
- historyEvent_lambdaFunctionScheduledEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionScheduledEventAttributes)
- historyEvent_childWorkflowExecutionTimedOutEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionTimedOutEventAttributes)
- historyEvent_cancelWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe CancelWorkflowExecutionFailedEventAttributes)
- historyEvent_startChildWorkflowExecutionInitiatedEventAttributes :: Lens' HistoryEvent (Maybe StartChildWorkflowExecutionInitiatedEventAttributes)
- historyEvent_signalExternalWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe SignalExternalWorkflowExecutionFailedEventAttributes)
- historyEvent_activityTaskStartedEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskStartedEventAttributes)
- historyEvent_startLambdaFunctionFailedEventAttributes :: Lens' HistoryEvent (Maybe StartLambdaFunctionFailedEventAttributes)
- historyEvent_childWorkflowExecutionTerminatedEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionTerminatedEventAttributes)
- historyEvent_lambdaFunctionFailedEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionFailedEventAttributes)
- historyEvent_workflowExecutionCanceledEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionCanceledEventAttributes)
- historyEvent_timerStartedEventAttributes :: Lens' HistoryEvent (Maybe TimerStartedEventAttributes)
- historyEvent_activityTaskCancelRequestedEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskCancelRequestedEventAttributes)
- historyEvent_workflowExecutionTimedOutEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionTimedOutEventAttributes)
- historyEvent_workflowExecutionSignaledEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionSignaledEventAttributes)
- historyEvent_timerFiredEventAttributes :: Lens' HistoryEvent (Maybe TimerFiredEventAttributes)
- historyEvent_activityTaskFailedEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskFailedEventAttributes)
- historyEvent_externalWorkflowExecutionSignaledEventAttributes :: Lens' HistoryEvent (Maybe ExternalWorkflowExecutionSignaledEventAttributes)
- historyEvent_decisionTaskCompletedEventAttributes :: Lens' HistoryEvent (Maybe DecisionTaskCompletedEventAttributes)
- historyEvent_startChildWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe StartChildWorkflowExecutionFailedEventAttributes)
- historyEvent_childWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionFailedEventAttributes)
- historyEvent_failWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe FailWorkflowExecutionFailedEventAttributes)
- historyEvent_continueAsNewWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe ContinueAsNewWorkflowExecutionFailedEventAttributes)
- historyEvent_signalExternalWorkflowExecutionInitiatedEventAttributes :: Lens' HistoryEvent (Maybe SignalExternalWorkflowExecutionInitiatedEventAttributes)
- historyEvent_lambdaFunctionTimedOutEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionTimedOutEventAttributes)
- historyEvent_workflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionFailedEventAttributes)
- historyEvent_workflowExecutionContinuedAsNewEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionContinuedAsNewEventAttributes)
- historyEvent_externalWorkflowExecutionCancelRequestedEventAttributes :: Lens' HistoryEvent (Maybe ExternalWorkflowExecutionCancelRequestedEventAttributes)
- historyEvent_eventTimestamp :: Lens' HistoryEvent UTCTime
- historyEvent_eventType :: Lens' HistoryEvent EventType
- historyEvent_eventId :: Lens' HistoryEvent Integer
- data LambdaFunctionCompletedEventAttributes = LambdaFunctionCompletedEventAttributes' {}
- newLambdaFunctionCompletedEventAttributes :: Integer -> Integer -> LambdaFunctionCompletedEventAttributes
- lambdaFunctionCompletedEventAttributes_result :: Lens' LambdaFunctionCompletedEventAttributes (Maybe Text)
- lambdaFunctionCompletedEventAttributes_scheduledEventId :: Lens' LambdaFunctionCompletedEventAttributes Integer
- lambdaFunctionCompletedEventAttributes_startedEventId :: Lens' LambdaFunctionCompletedEventAttributes Integer
- data LambdaFunctionFailedEventAttributes = LambdaFunctionFailedEventAttributes' {}
- newLambdaFunctionFailedEventAttributes :: Integer -> Integer -> LambdaFunctionFailedEventAttributes
- lambdaFunctionFailedEventAttributes_reason :: Lens' LambdaFunctionFailedEventAttributes (Maybe Text)
- lambdaFunctionFailedEventAttributes_details :: Lens' LambdaFunctionFailedEventAttributes (Maybe Text)
- lambdaFunctionFailedEventAttributes_scheduledEventId :: Lens' LambdaFunctionFailedEventAttributes Integer
- lambdaFunctionFailedEventAttributes_startedEventId :: Lens' LambdaFunctionFailedEventAttributes Integer
- data LambdaFunctionScheduledEventAttributes = LambdaFunctionScheduledEventAttributes' {}
- newLambdaFunctionScheduledEventAttributes :: Text -> Text -> Integer -> LambdaFunctionScheduledEventAttributes
- lambdaFunctionScheduledEventAttributes_control :: Lens' LambdaFunctionScheduledEventAttributes (Maybe Text)
- lambdaFunctionScheduledEventAttributes_input :: Lens' LambdaFunctionScheduledEventAttributes (Maybe Text)
- lambdaFunctionScheduledEventAttributes_startToCloseTimeout :: Lens' LambdaFunctionScheduledEventAttributes (Maybe Text)
- lambdaFunctionScheduledEventAttributes_id :: Lens' LambdaFunctionScheduledEventAttributes Text
- lambdaFunctionScheduledEventAttributes_name :: Lens' LambdaFunctionScheduledEventAttributes Text
- lambdaFunctionScheduledEventAttributes_decisionTaskCompletedEventId :: Lens' LambdaFunctionScheduledEventAttributes Integer
- data LambdaFunctionStartedEventAttributes = LambdaFunctionStartedEventAttributes' {}
- newLambdaFunctionStartedEventAttributes :: Integer -> LambdaFunctionStartedEventAttributes
- lambdaFunctionStartedEventAttributes_scheduledEventId :: Lens' LambdaFunctionStartedEventAttributes Integer
- data LambdaFunctionTimedOutEventAttributes = LambdaFunctionTimedOutEventAttributes' {}
- newLambdaFunctionTimedOutEventAttributes :: Integer -> Integer -> LambdaFunctionTimedOutEventAttributes
- lambdaFunctionTimedOutEventAttributes_timeoutType :: Lens' LambdaFunctionTimedOutEventAttributes (Maybe LambdaFunctionTimeoutType)
- lambdaFunctionTimedOutEventAttributes_scheduledEventId :: Lens' LambdaFunctionTimedOutEventAttributes Integer
- lambdaFunctionTimedOutEventAttributes_startedEventId :: Lens' LambdaFunctionTimedOutEventAttributes Integer
- data MarkerRecordedEventAttributes = MarkerRecordedEventAttributes' {}
- newMarkerRecordedEventAttributes :: Text -> Integer -> MarkerRecordedEventAttributes
- markerRecordedEventAttributes_details :: Lens' MarkerRecordedEventAttributes (Maybe Text)
- markerRecordedEventAttributes_markerName :: Lens' MarkerRecordedEventAttributes Text
- markerRecordedEventAttributes_decisionTaskCompletedEventId :: Lens' MarkerRecordedEventAttributes Integer
- data PendingTaskCount = PendingTaskCount' {}
- newPendingTaskCount :: Natural -> PendingTaskCount
- pendingTaskCount_truncated :: Lens' PendingTaskCount (Maybe Bool)
- pendingTaskCount_count :: Lens' PendingTaskCount Natural
- data RecordMarkerDecisionAttributes = RecordMarkerDecisionAttributes' {
- details :: Maybe Text
- markerName :: Text
- newRecordMarkerDecisionAttributes :: Text -> RecordMarkerDecisionAttributes
- recordMarkerDecisionAttributes_details :: Lens' RecordMarkerDecisionAttributes (Maybe Text)
- recordMarkerDecisionAttributes_markerName :: Lens' RecordMarkerDecisionAttributes Text
- data RecordMarkerFailedEventAttributes = RecordMarkerFailedEventAttributes' {}
- newRecordMarkerFailedEventAttributes :: Text -> RecordMarkerFailedCause -> Integer -> RecordMarkerFailedEventAttributes
- recordMarkerFailedEventAttributes_markerName :: Lens' RecordMarkerFailedEventAttributes Text
- recordMarkerFailedEventAttributes_cause :: Lens' RecordMarkerFailedEventAttributes RecordMarkerFailedCause
- recordMarkerFailedEventAttributes_decisionTaskCompletedEventId :: Lens' RecordMarkerFailedEventAttributes Integer
- data RequestCancelActivityTaskDecisionAttributes = RequestCancelActivityTaskDecisionAttributes' {
- activityId :: Text
- newRequestCancelActivityTaskDecisionAttributes :: Text -> RequestCancelActivityTaskDecisionAttributes
- requestCancelActivityTaskDecisionAttributes_activityId :: Lens' RequestCancelActivityTaskDecisionAttributes Text
- data RequestCancelActivityTaskFailedEventAttributes = RequestCancelActivityTaskFailedEventAttributes' {}
- newRequestCancelActivityTaskFailedEventAttributes :: Text -> RequestCancelActivityTaskFailedCause -> Integer -> RequestCancelActivityTaskFailedEventAttributes
- requestCancelActivityTaskFailedEventAttributes_activityId :: Lens' RequestCancelActivityTaskFailedEventAttributes Text
- requestCancelActivityTaskFailedEventAttributes_cause :: Lens' RequestCancelActivityTaskFailedEventAttributes RequestCancelActivityTaskFailedCause
- requestCancelActivityTaskFailedEventAttributes_decisionTaskCompletedEventId :: Lens' RequestCancelActivityTaskFailedEventAttributes Integer
- data RequestCancelExternalWorkflowExecutionDecisionAttributes = RequestCancelExternalWorkflowExecutionDecisionAttributes' {}
- newRequestCancelExternalWorkflowExecutionDecisionAttributes :: Text -> RequestCancelExternalWorkflowExecutionDecisionAttributes
- requestCancelExternalWorkflowExecutionDecisionAttributes_control :: Lens' RequestCancelExternalWorkflowExecutionDecisionAttributes (Maybe Text)
- requestCancelExternalWorkflowExecutionDecisionAttributes_runId :: Lens' RequestCancelExternalWorkflowExecutionDecisionAttributes (Maybe Text)
- requestCancelExternalWorkflowExecutionDecisionAttributes_workflowId :: Lens' RequestCancelExternalWorkflowExecutionDecisionAttributes Text
- data RequestCancelExternalWorkflowExecutionFailedEventAttributes = RequestCancelExternalWorkflowExecutionFailedEventAttributes' {}
- newRequestCancelExternalWorkflowExecutionFailedEventAttributes :: Text -> RequestCancelExternalWorkflowExecutionFailedCause -> Integer -> Integer -> RequestCancelExternalWorkflowExecutionFailedEventAttributes
- requestCancelExternalWorkflowExecutionFailedEventAttributes_control :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes (Maybe Text)
- requestCancelExternalWorkflowExecutionFailedEventAttributes_runId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes (Maybe Text)
- requestCancelExternalWorkflowExecutionFailedEventAttributes_workflowId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Text
- requestCancelExternalWorkflowExecutionFailedEventAttributes_cause :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes RequestCancelExternalWorkflowExecutionFailedCause
- requestCancelExternalWorkflowExecutionFailedEventAttributes_initiatedEventId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Integer
- requestCancelExternalWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Integer
- data RequestCancelExternalWorkflowExecutionInitiatedEventAttributes = RequestCancelExternalWorkflowExecutionInitiatedEventAttributes' {}
- newRequestCancelExternalWorkflowExecutionInitiatedEventAttributes :: Text -> Integer -> RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
- requestCancelExternalWorkflowExecutionInitiatedEventAttributes_control :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- requestCancelExternalWorkflowExecutionInitiatedEventAttributes_runId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- requestCancelExternalWorkflowExecutionInitiatedEventAttributes_workflowId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Text
- requestCancelExternalWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Integer
- data ResourceTag = ResourceTag' {}
- newResourceTag :: Text -> ResourceTag
- resourceTag_value :: Lens' ResourceTag (Maybe Text)
- resourceTag_key :: Lens' ResourceTag Text
- data ScheduleActivityTaskDecisionAttributes = ScheduleActivityTaskDecisionAttributes' {}
- newScheduleActivityTaskDecisionAttributes :: ActivityType -> Text -> ScheduleActivityTaskDecisionAttributes
- scheduleActivityTaskDecisionAttributes_control :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text)
- scheduleActivityTaskDecisionAttributes_heartbeatTimeout :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text)
- scheduleActivityTaskDecisionAttributes_scheduleToCloseTimeout :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text)
- scheduleActivityTaskDecisionAttributes_input :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text)
- scheduleActivityTaskDecisionAttributes_taskList :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe TaskList)
- scheduleActivityTaskDecisionAttributes_taskPriority :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text)
- scheduleActivityTaskDecisionAttributes_scheduleToStartTimeout :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text)
- scheduleActivityTaskDecisionAttributes_startToCloseTimeout :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text)
- scheduleActivityTaskDecisionAttributes_activityType :: Lens' ScheduleActivityTaskDecisionAttributes ActivityType
- scheduleActivityTaskDecisionAttributes_activityId :: Lens' ScheduleActivityTaskDecisionAttributes Text
- data ScheduleActivityTaskFailedEventAttributes = ScheduleActivityTaskFailedEventAttributes' {}
- newScheduleActivityTaskFailedEventAttributes :: ActivityType -> Text -> ScheduleActivityTaskFailedCause -> Integer -> ScheduleActivityTaskFailedEventAttributes
- scheduleActivityTaskFailedEventAttributes_activityType :: Lens' ScheduleActivityTaskFailedEventAttributes ActivityType
- scheduleActivityTaskFailedEventAttributes_activityId :: Lens' ScheduleActivityTaskFailedEventAttributes Text
- scheduleActivityTaskFailedEventAttributes_cause :: Lens' ScheduleActivityTaskFailedEventAttributes ScheduleActivityTaskFailedCause
- scheduleActivityTaskFailedEventAttributes_decisionTaskCompletedEventId :: Lens' ScheduleActivityTaskFailedEventAttributes Integer
- data ScheduleLambdaFunctionDecisionAttributes = ScheduleLambdaFunctionDecisionAttributes' {}
- newScheduleLambdaFunctionDecisionAttributes :: Text -> Text -> ScheduleLambdaFunctionDecisionAttributes
- scheduleLambdaFunctionDecisionAttributes_control :: Lens' ScheduleLambdaFunctionDecisionAttributes (Maybe Text)
- scheduleLambdaFunctionDecisionAttributes_input :: Lens' ScheduleLambdaFunctionDecisionAttributes (Maybe Text)
- scheduleLambdaFunctionDecisionAttributes_startToCloseTimeout :: Lens' ScheduleLambdaFunctionDecisionAttributes (Maybe Text)
- scheduleLambdaFunctionDecisionAttributes_id :: Lens' ScheduleLambdaFunctionDecisionAttributes Text
- scheduleLambdaFunctionDecisionAttributes_name :: Lens' ScheduleLambdaFunctionDecisionAttributes Text
- data ScheduleLambdaFunctionFailedEventAttributes = ScheduleLambdaFunctionFailedEventAttributes' {}
- newScheduleLambdaFunctionFailedEventAttributes :: Text -> Text -> ScheduleLambdaFunctionFailedCause -> Integer -> ScheduleLambdaFunctionFailedEventAttributes
- scheduleLambdaFunctionFailedEventAttributes_id :: Lens' ScheduleLambdaFunctionFailedEventAttributes Text
- scheduleLambdaFunctionFailedEventAttributes_name :: Lens' ScheduleLambdaFunctionFailedEventAttributes Text
- scheduleLambdaFunctionFailedEventAttributes_cause :: Lens' ScheduleLambdaFunctionFailedEventAttributes ScheduleLambdaFunctionFailedCause
- scheduleLambdaFunctionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' ScheduleLambdaFunctionFailedEventAttributes Integer
- data SignalExternalWorkflowExecutionDecisionAttributes = SignalExternalWorkflowExecutionDecisionAttributes' {}
- newSignalExternalWorkflowExecutionDecisionAttributes :: Text -> Text -> SignalExternalWorkflowExecutionDecisionAttributes
- signalExternalWorkflowExecutionDecisionAttributes_control :: Lens' SignalExternalWorkflowExecutionDecisionAttributes (Maybe Text)
- signalExternalWorkflowExecutionDecisionAttributes_input :: Lens' SignalExternalWorkflowExecutionDecisionAttributes (Maybe Text)
- signalExternalWorkflowExecutionDecisionAttributes_runId :: Lens' SignalExternalWorkflowExecutionDecisionAttributes (Maybe Text)
- signalExternalWorkflowExecutionDecisionAttributes_workflowId :: Lens' SignalExternalWorkflowExecutionDecisionAttributes Text
- signalExternalWorkflowExecutionDecisionAttributes_signalName :: Lens' SignalExternalWorkflowExecutionDecisionAttributes Text
- data SignalExternalWorkflowExecutionFailedEventAttributes = SignalExternalWorkflowExecutionFailedEventAttributes' {}
- newSignalExternalWorkflowExecutionFailedEventAttributes :: Text -> SignalExternalWorkflowExecutionFailedCause -> Integer -> Integer -> SignalExternalWorkflowExecutionFailedEventAttributes
- signalExternalWorkflowExecutionFailedEventAttributes_control :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes (Maybe Text)
- signalExternalWorkflowExecutionFailedEventAttributes_runId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes (Maybe Text)
- signalExternalWorkflowExecutionFailedEventAttributes_workflowId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Text
- signalExternalWorkflowExecutionFailedEventAttributes_cause :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes SignalExternalWorkflowExecutionFailedCause
- signalExternalWorkflowExecutionFailedEventAttributes_initiatedEventId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Integer
- signalExternalWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Integer
- data SignalExternalWorkflowExecutionInitiatedEventAttributes = SignalExternalWorkflowExecutionInitiatedEventAttributes' {
- control :: Maybe Text
- input :: Maybe Text
- runId :: Maybe Text
- workflowId :: Text
- signalName :: Text
- decisionTaskCompletedEventId :: Integer
- newSignalExternalWorkflowExecutionInitiatedEventAttributes :: Text -> Text -> Integer -> SignalExternalWorkflowExecutionInitiatedEventAttributes
- signalExternalWorkflowExecutionInitiatedEventAttributes_control :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- signalExternalWorkflowExecutionInitiatedEventAttributes_input :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- signalExternalWorkflowExecutionInitiatedEventAttributes_runId :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- signalExternalWorkflowExecutionInitiatedEventAttributes_workflowId :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Text
- signalExternalWorkflowExecutionInitiatedEventAttributes_signalName :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Text
- signalExternalWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Integer
- data StartChildWorkflowExecutionDecisionAttributes = StartChildWorkflowExecutionDecisionAttributes' {}
- newStartChildWorkflowExecutionDecisionAttributes :: WorkflowType -> Text -> StartChildWorkflowExecutionDecisionAttributes
- startChildWorkflowExecutionDecisionAttributes_control :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text)
- startChildWorkflowExecutionDecisionAttributes_tagList :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe [Text])
- startChildWorkflowExecutionDecisionAttributes_taskStartToCloseTimeout :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text)
- startChildWorkflowExecutionDecisionAttributes_lambdaRole :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text)
- startChildWorkflowExecutionDecisionAttributes_input :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text)
- startChildWorkflowExecutionDecisionAttributes_executionStartToCloseTimeout :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text)
- startChildWorkflowExecutionDecisionAttributes_taskList :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe TaskList)
- startChildWorkflowExecutionDecisionAttributes_taskPriority :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text)
- startChildWorkflowExecutionDecisionAttributes_childPolicy :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe ChildPolicy)
- startChildWorkflowExecutionDecisionAttributes_workflowType :: Lens' StartChildWorkflowExecutionDecisionAttributes WorkflowType
- startChildWorkflowExecutionDecisionAttributes_workflowId :: Lens' StartChildWorkflowExecutionDecisionAttributes Text
- data StartChildWorkflowExecutionFailedEventAttributes = StartChildWorkflowExecutionFailedEventAttributes' {}
- newStartChildWorkflowExecutionFailedEventAttributes :: WorkflowType -> StartChildWorkflowExecutionFailedCause -> Text -> Integer -> Integer -> StartChildWorkflowExecutionFailedEventAttributes
- startChildWorkflowExecutionFailedEventAttributes_control :: Lens' StartChildWorkflowExecutionFailedEventAttributes (Maybe Text)
- startChildWorkflowExecutionFailedEventAttributes_workflowType :: Lens' StartChildWorkflowExecutionFailedEventAttributes WorkflowType
- startChildWorkflowExecutionFailedEventAttributes_cause :: Lens' StartChildWorkflowExecutionFailedEventAttributes StartChildWorkflowExecutionFailedCause
- startChildWorkflowExecutionFailedEventAttributes_workflowId :: Lens' StartChildWorkflowExecutionFailedEventAttributes Text
- startChildWorkflowExecutionFailedEventAttributes_initiatedEventId :: Lens' StartChildWorkflowExecutionFailedEventAttributes Integer
- startChildWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' StartChildWorkflowExecutionFailedEventAttributes Integer
- data StartChildWorkflowExecutionInitiatedEventAttributes = StartChildWorkflowExecutionInitiatedEventAttributes' {
- control :: Maybe Text
- tagList :: Maybe [Text]
- taskStartToCloseTimeout :: Maybe Text
- lambdaRole :: Maybe Text
- input :: Maybe Text
- executionStartToCloseTimeout :: Maybe Text
- taskPriority :: Maybe Text
- workflowId :: Text
- workflowType :: WorkflowType
- taskList :: TaskList
- decisionTaskCompletedEventId :: Integer
- childPolicy :: ChildPolicy
- newStartChildWorkflowExecutionInitiatedEventAttributes :: Text -> WorkflowType -> TaskList -> Integer -> ChildPolicy -> StartChildWorkflowExecutionInitiatedEventAttributes
- startChildWorkflowExecutionInitiatedEventAttributes_control :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- startChildWorkflowExecutionInitiatedEventAttributes_tagList :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe [Text])
- startChildWorkflowExecutionInitiatedEventAttributes_taskStartToCloseTimeout :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- startChildWorkflowExecutionInitiatedEventAttributes_lambdaRole :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- startChildWorkflowExecutionInitiatedEventAttributes_input :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- startChildWorkflowExecutionInitiatedEventAttributes_executionStartToCloseTimeout :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- startChildWorkflowExecutionInitiatedEventAttributes_taskPriority :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text)
- startChildWorkflowExecutionInitiatedEventAttributes_workflowId :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Text
- startChildWorkflowExecutionInitiatedEventAttributes_workflowType :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes WorkflowType
- startChildWorkflowExecutionInitiatedEventAttributes_taskList :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes TaskList
- startChildWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Integer
- startChildWorkflowExecutionInitiatedEventAttributes_childPolicy :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes ChildPolicy
- data StartLambdaFunctionFailedEventAttributes = StartLambdaFunctionFailedEventAttributes' {}
- newStartLambdaFunctionFailedEventAttributes :: StartLambdaFunctionFailedEventAttributes
- startLambdaFunctionFailedEventAttributes_scheduledEventId :: Lens' StartLambdaFunctionFailedEventAttributes (Maybe Integer)
- startLambdaFunctionFailedEventAttributes_cause :: Lens' StartLambdaFunctionFailedEventAttributes (Maybe StartLambdaFunctionFailedCause)
- startLambdaFunctionFailedEventAttributes_message :: Lens' StartLambdaFunctionFailedEventAttributes (Maybe Text)
- data StartTimerDecisionAttributes = StartTimerDecisionAttributes' {}
- newStartTimerDecisionAttributes :: Text -> Text -> StartTimerDecisionAttributes
- startTimerDecisionAttributes_control :: Lens' StartTimerDecisionAttributes (Maybe Text)
- startTimerDecisionAttributes_timerId :: Lens' StartTimerDecisionAttributes Text
- startTimerDecisionAttributes_startToFireTimeout :: Lens' StartTimerDecisionAttributes Text
- data StartTimerFailedEventAttributes = StartTimerFailedEventAttributes' {}
- newStartTimerFailedEventAttributes :: Text -> StartTimerFailedCause -> Integer -> StartTimerFailedEventAttributes
- startTimerFailedEventAttributes_timerId :: Lens' StartTimerFailedEventAttributes Text
- startTimerFailedEventAttributes_cause :: Lens' StartTimerFailedEventAttributes StartTimerFailedCause
- startTimerFailedEventAttributes_decisionTaskCompletedEventId :: Lens' StartTimerFailedEventAttributes Integer
- data TagFilter = TagFilter' {}
- newTagFilter :: Text -> TagFilter
- tagFilter_tag :: Lens' TagFilter Text
- data TaskList = TaskList' {}
- newTaskList :: Text -> TaskList
- taskList_name :: Lens' TaskList Text
- data TimerCanceledEventAttributes = TimerCanceledEventAttributes' {}
- newTimerCanceledEventAttributes :: Text -> Integer -> Integer -> TimerCanceledEventAttributes
- timerCanceledEventAttributes_timerId :: Lens' TimerCanceledEventAttributes Text
- timerCanceledEventAttributes_startedEventId :: Lens' TimerCanceledEventAttributes Integer
- timerCanceledEventAttributes_decisionTaskCompletedEventId :: Lens' TimerCanceledEventAttributes Integer
- data TimerFiredEventAttributes = TimerFiredEventAttributes' {
- timerId :: Text
- startedEventId :: Integer
- newTimerFiredEventAttributes :: Text -> Integer -> TimerFiredEventAttributes
- timerFiredEventAttributes_timerId :: Lens' TimerFiredEventAttributes Text
- timerFiredEventAttributes_startedEventId :: Lens' TimerFiredEventAttributes Integer
- data TimerStartedEventAttributes = TimerStartedEventAttributes' {}
- newTimerStartedEventAttributes :: Text -> Text -> Integer -> TimerStartedEventAttributes
- timerStartedEventAttributes_control :: Lens' TimerStartedEventAttributes (Maybe Text)
- timerStartedEventAttributes_timerId :: Lens' TimerStartedEventAttributes Text
- timerStartedEventAttributes_startToFireTimeout :: Lens' TimerStartedEventAttributes Text
- timerStartedEventAttributes_decisionTaskCompletedEventId :: Lens' TimerStartedEventAttributes Integer
- data WorkflowExecution = WorkflowExecution' {
- workflowId :: Text
- runId :: Text
- newWorkflowExecution :: Text -> Text -> WorkflowExecution
- workflowExecution_workflowId :: Lens' WorkflowExecution Text
- workflowExecution_runId :: Lens' WorkflowExecution Text
- data WorkflowExecutionCancelRequestedEventAttributes = WorkflowExecutionCancelRequestedEventAttributes' {}
- newWorkflowExecutionCancelRequestedEventAttributes :: WorkflowExecutionCancelRequestedEventAttributes
- workflowExecutionCancelRequestedEventAttributes_externalWorkflowExecution :: Lens' WorkflowExecutionCancelRequestedEventAttributes (Maybe WorkflowExecution)
- workflowExecutionCancelRequestedEventAttributes_externalInitiatedEventId :: Lens' WorkflowExecutionCancelRequestedEventAttributes (Maybe Integer)
- workflowExecutionCancelRequestedEventAttributes_cause :: Lens' WorkflowExecutionCancelRequestedEventAttributes (Maybe WorkflowExecutionCancelRequestedCause)
- data WorkflowExecutionCanceledEventAttributes = WorkflowExecutionCanceledEventAttributes' {}
- newWorkflowExecutionCanceledEventAttributes :: Integer -> WorkflowExecutionCanceledEventAttributes
- workflowExecutionCanceledEventAttributes_details :: Lens' WorkflowExecutionCanceledEventAttributes (Maybe Text)
- workflowExecutionCanceledEventAttributes_decisionTaskCompletedEventId :: Lens' WorkflowExecutionCanceledEventAttributes Integer
- data WorkflowExecutionCompletedEventAttributes = WorkflowExecutionCompletedEventAttributes' {}
- newWorkflowExecutionCompletedEventAttributes :: Integer -> WorkflowExecutionCompletedEventAttributes
- workflowExecutionCompletedEventAttributes_result :: Lens' WorkflowExecutionCompletedEventAttributes (Maybe Text)
- workflowExecutionCompletedEventAttributes_decisionTaskCompletedEventId :: Lens' WorkflowExecutionCompletedEventAttributes Integer
- data WorkflowExecutionConfiguration = WorkflowExecutionConfiguration' {}
- newWorkflowExecutionConfiguration :: Text -> Text -> TaskList -> ChildPolicy -> WorkflowExecutionConfiguration
- workflowExecutionConfiguration_lambdaRole :: Lens' WorkflowExecutionConfiguration (Maybe Text)
- workflowExecutionConfiguration_taskPriority :: Lens' WorkflowExecutionConfiguration (Maybe Text)
- workflowExecutionConfiguration_taskStartToCloseTimeout :: Lens' WorkflowExecutionConfiguration Text
- workflowExecutionConfiguration_executionStartToCloseTimeout :: Lens' WorkflowExecutionConfiguration Text
- workflowExecutionConfiguration_taskList :: Lens' WorkflowExecutionConfiguration TaskList
- workflowExecutionConfiguration_childPolicy :: Lens' WorkflowExecutionConfiguration ChildPolicy
- data WorkflowExecutionContinuedAsNewEventAttributes = WorkflowExecutionContinuedAsNewEventAttributes' {
- tagList :: Maybe [Text]
- taskStartToCloseTimeout :: Maybe Text
- lambdaRole :: Maybe Text
- input :: Maybe Text
- executionStartToCloseTimeout :: Maybe Text
- taskPriority :: Maybe Text
- decisionTaskCompletedEventId :: Integer
- newExecutionRunId' :: Text
- taskList :: TaskList
- childPolicy :: ChildPolicy
- workflowType :: WorkflowType
- newWorkflowExecutionContinuedAsNewEventAttributes :: Integer -> Text -> TaskList -> ChildPolicy -> WorkflowType -> WorkflowExecutionContinuedAsNewEventAttributes
- workflowExecutionContinuedAsNewEventAttributes_tagList :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe [Text])
- workflowExecutionContinuedAsNewEventAttributes_taskStartToCloseTimeout :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text)
- workflowExecutionContinuedAsNewEventAttributes_lambdaRole :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text)
- workflowExecutionContinuedAsNewEventAttributes_input :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text)
- workflowExecutionContinuedAsNewEventAttributes_executionStartToCloseTimeout :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text)
- workflowExecutionContinuedAsNewEventAttributes_taskPriority :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text)
- workflowExecutionContinuedAsNewEventAttributes_decisionTaskCompletedEventId :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Integer
- workflowExecutionContinuedAsNewEventAttributes_newExecutionRunId :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Text
- workflowExecutionContinuedAsNewEventAttributes_taskList :: Lens' WorkflowExecutionContinuedAsNewEventAttributes TaskList
- workflowExecutionContinuedAsNewEventAttributes_childPolicy :: Lens' WorkflowExecutionContinuedAsNewEventAttributes ChildPolicy
- workflowExecutionContinuedAsNewEventAttributes_workflowType :: Lens' WorkflowExecutionContinuedAsNewEventAttributes WorkflowType
- data WorkflowExecutionCount = WorkflowExecutionCount' {}
- newWorkflowExecutionCount :: Natural -> WorkflowExecutionCount
- workflowExecutionCount_truncated :: Lens' WorkflowExecutionCount (Maybe Bool)
- workflowExecutionCount_count :: Lens' WorkflowExecutionCount Natural
- data WorkflowExecutionFailedEventAttributes = WorkflowExecutionFailedEventAttributes' {}
- newWorkflowExecutionFailedEventAttributes :: Integer -> WorkflowExecutionFailedEventAttributes
- workflowExecutionFailedEventAttributes_reason :: Lens' WorkflowExecutionFailedEventAttributes (Maybe Text)
- workflowExecutionFailedEventAttributes_details :: Lens' WorkflowExecutionFailedEventAttributes (Maybe Text)
- workflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' WorkflowExecutionFailedEventAttributes Integer
- data WorkflowExecutionFilter = WorkflowExecutionFilter' {
- workflowId :: Text
- newWorkflowExecutionFilter :: Text -> WorkflowExecutionFilter
- workflowExecutionFilter_workflowId :: Lens' WorkflowExecutionFilter Text
- data WorkflowExecutionInfo = WorkflowExecutionInfo' {}
- newWorkflowExecutionInfo :: WorkflowExecution -> WorkflowType -> UTCTime -> ExecutionStatus -> WorkflowExecutionInfo
- workflowExecutionInfo_parent :: Lens' WorkflowExecutionInfo (Maybe WorkflowExecution)
- workflowExecutionInfo_tagList :: Lens' WorkflowExecutionInfo (Maybe [Text])
- workflowExecutionInfo_closeStatus :: Lens' WorkflowExecutionInfo (Maybe CloseStatus)
- workflowExecutionInfo_closeTimestamp :: Lens' WorkflowExecutionInfo (Maybe UTCTime)
- workflowExecutionInfo_cancelRequested :: Lens' WorkflowExecutionInfo (Maybe Bool)
- workflowExecutionInfo_execution :: Lens' WorkflowExecutionInfo WorkflowExecution
- workflowExecutionInfo_workflowType :: Lens' WorkflowExecutionInfo WorkflowType
- workflowExecutionInfo_startTimestamp :: Lens' WorkflowExecutionInfo UTCTime
- workflowExecutionInfo_executionStatus :: Lens' WorkflowExecutionInfo ExecutionStatus
- data WorkflowExecutionInfos = WorkflowExecutionInfos' {}
- newWorkflowExecutionInfos :: WorkflowExecutionInfos
- workflowExecutionInfos_nextPageToken :: Lens' WorkflowExecutionInfos (Maybe Text)
- workflowExecutionInfos_executionInfos :: Lens' WorkflowExecutionInfos [WorkflowExecutionInfo]
- data WorkflowExecutionOpenCounts = WorkflowExecutionOpenCounts' {}
- newWorkflowExecutionOpenCounts :: Natural -> Natural -> Natural -> Natural -> WorkflowExecutionOpenCounts
- workflowExecutionOpenCounts_openLambdaFunctions :: Lens' WorkflowExecutionOpenCounts (Maybe Natural)
- workflowExecutionOpenCounts_openActivityTasks :: Lens' WorkflowExecutionOpenCounts Natural
- workflowExecutionOpenCounts_openDecisionTasks :: Lens' WorkflowExecutionOpenCounts Natural
- workflowExecutionOpenCounts_openTimers :: Lens' WorkflowExecutionOpenCounts Natural
- workflowExecutionOpenCounts_openChildWorkflowExecutions :: Lens' WorkflowExecutionOpenCounts Natural
- data WorkflowExecutionSignaledEventAttributes = WorkflowExecutionSignaledEventAttributes' {}
- newWorkflowExecutionSignaledEventAttributes :: Text -> WorkflowExecutionSignaledEventAttributes
- workflowExecutionSignaledEventAttributes_externalWorkflowExecution :: Lens' WorkflowExecutionSignaledEventAttributes (Maybe WorkflowExecution)
- workflowExecutionSignaledEventAttributes_externalInitiatedEventId :: Lens' WorkflowExecutionSignaledEventAttributes (Maybe Integer)
- workflowExecutionSignaledEventAttributes_input :: Lens' WorkflowExecutionSignaledEventAttributes (Maybe Text)
- workflowExecutionSignaledEventAttributes_signalName :: Lens' WorkflowExecutionSignaledEventAttributes Text
- data WorkflowExecutionStartedEventAttributes = WorkflowExecutionStartedEventAttributes' {
- parentInitiatedEventId :: Maybe Integer
- tagList :: Maybe [Text]
- taskStartToCloseTimeout :: Maybe Text
- lambdaRole :: Maybe Text
- input :: Maybe Text
- executionStartToCloseTimeout :: Maybe Text
- taskPriority :: Maybe Text
- parentWorkflowExecution :: Maybe WorkflowExecution
- continuedExecutionRunId :: Maybe Text
- childPolicy :: ChildPolicy
- taskList :: TaskList
- workflowType :: WorkflowType
- newWorkflowExecutionStartedEventAttributes :: ChildPolicy -> TaskList -> WorkflowType -> WorkflowExecutionStartedEventAttributes
- workflowExecutionStartedEventAttributes_parentInitiatedEventId :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Integer)
- workflowExecutionStartedEventAttributes_tagList :: Lens' WorkflowExecutionStartedEventAttributes (Maybe [Text])
- workflowExecutionStartedEventAttributes_taskStartToCloseTimeout :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text)
- workflowExecutionStartedEventAttributes_lambdaRole :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text)
- workflowExecutionStartedEventAttributes_input :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text)
- workflowExecutionStartedEventAttributes_executionStartToCloseTimeout :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text)
- workflowExecutionStartedEventAttributes_taskPriority :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text)
- workflowExecutionStartedEventAttributes_parentWorkflowExecution :: Lens' WorkflowExecutionStartedEventAttributes (Maybe WorkflowExecution)
- workflowExecutionStartedEventAttributes_continuedExecutionRunId :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text)
- workflowExecutionStartedEventAttributes_childPolicy :: Lens' WorkflowExecutionStartedEventAttributes ChildPolicy
- workflowExecutionStartedEventAttributes_taskList :: Lens' WorkflowExecutionStartedEventAttributes TaskList
- workflowExecutionStartedEventAttributes_workflowType :: Lens' WorkflowExecutionStartedEventAttributes WorkflowType
- data WorkflowExecutionTerminatedEventAttributes = WorkflowExecutionTerminatedEventAttributes' {}
- newWorkflowExecutionTerminatedEventAttributes :: ChildPolicy -> WorkflowExecutionTerminatedEventAttributes
- workflowExecutionTerminatedEventAttributes_cause :: Lens' WorkflowExecutionTerminatedEventAttributes (Maybe WorkflowExecutionTerminatedCause)
- workflowExecutionTerminatedEventAttributes_reason :: Lens' WorkflowExecutionTerminatedEventAttributes (Maybe Text)
- workflowExecutionTerminatedEventAttributes_details :: Lens' WorkflowExecutionTerminatedEventAttributes (Maybe Text)
- workflowExecutionTerminatedEventAttributes_childPolicy :: Lens' WorkflowExecutionTerminatedEventAttributes ChildPolicy
- data WorkflowExecutionTimedOutEventAttributes = WorkflowExecutionTimedOutEventAttributes' {}
- newWorkflowExecutionTimedOutEventAttributes :: WorkflowExecutionTimeoutType -> ChildPolicy -> WorkflowExecutionTimedOutEventAttributes
- workflowExecutionTimedOutEventAttributes_timeoutType :: Lens' WorkflowExecutionTimedOutEventAttributes WorkflowExecutionTimeoutType
- workflowExecutionTimedOutEventAttributes_childPolicy :: Lens' WorkflowExecutionTimedOutEventAttributes ChildPolicy
- data WorkflowType = WorkflowType' {}
- newWorkflowType :: Text -> Text -> WorkflowType
- workflowType_name :: Lens' WorkflowType Text
- workflowType_version :: Lens' WorkflowType Text
- data WorkflowTypeConfiguration = WorkflowTypeConfiguration' {}
- newWorkflowTypeConfiguration :: WorkflowTypeConfiguration
- workflowTypeConfiguration_defaultLambdaRole :: Lens' WorkflowTypeConfiguration (Maybe Text)
- workflowTypeConfiguration_defaultChildPolicy :: Lens' WorkflowTypeConfiguration (Maybe ChildPolicy)
- workflowTypeConfiguration_defaultTaskList :: Lens' WorkflowTypeConfiguration (Maybe TaskList)
- workflowTypeConfiguration_defaultTaskPriority :: Lens' WorkflowTypeConfiguration (Maybe Text)
- workflowTypeConfiguration_defaultExecutionStartToCloseTimeout :: Lens' WorkflowTypeConfiguration (Maybe Text)
- workflowTypeConfiguration_defaultTaskStartToCloseTimeout :: Lens' WorkflowTypeConfiguration (Maybe Text)
- data WorkflowTypeFilter = WorkflowTypeFilter' {}
- newWorkflowTypeFilter :: Text -> WorkflowTypeFilter
- workflowTypeFilter_version :: Lens' WorkflowTypeFilter (Maybe Text)
- workflowTypeFilter_name :: Lens' WorkflowTypeFilter Text
- data WorkflowTypeInfo = WorkflowTypeInfo' {}
- newWorkflowTypeInfo :: WorkflowType -> RegistrationStatus -> UTCTime -> WorkflowTypeInfo
- workflowTypeInfo_deprecationDate :: Lens' WorkflowTypeInfo (Maybe UTCTime)
- workflowTypeInfo_description :: Lens' WorkflowTypeInfo (Maybe Text)
- workflowTypeInfo_workflowType :: Lens' WorkflowTypeInfo WorkflowType
- workflowTypeInfo_status :: Lens' WorkflowTypeInfo RegistrationStatus
- workflowTypeInfo_creationDate :: Lens' WorkflowTypeInfo UTCTime
Service Configuration
defaultService :: Service Source #
API version 2012-01-25
of the Amazon Simple Workflow Service SDK configuration.
Errors
_DomainAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError Source #
Returned if the domain already exists. You may get this fault if you are registering a domain that is either already registered or deprecated, or if you undeprecate a domain that is currently registered.
_LimitExceededFault :: AsError a => Getting (First ServiceError) a ServiceError Source #
Returned by any operation if a system imposed limitation has been reached. To address this fault you should either clean up unused resources or increase the limit by contacting AWS.
_WorkflowExecutionAlreadyStartedFault :: AsError a => Getting (First ServiceError) a ServiceError Source #
Returned by StartWorkflowExecution when an open execution with the same workflowId is already running in the specified domain.
_OperationNotPermittedFault :: AsError a => Getting (First ServiceError) a ServiceError Source #
Returned when the caller doesn't have sufficient permissions to invoke the action.
_UnknownResourceFault :: AsError a => Getting (First ServiceError) a ServiceError Source #
Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
_DefaultUndefinedFault :: AsError a => Getting (First ServiceError) a ServiceError Source #
The StartWorkflowExecution
API action was called without the required
parameters set.
Some workflow execution parameters, such as the decision taskList
,
must be set to start the execution. However, these parameters might have
been set as defaults when the workflow type was registered. In this
case, you can omit these parameters from the StartWorkflowExecution
call and Amazon SWF uses the values defined in the workflow type.
If these parameters aren't set and no default parameters were defined in the workflow type, this error is displayed.
_TypeDeprecatedFault :: AsError a => Getting (First ServiceError) a ServiceError Source #
Returned when the specified activity or workflow type was already deprecated.
_TooManyTagsFault :: AsError a => Getting (First ServiceError) a ServiceError Source #
You've exceeded the number of tags allowed for a domain.
_TypeAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError Source #
Returned if the type already exists in the specified domain. You may get this fault if you are registering a type that is either already registered or deprecated, or if you undeprecate a type that is currently registered.
_DomainDeprecatedFault :: AsError a => Getting (First ServiceError) a ServiceError Source #
Returned when the specified domain has been deprecated.
ActivityTaskTimeoutType
newtype ActivityTaskTimeoutType Source #
Instances
CancelTimerFailedCause
newtype CancelTimerFailedCause Source #
pattern CancelTimerFailedCause_OPERATION_NOT_PERMITTED :: CancelTimerFailedCause | |
pattern CancelTimerFailedCause_TIMER_ID_UNKNOWN :: CancelTimerFailedCause |
Instances
CancelWorkflowExecutionFailedCause
newtype CancelWorkflowExecutionFailedCause Source #
Instances
ChildPolicy
newtype ChildPolicy Source #
pattern ChildPolicy_ABANDON :: ChildPolicy | |
pattern ChildPolicy_REQUEST_CANCEL :: ChildPolicy | |
pattern ChildPolicy_TERMINATE :: ChildPolicy |
Instances
CloseStatus
newtype CloseStatus Source #
pattern CloseStatus_CANCELED :: CloseStatus | |
pattern CloseStatus_COMPLETED :: CloseStatus | |
pattern CloseStatus_CONTINUED_AS_NEW :: CloseStatus | |
pattern CloseStatus_FAILED :: CloseStatus | |
pattern CloseStatus_TERMINATED :: CloseStatus | |
pattern CloseStatus_TIMED_OUT :: CloseStatus |
Instances
CompleteWorkflowExecutionFailedCause
newtype CompleteWorkflowExecutionFailedCause Source #
Instances
ContinueAsNewWorkflowExecutionFailedCause
newtype ContinueAsNewWorkflowExecutionFailedCause Source #
Instances
DecisionTaskTimeoutType
newtype DecisionTaskTimeoutType Source #
Instances
DecisionType
newtype DecisionType Source #
pattern DecisionType_CancelTimer :: DecisionType | |
pattern DecisionType_CancelWorkflowExecution :: DecisionType | |
pattern DecisionType_CompleteWorkflowExecution :: DecisionType | |
pattern DecisionType_ContinueAsNewWorkflowExecution :: DecisionType | |
pattern DecisionType_FailWorkflowExecution :: DecisionType | |
pattern DecisionType_RecordMarker :: DecisionType | |
pattern DecisionType_RequestCancelActivityTask :: DecisionType | |
pattern DecisionType_RequestCancelExternalWorkflowExecution :: DecisionType | |
pattern DecisionType_ScheduleActivityTask :: DecisionType | |
pattern DecisionType_ScheduleLambdaFunction :: DecisionType | |
pattern DecisionType_SignalExternalWorkflowExecution :: DecisionType | |
pattern DecisionType_StartChildWorkflowExecution :: DecisionType | |
pattern DecisionType_StartTimer :: DecisionType |
Instances
EventType
Instances
ExecutionStatus
newtype ExecutionStatus Source #
pattern ExecutionStatus_CLOSED :: ExecutionStatus | |
pattern ExecutionStatus_OPEN :: ExecutionStatus |
Instances
FailWorkflowExecutionFailedCause
newtype FailWorkflowExecutionFailedCause Source #
pattern FailWorkflowExecutionFailedCause_OPERATION_NOT_PERMITTED :: FailWorkflowExecutionFailedCause | |
pattern FailWorkflowExecutionFailedCause_UNHANDLED_DECISION :: FailWorkflowExecutionFailedCause |
Instances
LambdaFunctionTimeoutType
newtype LambdaFunctionTimeoutType Source #
Instances
RecordMarkerFailedCause
newtype RecordMarkerFailedCause Source #
Instances
RegistrationStatus
newtype RegistrationStatus Source #
pattern RegistrationStatus_DEPRECATED :: RegistrationStatus | |
pattern RegistrationStatus_REGISTERED :: RegistrationStatus |
Instances
RequestCancelActivityTaskFailedCause
newtype RequestCancelActivityTaskFailedCause Source #
Instances
RequestCancelExternalWorkflowExecutionFailedCause
newtype RequestCancelExternalWorkflowExecutionFailedCause Source #
Instances
ScheduleActivityTaskFailedCause
newtype ScheduleActivityTaskFailedCause Source #
Instances
ScheduleLambdaFunctionFailedCause
newtype ScheduleLambdaFunctionFailedCause Source #
Instances
SignalExternalWorkflowExecutionFailedCause
newtype SignalExternalWorkflowExecutionFailedCause Source #
Instances
StartChildWorkflowExecutionFailedCause
newtype StartChildWorkflowExecutionFailedCause Source #
Instances
StartLambdaFunctionFailedCause
newtype StartLambdaFunctionFailedCause Source #
Instances
StartTimerFailedCause
newtype StartTimerFailedCause Source #
Instances
WorkflowExecutionCancelRequestedCause
newtype WorkflowExecutionCancelRequestedCause Source #
pattern WorkflowExecutionCancelRequestedCause_CHILD_POLICY_APPLIED :: WorkflowExecutionCancelRequestedCause |
Instances
WorkflowExecutionTerminatedCause
newtype WorkflowExecutionTerminatedCause Source #
Instances
WorkflowExecutionTimeoutType
newtype WorkflowExecutionTimeoutType Source #
Instances
ActivityTaskCancelRequestedEventAttributes
data ActivityTaskCancelRequestedEventAttributes Source #
Provides the details of the ActivityTaskCancelRequested
event.
See: newActivityTaskCancelRequestedEventAttributes
smart constructor.
ActivityTaskCancelRequestedEventAttributes' | |
|
Instances
newActivityTaskCancelRequestedEventAttributes Source #
:: Integer |
|
-> Text | |
-> ActivityTaskCancelRequestedEventAttributes |
Create a value of ActivityTaskCancelRequestedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:decisionTaskCompletedEventId:ActivityTaskCancelRequestedEventAttributes'
, activityTaskCancelRequestedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the RequestCancelActivityTask
decision
for this cancellation request. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
$sel:activityId:ActivityTaskCancelRequestedEventAttributes'
, activityTaskCancelRequestedEventAttributes_activityId
- The unique ID of the task.
activityTaskCancelRequestedEventAttributes_decisionTaskCompletedEventId :: Lens' ActivityTaskCancelRequestedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the RequestCancelActivityTask
decision
for this cancellation request. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
activityTaskCancelRequestedEventAttributes_activityId :: Lens' ActivityTaskCancelRequestedEventAttributes Text Source #
The unique ID of the task.
ActivityTaskCanceledEventAttributes
data ActivityTaskCanceledEventAttributes Source #
Provides the details of the ActivityTaskCanceled
event.
See: newActivityTaskCanceledEventAttributes
smart constructor.
ActivityTaskCanceledEventAttributes' | |
|
Instances
newActivityTaskCanceledEventAttributes Source #
Create a value of ActivityTaskCanceledEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:latestCancelRequestedEventId:ActivityTaskCanceledEventAttributes'
, activityTaskCanceledEventAttributes_latestCancelRequestedEventId
- If set, contains the ID of the last ActivityTaskCancelRequested
event
recorded for this activity task. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
$sel:details:ActivityTaskCanceledEventAttributes'
, activityTaskCanceledEventAttributes_details
- Details of the cancellation.
$sel:scheduledEventId:ActivityTaskCanceledEventAttributes'
, activityTaskCanceledEventAttributes_scheduledEventId
- The ID of the ActivityTaskScheduled
event that was recorded when this
activity task was scheduled. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
$sel:startedEventId:ActivityTaskCanceledEventAttributes'
, activityTaskCanceledEventAttributes_startedEventId
- The ID of the ActivityTaskStarted
event recorded when this activity
task was started. This information can be useful for diagnosing problems
by tracing back the chain of events leading up to this event.
activityTaskCanceledEventAttributes_latestCancelRequestedEventId :: Lens' ActivityTaskCanceledEventAttributes (Maybe Integer) Source #
If set, contains the ID of the last ActivityTaskCancelRequested
event
recorded for this activity task. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
activityTaskCanceledEventAttributes_details :: Lens' ActivityTaskCanceledEventAttributes (Maybe Text) Source #
Details of the cancellation.
activityTaskCanceledEventAttributes_scheduledEventId :: Lens' ActivityTaskCanceledEventAttributes Integer Source #
The ID of the ActivityTaskScheduled
event that was recorded when this
activity task was scheduled. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
activityTaskCanceledEventAttributes_startedEventId :: Lens' ActivityTaskCanceledEventAttributes Integer Source #
The ID of the ActivityTaskStarted
event recorded when this activity
task was started. This information can be useful for diagnosing problems
by tracing back the chain of events leading up to this event.
ActivityTaskCompletedEventAttributes
data ActivityTaskCompletedEventAttributes Source #
Provides the details of the ActivityTaskCompleted
event.
See: newActivityTaskCompletedEventAttributes
smart constructor.
ActivityTaskCompletedEventAttributes' | |
|
Instances
newActivityTaskCompletedEventAttributes Source #
Create a value of ActivityTaskCompletedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:result:ActivityTaskCompletedEventAttributes'
, activityTaskCompletedEventAttributes_result
- The results of the activity task.
$sel:scheduledEventId:ActivityTaskCompletedEventAttributes'
, activityTaskCompletedEventAttributes_scheduledEventId
- The ID of the ActivityTaskScheduled
event that was recorded when this
activity task was scheduled. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
$sel:startedEventId:ActivityTaskCompletedEventAttributes'
, activityTaskCompletedEventAttributes_startedEventId
- The ID of the ActivityTaskStarted
event recorded when this activity
task was started. This information can be useful for diagnosing problems
by tracing back the chain of events leading up to this event.
activityTaskCompletedEventAttributes_result :: Lens' ActivityTaskCompletedEventAttributes (Maybe Text) Source #
The results of the activity task.
activityTaskCompletedEventAttributes_scheduledEventId :: Lens' ActivityTaskCompletedEventAttributes Integer Source #
The ID of the ActivityTaskScheduled
event that was recorded when this
activity task was scheduled. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
activityTaskCompletedEventAttributes_startedEventId :: Lens' ActivityTaskCompletedEventAttributes Integer Source #
The ID of the ActivityTaskStarted
event recorded when this activity
task was started. This information can be useful for diagnosing problems
by tracing back the chain of events leading up to this event.
ActivityTaskFailedEventAttributes
data ActivityTaskFailedEventAttributes Source #
Provides the details of the ActivityTaskFailed
event.
See: newActivityTaskFailedEventAttributes
smart constructor.
ActivityTaskFailedEventAttributes' | |
|
Instances
newActivityTaskFailedEventAttributes Source #
Create a value of ActivityTaskFailedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:reason:ActivityTaskFailedEventAttributes'
, activityTaskFailedEventAttributes_reason
- The reason provided for the failure.
$sel:details:ActivityTaskFailedEventAttributes'
, activityTaskFailedEventAttributes_details
- The details of the failure.
$sel:scheduledEventId:ActivityTaskFailedEventAttributes'
, activityTaskFailedEventAttributes_scheduledEventId
- The ID of the ActivityTaskScheduled
event that was recorded when this
activity task was scheduled. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
$sel:startedEventId:ActivityTaskFailedEventAttributes'
, activityTaskFailedEventAttributes_startedEventId
- The ID of the ActivityTaskStarted
event recorded when this activity
task was started. This information can be useful for diagnosing problems
by tracing back the chain of events leading up to this event.
activityTaskFailedEventAttributes_reason :: Lens' ActivityTaskFailedEventAttributes (Maybe Text) Source #
The reason provided for the failure.
activityTaskFailedEventAttributes_details :: Lens' ActivityTaskFailedEventAttributes (Maybe Text) Source #
The details of the failure.
activityTaskFailedEventAttributes_scheduledEventId :: Lens' ActivityTaskFailedEventAttributes Integer Source #
The ID of the ActivityTaskScheduled
event that was recorded when this
activity task was scheduled. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
activityTaskFailedEventAttributes_startedEventId :: Lens' ActivityTaskFailedEventAttributes Integer Source #
The ID of the ActivityTaskStarted
event recorded when this activity
task was started. This information can be useful for diagnosing problems
by tracing back the chain of events leading up to this event.
ActivityTaskScheduledEventAttributes
data ActivityTaskScheduledEventAttributes Source #
Provides the details of the ActivityTaskScheduled
event.
See: newActivityTaskScheduledEventAttributes
smart constructor.
ActivityTaskScheduledEventAttributes' | |
|
Instances
newActivityTaskScheduledEventAttributes Source #
:: ActivityType | |
-> Text | |
-> TaskList | |
-> Integer |
|
-> ActivityTaskScheduledEventAttributes |
Create a value of ActivityTaskScheduledEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:control:ActivityTaskScheduledEventAttributes'
, activityTaskScheduledEventAttributes_control
- Data attached to the event that can be used by the decider in subsequent
workflow tasks. This data isn't sent to the activity.
$sel:heartbeatTimeout:ActivityTaskScheduledEventAttributes'
, activityTaskScheduledEventAttributes_heartbeatTimeout
- The maximum time before which the worker processing this task must
report progress by calling RecordActivityTaskHeartbeat. If the timeout
is exceeded, the activity task is automatically timed out. If the worker
subsequently attempts to record a heartbeat or return a result, it is
ignored.
$sel:scheduleToCloseTimeout:ActivityTaskScheduledEventAttributes'
, activityTaskScheduledEventAttributes_scheduleToCloseTimeout
- The maximum amount of time for this activity task.
$sel:input:ActivityTaskScheduledEventAttributes'
, activityTaskScheduledEventAttributes_input
- The input provided to the activity task.
$sel:taskPriority:ActivityTaskScheduledEventAttributes'
, activityTaskScheduledEventAttributes_taskPriority
- The priority to assign to the scheduled activity task. If set, this
overrides any default priority value that was assigned when the activity
type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers
indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.
$sel:scheduleToStartTimeout:ActivityTaskScheduledEventAttributes'
, activityTaskScheduledEventAttributes_scheduleToStartTimeout
- The maximum amount of time the activity task can wait to be assigned to
a worker.
$sel:startToCloseTimeout:ActivityTaskScheduledEventAttributes'
, activityTaskScheduledEventAttributes_startToCloseTimeout
- The maximum amount of time a worker may take to process the activity
task.
$sel:activityType:ActivityTaskScheduledEventAttributes'
, activityTaskScheduledEventAttributes_activityType
- The type of the activity task.
$sel:activityId:ActivityTaskScheduledEventAttributes'
, activityTaskScheduledEventAttributes_activityId
- The unique ID of the activity task.
$sel:taskList:ActivityTaskScheduledEventAttributes'
, activityTaskScheduledEventAttributes_taskList
- The task list in which the activity task has been scheduled.
$sel:decisionTaskCompletedEventId:ActivityTaskScheduledEventAttributes'
, activityTaskScheduledEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision that resulted in the scheduling of this activity task. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.
activityTaskScheduledEventAttributes_control :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text) Source #
Data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the activity.
activityTaskScheduledEventAttributes_heartbeatTimeout :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text) Source #
The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it is ignored.
activityTaskScheduledEventAttributes_scheduleToCloseTimeout :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text) Source #
The maximum amount of time for this activity task.
activityTaskScheduledEventAttributes_input :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text) Source #
The input provided to the activity task.
activityTaskScheduledEventAttributes_taskPriority :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text) Source #
The priority to assign to the scheduled activity task. If set, this overrides any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers
indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.
activityTaskScheduledEventAttributes_scheduleToStartTimeout :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text) Source #
The maximum amount of time the activity task can wait to be assigned to a worker.
activityTaskScheduledEventAttributes_startToCloseTimeout :: Lens' ActivityTaskScheduledEventAttributes (Maybe Text) Source #
The maximum amount of time a worker may take to process the activity task.
activityTaskScheduledEventAttributes_activityType :: Lens' ActivityTaskScheduledEventAttributes ActivityType Source #
The type of the activity task.
activityTaskScheduledEventAttributes_activityId :: Lens' ActivityTaskScheduledEventAttributes Text Source #
The unique ID of the activity task.
activityTaskScheduledEventAttributes_taskList :: Lens' ActivityTaskScheduledEventAttributes TaskList Source #
The task list in which the activity task has been scheduled.
activityTaskScheduledEventAttributes_decisionTaskCompletedEventId :: Lens' ActivityTaskScheduledEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision that resulted in the scheduling of this activity task. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.
ActivityTaskStartedEventAttributes
data ActivityTaskStartedEventAttributes Source #
Provides the details of the ActivityTaskStarted
event.
See: newActivityTaskStartedEventAttributes
smart constructor.
ActivityTaskStartedEventAttributes' | |
|
Instances
newActivityTaskStartedEventAttributes Source #
Create a value of ActivityTaskStartedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:identity:ActivityTaskStartedEventAttributes'
, activityTaskStartedEventAttributes_identity
- Identity of the worker that was assigned this task. This aids
diagnostics when problems arise. The form of this identity is user
defined.
$sel:scheduledEventId:ActivityTaskStartedEventAttributes'
, activityTaskStartedEventAttributes_scheduledEventId
- The ID of the ActivityTaskScheduled
event that was recorded when this
activity task was scheduled. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
activityTaskStartedEventAttributes_identity :: Lens' ActivityTaskStartedEventAttributes (Maybe Text) Source #
Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
activityTaskStartedEventAttributes_scheduledEventId :: Lens' ActivityTaskStartedEventAttributes Integer Source #
The ID of the ActivityTaskScheduled
event that was recorded when this
activity task was scheduled. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
ActivityTaskTimedOutEventAttributes
data ActivityTaskTimedOutEventAttributes Source #
Provides the details of the ActivityTaskTimedOut
event.
See: newActivityTaskTimedOutEventAttributes
smart constructor.
ActivityTaskTimedOutEventAttributes' | |
|
Instances
newActivityTaskTimedOutEventAttributes Source #
Create a value of ActivityTaskTimedOutEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:details:ActivityTaskTimedOutEventAttributes'
, activityTaskTimedOutEventAttributes_details
- Contains the content of the details
parameter for the last call made
by the activity to RecordActivityTaskHeartbeat
.
$sel:timeoutType:ActivityTaskTimedOutEventAttributes'
, activityTaskTimedOutEventAttributes_timeoutType
- The type of the timeout that caused this event.
$sel:scheduledEventId:ActivityTaskTimedOutEventAttributes'
, activityTaskTimedOutEventAttributes_scheduledEventId
- The ID of the ActivityTaskScheduled
event that was recorded when this
activity task was scheduled. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
$sel:startedEventId:ActivityTaskTimedOutEventAttributes'
, activityTaskTimedOutEventAttributes_startedEventId
- The ID of the ActivityTaskStarted
event recorded when this activity
task was started. This information can be useful for diagnosing problems
by tracing back the chain of events leading up to this event.
activityTaskTimedOutEventAttributes_details :: Lens' ActivityTaskTimedOutEventAttributes (Maybe Text) Source #
Contains the content of the details
parameter for the last call made
by the activity to RecordActivityTaskHeartbeat
.
activityTaskTimedOutEventAttributes_timeoutType :: Lens' ActivityTaskTimedOutEventAttributes ActivityTaskTimeoutType Source #
The type of the timeout that caused this event.
activityTaskTimedOutEventAttributes_scheduledEventId :: Lens' ActivityTaskTimedOutEventAttributes Integer Source #
The ID of the ActivityTaskScheduled
event that was recorded when this
activity task was scheduled. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
activityTaskTimedOutEventAttributes_startedEventId :: Lens' ActivityTaskTimedOutEventAttributes Integer Source #
The ID of the ActivityTaskStarted
event recorded when this activity
task was started. This information can be useful for diagnosing problems
by tracing back the chain of events leading up to this event.
ActivityType
data ActivityType Source #
Represents an activity type.
See: newActivityType
smart constructor.
Instances
Create a value of ActivityType
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:ActivityType'
, activityType_name
- The name of this activity.
The combination of activity type name and version must be unique within a domain.
$sel:version:ActivityType'
, activityType_version
- The version of this activity.
The combination of activity type name and version must be unique with in a domain.
activityType_name :: Lens' ActivityType Text Source #
The name of this activity.
The combination of activity type name and version must be unique within a domain.
activityType_version :: Lens' ActivityType Text Source #
The version of this activity.
The combination of activity type name and version must be unique with in a domain.
ActivityTypeConfiguration
data ActivityTypeConfiguration Source #
Configuration settings registered with the activity type.
See: newActivityTypeConfiguration
smart constructor.
ActivityTypeConfiguration' | |
|
Instances
newActivityTypeConfiguration :: ActivityTypeConfiguration Source #
Create a value of ActivityTypeConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:defaultTaskScheduleToStartTimeout:ActivityTypeConfiguration'
, activityTypeConfiguration_defaultTaskScheduleToStartTimeout
- The default maximum duration, specified when registering the activity
type, that a task of an activity type can wait before being assigned to
a worker. You can override this default when scheduling a task through
the ScheduleActivityTask
Decision.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
$sel:defaultTaskList:ActivityTypeConfiguration'
, activityTypeConfiguration_defaultTaskList
- The default task list specified for this activity type at registration.
This default is used if a task list isn't provided when a task is
scheduled through the ScheduleActivityTask
Decision. You can override
the default registered task list when scheduling a task through the
ScheduleActivityTask
Decision.
$sel:defaultTaskPriority:ActivityTypeConfiguration'
, activityTypeConfiguration_defaultTaskPriority
- The default task priority for tasks of this activity type, specified at
registration. If not set, then 0
is used as the default priority. This
default can be overridden when scheduling an activity task.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers
indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.
$sel:defaultTaskHeartbeatTimeout:ActivityTypeConfiguration'
, activityTypeConfiguration_defaultTaskHeartbeatTimeout
- The default maximum time, in seconds, before which a worker processing a
task must report progress by calling RecordActivityTaskHeartbeat.
You can specify this value only when registering an activity type. The
registered default value can be overridden when you schedule a task
through the ScheduleActivityTask
Decision. If the activity worker
subsequently attempts to record a heartbeat or returns a result, the
activity worker receives an UnknownResource
fault. In this case,
Amazon SWF no longer considers the activity task to be valid; the
activity worker should clean up the activity task.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
$sel:defaultTaskScheduleToCloseTimeout:ActivityTypeConfiguration'
, activityTypeConfiguration_defaultTaskScheduleToCloseTimeout
- The default maximum duration, specified when registering the activity
type, for tasks of this activity type. You can override this default
when scheduling a task through the ScheduleActivityTask
Decision.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
$sel:defaultTaskStartToCloseTimeout:ActivityTypeConfiguration'
, activityTypeConfiguration_defaultTaskStartToCloseTimeout
- The default maximum duration for tasks of an activity type specified
when registering the activity type. You can override this default when
scheduling a task through the ScheduleActivityTask
Decision.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
activityTypeConfiguration_defaultTaskScheduleToStartTimeout :: Lens' ActivityTypeConfiguration (Maybe Text) Source #
The default maximum duration, specified when registering the activity
type, that a task of an activity type can wait before being assigned to
a worker. You can override this default when scheduling a task through
the ScheduleActivityTask
Decision.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
activityTypeConfiguration_defaultTaskList :: Lens' ActivityTypeConfiguration (Maybe TaskList) Source #
The default task list specified for this activity type at registration.
This default is used if a task list isn't provided when a task is
scheduled through the ScheduleActivityTask
Decision. You can override
the default registered task list when scheduling a task through the
ScheduleActivityTask
Decision.
activityTypeConfiguration_defaultTaskPriority :: Lens' ActivityTypeConfiguration (Maybe Text) Source #
The default task priority for tasks of this activity type, specified at
registration. If not set, then 0
is used as the default priority. This
default can be overridden when scheduling an activity task.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers
indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.
activityTypeConfiguration_defaultTaskHeartbeatTimeout :: Lens' ActivityTypeConfiguration (Maybe Text) Source #
The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.
You can specify this value only when registering an activity type. The
registered default value can be overridden when you schedule a task
through the ScheduleActivityTask
Decision. If the activity worker
subsequently attempts to record a heartbeat or returns a result, the
activity worker receives an UnknownResource
fault. In this case,
Amazon SWF no longer considers the activity task to be valid; the
activity worker should clean up the activity task.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
activityTypeConfiguration_defaultTaskScheduleToCloseTimeout :: Lens' ActivityTypeConfiguration (Maybe Text) Source #
The default maximum duration, specified when registering the activity
type, for tasks of this activity type. You can override this default
when scheduling a task through the ScheduleActivityTask
Decision.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
activityTypeConfiguration_defaultTaskStartToCloseTimeout :: Lens' ActivityTypeConfiguration (Maybe Text) Source #
The default maximum duration for tasks of an activity type specified
when registering the activity type. You can override this default when
scheduling a task through the ScheduleActivityTask
Decision.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
ActivityTypeInfo
data ActivityTypeInfo Source #
Detailed information about an activity type.
See: newActivityTypeInfo
smart constructor.
ActivityTypeInfo' | |
|
Instances
Create a value of ActivityTypeInfo
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deprecationDate:ActivityTypeInfo'
, activityTypeInfo_deprecationDate
- If DEPRECATED, the date and time DeprecateActivityType was called.
$sel:description:ActivityTypeInfo'
, activityTypeInfo_description
- The description of the activity type provided in RegisterActivityType.
$sel:activityType:ActivityTypeInfo'
, activityTypeInfo_activityType
- The ActivityType type structure representing the activity type.
$sel:status:ActivityTypeInfo'
, activityTypeInfo_status
- The current status of the activity type.
$sel:creationDate:ActivityTypeInfo'
, activityTypeInfo_creationDate
- The date and time this activity type was created through
RegisterActivityType.
activityTypeInfo_deprecationDate :: Lens' ActivityTypeInfo (Maybe UTCTime) Source #
If DEPRECATED, the date and time DeprecateActivityType was called.
activityTypeInfo_description :: Lens' ActivityTypeInfo (Maybe Text) Source #
The description of the activity type provided in RegisterActivityType.
activityTypeInfo_activityType :: Lens' ActivityTypeInfo ActivityType Source #
The ActivityType type structure representing the activity type.
activityTypeInfo_status :: Lens' ActivityTypeInfo RegistrationStatus Source #
The current status of the activity type.
activityTypeInfo_creationDate :: Lens' ActivityTypeInfo UTCTime Source #
The date and time this activity type was created through RegisterActivityType.
CancelTimerDecisionAttributes
data CancelTimerDecisionAttributes Source #
Provides the details of the CancelTimer
decision.
Access Control
You can use IAM policies to control this decision's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller doesn't have sufficient permissions to invoke the action,
or the parameter values fall outside the specified constraints, the
action fails. The associated event attribute's cause
parameter is set
to OPERATION_NOT_PERMITTED
. For details and example IAM policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
See: newCancelTimerDecisionAttributes
smart constructor.
Instances
newCancelTimerDecisionAttributes Source #
Create a value of CancelTimerDecisionAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:timerId:CancelTimerDecisionAttributes'
, cancelTimerDecisionAttributes_timerId
- The unique ID of the timer to cancel.
cancelTimerDecisionAttributes_timerId :: Lens' CancelTimerDecisionAttributes Text Source #
The unique ID of the timer to cancel.
CancelTimerFailedEventAttributes
data CancelTimerFailedEventAttributes Source #
Provides the details of the CancelTimerFailed
event.
See: newCancelTimerFailedEventAttributes
smart constructor.
CancelTimerFailedEventAttributes' | |
|
Instances
newCancelTimerFailedEventAttributes Source #
:: Text | |
-> CancelTimerFailedCause | |
-> Integer |
|
-> CancelTimerFailedEventAttributes |
Create a value of CancelTimerFailedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:timerId:CancelTimerFailedEventAttributes'
, cancelTimerFailedEventAttributes_timerId
- The timerId provided in the CancelTimer
decision that failed.
$sel:cause:CancelTimerFailedEventAttributes'
, cancelTimerFailedEventAttributes_cause
- The cause of the failure. This information is generated by the system
and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
$sel:decisionTaskCompletedEventId:CancelTimerFailedEventAttributes'
, cancelTimerFailedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the CancelTimer
decision to cancel this
timer. This information can be useful for diagnosing problems by tracing
back the chain of events leading up to this event.
cancelTimerFailedEventAttributes_timerId :: Lens' CancelTimerFailedEventAttributes Text Source #
The timerId provided in the CancelTimer
decision that failed.
cancelTimerFailedEventAttributes_cause :: Lens' CancelTimerFailedEventAttributes CancelTimerFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
cancelTimerFailedEventAttributes_decisionTaskCompletedEventId :: Lens' CancelTimerFailedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the CancelTimer
decision to cancel this
timer. This information can be useful for diagnosing problems by tracing
back the chain of events leading up to this event.
CancelWorkflowExecutionDecisionAttributes
data CancelWorkflowExecutionDecisionAttributes Source #
Provides the details of the CancelWorkflowExecution
decision.
Access Control
You can use IAM policies to control this decision's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller doesn't have sufficient permissions to invoke the action,
or the parameter values fall outside the specified constraints, the
action fails. The associated event attribute's cause
parameter is set
to OPERATION_NOT_PERMITTED
. For details and example IAM policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
See: newCancelWorkflowExecutionDecisionAttributes
smart constructor.
Instances
Eq CancelWorkflowExecutionDecisionAttributes Source # | |
Read CancelWorkflowExecutionDecisionAttributes Source # | |
Show CancelWorkflowExecutionDecisionAttributes Source # | |
Generic CancelWorkflowExecutionDecisionAttributes Source # | |
NFData CancelWorkflowExecutionDecisionAttributes Source # | |
Hashable CancelWorkflowExecutionDecisionAttributes Source # | |
ToJSON CancelWorkflowExecutionDecisionAttributes Source # | |
type Rep CancelWorkflowExecutionDecisionAttributes Source # | |
Defined in Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes type Rep CancelWorkflowExecutionDecisionAttributes = D1 ('MetaData "CancelWorkflowExecutionDecisionAttributes" "Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "CancelWorkflowExecutionDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newCancelWorkflowExecutionDecisionAttributes :: CancelWorkflowExecutionDecisionAttributes Source #
Create a value of CancelWorkflowExecutionDecisionAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:details:CancelWorkflowExecutionDecisionAttributes'
, cancelWorkflowExecutionDecisionAttributes_details
- Details of the cancellation.
cancelWorkflowExecutionDecisionAttributes_details :: Lens' CancelWorkflowExecutionDecisionAttributes (Maybe Text) Source #
Details of the cancellation.
CancelWorkflowExecutionFailedEventAttributes
data CancelWorkflowExecutionFailedEventAttributes Source #
Provides the details of the CancelWorkflowExecutionFailed
event.
See: newCancelWorkflowExecutionFailedEventAttributes
smart constructor.
CancelWorkflowExecutionFailedEventAttributes' | |
|
Instances
newCancelWorkflowExecutionFailedEventAttributes Source #
:: CancelWorkflowExecutionFailedCause | |
-> Integer |
|
-> CancelWorkflowExecutionFailedEventAttributes |
Create a value of CancelWorkflowExecutionFailedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:cause:CancelWorkflowExecutionFailedEventAttributes'
, cancelWorkflowExecutionFailedEventAttributes_cause
- The cause of the failure. This information is generated by the system
and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
$sel:decisionTaskCompletedEventId:CancelWorkflowExecutionFailedEventAttributes'
, cancelWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the CancelWorkflowExecution
decision
for this cancellation request. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
cancelWorkflowExecutionFailedEventAttributes_cause :: Lens' CancelWorkflowExecutionFailedEventAttributes CancelWorkflowExecutionFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
cancelWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' CancelWorkflowExecutionFailedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the CancelWorkflowExecution
decision
for this cancellation request. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
ChildWorkflowExecutionCanceledEventAttributes
data ChildWorkflowExecutionCanceledEventAttributes Source #
Provide details of the ChildWorkflowExecutionCanceled
event.
See: newChildWorkflowExecutionCanceledEventAttributes
smart constructor.
ChildWorkflowExecutionCanceledEventAttributes' | |
|
Instances
newChildWorkflowExecutionCanceledEventAttributes Source #
Create a value of ChildWorkflowExecutionCanceledEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:details:ChildWorkflowExecutionCanceledEventAttributes'
, childWorkflowExecutionCanceledEventAttributes_details
- Details of the cancellation (if provided).
$sel:workflowExecution:ChildWorkflowExecutionCanceledEventAttributes'
, childWorkflowExecutionCanceledEventAttributes_workflowExecution
- The child workflow execution that was canceled.
$sel:workflowType:ChildWorkflowExecutionCanceledEventAttributes'
, childWorkflowExecutionCanceledEventAttributes_workflowType
- The type of the child workflow execution.
$sel:initiatedEventId:ChildWorkflowExecutionCanceledEventAttributes'
, childWorkflowExecutionCanceledEventAttributes_initiatedEventId
- The ID of the StartChildWorkflowExecutionInitiated
event corresponding
to the StartChildWorkflowExecution
Decision to start this child
workflow execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
$sel:startedEventId:ChildWorkflowExecutionCanceledEventAttributes'
, childWorkflowExecutionCanceledEventAttributes_startedEventId
- The ID of the ChildWorkflowExecutionStarted
event recorded when this
child workflow execution was started. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
childWorkflowExecutionCanceledEventAttributes_details :: Lens' ChildWorkflowExecutionCanceledEventAttributes (Maybe Text) Source #
Details of the cancellation (if provided).
childWorkflowExecutionCanceledEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionCanceledEventAttributes WorkflowExecution Source #
The child workflow execution that was canceled.
childWorkflowExecutionCanceledEventAttributes_workflowType :: Lens' ChildWorkflowExecutionCanceledEventAttributes WorkflowType Source #
The type of the child workflow execution.
childWorkflowExecutionCanceledEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionCanceledEventAttributes Integer Source #
The ID of the StartChildWorkflowExecutionInitiated
event corresponding
to the StartChildWorkflowExecution
Decision to start this child
workflow execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
childWorkflowExecutionCanceledEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionCanceledEventAttributes Integer Source #
The ID of the ChildWorkflowExecutionStarted
event recorded when this
child workflow execution was started. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
ChildWorkflowExecutionCompletedEventAttributes
data ChildWorkflowExecutionCompletedEventAttributes Source #
Provides the details of the ChildWorkflowExecutionCompleted
event.
See: newChildWorkflowExecutionCompletedEventAttributes
smart constructor.
ChildWorkflowExecutionCompletedEventAttributes' | |
|
Instances
newChildWorkflowExecutionCompletedEventAttributes Source #
Create a value of ChildWorkflowExecutionCompletedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:result:ChildWorkflowExecutionCompletedEventAttributes'
, childWorkflowExecutionCompletedEventAttributes_result
- The result of the child workflow execution.
$sel:workflowExecution:ChildWorkflowExecutionCompletedEventAttributes'
, childWorkflowExecutionCompletedEventAttributes_workflowExecution
- The child workflow execution that was completed.
$sel:workflowType:ChildWorkflowExecutionCompletedEventAttributes'
, childWorkflowExecutionCompletedEventAttributes_workflowType
- The type of the child workflow execution.
$sel:initiatedEventId:ChildWorkflowExecutionCompletedEventAttributes'
, childWorkflowExecutionCompletedEventAttributes_initiatedEventId
- The ID of the StartChildWorkflowExecutionInitiated
event corresponding
to the StartChildWorkflowExecution
Decision to start this child
workflow execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
$sel:startedEventId:ChildWorkflowExecutionCompletedEventAttributes'
, childWorkflowExecutionCompletedEventAttributes_startedEventId
- The ID of the ChildWorkflowExecutionStarted
event recorded when this
child workflow execution was started. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
childWorkflowExecutionCompletedEventAttributes_result :: Lens' ChildWorkflowExecutionCompletedEventAttributes (Maybe Text) Source #
The result of the child workflow execution.
childWorkflowExecutionCompletedEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionCompletedEventAttributes WorkflowExecution Source #
The child workflow execution that was completed.
childWorkflowExecutionCompletedEventAttributes_workflowType :: Lens' ChildWorkflowExecutionCompletedEventAttributes WorkflowType Source #
The type of the child workflow execution.
childWorkflowExecutionCompletedEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionCompletedEventAttributes Integer Source #
The ID of the StartChildWorkflowExecutionInitiated
event corresponding
to the StartChildWorkflowExecution
Decision to start this child
workflow execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
childWorkflowExecutionCompletedEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionCompletedEventAttributes Integer Source #
The ID of the ChildWorkflowExecutionStarted
event recorded when this
child workflow execution was started. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
ChildWorkflowExecutionFailedEventAttributes
data ChildWorkflowExecutionFailedEventAttributes Source #
Provides the details of the ChildWorkflowExecutionFailed
event.
See: newChildWorkflowExecutionFailedEventAttributes
smart constructor.
ChildWorkflowExecutionFailedEventAttributes' | |
|
Instances
newChildWorkflowExecutionFailedEventAttributes Source #
Create a value of ChildWorkflowExecutionFailedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:reason:ChildWorkflowExecutionFailedEventAttributes'
, childWorkflowExecutionFailedEventAttributes_reason
- The reason for the failure (if provided).
$sel:details:ChildWorkflowExecutionFailedEventAttributes'
, childWorkflowExecutionFailedEventAttributes_details
- The details of the failure (if provided).
$sel:workflowExecution:ChildWorkflowExecutionFailedEventAttributes'
, childWorkflowExecutionFailedEventAttributes_workflowExecution
- The child workflow execution that failed.
$sel:workflowType:ChildWorkflowExecutionFailedEventAttributes'
, childWorkflowExecutionFailedEventAttributes_workflowType
- The type of the child workflow execution.
$sel:initiatedEventId:ChildWorkflowExecutionFailedEventAttributes'
, childWorkflowExecutionFailedEventAttributes_initiatedEventId
- The ID of the StartChildWorkflowExecutionInitiated
event corresponding
to the StartChildWorkflowExecution
Decision to start this child
workflow execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
$sel:startedEventId:ChildWorkflowExecutionFailedEventAttributes'
, childWorkflowExecutionFailedEventAttributes_startedEventId
- The ID of the ChildWorkflowExecutionStarted
event recorded when this
child workflow execution was started. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
childWorkflowExecutionFailedEventAttributes_reason :: Lens' ChildWorkflowExecutionFailedEventAttributes (Maybe Text) Source #
The reason for the failure (if provided).
childWorkflowExecutionFailedEventAttributes_details :: Lens' ChildWorkflowExecutionFailedEventAttributes (Maybe Text) Source #
The details of the failure (if provided).
childWorkflowExecutionFailedEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionFailedEventAttributes WorkflowExecution Source #
The child workflow execution that failed.
childWorkflowExecutionFailedEventAttributes_workflowType :: Lens' ChildWorkflowExecutionFailedEventAttributes WorkflowType Source #
The type of the child workflow execution.
childWorkflowExecutionFailedEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionFailedEventAttributes Integer Source #
The ID of the StartChildWorkflowExecutionInitiated
event corresponding
to the StartChildWorkflowExecution
Decision to start this child
workflow execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
childWorkflowExecutionFailedEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionFailedEventAttributes Integer Source #
The ID of the ChildWorkflowExecutionStarted
event recorded when this
child workflow execution was started. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
ChildWorkflowExecutionStartedEventAttributes
data ChildWorkflowExecutionStartedEventAttributes Source #
Provides the details of the ChildWorkflowExecutionStarted
event.
See: newChildWorkflowExecutionStartedEventAttributes
smart constructor.
ChildWorkflowExecutionStartedEventAttributes' | |
|
Instances
newChildWorkflowExecutionStartedEventAttributes Source #
Create a value of ChildWorkflowExecutionStartedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workflowExecution:ChildWorkflowExecutionStartedEventAttributes'
, childWorkflowExecutionStartedEventAttributes_workflowExecution
- The child workflow execution that was started.
$sel:workflowType:ChildWorkflowExecutionStartedEventAttributes'
, childWorkflowExecutionStartedEventAttributes_workflowType
- The type of the child workflow execution.
$sel:initiatedEventId:ChildWorkflowExecutionStartedEventAttributes'
, childWorkflowExecutionStartedEventAttributes_initiatedEventId
- The ID of the StartChildWorkflowExecutionInitiated
event corresponding
to the StartChildWorkflowExecution
Decision to start this child
workflow execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
childWorkflowExecutionStartedEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionStartedEventAttributes WorkflowExecution Source #
The child workflow execution that was started.
childWorkflowExecutionStartedEventAttributes_workflowType :: Lens' ChildWorkflowExecutionStartedEventAttributes WorkflowType Source #
The type of the child workflow execution.
childWorkflowExecutionStartedEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionStartedEventAttributes Integer Source #
The ID of the StartChildWorkflowExecutionInitiated
event corresponding
to the StartChildWorkflowExecution
Decision to start this child
workflow execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
ChildWorkflowExecutionTerminatedEventAttributes
data ChildWorkflowExecutionTerminatedEventAttributes Source #
Provides the details of the ChildWorkflowExecutionTerminated
event.
See: newChildWorkflowExecutionTerminatedEventAttributes
smart constructor.
ChildWorkflowExecutionTerminatedEventAttributes' | |
|
Instances
newChildWorkflowExecutionTerminatedEventAttributes Source #
Create a value of ChildWorkflowExecutionTerminatedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workflowExecution:ChildWorkflowExecutionTerminatedEventAttributes'
, childWorkflowExecutionTerminatedEventAttributes_workflowExecution
- The child workflow execution that was terminated.
$sel:workflowType:ChildWorkflowExecutionTerminatedEventAttributes'
, childWorkflowExecutionTerminatedEventAttributes_workflowType
- The type of the child workflow execution.
$sel:initiatedEventId:ChildWorkflowExecutionTerminatedEventAttributes'
, childWorkflowExecutionTerminatedEventAttributes_initiatedEventId
- The ID of the StartChildWorkflowExecutionInitiated
event corresponding
to the StartChildWorkflowExecution
Decision to start this child
workflow execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
$sel:startedEventId:ChildWorkflowExecutionTerminatedEventAttributes'
, childWorkflowExecutionTerminatedEventAttributes_startedEventId
- The ID of the ChildWorkflowExecutionStarted
event recorded when this
child workflow execution was started. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
childWorkflowExecutionTerminatedEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionTerminatedEventAttributes WorkflowExecution Source #
The child workflow execution that was terminated.
childWorkflowExecutionTerminatedEventAttributes_workflowType :: Lens' ChildWorkflowExecutionTerminatedEventAttributes WorkflowType Source #
The type of the child workflow execution.
childWorkflowExecutionTerminatedEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Integer Source #
The ID of the StartChildWorkflowExecutionInitiated
event corresponding
to the StartChildWorkflowExecution
Decision to start this child
workflow execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
childWorkflowExecutionTerminatedEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Integer Source #
The ID of the ChildWorkflowExecutionStarted
event recorded when this
child workflow execution was started. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
ChildWorkflowExecutionTimedOutEventAttributes
data ChildWorkflowExecutionTimedOutEventAttributes Source #
Provides the details of the ChildWorkflowExecutionTimedOut
event.
See: newChildWorkflowExecutionTimedOutEventAttributes
smart constructor.
ChildWorkflowExecutionTimedOutEventAttributes' | |
|
Instances
newChildWorkflowExecutionTimedOutEventAttributes Source #
Create a value of ChildWorkflowExecutionTimedOutEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workflowExecution:ChildWorkflowExecutionTimedOutEventAttributes'
, childWorkflowExecutionTimedOutEventAttributes_workflowExecution
- The child workflow execution that timed out.
$sel:workflowType:ChildWorkflowExecutionTimedOutEventAttributes'
, childWorkflowExecutionTimedOutEventAttributes_workflowType
- The type of the child workflow execution.
$sel:timeoutType:ChildWorkflowExecutionTimedOutEventAttributes'
, childWorkflowExecutionTimedOutEventAttributes_timeoutType
- The type of the timeout that caused the child workflow execution to time
out.
$sel:initiatedEventId:ChildWorkflowExecutionTimedOutEventAttributes'
, childWorkflowExecutionTimedOutEventAttributes_initiatedEventId
- The ID of the StartChildWorkflowExecutionInitiated
event corresponding
to the StartChildWorkflowExecution
Decision to start this child
workflow execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
$sel:startedEventId:ChildWorkflowExecutionTimedOutEventAttributes'
, childWorkflowExecutionTimedOutEventAttributes_startedEventId
- The ID of the ChildWorkflowExecutionStarted
event recorded when this
child workflow execution was started. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
childWorkflowExecutionTimedOutEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionTimedOutEventAttributes WorkflowExecution Source #
The child workflow execution that timed out.
childWorkflowExecutionTimedOutEventAttributes_workflowType :: Lens' ChildWorkflowExecutionTimedOutEventAttributes WorkflowType Source #
The type of the child workflow execution.
childWorkflowExecutionTimedOutEventAttributes_timeoutType :: Lens' ChildWorkflowExecutionTimedOutEventAttributes WorkflowExecutionTimeoutType Source #
The type of the timeout that caused the child workflow execution to time out.
childWorkflowExecutionTimedOutEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionTimedOutEventAttributes Integer Source #
The ID of the StartChildWorkflowExecutionInitiated
event corresponding
to the StartChildWorkflowExecution
Decision to start this child
workflow execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
childWorkflowExecutionTimedOutEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionTimedOutEventAttributes Integer Source #
The ID of the ChildWorkflowExecutionStarted
event recorded when this
child workflow execution was started. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
CloseStatusFilter
data CloseStatusFilter Source #
Used to filter the closed workflow executions in visibility APIs by their close status.
See: newCloseStatusFilter
smart constructor.
CloseStatusFilter' | |
|
Instances
Create a value of CloseStatusFilter
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:CloseStatusFilter'
, closeStatusFilter_status
- The close status that must match the close status of an execution for it
to meet the criteria of this filter.
closeStatusFilter_status :: Lens' CloseStatusFilter CloseStatus Source #
The close status that must match the close status of an execution for it to meet the criteria of this filter.
CompleteWorkflowExecutionDecisionAttributes
data CompleteWorkflowExecutionDecisionAttributes Source #
Provides the details of the CompleteWorkflowExecution
decision.
Access Control
You can use IAM policies to control this decision's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller doesn't have sufficient permissions to invoke the action,
or the parameter values fall outside the specified constraints, the
action fails. The associated event attribute's cause
parameter is set
to OPERATION_NOT_PERMITTED
. For details and example IAM policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
See: newCompleteWorkflowExecutionDecisionAttributes
smart constructor.
Instances
Eq CompleteWorkflowExecutionDecisionAttributes Source # | |
Read CompleteWorkflowExecutionDecisionAttributes Source # | |
Show CompleteWorkflowExecutionDecisionAttributes Source # | |
Generic CompleteWorkflowExecutionDecisionAttributes Source # | |
NFData CompleteWorkflowExecutionDecisionAttributes Source # | |
Hashable CompleteWorkflowExecutionDecisionAttributes Source # | |
ToJSON CompleteWorkflowExecutionDecisionAttributes Source # | |
type Rep CompleteWorkflowExecutionDecisionAttributes Source # | |
Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes type Rep CompleteWorkflowExecutionDecisionAttributes = D1 ('MetaData "CompleteWorkflowExecutionDecisionAttributes" "Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "CompleteWorkflowExecutionDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "result") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newCompleteWorkflowExecutionDecisionAttributes :: CompleteWorkflowExecutionDecisionAttributes Source #
Create a value of CompleteWorkflowExecutionDecisionAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:result:CompleteWorkflowExecutionDecisionAttributes'
, completeWorkflowExecutionDecisionAttributes_result
- The result of the workflow execution. The form of the result is
implementation defined.
completeWorkflowExecutionDecisionAttributes_result :: Lens' CompleteWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The result of the workflow execution. The form of the result is implementation defined.
CompleteWorkflowExecutionFailedEventAttributes
data CompleteWorkflowExecutionFailedEventAttributes Source #
Provides the details of the CompleteWorkflowExecutionFailed
event.
See: newCompleteWorkflowExecutionFailedEventAttributes
smart constructor.
CompleteWorkflowExecutionFailedEventAttributes' | |
|
Instances
newCompleteWorkflowExecutionFailedEventAttributes Source #
:: CompleteWorkflowExecutionFailedCause | |
-> Integer |
|
-> CompleteWorkflowExecutionFailedEventAttributes |
Create a value of CompleteWorkflowExecutionFailedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:cause:CompleteWorkflowExecutionFailedEventAttributes'
, completeWorkflowExecutionFailedEventAttributes_cause
- The cause of the failure. This information is generated by the system
and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
$sel:decisionTaskCompletedEventId:CompleteWorkflowExecutionFailedEventAttributes'
, completeWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the CompleteWorkflowExecution
decision
to complete this execution. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
completeWorkflowExecutionFailedEventAttributes_cause :: Lens' CompleteWorkflowExecutionFailedEventAttributes CompleteWorkflowExecutionFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
completeWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' CompleteWorkflowExecutionFailedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the CompleteWorkflowExecution
decision
to complete this execution. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
ContinueAsNewWorkflowExecutionDecisionAttributes
data ContinueAsNewWorkflowExecutionDecisionAttributes Source #
Provides the details of the ContinueAsNewWorkflowExecution
decision.
Access Control
You can use IAM policies to control this decision's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. Constrain the following parameters by using a
Condition
element with the appropriate keys.tag
– A tag used to identify the workflow 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: newContinueAsNewWorkflowExecutionDecisionAttributes
smart constructor.
ContinueAsNewWorkflowExecutionDecisionAttributes' | |
|
Instances
newContinueAsNewWorkflowExecutionDecisionAttributes :: ContinueAsNewWorkflowExecutionDecisionAttributes Source #
Create a value of ContinueAsNewWorkflowExecutionDecisionAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tagList:ContinueAsNewWorkflowExecutionDecisionAttributes'
, continueAsNewWorkflowExecutionDecisionAttributes_tagList
- The list of tags to associate with the new workflow execution. A maximum
of 5 tags can be specified. You can list workflow executions with a
specific tag by calling ListOpenWorkflowExecutions or
ListClosedWorkflowExecutions and specifying a TagFilter.
$sel:taskStartToCloseTimeout:ContinueAsNewWorkflowExecutionDecisionAttributes'
, continueAsNewWorkflowExecutionDecisionAttributes_taskStartToCloseTimeout
- Specifies the maximum duration of decision tasks for the new workflow
execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault is returned.
$sel:lambdaRole:ContinueAsNewWorkflowExecutionDecisionAttributes'
, continueAsNewWorkflowExecutionDecisionAttributes_lambdaRole
- The IAM role to attach to the new (continued) execution.
$sel:input:ContinueAsNewWorkflowExecutionDecisionAttributes'
, continueAsNewWorkflowExecutionDecisionAttributes_input
- The input provided to the new workflow execution.
$sel:workflowTypeVersion:ContinueAsNewWorkflowExecutionDecisionAttributes'
, continueAsNewWorkflowExecutionDecisionAttributes_workflowTypeVersion
- The version of the workflow to start.
$sel:executionStartToCloseTimeout:ContinueAsNewWorkflowExecutionDecisionAttributes'
, continueAsNewWorkflowExecutionDecisionAttributes_executionStartToCloseTimeout
- If set, specifies the total duration for this workflow execution. This
overrides the defaultExecutionStartToCloseTimeout
specified when
registering the workflow type.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault is returned.
$sel:taskList:ContinueAsNewWorkflowExecutionDecisionAttributes'
, continueAsNewWorkflowExecutionDecisionAttributes_taskList
- The task list to use for the decisions of the new (continued) workflow
execution.
$sel:taskPriority:ContinueAsNewWorkflowExecutionDecisionAttributes'
, continueAsNewWorkflowExecutionDecisionAttributes_taskPriority
- The task priority that, if set, specifies the priority for the decision
tasks for this workflow execution. This overrides the
defaultTaskPriority specified when registering the workflow type. Valid
values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers
indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.
$sel:childPolicy:ContinueAsNewWorkflowExecutionDecisionAttributes'
, continueAsNewWorkflowExecutionDecisionAttributes_childPolicy
- If set, specifies the policy to use for the child workflow executions of
the new execution if it is terminated by calling the
TerminateWorkflowExecution action explicitly or due to an expired
timeout. This policy overrides the default child policy specified when
registering the workflow type using RegisterWorkflowType.
The supported child policies are:
TERMINATE
– The child executions are terminated.REQUEST_CANCEL
– A request to cancel is attempted for each child execution by recording aWorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.ABANDON
– No action is taken. The child executions continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.
continueAsNewWorkflowExecutionDecisionAttributes_tagList :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe [Text]) Source #
The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
continueAsNewWorkflowExecutionDecisionAttributes_taskStartToCloseTimeout :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text) Source #
Specifies the maximum duration of decision tasks for the new workflow
execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault is returned.
continueAsNewWorkflowExecutionDecisionAttributes_lambdaRole :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The IAM role to attach to the new (continued) execution.
continueAsNewWorkflowExecutionDecisionAttributes_input :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The input provided to the new workflow execution.
continueAsNewWorkflowExecutionDecisionAttributes_workflowTypeVersion :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The version of the workflow to start.
continueAsNewWorkflowExecutionDecisionAttributes_executionStartToCloseTimeout :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text) Source #
If set, specifies the total duration for this workflow execution. This
overrides the defaultExecutionStartToCloseTimeout
specified when
registering the workflow type.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault is returned.
continueAsNewWorkflowExecutionDecisionAttributes_taskList :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe TaskList) Source #
The task list to use for the decisions of the new (continued) workflow execution.
continueAsNewWorkflowExecutionDecisionAttributes_taskPriority :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The task priority that, if set, specifies the priority for the decision
tasks for this workflow execution. This overrides the
defaultTaskPriority specified when registering the workflow type. Valid
values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers
indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.
continueAsNewWorkflowExecutionDecisionAttributes_childPolicy :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes (Maybe ChildPolicy) Source #
If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
TERMINATE
– The child executions are terminated.REQUEST_CANCEL
– A request to cancel is attempted for each child execution by recording aWorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.ABANDON
– No action is taken. The child executions continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.
ContinueAsNewWorkflowExecutionFailedEventAttributes
data ContinueAsNewWorkflowExecutionFailedEventAttributes Source #
Provides the details of the ContinueAsNewWorkflowExecutionFailed
event.
See: newContinueAsNewWorkflowExecutionFailedEventAttributes
smart constructor.
ContinueAsNewWorkflowExecutionFailedEventAttributes' | |
|
Instances
newContinueAsNewWorkflowExecutionFailedEventAttributes Source #
Create a value of ContinueAsNewWorkflowExecutionFailedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:cause:ContinueAsNewWorkflowExecutionFailedEventAttributes'
, continueAsNewWorkflowExecutionFailedEventAttributes_cause
- The cause of the failure. This information is generated by the system
and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
$sel:decisionTaskCompletedEventId:ContinueAsNewWorkflowExecutionFailedEventAttributes'
, continueAsNewWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
continueAsNewWorkflowExecutionFailedEventAttributes_cause :: Lens' ContinueAsNewWorkflowExecutionFailedEventAttributes ContinueAsNewWorkflowExecutionFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
continueAsNewWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' ContinueAsNewWorkflowExecutionFailedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
Decision
Specifies a decision made by the decider. A decision can be one of these types:
CancelTimer
– Cancels a previously started timer and records aTimerCanceled
event in the history.CancelWorkflowExecution
– Closes the workflow execution and records aWorkflowExecutionCanceled
event in the history.CompleteWorkflowExecution
– Closes the workflow execution and records aWorkflowExecutionCompleted
event in the history .ContinueAsNewWorkflowExecution
– Closes the workflow execution and starts a new workflow execution of the same type using the same workflow ID and a unique run Id. AWorkflowExecutionContinuedAsNew
event is recorded in the history.FailWorkflowExecution
– Closes the workflow execution and records aWorkflowExecutionFailed
event in the history.RecordMarker
– Records aMarkerRecorded
event in the history. Markers can be used for adding custom information in the history for instance to let deciders know that they don't need to look at the history beyond the marker event.RequestCancelActivityTask
– Attempts to cancel a previously scheduled activity task. If the activity task was scheduled but has not been assigned to a worker, then it is canceled. If the activity task was already assigned to a worker, then the worker is informed that cancellation has been requested in the response to RecordActivityTaskHeartbeat.RequestCancelExternalWorkflowExecution
– Requests that a request be made to cancel the specified external workflow execution and records aRequestCancelExternalWorkflowExecutionInitiated
event in the history.ScheduleActivityTask
– Schedules an activity task.SignalExternalWorkflowExecution
– Requests a signal to be delivered to the specified external workflow execution and records aSignalExternalWorkflowExecutionInitiated
event in the history.StartChildWorkflowExecution
– Requests that a child workflow execution be started and records aStartChildWorkflowExecutionInitiated
event in the history. The child workflow execution is a separate workflow execution with its own history.StartTimer
– Starts a timer for this workflow execution and records aTimerStarted
event in the history. This timer fires after the specified delay and record aTimerFired
event.
Access Control
If you grant permission to use RespondDecisionTaskCompleted
, you can
use IAM policies to express permissions for the list of decisions
returned by this action as if they were members of the API. Treating
decisions as a pseudo API maintains a uniform conceptual model and helps
keep policies readable. For details and example IAM policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
Decision Failure
Decisions can fail for several reasons
- The ordering of decisions should follow a logical flow. Some decisions might not make sense in the current context of the workflow execution and therefore fails.
- A limit on your account was reached.
- The decision lacks sufficient permissions.
One of the following events might be added to the history to indicate an
error. The event attribute's cause
parameter indicates the cause. If
cause
is set to OPERATION_NOT_PERMITTED
, the decision failed because
it lacked sufficient permissions. For details and example IAM policies,
see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
ScheduleActivityTaskFailed
– AScheduleActivityTask
decision failed. This could happen if the activity type specified in the decision isn't registered, is in a deprecated state, or the decision isn't properly configured.RequestCancelActivityTaskFailed
– ARequestCancelActivityTask
decision failed. This could happen if there is no open activity task with the specified activityId.StartTimerFailed
– AStartTimer
decision failed. This could happen if there is another open timer with the same timerId.CancelTimerFailed
– ACancelTimer
decision failed. This could happen if there is no open timer with the specified timerId.StartChildWorkflowExecutionFailed
– AStartChildWorkflowExecution
decision failed. This could happen if the workflow type specified isn't registered, is deprecated, or the decision isn't properly configured.SignalExternalWorkflowExecutionFailed
– ASignalExternalWorkflowExecution
decision failed. This could happen if theworkflowID
specified in the decision was incorrect.RequestCancelExternalWorkflowExecutionFailed
– ARequestCancelExternalWorkflowExecution
decision failed. This could happen if theworkflowID
specified in the decision was incorrect.CancelWorkflowExecutionFailed
– ACancelWorkflowExecution
decision failed. This could happen if there is an unhandled decision task pending in the workflow execution.CompleteWorkflowExecutionFailed
– ACompleteWorkflowExecution
decision failed. This could happen if there is an unhandled decision task pending in the workflow execution.ContinueAsNewWorkflowExecutionFailed
– AContinueAsNewWorkflowExecution
decision failed. This could happen if there is an unhandled decision task pending in the workflow execution or the ContinueAsNewWorkflowExecution decision was not configured correctly.FailWorkflowExecutionFailed
– AFailWorkflowExecution
decision failed. This could happen if there is an unhandled decision task pending in the workflow execution.
The preceding error events might occur due to an error in the decider logic, which might put the workflow execution in an unstable state The cause field in the event structure for the error event indicates the cause of the error.
A workflow execution may be closed by the decider by returning one of
the following decisions when completing a decision task:
CompleteWorkflowExecution
, FailWorkflowExecution
,
CancelWorkflowExecution
and ContinueAsNewWorkflowExecution
. An
UnhandledDecision
fault is returned if a workflow closing decision is
specified and a signal or activity event had been added to the history
while the decision task was being performed by the decider. Unlike the
above situations which are logic issues, this fault is always possible
because of race conditions in a distributed system. The right action
here is to call RespondDecisionTaskCompleted without any decisions. This
would result in another decision task with these new events included in
the history. The decider should handle the new events and may decide to
close the workflow execution.
How to Code a Decision
You code a decision by first setting the decision type field to one of the above decision values, and then set the corresponding attributes field shown below:
ScheduleActivityTaskDecisionAttributes
RequestCancelActivityTaskDecisionAttributes
CompleteWorkflowExecutionDecisionAttributes
FailWorkflowExecutionDecisionAttributes
CancelWorkflowExecutionDecisionAttributes
ContinueAsNewWorkflowExecutionDecisionAttributes
RecordMarkerDecisionAttributes
StartTimerDecisionAttributes
CancelTimerDecisionAttributes
SignalExternalWorkflowExecutionDecisionAttributes
RequestCancelExternalWorkflowExecutionDecisionAttributes
StartChildWorkflowExecutionDecisionAttributes
See: newDecision
smart constructor.
Decision' | |
|
Instances
Create a value of Decision
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestCancelExternalWorkflowExecutionDecisionAttributes:Decision'
, decision_requestCancelExternalWorkflowExecutionDecisionAttributes
- Provides the details of the RequestCancelExternalWorkflowExecution
decision. It isn't set for other decision types.
$sel:scheduleActivityTaskDecisionAttributes:Decision'
, decision_scheduleActivityTaskDecisionAttributes
- Provides the details of the ScheduleActivityTask
decision. It isn't
set for other decision types.
$sel:signalExternalWorkflowExecutionDecisionAttributes:Decision'
, decision_signalExternalWorkflowExecutionDecisionAttributes
- Provides the details of the SignalExternalWorkflowExecution
decision.
It isn't set for other decision types.
$sel:startTimerDecisionAttributes:Decision'
, decision_startTimerDecisionAttributes
- Provides the details of the StartTimer
decision. It isn't set for
other decision types.
$sel:recordMarkerDecisionAttributes:Decision'
, decision_recordMarkerDecisionAttributes
- Provides the details of the RecordMarker
decision. It isn't set for
other decision types.
$sel:failWorkflowExecutionDecisionAttributes:Decision'
, decision_failWorkflowExecutionDecisionAttributes
- Provides the details of the FailWorkflowExecution
decision. It isn't
set for other decision types.
$sel:startChildWorkflowExecutionDecisionAttributes:Decision'
, decision_startChildWorkflowExecutionDecisionAttributes
- Provides the details of the StartChildWorkflowExecution
decision. It
isn't set for other decision types.
$sel:completeWorkflowExecutionDecisionAttributes:Decision'
, decision_completeWorkflowExecutionDecisionAttributes
- Provides the details of the CompleteWorkflowExecution
decision. It
isn't set for other decision types.
$sel:scheduleLambdaFunctionDecisionAttributes:Decision'
, decision_scheduleLambdaFunctionDecisionAttributes
- Provides the details of the ScheduleLambdaFunction
decision. It isn't
set for other decision types.
$sel:requestCancelActivityTaskDecisionAttributes:Decision'
, decision_requestCancelActivityTaskDecisionAttributes
- Provides the details of the RequestCancelActivityTask
decision. It
isn't set for other decision types.
$sel:cancelWorkflowExecutionDecisionAttributes:Decision'
, decision_cancelWorkflowExecutionDecisionAttributes
- Provides the details of the CancelWorkflowExecution
decision. It
isn't set for other decision types.
$sel:cancelTimerDecisionAttributes:Decision'
, decision_cancelTimerDecisionAttributes
- Provides the details of the CancelTimer
decision. It isn't set for
other decision types.
$sel:continueAsNewWorkflowExecutionDecisionAttributes:Decision'
, decision_continueAsNewWorkflowExecutionDecisionAttributes
- Provides the details of the ContinueAsNewWorkflowExecution
decision.
It isn't set for other decision types.
$sel:decisionType:Decision'
, decision_decisionType
- Specifies the type of the decision.
decision_requestCancelExternalWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe RequestCancelExternalWorkflowExecutionDecisionAttributes) Source #
Provides the details of the RequestCancelExternalWorkflowExecution
decision. It isn't set for other decision types.
decision_scheduleActivityTaskDecisionAttributes :: Lens' Decision (Maybe ScheduleActivityTaskDecisionAttributes) Source #
Provides the details of the ScheduleActivityTask
decision. It isn't
set for other decision types.
decision_signalExternalWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe SignalExternalWorkflowExecutionDecisionAttributes) Source #
Provides the details of the SignalExternalWorkflowExecution
decision.
It isn't set for other decision types.
decision_startTimerDecisionAttributes :: Lens' Decision (Maybe StartTimerDecisionAttributes) Source #
Provides the details of the StartTimer
decision. It isn't set for
other decision types.
decision_recordMarkerDecisionAttributes :: Lens' Decision (Maybe RecordMarkerDecisionAttributes) Source #
Provides the details of the RecordMarker
decision. It isn't set for
other decision types.
decision_failWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe FailWorkflowExecutionDecisionAttributes) Source #
Provides the details of the FailWorkflowExecution
decision. It isn't
set for other decision types.
decision_startChildWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe StartChildWorkflowExecutionDecisionAttributes) Source #
Provides the details of the StartChildWorkflowExecution
decision. It
isn't set for other decision types.
decision_completeWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe CompleteWorkflowExecutionDecisionAttributes) Source #
Provides the details of the CompleteWorkflowExecution
decision. It
isn't set for other decision types.
decision_scheduleLambdaFunctionDecisionAttributes :: Lens' Decision (Maybe ScheduleLambdaFunctionDecisionAttributes) Source #
Provides the details of the ScheduleLambdaFunction
decision. It isn't
set for other decision types.
decision_requestCancelActivityTaskDecisionAttributes :: Lens' Decision (Maybe RequestCancelActivityTaskDecisionAttributes) Source #
Provides the details of the RequestCancelActivityTask
decision. It
isn't set for other decision types.
decision_cancelWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe CancelWorkflowExecutionDecisionAttributes) Source #
Provides the details of the CancelWorkflowExecution
decision. It
isn't set for other decision types.
decision_cancelTimerDecisionAttributes :: Lens' Decision (Maybe CancelTimerDecisionAttributes) Source #
Provides the details of the CancelTimer
decision. It isn't set for
other decision types.
decision_continueAsNewWorkflowExecutionDecisionAttributes :: Lens' Decision (Maybe ContinueAsNewWorkflowExecutionDecisionAttributes) Source #
Provides the details of the ContinueAsNewWorkflowExecution
decision.
It isn't set for other decision types.
decision_decisionType :: Lens' Decision DecisionType Source #
Specifies the type of the decision.
DecisionTaskCompletedEventAttributes
data DecisionTaskCompletedEventAttributes Source #
Provides the details of the DecisionTaskCompleted
event.
See: newDecisionTaskCompletedEventAttributes
smart constructor.
DecisionTaskCompletedEventAttributes' | |
|
Instances
newDecisionTaskCompletedEventAttributes Source #
Create a value of DecisionTaskCompletedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:executionContext:DecisionTaskCompletedEventAttributes'
, decisionTaskCompletedEventAttributes_executionContext
- User defined context for the workflow execution.
$sel:scheduledEventId:DecisionTaskCompletedEventAttributes'
, decisionTaskCompletedEventAttributes_scheduledEventId
- The ID of the DecisionTaskScheduled
event that was recorded when this
decision task was scheduled. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
$sel:startedEventId:DecisionTaskCompletedEventAttributes'
, decisionTaskCompletedEventAttributes_startedEventId
- The ID of the DecisionTaskStarted
event recorded when this decision
task was started. This information can be useful for diagnosing problems
by tracing back the chain of events leading up to this event.
decisionTaskCompletedEventAttributes_executionContext :: Lens' DecisionTaskCompletedEventAttributes (Maybe Text) Source #
User defined context for the workflow execution.
decisionTaskCompletedEventAttributes_scheduledEventId :: Lens' DecisionTaskCompletedEventAttributes Integer Source #
The ID of the DecisionTaskScheduled
event that was recorded when this
decision task was scheduled. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
decisionTaskCompletedEventAttributes_startedEventId :: Lens' DecisionTaskCompletedEventAttributes Integer Source #
The ID of the DecisionTaskStarted
event recorded when this decision
task was started. This information can be useful for diagnosing problems
by tracing back the chain of events leading up to this event.
DecisionTaskScheduledEventAttributes
data DecisionTaskScheduledEventAttributes Source #
Provides details about the DecisionTaskScheduled
event.
See: newDecisionTaskScheduledEventAttributes
smart constructor.
DecisionTaskScheduledEventAttributes' | |
|
Instances
newDecisionTaskScheduledEventAttributes Source #
Create a value of DecisionTaskScheduledEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:taskPriority:DecisionTaskScheduledEventAttributes'
, decisionTaskScheduledEventAttributes_taskPriority
- A task priority that, if set, specifies the priority for this decision
task. Valid values are integers that range from Java's
Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647).
Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.
$sel:startToCloseTimeout:DecisionTaskScheduledEventAttributes'
, decisionTaskScheduledEventAttributes_startToCloseTimeout
- The maximum duration for this decision task. The task is considered
timed out if it doesn't completed within this duration.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
$sel:taskList:DecisionTaskScheduledEventAttributes'
, decisionTaskScheduledEventAttributes_taskList
- The name of the task list in which the decision task was scheduled.
decisionTaskScheduledEventAttributes_taskPriority :: Lens' DecisionTaskScheduledEventAttributes (Maybe Text) Source #
A task priority that, if set, specifies the priority for this decision
task. Valid values are integers that range from Java's
Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647).
Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.
decisionTaskScheduledEventAttributes_startToCloseTimeout :: Lens' DecisionTaskScheduledEventAttributes (Maybe Text) Source #
The maximum duration for this decision task. The task is considered timed out if it doesn't completed within this duration.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
decisionTaskScheduledEventAttributes_taskList :: Lens' DecisionTaskScheduledEventAttributes TaskList Source #
The name of the task list in which the decision task was scheduled.
DecisionTaskStartedEventAttributes
data DecisionTaskStartedEventAttributes Source #
Provides the details of the DecisionTaskStarted
event.
See: newDecisionTaskStartedEventAttributes
smart constructor.
DecisionTaskStartedEventAttributes' | |
|
Instances
newDecisionTaskStartedEventAttributes Source #
Create a value of DecisionTaskStartedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:identity:DecisionTaskStartedEventAttributes'
, decisionTaskStartedEventAttributes_identity
- Identity of the decider making the request. This enables diagnostic
tracing when problems arise. The form of this identity is user defined.
$sel:scheduledEventId:DecisionTaskStartedEventAttributes'
, decisionTaskStartedEventAttributes_scheduledEventId
- The ID of the DecisionTaskScheduled
event that was recorded when this
decision task was scheduled. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
decisionTaskStartedEventAttributes_identity :: Lens' DecisionTaskStartedEventAttributes (Maybe Text) Source #
Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.
decisionTaskStartedEventAttributes_scheduledEventId :: Lens' DecisionTaskStartedEventAttributes Integer Source #
The ID of the DecisionTaskScheduled
event that was recorded when this
decision task was scheduled. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
DecisionTaskTimedOutEventAttributes
data DecisionTaskTimedOutEventAttributes Source #
Provides the details of the DecisionTaskTimedOut
event.
See: newDecisionTaskTimedOutEventAttributes
smart constructor.
DecisionTaskTimedOutEventAttributes' | |
|
Instances
newDecisionTaskTimedOutEventAttributes Source #
Create a value of DecisionTaskTimedOutEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:timeoutType:DecisionTaskTimedOutEventAttributes'
, decisionTaskTimedOutEventAttributes_timeoutType
- The type of timeout that expired before the decision task could be
completed.
$sel:scheduledEventId:DecisionTaskTimedOutEventAttributes'
, decisionTaskTimedOutEventAttributes_scheduledEventId
- The ID of the DecisionTaskScheduled
event that was recorded when this
decision task was scheduled. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
$sel:startedEventId:DecisionTaskTimedOutEventAttributes'
, decisionTaskTimedOutEventAttributes_startedEventId
- The ID of the DecisionTaskStarted
event recorded when this decision
task was started. This information can be useful for diagnosing problems
by tracing back the chain of events leading up to this event.
decisionTaskTimedOutEventAttributes_timeoutType :: Lens' DecisionTaskTimedOutEventAttributes DecisionTaskTimeoutType Source #
The type of timeout that expired before the decision task could be completed.
decisionTaskTimedOutEventAttributes_scheduledEventId :: Lens' DecisionTaskTimedOutEventAttributes Integer Source #
The ID of the DecisionTaskScheduled
event that was recorded when this
decision task was scheduled. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
decisionTaskTimedOutEventAttributes_startedEventId :: Lens' DecisionTaskTimedOutEventAttributes Integer Source #
The ID of the DecisionTaskStarted
event recorded when this decision
task was started. This information can be useful for diagnosing problems
by tracing back the chain of events leading up to this event.
DomainConfiguration
data DomainConfiguration Source #
Contains the configuration settings of a domain.
See: newDomainConfiguration
smart constructor.
DomainConfiguration' | |
|
Instances
newDomainConfiguration Source #
Create a value of DomainConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workflowExecutionRetentionPeriodInDays:DomainConfiguration'
, domainConfiguration_workflowExecutionRetentionPeriodInDays
- The retention period for workflow executions in this domain.
domainConfiguration_workflowExecutionRetentionPeriodInDays :: Lens' DomainConfiguration Text Source #
The retention period for workflow executions in this domain.
DomainInfo
data DomainInfo Source #
Contains general information about a domain.
See: newDomainInfo
smart constructor.
DomainInfo' | |
|
Instances
Create a value of DomainInfo
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:arn:DomainInfo'
, domainInfo_arn
- The ARN of the domain.
$sel:description:DomainInfo'
, domainInfo_description
- The description of the domain provided through RegisterDomain.
$sel:name:DomainInfo'
, domainInfo_name
- The name of the domain. This name is unique within the account.
$sel:status:DomainInfo'
, domainInfo_status
- The status of the domain:
REGISTERED
– The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.DEPRECATED
– The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
domainInfo_arn :: Lens' DomainInfo (Maybe Text) Source #
The ARN of the domain.
domainInfo_description :: Lens' DomainInfo (Maybe Text) Source #
The description of the domain provided through RegisterDomain.
domainInfo_name :: Lens' DomainInfo Text Source #
The name of the domain. This name is unique within the account.
domainInfo_status :: Lens' DomainInfo RegistrationStatus Source #
The status of the domain:
REGISTERED
– The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.DEPRECATED
– The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
ExecutionTimeFilter
data ExecutionTimeFilter Source #
Used to filter the workflow executions in visibility APIs by various
time-based rules. Each parameter, if specified, defines a rule that must
be satisfied by each returned query result. The parameter values are in
the Unix Time format. For
example: "oldestDate": 1325376070.
See: newExecutionTimeFilter
smart constructor.
ExecutionTimeFilter' | |
|
Instances
newExecutionTimeFilter Source #
Create a value of ExecutionTimeFilter
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:latestDate:ExecutionTimeFilter'
, executionTimeFilter_latestDate
- Specifies the latest start or close date and time to return.
$sel:oldestDate:ExecutionTimeFilter'
, executionTimeFilter_oldestDate
- Specifies the oldest start or close date and time to return.
executionTimeFilter_latestDate :: Lens' ExecutionTimeFilter (Maybe UTCTime) Source #
Specifies the latest start or close date and time to return.
executionTimeFilter_oldestDate :: Lens' ExecutionTimeFilter UTCTime Source #
Specifies the oldest start or close date and time to return.
ExternalWorkflowExecutionCancelRequestedEventAttributes
data ExternalWorkflowExecutionCancelRequestedEventAttributes Source #
Provides the details of the ExternalWorkflowExecutionCancelRequested
event.
See: newExternalWorkflowExecutionCancelRequestedEventAttributes
smart constructor.
ExternalWorkflowExecutionCancelRequestedEventAttributes' | |
|
Instances
newExternalWorkflowExecutionCancelRequestedEventAttributes Source #
Create a value of ExternalWorkflowExecutionCancelRequestedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workflowExecution:ExternalWorkflowExecutionCancelRequestedEventAttributes'
, externalWorkflowExecutionCancelRequestedEventAttributes_workflowExecution
- The external workflow execution to which the cancellation request was
delivered.
$sel:initiatedEventId:ExternalWorkflowExecutionCancelRequestedEventAttributes'
, externalWorkflowExecutionCancelRequestedEventAttributes_initiatedEventId
- The ID of the RequestCancelExternalWorkflowExecutionInitiated
event
corresponding to the RequestCancelExternalWorkflowExecution
decision
to cancel this external workflow execution. This information can be
useful for diagnosing problems by tracing back the chain of events
leading up to this event.
externalWorkflowExecutionCancelRequestedEventAttributes_workflowExecution :: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes WorkflowExecution Source #
The external workflow execution to which the cancellation request was delivered.
externalWorkflowExecutionCancelRequestedEventAttributes_initiatedEventId :: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes Integer Source #
The ID of the RequestCancelExternalWorkflowExecutionInitiated
event
corresponding to the RequestCancelExternalWorkflowExecution
decision
to cancel this external workflow execution. This information can be
useful for diagnosing problems by tracing back the chain of events
leading up to this event.
ExternalWorkflowExecutionSignaledEventAttributes
data ExternalWorkflowExecutionSignaledEventAttributes Source #
Provides the details of the ExternalWorkflowExecutionSignaled
event.
See: newExternalWorkflowExecutionSignaledEventAttributes
smart constructor.
ExternalWorkflowExecutionSignaledEventAttributes' | |
|
Instances
newExternalWorkflowExecutionSignaledEventAttributes Source #
Create a value of ExternalWorkflowExecutionSignaledEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workflowExecution:ExternalWorkflowExecutionSignaledEventAttributes'
, externalWorkflowExecutionSignaledEventAttributes_workflowExecution
- The external workflow execution that the signal was delivered to.
$sel:initiatedEventId:ExternalWorkflowExecutionSignaledEventAttributes'
, externalWorkflowExecutionSignaledEventAttributes_initiatedEventId
- The ID of the SignalExternalWorkflowExecutionInitiated
event
corresponding to the SignalExternalWorkflowExecution
decision to
request this signal. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
externalWorkflowExecutionSignaledEventAttributes_workflowExecution :: Lens' ExternalWorkflowExecutionSignaledEventAttributes WorkflowExecution Source #
The external workflow execution that the signal was delivered to.
externalWorkflowExecutionSignaledEventAttributes_initiatedEventId :: Lens' ExternalWorkflowExecutionSignaledEventAttributes Integer Source #
The ID of the SignalExternalWorkflowExecutionInitiated
event
corresponding to the SignalExternalWorkflowExecution
decision to
request this signal. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
FailWorkflowExecutionDecisionAttributes
data FailWorkflowExecutionDecisionAttributes Source #
Provides the details of the FailWorkflowExecution
decision.
Access Control
You can use IAM policies to control this decision's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller doesn't have sufficient permissions to invoke the action,
or the parameter values fall outside the specified constraints, the
action fails. The associated event attribute's cause
parameter is set
to OPERATION_NOT_PERMITTED
. For details and example IAM policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
See: newFailWorkflowExecutionDecisionAttributes
smart constructor.
Instances
newFailWorkflowExecutionDecisionAttributes :: FailWorkflowExecutionDecisionAttributes Source #
Create a value of FailWorkflowExecutionDecisionAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:reason:FailWorkflowExecutionDecisionAttributes'
, failWorkflowExecutionDecisionAttributes_reason
- A descriptive reason for the failure that may help in diagnostics.
$sel:details:FailWorkflowExecutionDecisionAttributes'
, failWorkflowExecutionDecisionAttributes_details
- Details of the failure.
failWorkflowExecutionDecisionAttributes_reason :: Lens' FailWorkflowExecutionDecisionAttributes (Maybe Text) Source #
A descriptive reason for the failure that may help in diagnostics.
failWorkflowExecutionDecisionAttributes_details :: Lens' FailWorkflowExecutionDecisionAttributes (Maybe Text) Source #
Details of the failure.
FailWorkflowExecutionFailedEventAttributes
data FailWorkflowExecutionFailedEventAttributes Source #
Provides the details of the FailWorkflowExecutionFailed
event.
See: newFailWorkflowExecutionFailedEventAttributes
smart constructor.
FailWorkflowExecutionFailedEventAttributes' | |
|
Instances
newFailWorkflowExecutionFailedEventAttributes Source #
:: FailWorkflowExecutionFailedCause | |
-> Integer |
|
-> FailWorkflowExecutionFailedEventAttributes |
Create a value of FailWorkflowExecutionFailedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:cause:FailWorkflowExecutionFailedEventAttributes'
, failWorkflowExecutionFailedEventAttributes_cause
- The cause of the failure. This information is generated by the system
and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
$sel:decisionTaskCompletedEventId:FailWorkflowExecutionFailedEventAttributes'
, failWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the FailWorkflowExecution
decision to
fail this execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
failWorkflowExecutionFailedEventAttributes_cause :: Lens' FailWorkflowExecutionFailedEventAttributes FailWorkflowExecutionFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
failWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' FailWorkflowExecutionFailedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the FailWorkflowExecution
decision to
fail this execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
HistoryEvent
data HistoryEvent Source #
Event within a workflow execution. A history event can be one of these types:
ActivityTaskCancelRequested
– ARequestCancelActivityTask
decision was received by the system.ActivityTaskCanceled
– The activity task was successfully canceled.ActivityTaskCompleted
– An activity worker successfully completed an activity task by calling RespondActivityTaskCompleted.ActivityTaskFailed
– An activity worker failed an activity task by calling RespondActivityTaskFailed.ActivityTaskScheduled
– An activity task was scheduled for execution.ActivityTaskStarted
– The scheduled activity task was dispatched to a worker.ActivityTaskTimedOut
– The activity task timed out.CancelTimerFailed
– Failed to process CancelTimer decision. This happens when the decision isn't configured properly, for example no timer exists with the specified timer Id.CancelWorkflowExecutionFailed
– A request to cancel a workflow execution failed.ChildWorkflowExecutionCanceled
– A child workflow execution, started by this workflow execution, was canceled and closed.ChildWorkflowExecutionCompleted
– A child workflow execution, started by this workflow execution, completed successfully and was closed.ChildWorkflowExecutionFailed
– A child workflow execution, started by this workflow execution, failed to complete successfully and was closed.ChildWorkflowExecutionStarted
– A child workflow execution was successfully started.ChildWorkflowExecutionTerminated
– A child workflow execution, started by this workflow execution, was terminated.ChildWorkflowExecutionTimedOut
– A child workflow execution, started by this workflow execution, timed out and was closed.CompleteWorkflowExecutionFailed
– The workflow execution failed to complete.ContinueAsNewWorkflowExecutionFailed
– The workflow execution failed to complete after being continued as a new workflow execution.DecisionTaskCompleted
– The decider successfully completed a decision task by calling RespondDecisionTaskCompleted.DecisionTaskScheduled
– A decision task was scheduled for the workflow execution.DecisionTaskStarted
– The decision task was dispatched to a decider.DecisionTaskTimedOut
– The decision task timed out.ExternalWorkflowExecutionCancelRequested
– Request to cancel an external workflow execution was successfully delivered to the target execution.ExternalWorkflowExecutionSignaled
– A signal, requested by this workflow execution, was successfully delivered to the target external workflow execution.FailWorkflowExecutionFailed
– A request to mark a workflow execution as failed, itself failed.MarkerRecorded
– A marker was recorded in the workflow history as the result of aRecordMarker
decision.RecordMarkerFailed
– ARecordMarker
decision was returned as failed.RequestCancelActivityTaskFailed
– Failed to process RequestCancelActivityTask decision. This happens when the decision isn't configured properly.RequestCancelExternalWorkflowExecutionFailed
– Request to cancel an external workflow execution failed.RequestCancelExternalWorkflowExecutionInitiated
– A request was made to request the cancellation of an external workflow execution.ScheduleActivityTaskFailed
– Failed to process ScheduleActivityTask decision. This happens when the decision isn't configured properly, for example the activity type specified isn't registered.SignalExternalWorkflowExecutionFailed
– The request to signal an external workflow execution failed.SignalExternalWorkflowExecutionInitiated
– A request to signal an external workflow was made.StartActivityTaskFailed
– A scheduled activity task failed to start.StartChildWorkflowExecutionFailed
– Failed to process StartChildWorkflowExecution decision. This happens when the decision isn't configured properly, for example the workflow type specified isn't registered.StartChildWorkflowExecutionInitiated
– A request was made to start a child workflow execution.StartTimerFailed
– Failed to process StartTimer decision. This happens when the decision isn't configured properly, for example a timer already exists with the specified timer Id.TimerCanceled
– A timer, previously started for this workflow execution, was successfully canceled.TimerFired
– A timer, previously started for this workflow execution, fired.TimerStarted
– A timer was started for the workflow execution due to aStartTimer
decision.WorkflowExecutionCancelRequested
– A request to cancel this workflow execution was made.WorkflowExecutionCanceled
– The workflow execution was successfully canceled and closed.WorkflowExecutionCompleted
– The workflow execution was closed due to successful completion.WorkflowExecutionContinuedAsNew
– The workflow execution was closed and a new execution of the same type was created with the same workflowId.WorkflowExecutionFailed
– The workflow execution closed due to a failure.WorkflowExecutionSignaled
– An external signal was received for the workflow execution.WorkflowExecutionStarted
– The workflow execution was started.WorkflowExecutionTerminated
– The workflow execution was terminated.WorkflowExecutionTimedOut
– The workflow execution was closed because a time out was exceeded.
See: newHistoryEvent
smart constructor.
HistoryEvent' | |
|
Instances
:: UTCTime | |
-> EventType | |
-> Integer | |
-> HistoryEvent |
Create a value of HistoryEvent
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workflowExecutionCancelRequestedEventAttributes:HistoryEvent'
, historyEvent_workflowExecutionCancelRequestedEventAttributes
- If the event is of type WorkflowExecutionCancelRequested
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
$sel:recordMarkerFailedEventAttributes:HistoryEvent'
, historyEvent_recordMarkerFailedEventAttributes
- If the event is of type DecisionTaskFailed
then this member is set and
provides detailed information about the event. It isn't set for other
event types.
$sel:requestCancelExternalWorkflowExecutionInitiatedEventAttributes:HistoryEvent'
, historyEvent_requestCancelExternalWorkflowExecutionInitiatedEventAttributes
- If the event is of type
RequestCancelExternalWorkflowExecutionInitiated
then this member is
set and provides detailed information about the event. It isn't set for
other event types.
$sel:lambdaFunctionStartedEventAttributes:HistoryEvent'
, historyEvent_lambdaFunctionStartedEventAttributes
- Provides the details of the LambdaFunctionStarted
event. It isn't set
for other event types.
$sel:decisionTaskScheduledEventAttributes:HistoryEvent'
, historyEvent_decisionTaskScheduledEventAttributes
- If the event is of type DecisionTaskScheduled
then this member is set
and provides detailed information about the event. It isn't set for
other event types.
$sel:workflowExecutionCompletedEventAttributes:HistoryEvent'
, historyEvent_workflowExecutionCompletedEventAttributes
- If the event is of type WorkflowExecutionCompleted
then this member is
set and provides detailed information about the event. It isn't set for
other event types.
$sel:startTimerFailedEventAttributes:HistoryEvent'
, historyEvent_startTimerFailedEventAttributes
- If the event is of type StartTimerFailed
then this member is set and
provides detailed information about the event. It isn't set for other
event types.
$sel:activityTaskScheduledEventAttributes:HistoryEvent'
, historyEvent_activityTaskScheduledEventAttributes
- If the event is of type ActivityTaskScheduled
then this member is set
and provides detailed information about the event. It isn't set for
other event types.
$sel:scheduleActivityTaskFailedEventAttributes:HistoryEvent'
, historyEvent_scheduleActivityTaskFailedEventAttributes
- If the event is of type ScheduleActivityTaskFailed
then this member is
set and provides detailed information about the event. It isn't set for
other event types.
$sel:childWorkflowExecutionCompletedEventAttributes:HistoryEvent'
, historyEvent_childWorkflowExecutionCompletedEventAttributes
- If the event is of type ChildWorkflowExecutionCompleted
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
$sel:markerRecordedEventAttributes:HistoryEvent'
, historyEvent_markerRecordedEventAttributes
- If the event is of type MarkerRecorded
then this member is set and
provides detailed information about the event. It isn't set for other
event types.
$sel:scheduleLambdaFunctionFailedEventAttributes:HistoryEvent'
, historyEvent_scheduleLambdaFunctionFailedEventAttributes
- Provides the details of the ScheduleLambdaFunctionFailed
event. It
isn't set for other event types.
$sel:completeWorkflowExecutionFailedEventAttributes:HistoryEvent'
, historyEvent_completeWorkflowExecutionFailedEventAttributes
- If the event is of type CompleteWorkflowExecutionFailed
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
$sel:lambdaFunctionCompletedEventAttributes:HistoryEvent'
, historyEvent_lambdaFunctionCompletedEventAttributes
- Provides the details of the LambdaFunctionCompleted
event. It isn't
set for other event types.
$sel:requestCancelExternalWorkflowExecutionFailedEventAttributes:HistoryEvent'
, historyEvent_requestCancelExternalWorkflowExecutionFailedEventAttributes
- If the event is of type RequestCancelExternalWorkflowExecutionFailed
then this member is set and provides detailed information about the
event. It isn't set for other event types.
$sel:timerCanceledEventAttributes:HistoryEvent'
, historyEvent_timerCanceledEventAttributes
- If the event is of type TimerCanceled
then this member is set and
provides detailed information about the event. It isn't set for other
event types.
$sel:workflowExecutionStartedEventAttributes:HistoryEvent'
, historyEvent_workflowExecutionStartedEventAttributes
- If the event is of type WorkflowExecutionStarted
then this member is
set and provides detailed information about the event. It isn't set for
other event types.
$sel:activityTaskCompletedEventAttributes:HistoryEvent'
, historyEvent_activityTaskCompletedEventAttributes
- If the event is of type ActivityTaskCompleted
then this member is set
and provides detailed information about the event. It isn't set for
other event types.
$sel:decisionTaskTimedOutEventAttributes:HistoryEvent'
, historyEvent_decisionTaskTimedOutEventAttributes
- If the event is of type DecisionTaskTimedOut
then this member is set
and provides detailed information about the event. It isn't set for
other event types.
$sel:cancelTimerFailedEventAttributes:HistoryEvent'
, historyEvent_cancelTimerFailedEventAttributes
- If the event is of type CancelTimerFailed
then this member is set and
provides detailed information about the event. It isn't set for other
event types.
$sel:childWorkflowExecutionStartedEventAttributes:HistoryEvent'
, historyEvent_childWorkflowExecutionStartedEventAttributes
- If the event is of type ChildWorkflowExecutionStarted
then this member
is set and provides detailed information about the event. It isn't set
for other event types.
$sel:activityTaskCanceledEventAttributes:HistoryEvent'
, historyEvent_activityTaskCanceledEventAttributes
- If the event is of type ActivityTaskCanceled
then this member is set
and provides detailed information about the event. It isn't set for
other event types.
$sel:activityTaskTimedOutEventAttributes:HistoryEvent'
, historyEvent_activityTaskTimedOutEventAttributes
- If the event is of type ActivityTaskTimedOut
then this member is set
and provides detailed information about the event. It isn't set for
other event types.
$sel:decisionTaskStartedEventAttributes:HistoryEvent'
, historyEvent_decisionTaskStartedEventAttributes
- If the event is of type DecisionTaskStarted
then this member is set
and provides detailed information about the event. It isn't set for
other event types.
$sel:workflowExecutionTerminatedEventAttributes:HistoryEvent'
, historyEvent_workflowExecutionTerminatedEventAttributes
- If the event is of type WorkflowExecutionTerminated
then this member
is set and provides detailed information about the event. It isn't set
for other event types.
$sel:childWorkflowExecutionCanceledEventAttributes:HistoryEvent'
, historyEvent_childWorkflowExecutionCanceledEventAttributes
- If the event is of type ChildWorkflowExecutionCanceled
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
$sel:requestCancelActivityTaskFailedEventAttributes:HistoryEvent'
, historyEvent_requestCancelActivityTaskFailedEventAttributes
- If the event is of type RequestCancelActivityTaskFailed
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
$sel:lambdaFunctionScheduledEventAttributes:HistoryEvent'
, historyEvent_lambdaFunctionScheduledEventAttributes
- Provides the details of the LambdaFunctionScheduled
event. It isn't
set for other event types.
$sel:childWorkflowExecutionTimedOutEventAttributes:HistoryEvent'
, historyEvent_childWorkflowExecutionTimedOutEventAttributes
- If the event is of type ChildWorkflowExecutionTimedOut
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
$sel:cancelWorkflowExecutionFailedEventAttributes:HistoryEvent'
, historyEvent_cancelWorkflowExecutionFailedEventAttributes
- If the event is of type CancelWorkflowExecutionFailed
then this member
is set and provides detailed information about the event. It isn't set
for other event types.
$sel:startChildWorkflowExecutionInitiatedEventAttributes:HistoryEvent'
, historyEvent_startChildWorkflowExecutionInitiatedEventAttributes
- If the event is of type StartChildWorkflowExecutionInitiated
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
$sel:signalExternalWorkflowExecutionFailedEventAttributes:HistoryEvent'
, historyEvent_signalExternalWorkflowExecutionFailedEventAttributes
- If the event is of type SignalExternalWorkflowExecutionFailed
then
this member is set and provides detailed information about the event. It
isn't set for other event types.
$sel:activityTaskStartedEventAttributes:HistoryEvent'
, historyEvent_activityTaskStartedEventAttributes
- If the event is of type ActivityTaskStarted
then this member is set
and provides detailed information about the event. It isn't set for
other event types.
$sel:startLambdaFunctionFailedEventAttributes:HistoryEvent'
, historyEvent_startLambdaFunctionFailedEventAttributes
- Provides the details of the StartLambdaFunctionFailed
event. It isn't
set for other event types.
$sel:childWorkflowExecutionTerminatedEventAttributes:HistoryEvent'
, historyEvent_childWorkflowExecutionTerminatedEventAttributes
- If the event is of type ChildWorkflowExecutionTerminated
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
$sel:lambdaFunctionFailedEventAttributes:HistoryEvent'
, historyEvent_lambdaFunctionFailedEventAttributes
- Provides the details of the LambdaFunctionFailed
event. It isn't set
for other event types.
$sel:workflowExecutionCanceledEventAttributes:HistoryEvent'
, historyEvent_workflowExecutionCanceledEventAttributes
- If the event is of type WorkflowExecutionCanceled
then this member is
set and provides detailed information about the event. It isn't set for
other event types.
$sel:timerStartedEventAttributes:HistoryEvent'
, historyEvent_timerStartedEventAttributes
- If the event is of type TimerStarted
then this member is set and
provides detailed information about the event. It isn't set for other
event types.
$sel:activityTaskCancelRequestedEventAttributes:HistoryEvent'
, historyEvent_activityTaskCancelRequestedEventAttributes
- If the event is of type ActivityTaskcancelRequested
then this member
is set and provides detailed information about the event. It isn't set
for other event types.
$sel:workflowExecutionTimedOutEventAttributes:HistoryEvent'
, historyEvent_workflowExecutionTimedOutEventAttributes
- If the event is of type WorkflowExecutionTimedOut
then this member is
set and provides detailed information about the event. It isn't set for
other event types.
$sel:workflowExecutionSignaledEventAttributes:HistoryEvent'
, historyEvent_workflowExecutionSignaledEventAttributes
- If the event is of type WorkflowExecutionSignaled
then this member is
set and provides detailed information about the event. It isn't set for
other event types.
$sel:timerFiredEventAttributes:HistoryEvent'
, historyEvent_timerFiredEventAttributes
- If the event is of type TimerFired
then this member is set and
provides detailed information about the event. It isn't set for other
event types.
$sel:activityTaskFailedEventAttributes:HistoryEvent'
, historyEvent_activityTaskFailedEventAttributes
- If the event is of type ActivityTaskFailed
then this member is set and
provides detailed information about the event. It isn't set for other
event types.
$sel:externalWorkflowExecutionSignaledEventAttributes:HistoryEvent'
, historyEvent_externalWorkflowExecutionSignaledEventAttributes
- If the event is of type ExternalWorkflowExecutionSignaled
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
$sel:decisionTaskCompletedEventAttributes:HistoryEvent'
, historyEvent_decisionTaskCompletedEventAttributes
- If the event is of type DecisionTaskCompleted
then this member is set
and provides detailed information about the event. It isn't set for
other event types.
$sel:startChildWorkflowExecutionFailedEventAttributes:HistoryEvent'
, historyEvent_startChildWorkflowExecutionFailedEventAttributes
- If the event is of type StartChildWorkflowExecutionFailed
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
$sel:childWorkflowExecutionFailedEventAttributes:HistoryEvent'
, historyEvent_childWorkflowExecutionFailedEventAttributes
- If the event is of type ChildWorkflowExecutionFailed
then this member
is set and provides detailed information about the event. It isn't set
for other event types.
$sel:failWorkflowExecutionFailedEventAttributes:HistoryEvent'
, historyEvent_failWorkflowExecutionFailedEventAttributes
- If the event is of type FailWorkflowExecutionFailed
then this member
is set and provides detailed information about the event. It isn't set
for other event types.
$sel:continueAsNewWorkflowExecutionFailedEventAttributes:HistoryEvent'
, historyEvent_continueAsNewWorkflowExecutionFailedEventAttributes
- If the event is of type ContinueAsNewWorkflowExecutionFailed
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
$sel:signalExternalWorkflowExecutionInitiatedEventAttributes:HistoryEvent'
, historyEvent_signalExternalWorkflowExecutionInitiatedEventAttributes
- If the event is of type SignalExternalWorkflowExecutionInitiated
then
this member is set and provides detailed information about the event. It
isn't set for other event types.
$sel:lambdaFunctionTimedOutEventAttributes:HistoryEvent'
, historyEvent_lambdaFunctionTimedOutEventAttributes
- Provides the details of the LambdaFunctionTimedOut
event. It isn't
set for other event types.
$sel:workflowExecutionFailedEventAttributes:HistoryEvent'
, historyEvent_workflowExecutionFailedEventAttributes
- If the event is of type WorkflowExecutionFailed
then this member is
set and provides detailed information about the event. It isn't set for
other event types.
$sel:workflowExecutionContinuedAsNewEventAttributes:HistoryEvent'
, historyEvent_workflowExecutionContinuedAsNewEventAttributes
- If the event is of type WorkflowExecutionContinuedAsNew
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
$sel:externalWorkflowExecutionCancelRequestedEventAttributes:HistoryEvent'
, historyEvent_externalWorkflowExecutionCancelRequestedEventAttributes
- If the event is of type ExternalWorkflowExecutionCancelRequested
then
this member is set and provides detailed information about the event. It
isn't set for other event types.
$sel:eventTimestamp:HistoryEvent'
, historyEvent_eventTimestamp
- The date and time when the event occurred.
$sel:eventType:HistoryEvent'
, historyEvent_eventType
- The type of the history event.
$sel:eventId:HistoryEvent'
, historyEvent_eventId
- The system generated ID of the event. This ID uniquely identifies the
event with in the workflow execution history.
historyEvent_workflowExecutionCancelRequestedEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionCancelRequestedEventAttributes) Source #
If the event is of type WorkflowExecutionCancelRequested
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
historyEvent_recordMarkerFailedEventAttributes :: Lens' HistoryEvent (Maybe RecordMarkerFailedEventAttributes) Source #
If the event is of type DecisionTaskFailed
then this member is set and
provides detailed information about the event. It isn't set for other
event types.
historyEvent_requestCancelExternalWorkflowExecutionInitiatedEventAttributes :: Lens' HistoryEvent (Maybe RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) Source #
If the event is of type
RequestCancelExternalWorkflowExecutionInitiated
then this member is
set and provides detailed information about the event. It isn't set for
other event types.
historyEvent_lambdaFunctionStartedEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionStartedEventAttributes) Source #
Provides the details of the LambdaFunctionStarted
event. It isn't set
for other event types.
historyEvent_decisionTaskScheduledEventAttributes :: Lens' HistoryEvent (Maybe DecisionTaskScheduledEventAttributes) Source #
If the event is of type DecisionTaskScheduled
then this member is set
and provides detailed information about the event. It isn't set for
other event types.
historyEvent_workflowExecutionCompletedEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionCompletedEventAttributes) Source #
If the event is of type WorkflowExecutionCompleted
then this member is
set and provides detailed information about the event. It isn't set for
other event types.
historyEvent_startTimerFailedEventAttributes :: Lens' HistoryEvent (Maybe StartTimerFailedEventAttributes) Source #
If the event is of type StartTimerFailed
then this member is set and
provides detailed information about the event. It isn't set for other
event types.
historyEvent_activityTaskScheduledEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskScheduledEventAttributes) Source #
If the event is of type ActivityTaskScheduled
then this member is set
and provides detailed information about the event. It isn't set for
other event types.
historyEvent_scheduleActivityTaskFailedEventAttributes :: Lens' HistoryEvent (Maybe ScheduleActivityTaskFailedEventAttributes) Source #
If the event is of type ScheduleActivityTaskFailed
then this member is
set and provides detailed information about the event. It isn't set for
other event types.
historyEvent_childWorkflowExecutionCompletedEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionCompletedEventAttributes) Source #
If the event is of type ChildWorkflowExecutionCompleted
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
historyEvent_markerRecordedEventAttributes :: Lens' HistoryEvent (Maybe MarkerRecordedEventAttributes) Source #
If the event is of type MarkerRecorded
then this member is set and
provides detailed information about the event. It isn't set for other
event types.
historyEvent_scheduleLambdaFunctionFailedEventAttributes :: Lens' HistoryEvent (Maybe ScheduleLambdaFunctionFailedEventAttributes) Source #
Provides the details of the ScheduleLambdaFunctionFailed
event. It
isn't set for other event types.
historyEvent_completeWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe CompleteWorkflowExecutionFailedEventAttributes) Source #
If the event is of type CompleteWorkflowExecutionFailed
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
historyEvent_lambdaFunctionCompletedEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionCompletedEventAttributes) Source #
Provides the details of the LambdaFunctionCompleted
event. It isn't
set for other event types.
historyEvent_requestCancelExternalWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe RequestCancelExternalWorkflowExecutionFailedEventAttributes) Source #
If the event is of type RequestCancelExternalWorkflowExecutionFailed
then this member is set and provides detailed information about the
event. It isn't set for other event types.
historyEvent_timerCanceledEventAttributes :: Lens' HistoryEvent (Maybe TimerCanceledEventAttributes) Source #
If the event is of type TimerCanceled
then this member is set and
provides detailed information about the event. It isn't set for other
event types.
historyEvent_workflowExecutionStartedEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionStartedEventAttributes) Source #
If the event is of type WorkflowExecutionStarted
then this member is
set and provides detailed information about the event. It isn't set for
other event types.
historyEvent_activityTaskCompletedEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskCompletedEventAttributes) Source #
If the event is of type ActivityTaskCompleted
then this member is set
and provides detailed information about the event. It isn't set for
other event types.
historyEvent_decisionTaskTimedOutEventAttributes :: Lens' HistoryEvent (Maybe DecisionTaskTimedOutEventAttributes) Source #
If the event is of type DecisionTaskTimedOut
then this member is set
and provides detailed information about the event. It isn't set for
other event types.
historyEvent_cancelTimerFailedEventAttributes :: Lens' HistoryEvent (Maybe CancelTimerFailedEventAttributes) Source #
If the event is of type CancelTimerFailed
then this member is set and
provides detailed information about the event. It isn't set for other
event types.
historyEvent_childWorkflowExecutionStartedEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionStartedEventAttributes) Source #
If the event is of type ChildWorkflowExecutionStarted
then this member
is set and provides detailed information about the event. It isn't set
for other event types.
historyEvent_activityTaskCanceledEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskCanceledEventAttributes) Source #
If the event is of type ActivityTaskCanceled
then this member is set
and provides detailed information about the event. It isn't set for
other event types.
historyEvent_activityTaskTimedOutEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskTimedOutEventAttributes) Source #
If the event is of type ActivityTaskTimedOut
then this member is set
and provides detailed information about the event. It isn't set for
other event types.
historyEvent_decisionTaskStartedEventAttributes :: Lens' HistoryEvent (Maybe DecisionTaskStartedEventAttributes) Source #
If the event is of type DecisionTaskStarted
then this member is set
and provides detailed information about the event. It isn't set for
other event types.
historyEvent_workflowExecutionTerminatedEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionTerminatedEventAttributes) Source #
If the event is of type WorkflowExecutionTerminated
then this member
is set and provides detailed information about the event. It isn't set
for other event types.
historyEvent_childWorkflowExecutionCanceledEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionCanceledEventAttributes) Source #
If the event is of type ChildWorkflowExecutionCanceled
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
historyEvent_requestCancelActivityTaskFailedEventAttributes :: Lens' HistoryEvent (Maybe RequestCancelActivityTaskFailedEventAttributes) Source #
If the event is of type RequestCancelActivityTaskFailed
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
historyEvent_lambdaFunctionScheduledEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionScheduledEventAttributes) Source #
Provides the details of the LambdaFunctionScheduled
event. It isn't
set for other event types.
historyEvent_childWorkflowExecutionTimedOutEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionTimedOutEventAttributes) Source #
If the event is of type ChildWorkflowExecutionTimedOut
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
historyEvent_cancelWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe CancelWorkflowExecutionFailedEventAttributes) Source #
If the event is of type CancelWorkflowExecutionFailed
then this member
is set and provides detailed information about the event. It isn't set
for other event types.
historyEvent_startChildWorkflowExecutionInitiatedEventAttributes :: Lens' HistoryEvent (Maybe StartChildWorkflowExecutionInitiatedEventAttributes) Source #
If the event is of type StartChildWorkflowExecutionInitiated
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
historyEvent_signalExternalWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe SignalExternalWorkflowExecutionFailedEventAttributes) Source #
If the event is of type SignalExternalWorkflowExecutionFailed
then
this member is set and provides detailed information about the event. It
isn't set for other event types.
historyEvent_activityTaskStartedEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskStartedEventAttributes) Source #
If the event is of type ActivityTaskStarted
then this member is set
and provides detailed information about the event. It isn't set for
other event types.
historyEvent_startLambdaFunctionFailedEventAttributes :: Lens' HistoryEvent (Maybe StartLambdaFunctionFailedEventAttributes) Source #
Provides the details of the StartLambdaFunctionFailed
event. It isn't
set for other event types.
historyEvent_childWorkflowExecutionTerminatedEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionTerminatedEventAttributes) Source #
If the event is of type ChildWorkflowExecutionTerminated
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
historyEvent_lambdaFunctionFailedEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionFailedEventAttributes) Source #
Provides the details of the LambdaFunctionFailed
event. It isn't set
for other event types.
historyEvent_workflowExecutionCanceledEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionCanceledEventAttributes) Source #
If the event is of type WorkflowExecutionCanceled
then this member is
set and provides detailed information about the event. It isn't set for
other event types.
historyEvent_timerStartedEventAttributes :: Lens' HistoryEvent (Maybe TimerStartedEventAttributes) Source #
If the event is of type TimerStarted
then this member is set and
provides detailed information about the event. It isn't set for other
event types.
historyEvent_activityTaskCancelRequestedEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskCancelRequestedEventAttributes) Source #
If the event is of type ActivityTaskcancelRequested
then this member
is set and provides detailed information about the event. It isn't set
for other event types.
historyEvent_workflowExecutionTimedOutEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionTimedOutEventAttributes) Source #
If the event is of type WorkflowExecutionTimedOut
then this member is
set and provides detailed information about the event. It isn't set for
other event types.
historyEvent_workflowExecutionSignaledEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionSignaledEventAttributes) Source #
If the event is of type WorkflowExecutionSignaled
then this member is
set and provides detailed information about the event. It isn't set for
other event types.
historyEvent_timerFiredEventAttributes :: Lens' HistoryEvent (Maybe TimerFiredEventAttributes) Source #
If the event is of type TimerFired
then this member is set and
provides detailed information about the event. It isn't set for other
event types.
historyEvent_activityTaskFailedEventAttributes :: Lens' HistoryEvent (Maybe ActivityTaskFailedEventAttributes) Source #
If the event is of type ActivityTaskFailed
then this member is set and
provides detailed information about the event. It isn't set for other
event types.
historyEvent_externalWorkflowExecutionSignaledEventAttributes :: Lens' HistoryEvent (Maybe ExternalWorkflowExecutionSignaledEventAttributes) Source #
If the event is of type ExternalWorkflowExecutionSignaled
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
historyEvent_decisionTaskCompletedEventAttributes :: Lens' HistoryEvent (Maybe DecisionTaskCompletedEventAttributes) Source #
If the event is of type DecisionTaskCompleted
then this member is set
and provides detailed information about the event. It isn't set for
other event types.
historyEvent_startChildWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe StartChildWorkflowExecutionFailedEventAttributes) Source #
If the event is of type StartChildWorkflowExecutionFailed
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
historyEvent_childWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe ChildWorkflowExecutionFailedEventAttributes) Source #
If the event is of type ChildWorkflowExecutionFailed
then this member
is set and provides detailed information about the event. It isn't set
for other event types.
historyEvent_failWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe FailWorkflowExecutionFailedEventAttributes) Source #
If the event is of type FailWorkflowExecutionFailed
then this member
is set and provides detailed information about the event. It isn't set
for other event types.
historyEvent_continueAsNewWorkflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe ContinueAsNewWorkflowExecutionFailedEventAttributes) Source #
If the event is of type ContinueAsNewWorkflowExecutionFailed
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
historyEvent_signalExternalWorkflowExecutionInitiatedEventAttributes :: Lens' HistoryEvent (Maybe SignalExternalWorkflowExecutionInitiatedEventAttributes) Source #
If the event is of type SignalExternalWorkflowExecutionInitiated
then
this member is set and provides detailed information about the event. It
isn't set for other event types.
historyEvent_lambdaFunctionTimedOutEventAttributes :: Lens' HistoryEvent (Maybe LambdaFunctionTimedOutEventAttributes) Source #
Provides the details of the LambdaFunctionTimedOut
event. It isn't
set for other event types.
historyEvent_workflowExecutionFailedEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionFailedEventAttributes) Source #
If the event is of type WorkflowExecutionFailed
then this member is
set and provides detailed information about the event. It isn't set for
other event types.
historyEvent_workflowExecutionContinuedAsNewEventAttributes :: Lens' HistoryEvent (Maybe WorkflowExecutionContinuedAsNewEventAttributes) Source #
If the event is of type WorkflowExecutionContinuedAsNew
then this
member is set and provides detailed information about the event. It
isn't set for other event types.
historyEvent_externalWorkflowExecutionCancelRequestedEventAttributes :: Lens' HistoryEvent (Maybe ExternalWorkflowExecutionCancelRequestedEventAttributes) Source #
If the event is of type ExternalWorkflowExecutionCancelRequested
then
this member is set and provides detailed information about the event. It
isn't set for other event types.
historyEvent_eventTimestamp :: Lens' HistoryEvent UTCTime Source #
The date and time when the event occurred.
historyEvent_eventType :: Lens' HistoryEvent EventType Source #
The type of the history event.
historyEvent_eventId :: Lens' HistoryEvent Integer Source #
The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.
LambdaFunctionCompletedEventAttributes
data LambdaFunctionCompletedEventAttributes Source #
Provides the details of the LambdaFunctionCompleted
event. It isn't
set for other event types.
See: newLambdaFunctionCompletedEventAttributes
smart constructor.
LambdaFunctionCompletedEventAttributes' | |
|
Instances
newLambdaFunctionCompletedEventAttributes Source #
:: Integer |
|
-> Integer | |
-> LambdaFunctionCompletedEventAttributes |
Create a value of LambdaFunctionCompletedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:result:LambdaFunctionCompletedEventAttributes'
, lambdaFunctionCompletedEventAttributes_result
- The results of the Lambda task.
$sel:scheduledEventId:LambdaFunctionCompletedEventAttributes'
, lambdaFunctionCompletedEventAttributes_scheduledEventId
- The ID of the LambdaFunctionScheduled
event that was recorded when
this Lambda task was scheduled. To help diagnose issues, use this
information to trace back the chain of events leading up to this event.
$sel:startedEventId:LambdaFunctionCompletedEventAttributes'
, lambdaFunctionCompletedEventAttributes_startedEventId
- The ID of the LambdaFunctionStarted
event recorded when this activity
task started. To help diagnose issues, use this information to trace
back the chain of events leading up to this event.
lambdaFunctionCompletedEventAttributes_result :: Lens' LambdaFunctionCompletedEventAttributes (Maybe Text) Source #
The results of the Lambda task.
lambdaFunctionCompletedEventAttributes_scheduledEventId :: Lens' LambdaFunctionCompletedEventAttributes Integer Source #
The ID of the LambdaFunctionScheduled
event that was recorded when
this Lambda task was scheduled. To help diagnose issues, use this
information to trace back the chain of events leading up to this event.
lambdaFunctionCompletedEventAttributes_startedEventId :: Lens' LambdaFunctionCompletedEventAttributes Integer Source #
The ID of the LambdaFunctionStarted
event recorded when this activity
task started. To help diagnose issues, use this information to trace
back the chain of events leading up to this event.
LambdaFunctionFailedEventAttributes
data LambdaFunctionFailedEventAttributes Source #
Provides the details of the LambdaFunctionFailed
event. It isn't set
for other event types.
See: newLambdaFunctionFailedEventAttributes
smart constructor.
LambdaFunctionFailedEventAttributes' | |
|
Instances
newLambdaFunctionFailedEventAttributes Source #
Create a value of LambdaFunctionFailedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:reason:LambdaFunctionFailedEventAttributes'
, lambdaFunctionFailedEventAttributes_reason
- The reason provided for the failure.
$sel:details:LambdaFunctionFailedEventAttributes'
, lambdaFunctionFailedEventAttributes_details
- The details of the failure.
$sel:scheduledEventId:LambdaFunctionFailedEventAttributes'
, lambdaFunctionFailedEventAttributes_scheduledEventId
- The ID of the LambdaFunctionScheduled
event that was recorded when
this activity task was scheduled. To help diagnose issues, use this
information to trace back the chain of events leading up to this event.
$sel:startedEventId:LambdaFunctionFailedEventAttributes'
, lambdaFunctionFailedEventAttributes_startedEventId
- The ID of the LambdaFunctionStarted
event recorded when this activity
task started. To help diagnose issues, use this information to trace
back the chain of events leading up to this event.
lambdaFunctionFailedEventAttributes_reason :: Lens' LambdaFunctionFailedEventAttributes (Maybe Text) Source #
The reason provided for the failure.
lambdaFunctionFailedEventAttributes_details :: Lens' LambdaFunctionFailedEventAttributes (Maybe Text) Source #
The details of the failure.
lambdaFunctionFailedEventAttributes_scheduledEventId :: Lens' LambdaFunctionFailedEventAttributes Integer Source #
The ID of the LambdaFunctionScheduled
event that was recorded when
this activity task was scheduled. To help diagnose issues, use this
information to trace back the chain of events leading up to this event.
lambdaFunctionFailedEventAttributes_startedEventId :: Lens' LambdaFunctionFailedEventAttributes Integer Source #
The ID of the LambdaFunctionStarted
event recorded when this activity
task started. To help diagnose issues, use this information to trace
back the chain of events leading up to this event.
LambdaFunctionScheduledEventAttributes
data LambdaFunctionScheduledEventAttributes Source #
Provides the details of the LambdaFunctionScheduled
event. It isn't
set for other event types.
See: newLambdaFunctionScheduledEventAttributes
smart constructor.
LambdaFunctionScheduledEventAttributes' | |
|
Instances
newLambdaFunctionScheduledEventAttributes Source #
:: Text | |
-> Text | |
-> Integer |
|
-> LambdaFunctionScheduledEventAttributes |
Create a value of LambdaFunctionScheduledEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:control:LambdaFunctionScheduledEventAttributes'
, lambdaFunctionScheduledEventAttributes_control
- Data attached to the event that the decider can use in subsequent
workflow tasks. This data isn't sent to the Lambda task.
$sel:input:LambdaFunctionScheduledEventAttributes'
, lambdaFunctionScheduledEventAttributes_input
- The input provided to the Lambda task.
$sel:startToCloseTimeout:LambdaFunctionScheduledEventAttributes'
, lambdaFunctionScheduledEventAttributes_startToCloseTimeout
- The maximum amount of time a worker can take to process the Lambda task.
$sel:id:LambdaFunctionScheduledEventAttributes'
, lambdaFunctionScheduledEventAttributes_id
- The unique ID of the Lambda task.
$sel:name:LambdaFunctionScheduledEventAttributes'
, lambdaFunctionScheduledEventAttributes_name
- The name of the Lambda function.
$sel:decisionTaskCompletedEventId:LambdaFunctionScheduledEventAttributes'
, lambdaFunctionScheduledEventAttributes_decisionTaskCompletedEventId
- The ID of the LambdaFunctionCompleted
event corresponding to the
decision that resulted in scheduling this activity task. To help
diagnose issues, use this information to trace back the chain of events
leading up to this event.
lambdaFunctionScheduledEventAttributes_control :: Lens' LambdaFunctionScheduledEventAttributes (Maybe Text) Source #
Data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.
lambdaFunctionScheduledEventAttributes_input :: Lens' LambdaFunctionScheduledEventAttributes (Maybe Text) Source #
The input provided to the Lambda task.
lambdaFunctionScheduledEventAttributes_startToCloseTimeout :: Lens' LambdaFunctionScheduledEventAttributes (Maybe Text) Source #
The maximum amount of time a worker can take to process the Lambda task.
lambdaFunctionScheduledEventAttributes_id :: Lens' LambdaFunctionScheduledEventAttributes Text Source #
The unique ID of the Lambda task.
lambdaFunctionScheduledEventAttributes_name :: Lens' LambdaFunctionScheduledEventAttributes Text Source #
The name of the Lambda function.
lambdaFunctionScheduledEventAttributes_decisionTaskCompletedEventId :: Lens' LambdaFunctionScheduledEventAttributes Integer Source #
The ID of the LambdaFunctionCompleted
event corresponding to the
decision that resulted in scheduling this activity task. To help
diagnose issues, use this information to trace back the chain of events
leading up to this event.
LambdaFunctionStartedEventAttributes
data LambdaFunctionStartedEventAttributes Source #
Provides the details of the LambdaFunctionStarted
event. It isn't set
for other event types.
See: newLambdaFunctionStartedEventAttributes
smart constructor.
LambdaFunctionStartedEventAttributes' | |
|
Instances
newLambdaFunctionStartedEventAttributes Source #
Create a value of LambdaFunctionStartedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:scheduledEventId:LambdaFunctionStartedEventAttributes'
, lambdaFunctionStartedEventAttributes_scheduledEventId
- The ID of the LambdaFunctionScheduled
event that was recorded when
this activity task was scheduled. To help diagnose issues, use this
information to trace back the chain of events leading up to this event.
lambdaFunctionStartedEventAttributes_scheduledEventId :: Lens' LambdaFunctionStartedEventAttributes Integer Source #
The ID of the LambdaFunctionScheduled
event that was recorded when
this activity task was scheduled. To help diagnose issues, use this
information to trace back the chain of events leading up to this event.
LambdaFunctionTimedOutEventAttributes
data LambdaFunctionTimedOutEventAttributes Source #
Provides details of the LambdaFunctionTimedOut
event.
See: newLambdaFunctionTimedOutEventAttributes
smart constructor.
LambdaFunctionTimedOutEventAttributes' | |
|
Instances
newLambdaFunctionTimedOutEventAttributes Source #
:: Integer |
|
-> Integer | |
-> LambdaFunctionTimedOutEventAttributes |
Create a value of LambdaFunctionTimedOutEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:timeoutType:LambdaFunctionTimedOutEventAttributes'
, lambdaFunctionTimedOutEventAttributes_timeoutType
- The type of the timeout that caused this event.
$sel:scheduledEventId:LambdaFunctionTimedOutEventAttributes'
, lambdaFunctionTimedOutEventAttributes_scheduledEventId
- The ID of the LambdaFunctionScheduled
event that was recorded when
this activity task was scheduled. To help diagnose issues, use this
information to trace back the chain of events leading up to this event.
$sel:startedEventId:LambdaFunctionTimedOutEventAttributes'
, lambdaFunctionTimedOutEventAttributes_startedEventId
- The ID of the ActivityTaskStarted
event that was recorded when this
activity task started. To help diagnose issues, use this information to
trace back the chain of events leading up to this event.
lambdaFunctionTimedOutEventAttributes_timeoutType :: Lens' LambdaFunctionTimedOutEventAttributes (Maybe LambdaFunctionTimeoutType) Source #
The type of the timeout that caused this event.
lambdaFunctionTimedOutEventAttributes_scheduledEventId :: Lens' LambdaFunctionTimedOutEventAttributes Integer Source #
The ID of the LambdaFunctionScheduled
event that was recorded when
this activity task was scheduled. To help diagnose issues, use this
information to trace back the chain of events leading up to this event.
lambdaFunctionTimedOutEventAttributes_startedEventId :: Lens' LambdaFunctionTimedOutEventAttributes Integer Source #
The ID of the ActivityTaskStarted
event that was recorded when this
activity task started. To help diagnose issues, use this information to
trace back the chain of events leading up to this event.
MarkerRecordedEventAttributes
data MarkerRecordedEventAttributes Source #
Provides the details of the MarkerRecorded
event.
See: newMarkerRecordedEventAttributes
smart constructor.
MarkerRecordedEventAttributes' | |
|
Instances
newMarkerRecordedEventAttributes Source #
:: Text | |
-> Integer |
|
-> MarkerRecordedEventAttributes |
Create a value of MarkerRecordedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:details:MarkerRecordedEventAttributes'
, markerRecordedEventAttributes_details
- The details of the marker.
$sel:markerName:MarkerRecordedEventAttributes'
, markerRecordedEventAttributes_markerName
- The name of the marker.
$sel:decisionTaskCompletedEventId:MarkerRecordedEventAttributes'
, markerRecordedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the RecordMarker
decision that
requested this marker. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
markerRecordedEventAttributes_details :: Lens' MarkerRecordedEventAttributes (Maybe Text) Source #
The details of the marker.
markerRecordedEventAttributes_markerName :: Lens' MarkerRecordedEventAttributes Text Source #
The name of the marker.
markerRecordedEventAttributes_decisionTaskCompletedEventId :: Lens' MarkerRecordedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the RecordMarker
decision that
requested this marker. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
PendingTaskCount
data PendingTaskCount Source #
Contains the count of tasks in a task list.
See: newPendingTaskCount
smart constructor.
Instances
Create a value of PendingTaskCount
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:truncated:PendingTaskCount'
, pendingTaskCount_truncated
- If set to true, indicates that the actual count was more than the
maximum supported by this API and the count returned is the truncated
value.
$sel:count:PendingTaskCount'
, pendingTaskCount_count
- The number of tasks in the task list.
pendingTaskCount_truncated :: Lens' PendingTaskCount (Maybe Bool) Source #
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
pendingTaskCount_count :: Lens' PendingTaskCount Natural Source #
The number of tasks in the task list.
RecordMarkerDecisionAttributes
data RecordMarkerDecisionAttributes Source #
Provides the details of the RecordMarker
decision.
Access Control
You can use IAM policies to control this decision's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller doesn't have sufficient permissions to invoke the action,
or the parameter values fall outside the specified constraints, the
action fails. The associated event attribute's cause
parameter is set
to OPERATION_NOT_PERMITTED
. For details and example IAM policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
See: newRecordMarkerDecisionAttributes
smart constructor.
RecordMarkerDecisionAttributes' | |
|
Instances
newRecordMarkerDecisionAttributes Source #
Create a value of RecordMarkerDecisionAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:details:RecordMarkerDecisionAttributes'
, recordMarkerDecisionAttributes_details
- The details of the marker.
$sel:markerName:RecordMarkerDecisionAttributes'
, recordMarkerDecisionAttributes_markerName
- The name of the marker.
recordMarkerDecisionAttributes_details :: Lens' RecordMarkerDecisionAttributes (Maybe Text) Source #
The details of the marker.
recordMarkerDecisionAttributes_markerName :: Lens' RecordMarkerDecisionAttributes Text Source #
The name of the marker.
RecordMarkerFailedEventAttributes
data RecordMarkerFailedEventAttributes Source #
Provides the details of the RecordMarkerFailed
event.
See: newRecordMarkerFailedEventAttributes
smart constructor.
RecordMarkerFailedEventAttributes' | |
|
Instances
newRecordMarkerFailedEventAttributes Source #
:: Text | |
-> RecordMarkerFailedCause | |
-> Integer |
|
-> RecordMarkerFailedEventAttributes |
Create a value of RecordMarkerFailedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:markerName:RecordMarkerFailedEventAttributes'
, recordMarkerFailedEventAttributes_markerName
- The marker's name.
$sel:cause:RecordMarkerFailedEventAttributes'
, recordMarkerFailedEventAttributes_cause
- The cause of the failure. This information is generated by the system
and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
$sel:decisionTaskCompletedEventId:RecordMarkerFailedEventAttributes'
, recordMarkerFailedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the RecordMarkerFailed
decision for
this cancellation request. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
recordMarkerFailedEventAttributes_markerName :: Lens' RecordMarkerFailedEventAttributes Text Source #
The marker's name.
recordMarkerFailedEventAttributes_cause :: Lens' RecordMarkerFailedEventAttributes RecordMarkerFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
recordMarkerFailedEventAttributes_decisionTaskCompletedEventId :: Lens' RecordMarkerFailedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the RecordMarkerFailed
decision for
this cancellation request. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
RequestCancelActivityTaskDecisionAttributes
data RequestCancelActivityTaskDecisionAttributes Source #
Provides the details of the RequestCancelActivityTask
decision.
Access Control
You can use IAM policies to control this decision's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller doesn't have sufficient permissions to invoke the action,
or the parameter values fall outside the specified constraints, the
action fails. The associated event attribute's cause
parameter is set
to OPERATION_NOT_PERMITTED
. For details and example IAM policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
See: newRequestCancelActivityTaskDecisionAttributes
smart constructor.
RequestCancelActivityTaskDecisionAttributes' | |
|
Instances
Eq RequestCancelActivityTaskDecisionAttributes Source # | |
Read RequestCancelActivityTaskDecisionAttributes Source # | |
Show RequestCancelActivityTaskDecisionAttributes Source # | |
Generic RequestCancelActivityTaskDecisionAttributes Source # | |
NFData RequestCancelActivityTaskDecisionAttributes Source # | |
Hashable RequestCancelActivityTaskDecisionAttributes Source # | |
ToJSON RequestCancelActivityTaskDecisionAttributes Source # | |
type Rep RequestCancelActivityTaskDecisionAttributes Source # | |
Defined in Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes type Rep RequestCancelActivityTaskDecisionAttributes = D1 ('MetaData "RequestCancelActivityTaskDecisionAttributes" "Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "RequestCancelActivityTaskDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "activityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
newRequestCancelActivityTaskDecisionAttributes Source #
:: Text |
|
-> RequestCancelActivityTaskDecisionAttributes |
Create a value of RequestCancelActivityTaskDecisionAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:activityId:RequestCancelActivityTaskDecisionAttributes'
, requestCancelActivityTaskDecisionAttributes_activityId
- The activityId
of the activity task to be canceled.
requestCancelActivityTaskDecisionAttributes_activityId :: 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: newRequestCancelActivityTaskFailedEventAttributes
smart constructor.
RequestCancelActivityTaskFailedEventAttributes' | |
|
Instances
newRequestCancelActivityTaskFailedEventAttributes Source #
Create a value of RequestCancelActivityTaskFailedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:activityId:RequestCancelActivityTaskFailedEventAttributes'
, requestCancelActivityTaskFailedEventAttributes_activityId
- The activityId provided in the RequestCancelActivityTask
decision that
failed.
$sel:cause:RequestCancelActivityTaskFailedEventAttributes'
, requestCancelActivityTaskFailedEventAttributes_cause
- The cause of the failure. This information is generated by the system
and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
$sel:decisionTaskCompletedEventId:RequestCancelActivityTaskFailedEventAttributes'
, requestCancelActivityTaskFailedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the RequestCancelActivityTask
decision
for this cancellation request. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
requestCancelActivityTaskFailedEventAttributes_activityId :: Lens' RequestCancelActivityTaskFailedEventAttributes Text Source #
The activityId provided in the RequestCancelActivityTask
decision that
failed.
requestCancelActivityTaskFailedEventAttributes_cause :: Lens' RequestCancelActivityTaskFailedEventAttributes RequestCancelActivityTaskFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
requestCancelActivityTaskFailedEventAttributes_decisionTaskCompletedEventId :: Lens' RequestCancelActivityTaskFailedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the RequestCancelActivityTask
decision
for this cancellation request. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
RequestCancelExternalWorkflowExecutionDecisionAttributes
data RequestCancelExternalWorkflowExecutionDecisionAttributes Source #
Provides the details of the RequestCancelExternalWorkflowExecution
decision.
Access Control
You can use IAM policies to control this decision's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller doesn't have sufficient permissions to invoke the action,
or the parameter values fall outside the specified constraints, the
action fails. The associated event attribute's cause
parameter is set
to OPERATION_NOT_PERMITTED
. For details and example IAM policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
See: newRequestCancelExternalWorkflowExecutionDecisionAttributes
smart constructor.
Instances
newRequestCancelExternalWorkflowExecutionDecisionAttributes Source #
:: Text |
|
-> RequestCancelExternalWorkflowExecutionDecisionAttributes |
Create a value of RequestCancelExternalWorkflowExecutionDecisionAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:control:RequestCancelExternalWorkflowExecutionDecisionAttributes'
, requestCancelExternalWorkflowExecutionDecisionAttributes_control
- The data attached to the event that can be used by the decider in
subsequent workflow tasks.
$sel:runId:RequestCancelExternalWorkflowExecutionDecisionAttributes'
, requestCancelExternalWorkflowExecutionDecisionAttributes_runId
- The runId
of the external workflow execution to cancel.
$sel:workflowId:RequestCancelExternalWorkflowExecutionDecisionAttributes'
, requestCancelExternalWorkflowExecutionDecisionAttributes_workflowId
- The workflowId
of the external workflow execution to cancel.
requestCancelExternalWorkflowExecutionDecisionAttributes_control :: Lens' RequestCancelExternalWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The data attached to the event that can be used by the decider in subsequent workflow tasks.
requestCancelExternalWorkflowExecutionDecisionAttributes_runId :: Lens' RequestCancelExternalWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The runId
of the external workflow execution to cancel.
requestCancelExternalWorkflowExecutionDecisionAttributes_workflowId :: 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: newRequestCancelExternalWorkflowExecutionFailedEventAttributes
smart constructor.
RequestCancelExternalWorkflowExecutionFailedEventAttributes' | |
|
Instances
newRequestCancelExternalWorkflowExecutionFailedEventAttributes Source #
Create a value of RequestCancelExternalWorkflowExecutionFailedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:control:RequestCancelExternalWorkflowExecutionFailedEventAttributes'
, requestCancelExternalWorkflowExecutionFailedEventAttributes_control
- The data attached to the event that the decider can use in subsequent
workflow tasks. This data isn't sent to the workflow execution.
$sel:runId:RequestCancelExternalWorkflowExecutionFailedEventAttributes'
, requestCancelExternalWorkflowExecutionFailedEventAttributes_runId
- The runId
of the external workflow execution.
$sel:workflowId:RequestCancelExternalWorkflowExecutionFailedEventAttributes'
, requestCancelExternalWorkflowExecutionFailedEventAttributes_workflowId
- The workflowId
of the external workflow to which the cancel request
was to be delivered.
$sel:cause:RequestCancelExternalWorkflowExecutionFailedEventAttributes'
, requestCancelExternalWorkflowExecutionFailedEventAttributes_cause
- The cause of the failure. This information is generated by the system
and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
$sel:initiatedEventId:RequestCancelExternalWorkflowExecutionFailedEventAttributes'
, requestCancelExternalWorkflowExecutionFailedEventAttributes_initiatedEventId
- The ID of the RequestCancelExternalWorkflowExecutionInitiated
event
corresponding to the RequestCancelExternalWorkflowExecution
decision
to cancel this external workflow execution. This information can be
useful for diagnosing problems by tracing back the chain of events
leading up to this event.
$sel:decisionTaskCompletedEventId:RequestCancelExternalWorkflowExecutionFailedEventAttributes'
, requestCancelExternalWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the
RequestCancelExternalWorkflowExecution
decision for this cancellation
request. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.
requestCancelExternalWorkflowExecutionFailedEventAttributes_control :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes (Maybe Text) Source #
The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.
requestCancelExternalWorkflowExecutionFailedEventAttributes_runId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes (Maybe Text) Source #
The runId
of the external workflow execution.
requestCancelExternalWorkflowExecutionFailedEventAttributes_workflowId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Text Source #
The workflowId
of the external workflow to which the cancel request
was to be delivered.
requestCancelExternalWorkflowExecutionFailedEventAttributes_cause :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes RequestCancelExternalWorkflowExecutionFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
requestCancelExternalWorkflowExecutionFailedEventAttributes_initiatedEventId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Integer Source #
The ID of the RequestCancelExternalWorkflowExecutionInitiated
event
corresponding to the RequestCancelExternalWorkflowExecution
decision
to cancel this external workflow execution. This information can be
useful for diagnosing problems by tracing back the chain of events
leading up to this event.
requestCancelExternalWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the
RequestCancelExternalWorkflowExecution
decision for this cancellation
request. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
data RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source #
Provides the details of the
RequestCancelExternalWorkflowExecutionInitiated
event.
See: newRequestCancelExternalWorkflowExecutionInitiatedEventAttributes
smart constructor.
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes' | |
|
Instances
newRequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source #
Create a value of RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:control:RequestCancelExternalWorkflowExecutionInitiatedEventAttributes'
, requestCancelExternalWorkflowExecutionInitiatedEventAttributes_control
- Data attached to the event that can be used by the decider in subsequent
workflow tasks.
$sel:runId:RequestCancelExternalWorkflowExecutionInitiatedEventAttributes'
, requestCancelExternalWorkflowExecutionInitiatedEventAttributes_runId
- The runId
of the external workflow execution to be canceled.
$sel:workflowId:RequestCancelExternalWorkflowExecutionInitiatedEventAttributes'
, requestCancelExternalWorkflowExecutionInitiatedEventAttributes_workflowId
- The workflowId
of the external workflow execution to be canceled.
$sel:decisionTaskCompletedEventId:RequestCancelExternalWorkflowExecutionInitiatedEventAttributes'
, requestCancelExternalWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the
RequestCancelExternalWorkflowExecution
decision for this cancellation
request. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.
requestCancelExternalWorkflowExecutionInitiatedEventAttributes_control :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #
Data attached to the event that can be used by the decider in subsequent workflow tasks.
requestCancelExternalWorkflowExecutionInitiatedEventAttributes_runId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #
The runId
of the external workflow execution to be canceled.
requestCancelExternalWorkflowExecutionInitiatedEventAttributes_workflowId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Text Source #
The workflowId
of the external workflow execution to be canceled.
requestCancelExternalWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the
RequestCancelExternalWorkflowExecution
decision for this cancellation
request. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.
ResourceTag
data ResourceTag Source #
Tags are key-value pairs that can be associated with Amazon SWF state machines and activities.
Tags may only contain unicode letters, digits, whitespace, or these
symbols: _ . : / = + - @
.
See: newResourceTag
smart constructor.
Instances
Create a value of ResourceTag
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:value:ResourceTag'
, resourceTag_value
- The value of a tag.
$sel:key:ResourceTag'
, resourceTag_key
- The key of a tag.
resourceTag_value :: Lens' ResourceTag (Maybe Text) Source #
The value of a tag.
resourceTag_key :: Lens' ResourceTag Text Source #
The key of a tag.
ScheduleActivityTaskDecisionAttributes
data ScheduleActivityTaskDecisionAttributes Source #
Provides the details of the ScheduleActivityTask
decision.
Access Control
You can use IAM policies to control this decision's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. Constrain the following parameters by using a
Condition
element with the appropriate keys.activityType.name
– String constraint. The key 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: newScheduleActivityTaskDecisionAttributes
smart constructor.
ScheduleActivityTaskDecisionAttributes' | |
|
Instances
newScheduleActivityTaskDecisionAttributes Source #
Create a value of ScheduleActivityTaskDecisionAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:control:ScheduleActivityTaskDecisionAttributes'
, scheduleActivityTaskDecisionAttributes_control
- Data attached to the event that can be used by the decider in subsequent
workflow tasks. This data isn't sent to the activity.
$sel:heartbeatTimeout:ScheduleActivityTaskDecisionAttributes'
, scheduleActivityTaskDecisionAttributes_heartbeatTimeout
- If set, specifies the maximum time before which a worker processing a
task of this type must report progress by calling
RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity
task is automatically timed out. If the worker subsequently attempts to
record a heartbeat or returns a result, it is ignored. This overrides
the default heartbeat timeout specified when registering the activity
type using RegisterActivityType.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
$sel:scheduleToCloseTimeout:ScheduleActivityTaskDecisionAttributes'
, scheduleActivityTaskDecisionAttributes_scheduleToCloseTimeout
- The maximum duration for this activity task.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
A schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault is returned.
$sel:input:ScheduleActivityTaskDecisionAttributes'
, scheduleActivityTaskDecisionAttributes_input
- The input provided to the activity task.
$sel:taskList:ScheduleActivityTaskDecisionAttributes'
, scheduleActivityTaskDecisionAttributes_taskList
- If set, specifies the name of the task list in which to schedule the
activity task. If not specified, the defaultTaskList
registered with
the activity type is used.
A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default task list was specified at registration time then a fault is returned.
The specified string must not start or end with whitespace. It must not
contain a :
(colon), /
(slash), |
(vertical bar), or any control
characters (\u0000-\u001f
| \u007f-\u009f
). Also, it must not
contain the literal string arn
.
$sel:taskPriority:ScheduleActivityTaskDecisionAttributes'
, scheduleActivityTaskDecisionAttributes_taskPriority
- If set, specifies the priority with which the activity task is to be
assigned to a worker. This overrides the defaultTaskPriority specified
when registering the activity type using RegisterActivityType. Valid
values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers
indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.
$sel:scheduleToStartTimeout:ScheduleActivityTaskDecisionAttributes'
, scheduleActivityTaskDecisionAttributes_scheduleToStartTimeout
- If set, specifies the maximum duration the activity task can wait to be
assigned to a worker. This overrides the default schedule-to-start
timeout specified when registering the activity type using
RegisterActivityType.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
A schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault is returned.
$sel:startToCloseTimeout:ScheduleActivityTaskDecisionAttributes'
, scheduleActivityTaskDecisionAttributes_startToCloseTimeout
- If set, specifies the maximum duration a worker may take to process this
activity task. This overrides the default start-to-close timeout
specified when registering the activity type using RegisterActivityType.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
A start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault is returned.
$sel:activityType:ScheduleActivityTaskDecisionAttributes'
, scheduleActivityTaskDecisionAttributes_activityType
- The type of the activity task to schedule.
$sel:activityId:ScheduleActivityTaskDecisionAttributes'
, scheduleActivityTaskDecisionAttributes_activityId
- The activityId
of the activity task.
The specified string must not start or end with whitespace. It must not
contain a :
(colon), /
(slash), |
(vertical bar), or any control
characters (\u0000-\u001f
| \u007f-\u009f
). Also, it must not
contain the literal string arn
.
scheduleActivityTaskDecisionAttributes_control :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text) Source #
Data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the activity.
scheduleActivityTaskDecisionAttributes_heartbeatTimeout :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text) Source #
If set, specifies the maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or returns a result, it is ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
scheduleActivityTaskDecisionAttributes_scheduleToCloseTimeout :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text) Source #
The maximum duration for this activity task.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
A schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault is returned.
scheduleActivityTaskDecisionAttributes_input :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text) Source #
The input provided to the activity task.
scheduleActivityTaskDecisionAttributes_taskList :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe TaskList) Source #
If set, specifies the name of the task list in which to schedule the
activity task. If not specified, the defaultTaskList
registered with
the activity type is used.
A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default task list was specified at registration time then a fault is returned.
The specified string must not start or end with whitespace. It must not
contain a :
(colon), /
(slash), |
(vertical bar), or any control
characters (\u0000-\u001f
| \u007f-\u009f
). Also, it must not
contain the literal string arn
.
scheduleActivityTaskDecisionAttributes_taskPriority :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text) Source #
If set, specifies the priority with which the activity task is to be
assigned to a worker. This overrides the defaultTaskPriority specified
when registering the activity type using RegisterActivityType. Valid
values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers
indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.
scheduleActivityTaskDecisionAttributes_scheduleToStartTimeout :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text) Source #
If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
A schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault is returned.
scheduleActivityTaskDecisionAttributes_startToCloseTimeout :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text) Source #
If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
A start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault is returned.
scheduleActivityTaskDecisionAttributes_activityType :: Lens' ScheduleActivityTaskDecisionAttributes ActivityType Source #
The type of the activity task to schedule.
scheduleActivityTaskDecisionAttributes_activityId :: Lens' ScheduleActivityTaskDecisionAttributes Text Source #
The activityId
of the activity task.
The specified string must not start or end with whitespace. It must not
contain a :
(colon), /
(slash), |
(vertical bar), or any control
characters (\u0000-\u001f
| \u007f-\u009f
). Also, it must not
contain the literal string arn
.
ScheduleActivityTaskFailedEventAttributes
data ScheduleActivityTaskFailedEventAttributes Source #
Provides the details of the ScheduleActivityTaskFailed
event.
See: newScheduleActivityTaskFailedEventAttributes
smart constructor.
ScheduleActivityTaskFailedEventAttributes' | |
|
Instances
newScheduleActivityTaskFailedEventAttributes Source #
Create a value of ScheduleActivityTaskFailedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:activityType:ScheduleActivityTaskFailedEventAttributes'
, scheduleActivityTaskFailedEventAttributes_activityType
- The activity type provided in the ScheduleActivityTask
decision that
failed.
$sel:activityId:ScheduleActivityTaskFailedEventAttributes'
, scheduleActivityTaskFailedEventAttributes_activityId
- The activityId provided in the ScheduleActivityTask
decision that
failed.
$sel:cause:ScheduleActivityTaskFailedEventAttributes'
, scheduleActivityTaskFailedEventAttributes_cause
- The cause of the failure. This information is generated by the system
and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
$sel:decisionTaskCompletedEventId:ScheduleActivityTaskFailedEventAttributes'
, scheduleActivityTaskFailedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision that resulted in the scheduling of this activity task. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.
scheduleActivityTaskFailedEventAttributes_activityType :: Lens' ScheduleActivityTaskFailedEventAttributes ActivityType Source #
The activity type provided in the ScheduleActivityTask
decision that
failed.
scheduleActivityTaskFailedEventAttributes_activityId :: Lens' ScheduleActivityTaskFailedEventAttributes Text Source #
The activityId provided in the ScheduleActivityTask
decision that
failed.
scheduleActivityTaskFailedEventAttributes_cause :: Lens' ScheduleActivityTaskFailedEventAttributes ScheduleActivityTaskFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
scheduleActivityTaskFailedEventAttributes_decisionTaskCompletedEventId :: Lens' ScheduleActivityTaskFailedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision that resulted in the scheduling of this activity task. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.
ScheduleLambdaFunctionDecisionAttributes
data ScheduleLambdaFunctionDecisionAttributes Source #
Decision attributes specified in
scheduleLambdaFunctionDecisionAttributes
within the list of decisions
decisions
passed to RespondDecisionTaskCompleted.
See: newScheduleLambdaFunctionDecisionAttributes
smart constructor.
ScheduleLambdaFunctionDecisionAttributes' | |
|
Instances
newScheduleLambdaFunctionDecisionAttributes Source #
Create a value of ScheduleLambdaFunctionDecisionAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:control:ScheduleLambdaFunctionDecisionAttributes'
, scheduleLambdaFunctionDecisionAttributes_control
- The data attached to the event that the decider can use in subsequent
workflow tasks. This data isn't sent to the Lambda task.
$sel:input:ScheduleLambdaFunctionDecisionAttributes'
, scheduleLambdaFunctionDecisionAttributes_input
- The optional input data to be supplied to the Lambda function.
$sel:startToCloseTimeout:ScheduleLambdaFunctionDecisionAttributes'
, scheduleLambdaFunctionDecisionAttributes_startToCloseTimeout
- The timeout value, in seconds, after which the Lambda function is
considered to be failed once it has started. This can be any integer
from 1-300 (1s-5m). If no value is supplied, than a default value of
300s is assumed.
$sel:id:ScheduleLambdaFunctionDecisionAttributes'
, scheduleLambdaFunctionDecisionAttributes_id
- A string that identifies the Lambda function execution in the event
history.
$sel:name:ScheduleLambdaFunctionDecisionAttributes'
, scheduleLambdaFunctionDecisionAttributes_name
- The name, or ARN, of the Lambda function to schedule.
scheduleLambdaFunctionDecisionAttributes_control :: Lens' ScheduleLambdaFunctionDecisionAttributes (Maybe Text) Source #
The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.
scheduleLambdaFunctionDecisionAttributes_input :: Lens' ScheduleLambdaFunctionDecisionAttributes (Maybe Text) Source #
The optional input data to be supplied to the Lambda function.
scheduleLambdaFunctionDecisionAttributes_startToCloseTimeout :: Lens' ScheduleLambdaFunctionDecisionAttributes (Maybe Text) Source #
The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started. This can be any integer from 1-300 (1s-5m). If no value is supplied, than a default value of 300s is assumed.
scheduleLambdaFunctionDecisionAttributes_id :: Lens' ScheduleLambdaFunctionDecisionAttributes Text Source #
A string that identifies the Lambda function execution in the event history.
scheduleLambdaFunctionDecisionAttributes_name :: 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: newScheduleLambdaFunctionFailedEventAttributes
smart constructor.
ScheduleLambdaFunctionFailedEventAttributes' | |
|
Instances
newScheduleLambdaFunctionFailedEventAttributes Source #
:: Text | |
-> Text | |
-> ScheduleLambdaFunctionFailedCause | |
-> Integer |
|
-> ScheduleLambdaFunctionFailedEventAttributes |
Create a value of ScheduleLambdaFunctionFailedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:id:ScheduleLambdaFunctionFailedEventAttributes'
, scheduleLambdaFunctionFailedEventAttributes_id
- The ID provided in the ScheduleLambdaFunction
decision that failed.
$sel:name:ScheduleLambdaFunctionFailedEventAttributes'
, scheduleLambdaFunctionFailedEventAttributes_name
- The name of the Lambda function.
$sel:cause:ScheduleLambdaFunctionFailedEventAttributes'
, scheduleLambdaFunctionFailedEventAttributes_cause
- The cause of the failure. To help diagnose issues, use this information
to trace back the chain of events leading up to this event.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
$sel:decisionTaskCompletedEventId:ScheduleLambdaFunctionFailedEventAttributes'
, scheduleLambdaFunctionFailedEventAttributes_decisionTaskCompletedEventId
- The ID of the LambdaFunctionCompleted
event corresponding to the
decision that resulted in scheduling this Lambda task. To help diagnose
issues, use this information to trace back the chain of events leading
up to this event.
scheduleLambdaFunctionFailedEventAttributes_id :: Lens' ScheduleLambdaFunctionFailedEventAttributes Text Source #
The ID provided in the ScheduleLambdaFunction
decision that failed.
scheduleLambdaFunctionFailedEventAttributes_name :: Lens' ScheduleLambdaFunctionFailedEventAttributes Text Source #
The name of the Lambda function.
scheduleLambdaFunctionFailedEventAttributes_cause :: Lens' ScheduleLambdaFunctionFailedEventAttributes ScheduleLambdaFunctionFailedCause Source #
The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
scheduleLambdaFunctionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' ScheduleLambdaFunctionFailedEventAttributes Integer Source #
The ID of the LambdaFunctionCompleted
event corresponding to the
decision that resulted in scheduling this Lambda task. To help diagnose
issues, use this information to trace back the chain of events leading
up to this event.
SignalExternalWorkflowExecutionDecisionAttributes
data SignalExternalWorkflowExecutionDecisionAttributes Source #
Provides the details of the SignalExternalWorkflowExecution
decision.
Access Control
You can use IAM policies to control this decision's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller doesn't have sufficient permissions to invoke the action,
or the parameter values fall outside the specified constraints, the
action fails. The associated event attribute's cause
parameter is set
to OPERATION_NOT_PERMITTED
. For details and example IAM policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
See: newSignalExternalWorkflowExecutionDecisionAttributes
smart constructor.
SignalExternalWorkflowExecutionDecisionAttributes' | |
|
Instances
newSignalExternalWorkflowExecutionDecisionAttributes Source #
:: Text |
|
-> Text |
|
-> SignalExternalWorkflowExecutionDecisionAttributes |
Create a value of SignalExternalWorkflowExecutionDecisionAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:control:SignalExternalWorkflowExecutionDecisionAttributes'
, signalExternalWorkflowExecutionDecisionAttributes_control
- The data attached to the event that can be used by the decider in
subsequent decision tasks.
$sel:input:SignalExternalWorkflowExecutionDecisionAttributes'
, signalExternalWorkflowExecutionDecisionAttributes_input
- The input data to be provided with the signal. The target workflow
execution uses the signal name and input data to process the signal.
$sel:runId:SignalExternalWorkflowExecutionDecisionAttributes'
, signalExternalWorkflowExecutionDecisionAttributes_runId
- The runId
of the workflow execution to be signaled.
$sel:workflowId:SignalExternalWorkflowExecutionDecisionAttributes'
, signalExternalWorkflowExecutionDecisionAttributes_workflowId
- The workflowId
of the workflow execution to be signaled.
$sel:signalName:SignalExternalWorkflowExecutionDecisionAttributes'
, signalExternalWorkflowExecutionDecisionAttributes_signalName
- The name of the signal.The target workflow execution uses the signal
name and input to process the signal.
signalExternalWorkflowExecutionDecisionAttributes_control :: Lens' SignalExternalWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The data attached to the event that can be used by the decider in subsequent decision tasks.
signalExternalWorkflowExecutionDecisionAttributes_input :: Lens' SignalExternalWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The input data to be provided with the signal. The target workflow execution uses the signal name and input data to process the signal.
signalExternalWorkflowExecutionDecisionAttributes_runId :: Lens' SignalExternalWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The runId
of the workflow execution to be signaled.
signalExternalWorkflowExecutionDecisionAttributes_workflowId :: Lens' SignalExternalWorkflowExecutionDecisionAttributes Text Source #
The workflowId
of the workflow execution to be signaled.
signalExternalWorkflowExecutionDecisionAttributes_signalName :: Lens' SignalExternalWorkflowExecutionDecisionAttributes Text Source #
The name of the signal.The target workflow execution uses the signal name and input to process the signal.
SignalExternalWorkflowExecutionFailedEventAttributes
data SignalExternalWorkflowExecutionFailedEventAttributes Source #
Provides the details of the SignalExternalWorkflowExecutionFailed
event.
See: newSignalExternalWorkflowExecutionFailedEventAttributes
smart constructor.
SignalExternalWorkflowExecutionFailedEventAttributes' | |
|
Instances
newSignalExternalWorkflowExecutionFailedEventAttributes Source #
Create a value of SignalExternalWorkflowExecutionFailedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:control:SignalExternalWorkflowExecutionFailedEventAttributes'
, signalExternalWorkflowExecutionFailedEventAttributes_control
- The data attached to the event that the decider can use in subsequent
workflow tasks. This data isn't sent to the workflow execution.
$sel:runId:SignalExternalWorkflowExecutionFailedEventAttributes'
, signalExternalWorkflowExecutionFailedEventAttributes_runId
- The runId
of the external workflow execution that the signal was being
delivered to.
$sel:workflowId:SignalExternalWorkflowExecutionFailedEventAttributes'
, signalExternalWorkflowExecutionFailedEventAttributes_workflowId
- The workflowId
of the external workflow execution that the signal was
being delivered to.
$sel:cause:SignalExternalWorkflowExecutionFailedEventAttributes'
, signalExternalWorkflowExecutionFailedEventAttributes_cause
- The cause of the failure. This information is generated by the system
and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
$sel:initiatedEventId:SignalExternalWorkflowExecutionFailedEventAttributes'
, signalExternalWorkflowExecutionFailedEventAttributes_initiatedEventId
- The ID of the SignalExternalWorkflowExecutionInitiated
event
corresponding to the SignalExternalWorkflowExecution
decision to
request this signal. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
$sel:decisionTaskCompletedEventId:SignalExternalWorkflowExecutionFailedEventAttributes'
, signalExternalWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
signalExternalWorkflowExecutionFailedEventAttributes_control :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes (Maybe Text) Source #
The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.
signalExternalWorkflowExecutionFailedEventAttributes_runId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes (Maybe Text) Source #
The runId
of the external workflow execution that the signal was being
delivered to.
signalExternalWorkflowExecutionFailedEventAttributes_workflowId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Text Source #
The workflowId
of the external workflow execution that the signal was
being delivered to.
signalExternalWorkflowExecutionFailedEventAttributes_cause :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes SignalExternalWorkflowExecutionFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
signalExternalWorkflowExecutionFailedEventAttributes_initiatedEventId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Integer Source #
The ID of the SignalExternalWorkflowExecutionInitiated
event
corresponding to the SignalExternalWorkflowExecution
decision to
request this signal. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
signalExternalWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
SignalExternalWorkflowExecutionInitiatedEventAttributes
data SignalExternalWorkflowExecutionInitiatedEventAttributes Source #
Provides the details of the SignalExternalWorkflowExecutionInitiated
event.
See: newSignalExternalWorkflowExecutionInitiatedEventAttributes
smart constructor.
SignalExternalWorkflowExecutionInitiatedEventAttributes' | |
|
Instances
newSignalExternalWorkflowExecutionInitiatedEventAttributes Source #
Create a value of SignalExternalWorkflowExecutionInitiatedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:control:SignalExternalWorkflowExecutionInitiatedEventAttributes'
, signalExternalWorkflowExecutionInitiatedEventAttributes_control
- Data attached to the event that can be used by the decider in subsequent
decision tasks.
$sel:input:SignalExternalWorkflowExecutionInitiatedEventAttributes'
, signalExternalWorkflowExecutionInitiatedEventAttributes_input
- The input provided to the signal.
$sel:runId:SignalExternalWorkflowExecutionInitiatedEventAttributes'
, signalExternalWorkflowExecutionInitiatedEventAttributes_runId
- The runId
of the external workflow execution to send the signal to.
$sel:workflowId:SignalExternalWorkflowExecutionInitiatedEventAttributes'
, signalExternalWorkflowExecutionInitiatedEventAttributes_workflowId
- The workflowId
of the external workflow execution.
$sel:signalName:SignalExternalWorkflowExecutionInitiatedEventAttributes'
, signalExternalWorkflowExecutionInitiatedEventAttributes_signalName
- The name of the signal.
$sel:decisionTaskCompletedEventId:SignalExternalWorkflowExecutionInitiatedEventAttributes'
, signalExternalWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
signalExternalWorkflowExecutionInitiatedEventAttributes_control :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #
Data attached to the event that can be used by the decider in subsequent decision tasks.
signalExternalWorkflowExecutionInitiatedEventAttributes_input :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #
The input provided to the signal.
signalExternalWorkflowExecutionInitiatedEventAttributes_runId :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #
The runId
of the external workflow execution to send the signal to.
signalExternalWorkflowExecutionInitiatedEventAttributes_workflowId :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Text Source #
The workflowId
of the external workflow execution.
signalExternalWorkflowExecutionInitiatedEventAttributes_signalName :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Text Source #
The name of the signal.
signalExternalWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
StartChildWorkflowExecutionDecisionAttributes
data StartChildWorkflowExecutionDecisionAttributes Source #
Provides the details of the StartChildWorkflowExecution
decision.
Access Control
You can use IAM policies to control this decision's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. Constrain the following parameters by using a
Condition
element with the appropriate keys.tagList.member.N
– The key is "swf:tagList.N" where N is the tag number from 0 to 4, inclusive.taskList
– String constraint. The key 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: newStartChildWorkflowExecutionDecisionAttributes
smart constructor.
StartChildWorkflowExecutionDecisionAttributes' | |
|
Instances
newStartChildWorkflowExecutionDecisionAttributes Source #
:: WorkflowType |
|
-> Text |
|
-> StartChildWorkflowExecutionDecisionAttributes |
Create a value of StartChildWorkflowExecutionDecisionAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:control:StartChildWorkflowExecutionDecisionAttributes'
, startChildWorkflowExecutionDecisionAttributes_control
- The data attached to the event that can be used by the decider in
subsequent workflow tasks. This data isn't sent to the child workflow
execution.
$sel:tagList:StartChildWorkflowExecutionDecisionAttributes'
, startChildWorkflowExecutionDecisionAttributes_tagList
- The list of tags to associate with the child workflow execution. A
maximum of 5 tags can be specified. You can list workflow executions
with a specific tag by calling ListOpenWorkflowExecutions or
ListClosedWorkflowExecutions and specifying a TagFilter.
$sel:taskStartToCloseTimeout:StartChildWorkflowExecutionDecisionAttributes'
, startChildWorkflowExecutionDecisionAttributes_taskStartToCloseTimeout
- Specifies the maximum duration of decision tasks for this workflow
execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault is returned.
$sel:lambdaRole:StartChildWorkflowExecutionDecisionAttributes'
, startChildWorkflowExecutionDecisionAttributes_lambdaRole
- The IAM role attached to the child workflow execution.
$sel:input:StartChildWorkflowExecutionDecisionAttributes'
, startChildWorkflowExecutionDecisionAttributes_input
- The input to be provided to the workflow execution.
$sel:executionStartToCloseTimeout:StartChildWorkflowExecutionDecisionAttributes'
, startChildWorkflowExecutionDecisionAttributes_executionStartToCloseTimeout
- The total duration for this workflow execution. This overrides the
defaultExecutionStartToCloseTimeout specified when registering the
workflow type.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault is returned.
$sel:taskList:StartChildWorkflowExecutionDecisionAttributes'
, startChildWorkflowExecutionDecisionAttributes_taskList
- The name of the task list to be used for decision tasks of the child
workflow execution.
A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault is returned.
The specified string must not start or end with whitespace. It must not
contain a :
(colon), /
(slash), |
(vertical bar), or any control
characters (\u0000-\u001f
| \u007f-\u009f
). Also, it must not
contain the literal string arn
.
$sel:taskPriority:StartChildWorkflowExecutionDecisionAttributes'
, startChildWorkflowExecutionDecisionAttributes_taskPriority
- A task priority that, if set, specifies the priority for a decision task
of this workflow execution. This overrides the defaultTaskPriority
specified when registering the workflow type. Valid values are integers
that range from Java's Integer.MIN_VALUE
(-2147483648) to
Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher
priority.
For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.
$sel:childPolicy:StartChildWorkflowExecutionDecisionAttributes'
, startChildWorkflowExecutionDecisionAttributes_childPolicy
- If set, specifies the policy to use for the child workflow executions if
the workflow execution being started is terminated by calling the
TerminateWorkflowExecution action explicitly or due to an expired
timeout. This policy overrides the default child policy specified when
registering the workflow type using RegisterWorkflowType.
The supported child policies are:
TERMINATE
– The child executions are terminated.REQUEST_CANCEL
– A request to cancel is attempted for each child execution by recording aWorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.ABANDON
– No action is taken. The child executions continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.
$sel:workflowType:StartChildWorkflowExecutionDecisionAttributes'
, startChildWorkflowExecutionDecisionAttributes_workflowType
- The type of the workflow execution to be started.
$sel:workflowId:StartChildWorkflowExecutionDecisionAttributes'
, startChildWorkflowExecutionDecisionAttributes_workflowId
- The workflowId
of the workflow execution.
The specified string must not start or end with whitespace. It must not
contain a :
(colon), /
(slash), |
(vertical bar), or any control
characters (\u0000-\u001f
| \u007f-\u009f
). Also, it must not
contain the literal string arn
.
startChildWorkflowExecutionDecisionAttributes_control :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the child workflow execution.
startChildWorkflowExecutionDecisionAttributes_tagList :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe [Text]) Source #
The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
startChildWorkflowExecutionDecisionAttributes_taskStartToCloseTimeout :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text) Source #
Specifies the maximum duration of decision tasks for this workflow
execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault is returned.
startChildWorkflowExecutionDecisionAttributes_lambdaRole :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The IAM role attached to the child workflow execution.
startChildWorkflowExecutionDecisionAttributes_input :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The input to be provided to the workflow execution.
startChildWorkflowExecutionDecisionAttributes_executionStartToCloseTimeout :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text) Source #
The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault is returned.
startChildWorkflowExecutionDecisionAttributes_taskList :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe TaskList) Source #
The name of the task list to be used for decision tasks of the child workflow execution.
A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault is returned.
The specified string must not start or end with whitespace. It must not
contain a :
(colon), /
(slash), |
(vertical bar), or any control
characters (\u0000-\u001f
| \u007f-\u009f
). Also, it must not
contain the literal string arn
.
startChildWorkflowExecutionDecisionAttributes_taskPriority :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text) Source #
A task priority that, if set, specifies the priority for a decision task
of this workflow execution. This overrides the defaultTaskPriority
specified when registering the workflow type. Valid values are integers
that range from Java's Integer.MIN_VALUE
(-2147483648) to
Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher
priority.
For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.
startChildWorkflowExecutionDecisionAttributes_childPolicy :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe ChildPolicy) Source #
If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
TERMINATE
– The child executions are terminated.REQUEST_CANCEL
– A request to cancel is attempted for each child execution by recording aWorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.ABANDON
– No action is taken. The child executions continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.
startChildWorkflowExecutionDecisionAttributes_workflowType :: Lens' StartChildWorkflowExecutionDecisionAttributes WorkflowType Source #
The type of the workflow execution to be started.
startChildWorkflowExecutionDecisionAttributes_workflowId :: Lens' StartChildWorkflowExecutionDecisionAttributes Text Source #
The workflowId
of the workflow execution.
The specified string must not start or end with whitespace. It must not
contain a :
(colon), /
(slash), |
(vertical bar), or any control
characters (\u0000-\u001f
| \u007f-\u009f
). Also, it must not
contain the literal string arn
.
StartChildWorkflowExecutionFailedEventAttributes
data StartChildWorkflowExecutionFailedEventAttributes Source #
Provides the details of the StartChildWorkflowExecutionFailed
event.
See: newStartChildWorkflowExecutionFailedEventAttributes
smart constructor.
StartChildWorkflowExecutionFailedEventAttributes' | |
|
Instances
newStartChildWorkflowExecutionFailedEventAttributes Source #
Create a value of StartChildWorkflowExecutionFailedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:control:StartChildWorkflowExecutionFailedEventAttributes'
, startChildWorkflowExecutionFailedEventAttributes_control
- The data attached to the event that the decider can use in subsequent
workflow tasks. This data isn't sent to the child workflow execution.
$sel:workflowType:StartChildWorkflowExecutionFailedEventAttributes'
, startChildWorkflowExecutionFailedEventAttributes_workflowType
- The workflow type provided in the StartChildWorkflowExecution
Decision
that failed.
$sel:cause:StartChildWorkflowExecutionFailedEventAttributes'
, startChildWorkflowExecutionFailedEventAttributes_cause
- The cause of the failure. This information is generated by the system
and can be useful for diagnostic purposes.
When cause
is set to OPERATION_NOT_PERMITTED
, the decision fails
because it lacks sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
$sel:workflowId:StartChildWorkflowExecutionFailedEventAttributes'
, startChildWorkflowExecutionFailedEventAttributes_workflowId
- The workflowId
of the child workflow execution.
$sel:initiatedEventId:StartChildWorkflowExecutionFailedEventAttributes'
, startChildWorkflowExecutionFailedEventAttributes_initiatedEventId
- When the cause
is WORKFLOW_ALREADY_RUNNING
, initiatedEventId
is
the ID of the StartChildWorkflowExecutionInitiated
event that
corresponds to the StartChildWorkflowExecution
Decision to start the
workflow execution. You can use this information to diagnose problems by
tracing back the chain of events leading up to this event.
When the cause
isn't WORKFLOW_ALREADY_RUNNING
, initiatedEventId
is set to 0
because the StartChildWorkflowExecutionInitiated
event
doesn't exist.
$sel:decisionTaskCompletedEventId:StartChildWorkflowExecutionFailedEventAttributes'
, startChildWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the StartChildWorkflowExecution
Decision to request this child workflow execution. This information can
be useful for diagnosing problems by tracing back the chain of events.
startChildWorkflowExecutionFailedEventAttributes_control :: Lens' StartChildWorkflowExecutionFailedEventAttributes (Maybe Text) Source #
The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the child workflow execution.
startChildWorkflowExecutionFailedEventAttributes_workflowType :: Lens' StartChildWorkflowExecutionFailedEventAttributes WorkflowType Source #
The workflow type provided in the StartChildWorkflowExecution
Decision
that failed.
startChildWorkflowExecutionFailedEventAttributes_cause :: Lens' StartChildWorkflowExecutionFailedEventAttributes StartChildWorkflowExecutionFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
When cause
is set to OPERATION_NOT_PERMITTED
, the decision fails
because it lacks sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
startChildWorkflowExecutionFailedEventAttributes_workflowId :: Lens' StartChildWorkflowExecutionFailedEventAttributes Text Source #
The workflowId
of the child workflow execution.
startChildWorkflowExecutionFailedEventAttributes_initiatedEventId :: Lens' StartChildWorkflowExecutionFailedEventAttributes Integer Source #
When the cause
is WORKFLOW_ALREADY_RUNNING
, initiatedEventId
is
the ID of the StartChildWorkflowExecutionInitiated
event that
corresponds to the StartChildWorkflowExecution
Decision to start the
workflow execution. You can use this information to diagnose problems by
tracing back the chain of events leading up to this event.
When the cause
isn't WORKFLOW_ALREADY_RUNNING
, initiatedEventId
is set to 0
because the StartChildWorkflowExecutionInitiated
event
doesn't exist.
startChildWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' StartChildWorkflowExecutionFailedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the StartChildWorkflowExecution
Decision to request this child workflow execution. This information can
be useful for diagnosing problems by tracing back the chain of events.
StartChildWorkflowExecutionInitiatedEventAttributes
data StartChildWorkflowExecutionInitiatedEventAttributes Source #
Provides the details of the StartChildWorkflowExecutionInitiated
event.
See: newStartChildWorkflowExecutionInitiatedEventAttributes
smart constructor.
StartChildWorkflowExecutionInitiatedEventAttributes' | |
|
Instances
newStartChildWorkflowExecutionInitiatedEventAttributes Source #
Create a value of StartChildWorkflowExecutionInitiatedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:control:StartChildWorkflowExecutionInitiatedEventAttributes'
, startChildWorkflowExecutionInitiatedEventAttributes_control
- Data attached to the event that can be used by the decider in subsequent
decision tasks. This data isn't sent to the activity.
$sel:tagList:StartChildWorkflowExecutionInitiatedEventAttributes'
, startChildWorkflowExecutionInitiatedEventAttributes_tagList
- The list of tags to associated with the child workflow execution.
$sel:taskStartToCloseTimeout:StartChildWorkflowExecutionInitiatedEventAttributes'
, startChildWorkflowExecutionInitiatedEventAttributes_taskStartToCloseTimeout
- The maximum duration allowed for the decision tasks for this workflow
execution.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
$sel:lambdaRole:StartChildWorkflowExecutionInitiatedEventAttributes'
, startChildWorkflowExecutionInitiatedEventAttributes_lambdaRole
- The IAM role to attach to the child workflow execution.
$sel:input:StartChildWorkflowExecutionInitiatedEventAttributes'
, startChildWorkflowExecutionInitiatedEventAttributes_input
- The inputs provided to the child workflow execution.
$sel:executionStartToCloseTimeout:StartChildWorkflowExecutionInitiatedEventAttributes'
, startChildWorkflowExecutionInitiatedEventAttributes_executionStartToCloseTimeout
- The maximum duration for the child workflow execution. If the workflow
execution isn't closed within this duration, it is timed out and
force-terminated.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
$sel:taskPriority:StartChildWorkflowExecutionInitiatedEventAttributes'
, startChildWorkflowExecutionInitiatedEventAttributes_taskPriority
- The priority assigned for the decision tasks for this workflow
execution. Valid values are integers that range from Java's
Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647).
Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.
$sel:workflowId:StartChildWorkflowExecutionInitiatedEventAttributes'
, startChildWorkflowExecutionInitiatedEventAttributes_workflowId
- The workflowId
of the child workflow execution.
$sel:workflowType:StartChildWorkflowExecutionInitiatedEventAttributes'
, startChildWorkflowExecutionInitiatedEventAttributes_workflowType
- The type of the child workflow execution.
$sel:taskList:StartChildWorkflowExecutionInitiatedEventAttributes'
, startChildWorkflowExecutionInitiatedEventAttributes_taskList
- The name of the task list used for the decision tasks of the child
workflow execution.
$sel:decisionTaskCompletedEventId:StartChildWorkflowExecutionInitiatedEventAttributes'
, startChildWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the StartChildWorkflowExecution
Decision to request this child workflow execution. This information can
be useful for diagnosing problems by tracing back the cause of events.
$sel:childPolicy:StartChildWorkflowExecutionInitiatedEventAttributes'
, startChildWorkflowExecutionInitiatedEventAttributes_childPolicy
- The policy to use for the child workflow executions if this execution
gets terminated by explicitly calling the TerminateWorkflowExecution
action or due to an expired timeout.
The supported child policies are:
TERMINATE
– The child executions are terminated.REQUEST_CANCEL
– A request to cancel is attempted for each child execution by recording aWorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.ABANDON
– No action is taken. The child executions continue to run.
startChildWorkflowExecutionInitiatedEventAttributes_control :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #
Data attached to the event that can be used by the decider in subsequent decision tasks. This data isn't sent to the activity.
startChildWorkflowExecutionInitiatedEventAttributes_tagList :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe [Text]) Source #
The list of tags to associated with the child workflow execution.
startChildWorkflowExecutionInitiatedEventAttributes_taskStartToCloseTimeout :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #
The maximum duration allowed for the decision tasks for this workflow execution.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
startChildWorkflowExecutionInitiatedEventAttributes_lambdaRole :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #
The IAM role to attach to the child workflow execution.
startChildWorkflowExecutionInitiatedEventAttributes_input :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #
The inputs provided to the child workflow execution.
startChildWorkflowExecutionInitiatedEventAttributes_executionStartToCloseTimeout :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #
The maximum duration for the child workflow execution. If the workflow execution isn't closed within this duration, it is timed out and force-terminated.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
startChildWorkflowExecutionInitiatedEventAttributes_taskPriority :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #
The priority assigned for the decision tasks for this workflow
execution. Valid values are integers that range from Java's
Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647).
Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.
startChildWorkflowExecutionInitiatedEventAttributes_workflowId :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Text Source #
The workflowId
of the child workflow execution.
startChildWorkflowExecutionInitiatedEventAttributes_workflowType :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes WorkflowType Source #
The type of the child workflow execution.
startChildWorkflowExecutionInitiatedEventAttributes_taskList :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes TaskList Source #
The name of the task list used for the decision tasks of the child workflow execution.
startChildWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the StartChildWorkflowExecution
Decision to request this child workflow execution. This information can
be useful for diagnosing problems by tracing back the cause of events.
startChildWorkflowExecutionInitiatedEventAttributes_childPolicy :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes ChildPolicy Source #
The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.
The supported child policies are:
TERMINATE
– The child executions are terminated.REQUEST_CANCEL
– A request to cancel is attempted for each child execution by recording aWorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.ABANDON
– No action is taken. The child executions continue to run.
StartLambdaFunctionFailedEventAttributes
data StartLambdaFunctionFailedEventAttributes Source #
Provides the details of the StartLambdaFunctionFailed
event. It isn't
set for other event types.
See: newStartLambdaFunctionFailedEventAttributes
smart constructor.
StartLambdaFunctionFailedEventAttributes' | |
|
Instances
newStartLambdaFunctionFailedEventAttributes :: StartLambdaFunctionFailedEventAttributes Source #
Create a value of StartLambdaFunctionFailedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:scheduledEventId:StartLambdaFunctionFailedEventAttributes'
, startLambdaFunctionFailedEventAttributes_scheduledEventId
- The ID of the ActivityTaskScheduled
event that was recorded when this
activity task was scheduled. To help diagnose issues, use this
information to trace back the chain of events leading up to this event.
$sel:cause:StartLambdaFunctionFailedEventAttributes'
, startLambdaFunctionFailedEventAttributes_cause
- The cause of the failure. To help diagnose issues, use this information
to trace back the chain of events leading up to this event.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because the IAM role attached to the execution lacked sufficient
permissions. For details and example IAM policies, see
Lambda Tasks
in the Amazon SWF Developer Guide.
$sel:message:StartLambdaFunctionFailedEventAttributes'
, startLambdaFunctionFailedEventAttributes_message
- A description that can help diagnose the cause of the fault.
startLambdaFunctionFailedEventAttributes_scheduledEventId :: Lens' StartLambdaFunctionFailedEventAttributes (Maybe Integer) Source #
The ID of the ActivityTaskScheduled
event that was recorded when this
activity task was scheduled. To help diagnose issues, use this
information to trace back the chain of events leading up to this event.
startLambdaFunctionFailedEventAttributes_cause :: Lens' StartLambdaFunctionFailedEventAttributes (Maybe StartLambdaFunctionFailedCause) Source #
The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because the IAM role attached to the execution lacked sufficient
permissions. For details and example IAM policies, see
Lambda Tasks
in the Amazon SWF Developer Guide.
startLambdaFunctionFailedEventAttributes_message :: 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
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller doesn't have sufficient permissions to invoke the action,
or the parameter values fall outside the specified constraints, the
action fails. The associated event attribute's cause
parameter is set
to OPERATION_NOT_PERMITTED
. For details and example IAM policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
See: newStartTimerDecisionAttributes
smart constructor.
StartTimerDecisionAttributes' | |
|
Instances
newStartTimerDecisionAttributes Source #
:: Text | |
-> Text | |
-> StartTimerDecisionAttributes |
Create a value of StartTimerDecisionAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:control:StartTimerDecisionAttributes'
, startTimerDecisionAttributes_control
- The data attached to the event that can be used by the decider in
subsequent workflow tasks.
$sel:timerId:StartTimerDecisionAttributes'
, startTimerDecisionAttributes_timerId
- The unique ID of the timer.
The specified string must not start or end with whitespace. It must not
contain a :
(colon), /
(slash), |
(vertical bar), or any control
characters (\u0000-\u001f
| \u007f-\u009f
). Also, it must not
contain the literal string arn
.
$sel:startToFireTimeout:StartTimerDecisionAttributes'
, startTimerDecisionAttributes_startToFireTimeout
- The duration to wait before firing the timer.
The duration is specified in seconds, an integer greater than or equal
to 0
.
startTimerDecisionAttributes_control :: Lens' StartTimerDecisionAttributes (Maybe Text) Source #
The data attached to the event that can be used by the decider in subsequent workflow tasks.
startTimerDecisionAttributes_timerId :: Lens' StartTimerDecisionAttributes Text Source #
The unique ID of the timer.
The specified string must not start or end with whitespace. It must not
contain a :
(colon), /
(slash), |
(vertical bar), or any control
characters (\u0000-\u001f
| \u007f-\u009f
). Also, it must not
contain the literal string arn
.
startTimerDecisionAttributes_startToFireTimeout :: Lens' StartTimerDecisionAttributes Text Source #
The duration to wait before firing the timer.
The duration is specified in seconds, an integer greater than or equal
to 0
.
StartTimerFailedEventAttributes
data StartTimerFailedEventAttributes Source #
Provides the details of the StartTimerFailed
event.
See: newStartTimerFailedEventAttributes
smart constructor.
StartTimerFailedEventAttributes' | |
|
Instances
newStartTimerFailedEventAttributes Source #
:: Text | |
-> StartTimerFailedCause | |
-> Integer |
|
-> StartTimerFailedEventAttributes |
Create a value of StartTimerFailedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:timerId:StartTimerFailedEventAttributes'
, startTimerFailedEventAttributes_timerId
- The timerId provided in the StartTimer
decision that failed.
$sel:cause:StartTimerFailedEventAttributes'
, startTimerFailedEventAttributes_cause
- The cause of the failure. This information is generated by the system
and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
$sel:decisionTaskCompletedEventId:StartTimerFailedEventAttributes'
, startTimerFailedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the StartTimer
decision for this
activity task. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.
startTimerFailedEventAttributes_timerId :: Lens' StartTimerFailedEventAttributes Text Source #
The timerId provided in the StartTimer
decision that failed.
startTimerFailedEventAttributes_cause :: Lens' StartTimerFailedEventAttributes StartTimerFailedCause Source #
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause
is set to OPERATION_NOT_PERMITTED
, the decision failed
because it lacked sufficient permissions. For details and example IAM
policies, see
Using IAM to Manage Access to Amazon SWF Workflows
in the Amazon SWF Developer Guide.
startTimerFailedEventAttributes_decisionTaskCompletedEventId :: Lens' StartTimerFailedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the StartTimer
decision for this
activity task. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.
TagFilter
Used to filter the workflow executions in visibility APIs based on a tag.
See: newTagFilter
smart constructor.
Instances
Eq TagFilter Source # | |
Read TagFilter Source # | |
Show TagFilter Source # | |
Generic TagFilter Source # | |
NFData TagFilter Source # | |
Defined in Amazonka.SWF.Types.TagFilter | |
Hashable TagFilter Source # | |
Defined in Amazonka.SWF.Types.TagFilter | |
ToJSON TagFilter Source # | |
Defined in Amazonka.SWF.Types.TagFilter | |
type Rep TagFilter Source # | |
Defined in Amazonka.SWF.Types.TagFilter |
Create a value of TagFilter
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tag:TagFilter'
, tagFilter_tag
- Specifies the tag that must be associated with the execution for it to
meet the filter criteria.
Tags may only contain unicode letters, digits, whitespace, or these
symbols: _ . : / = + - @
.
tagFilter_tag :: Lens' TagFilter Text Source #
Specifies the tag that must be associated with the execution for it to meet the filter criteria.
Tags may only contain unicode letters, digits, whitespace, or these
symbols: _ . : / = + - @
.
TaskList
Represents a task list.
See: newTaskList
smart constructor.
Instances
Eq TaskList Source # | |
Read TaskList Source # | |
Show TaskList Source # | |
Generic TaskList Source # | |
NFData TaskList Source # | |
Defined in Amazonka.SWF.Types.TaskList | |
Hashable TaskList Source # | |
Defined in Amazonka.SWF.Types.TaskList | |
ToJSON TaskList Source # | |
Defined in Amazonka.SWF.Types.TaskList | |
FromJSON TaskList Source # | |
type Rep TaskList Source # | |
Defined in Amazonka.SWF.Types.TaskList |
Create a value of TaskList
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:TaskList'
, taskList_name
- The name of the task list.
TimerCanceledEventAttributes
data TimerCanceledEventAttributes Source #
Provides the details of the TimerCanceled
event.
See: newTimerCanceledEventAttributes
smart constructor.
TimerCanceledEventAttributes' | |
|
Instances
newTimerCanceledEventAttributes Source #
:: Text | |
-> Integer | |
-> Integer |
|
-> TimerCanceledEventAttributes |
Create a value of TimerCanceledEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:timerId:TimerCanceledEventAttributes'
, timerCanceledEventAttributes_timerId
- The unique ID of the timer that was canceled.
$sel:startedEventId:TimerCanceledEventAttributes'
, timerCanceledEventAttributes_startedEventId
- The ID of the TimerStarted
event that was recorded when this timer was
started. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.
$sel:decisionTaskCompletedEventId:TimerCanceledEventAttributes'
, timerCanceledEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the CancelTimer
decision to cancel this
timer. This information can be useful for diagnosing problems by tracing
back the chain of events leading up to this event.
timerCanceledEventAttributes_timerId :: Lens' TimerCanceledEventAttributes Text Source #
The unique ID of the timer that was canceled.
timerCanceledEventAttributes_startedEventId :: Lens' TimerCanceledEventAttributes Integer Source #
The ID of the TimerStarted
event that was recorded when this timer was
started. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.
timerCanceledEventAttributes_decisionTaskCompletedEventId :: Lens' TimerCanceledEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the CancelTimer
decision to cancel this
timer. This information can be useful for diagnosing problems by tracing
back the chain of events leading up to this event.
TimerFiredEventAttributes
data TimerFiredEventAttributes Source #
Provides the details of the TimerFired
event.
See: newTimerFiredEventAttributes
smart constructor.
TimerFiredEventAttributes' | |
|
Instances
newTimerFiredEventAttributes Source #
:: Text | |
-> Integer | |
-> TimerFiredEventAttributes |
Create a value of TimerFiredEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:timerId:TimerFiredEventAttributes'
, timerFiredEventAttributes_timerId
- The unique ID of the timer that fired.
$sel:startedEventId:TimerFiredEventAttributes'
, timerFiredEventAttributes_startedEventId
- The ID of the TimerStarted
event that was recorded when this timer was
started. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.
timerFiredEventAttributes_timerId :: Lens' TimerFiredEventAttributes Text Source #
The unique ID of the timer that fired.
timerFiredEventAttributes_startedEventId :: Lens' TimerFiredEventAttributes Integer Source #
The ID of the TimerStarted
event that was recorded when this timer was
started. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.
TimerStartedEventAttributes
data TimerStartedEventAttributes Source #
Provides the details of the TimerStarted
event.
See: newTimerStartedEventAttributes
smart constructor.
TimerStartedEventAttributes' | |
|
Instances
newTimerStartedEventAttributes Source #
:: Text | |
-> Text | |
-> Integer |
|
-> TimerStartedEventAttributes |
Create a value of TimerStartedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:control:TimerStartedEventAttributes'
, timerStartedEventAttributes_control
- Data attached to the event that can be used by the decider in subsequent
workflow tasks.
$sel:timerId:TimerStartedEventAttributes'
, timerStartedEventAttributes_timerId
- The unique ID of the timer that was started.
$sel:startToFireTimeout:TimerStartedEventAttributes'
, timerStartedEventAttributes_startToFireTimeout
- The duration of time after which the timer fires.
The duration is specified in seconds, an integer greater than or equal
to 0
.
$sel:decisionTaskCompletedEventId:TimerStartedEventAttributes'
, timerStartedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the StartTimer
decision for this
activity task. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.
timerStartedEventAttributes_control :: Lens' TimerStartedEventAttributes (Maybe Text) Source #
Data attached to the event that can be used by the decider in subsequent workflow tasks.
timerStartedEventAttributes_timerId :: Lens' TimerStartedEventAttributes Text Source #
The unique ID of the timer that was started.
timerStartedEventAttributes_startToFireTimeout :: Lens' TimerStartedEventAttributes Text Source #
The duration of time after which the timer fires.
The duration is specified in seconds, an integer greater than or equal
to 0
.
timerStartedEventAttributes_decisionTaskCompletedEventId :: Lens' TimerStartedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the StartTimer
decision for this
activity task. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.
WorkflowExecution
data WorkflowExecution Source #
Represents a workflow execution.
See: newWorkflowExecution
smart constructor.
WorkflowExecution' | |
|
Instances
Create a value of WorkflowExecution
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workflowId:WorkflowExecution'
, workflowExecution_workflowId
- The user defined identifier associated with the workflow execution.
$sel:runId:WorkflowExecution'
, workflowExecution_runId
- A system-generated unique identifier for the workflow execution.
workflowExecution_workflowId :: Lens' WorkflowExecution Text Source #
The user defined identifier associated with the workflow execution.
workflowExecution_runId :: Lens' WorkflowExecution Text Source #
A system-generated unique identifier for the workflow execution.
WorkflowExecutionCancelRequestedEventAttributes
data WorkflowExecutionCancelRequestedEventAttributes Source #
Provides the details of the WorkflowExecutionCancelRequested
event.
See: newWorkflowExecutionCancelRequestedEventAttributes
smart constructor.
WorkflowExecutionCancelRequestedEventAttributes' | |
|
Instances
newWorkflowExecutionCancelRequestedEventAttributes :: WorkflowExecutionCancelRequestedEventAttributes Source #
Create a value of WorkflowExecutionCancelRequestedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:externalWorkflowExecution:WorkflowExecutionCancelRequestedEventAttributes'
, workflowExecutionCancelRequestedEventAttributes_externalWorkflowExecution
- The external workflow execution for which the cancellation was
requested.
$sel:externalInitiatedEventId:WorkflowExecutionCancelRequestedEventAttributes'
, workflowExecutionCancelRequestedEventAttributes_externalInitiatedEventId
- The ID of the RequestCancelExternalWorkflowExecutionInitiated
event
corresponding to the RequestCancelExternalWorkflowExecution
decision
to cancel this workflow execution.The source event with this ID can be
found in the history of the source workflow execution. This information
can be useful for diagnosing problems by tracing back the chain of
events leading up to this event.
$sel:cause:WorkflowExecutionCancelRequestedEventAttributes'
, workflowExecutionCancelRequestedEventAttributes_cause
- If set, indicates that the request to cancel the workflow execution was
automatically generated, and specifies the cause. This happens if the
parent workflow execution times out or is terminated, and the child
policy is set to cancel child executions.
workflowExecutionCancelRequestedEventAttributes_externalWorkflowExecution :: Lens' WorkflowExecutionCancelRequestedEventAttributes (Maybe WorkflowExecution) Source #
The external workflow execution for which the cancellation was requested.
workflowExecutionCancelRequestedEventAttributes_externalInitiatedEventId :: Lens' WorkflowExecutionCancelRequestedEventAttributes (Maybe Integer) Source #
The ID of the RequestCancelExternalWorkflowExecutionInitiated
event
corresponding to the RequestCancelExternalWorkflowExecution
decision
to cancel this workflow execution.The source event with this ID can be
found in the history of the source workflow execution. This information
can be useful for diagnosing problems by tracing back the chain of
events leading up to this event.
workflowExecutionCancelRequestedEventAttributes_cause :: Lens' WorkflowExecutionCancelRequestedEventAttributes (Maybe WorkflowExecutionCancelRequestedCause) Source #
If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.
WorkflowExecutionCanceledEventAttributes
data WorkflowExecutionCanceledEventAttributes Source #
Provides the details of the WorkflowExecutionCanceled
event.
See: newWorkflowExecutionCanceledEventAttributes
smart constructor.
WorkflowExecutionCanceledEventAttributes' | |
|
Instances
newWorkflowExecutionCanceledEventAttributes Source #
:: Integer |
|
-> WorkflowExecutionCanceledEventAttributes |
Create a value of WorkflowExecutionCanceledEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:details:WorkflowExecutionCanceledEventAttributes'
, workflowExecutionCanceledEventAttributes_details
- The details of the cancellation.
$sel:decisionTaskCompletedEventId:WorkflowExecutionCanceledEventAttributes'
, workflowExecutionCanceledEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the CancelWorkflowExecution
decision
for this cancellation request. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
workflowExecutionCanceledEventAttributes_details :: Lens' WorkflowExecutionCanceledEventAttributes (Maybe Text) Source #
The details of the cancellation.
workflowExecutionCanceledEventAttributes_decisionTaskCompletedEventId :: Lens' WorkflowExecutionCanceledEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the CancelWorkflowExecution
decision
for this cancellation request. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
WorkflowExecutionCompletedEventAttributes
data WorkflowExecutionCompletedEventAttributes Source #
Provides the details of the WorkflowExecutionCompleted
event.
See: newWorkflowExecutionCompletedEventAttributes
smart constructor.
WorkflowExecutionCompletedEventAttributes' | |
|
Instances
newWorkflowExecutionCompletedEventAttributes Source #
:: Integer |
|
-> WorkflowExecutionCompletedEventAttributes |
Create a value of WorkflowExecutionCompletedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:result:WorkflowExecutionCompletedEventAttributes'
, workflowExecutionCompletedEventAttributes_result
- The result produced by the workflow execution upon successful
completion.
$sel:decisionTaskCompletedEventId:WorkflowExecutionCompletedEventAttributes'
, workflowExecutionCompletedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the CompleteWorkflowExecution
decision
to complete this execution. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
workflowExecutionCompletedEventAttributes_result :: Lens' WorkflowExecutionCompletedEventAttributes (Maybe Text) Source #
The result produced by the workflow execution upon successful completion.
workflowExecutionCompletedEventAttributes_decisionTaskCompletedEventId :: Lens' WorkflowExecutionCompletedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the CompleteWorkflowExecution
decision
to complete this execution. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
WorkflowExecutionConfiguration
data WorkflowExecutionConfiguration Source #
The configuration settings for a workflow execution including timeout values, tasklist etc. These configuration settings are determined from the defaults specified when registering the workflow type and those specified when starting the workflow execution.
See: newWorkflowExecutionConfiguration
smart constructor.
WorkflowExecutionConfiguration' | |
|
Instances
newWorkflowExecutionConfiguration Source #
:: Text |
|
-> Text |
|
-> TaskList | |
-> ChildPolicy | |
-> WorkflowExecutionConfiguration |
Create a value of WorkflowExecutionConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:lambdaRole:WorkflowExecutionConfiguration'
, workflowExecutionConfiguration_lambdaRole
- The IAM role attached to the child workflow execution.
$sel:taskPriority:WorkflowExecutionConfiguration'
, workflowExecutionConfiguration_taskPriority
- The priority assigned to decision tasks for this workflow execution.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers
indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.
$sel:taskStartToCloseTimeout:WorkflowExecutionConfiguration'
, workflowExecutionConfiguration_taskStartToCloseTimeout
- The maximum duration allowed for decision tasks for this workflow
execution.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
$sel:executionStartToCloseTimeout:WorkflowExecutionConfiguration'
, workflowExecutionConfiguration_executionStartToCloseTimeout
- The total duration for this workflow execution.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
$sel:taskList:WorkflowExecutionConfiguration'
, workflowExecutionConfiguration_taskList
- The task list used for the decision tasks generated for this workflow
execution.
$sel:childPolicy:WorkflowExecutionConfiguration'
, workflowExecutionConfiguration_childPolicy
- The policy to use for the child workflow executions if this workflow
execution is terminated, by calling the TerminateWorkflowExecution
action explicitly or due to an expired timeout.
The supported child policies are:
TERMINATE
– The child executions are terminated.REQUEST_CANCEL
– A request to cancel is attempted for each child execution by recording aWorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.ABANDON
– No action is taken. The child executions continue to run.
workflowExecutionConfiguration_lambdaRole :: Lens' WorkflowExecutionConfiguration (Maybe Text) Source #
The IAM role attached to the child workflow execution.
workflowExecutionConfiguration_taskPriority :: Lens' WorkflowExecutionConfiguration (Maybe Text) Source #
The priority assigned to decision tasks for this workflow execution.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers
indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.
workflowExecutionConfiguration_taskStartToCloseTimeout :: Lens' WorkflowExecutionConfiguration Text Source #
The maximum duration allowed for decision tasks for this workflow execution.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
workflowExecutionConfiguration_executionStartToCloseTimeout :: Lens' WorkflowExecutionConfiguration Text Source #
The total duration for this workflow execution.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
workflowExecutionConfiguration_taskList :: Lens' WorkflowExecutionConfiguration TaskList Source #
The task list used for the decision tasks generated for this workflow execution.
workflowExecutionConfiguration_childPolicy :: Lens' WorkflowExecutionConfiguration ChildPolicy Source #
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
The supported child policies are:
TERMINATE
– The child executions are terminated.REQUEST_CANCEL
– A request to cancel is attempted for each child execution by recording aWorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.ABANDON
– No action is taken. The child executions continue to run.
WorkflowExecutionContinuedAsNewEventAttributes
data WorkflowExecutionContinuedAsNewEventAttributes Source #
Provides the details of the WorkflowExecutionContinuedAsNew
event.
See: newWorkflowExecutionContinuedAsNewEventAttributes
smart constructor.
WorkflowExecutionContinuedAsNewEventAttributes' | |
|
Instances
newWorkflowExecutionContinuedAsNewEventAttributes Source #
Create a value of WorkflowExecutionContinuedAsNewEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tagList:WorkflowExecutionContinuedAsNewEventAttributes'
, workflowExecutionContinuedAsNewEventAttributes_tagList
- The list of tags associated with the new workflow execution.
$sel:taskStartToCloseTimeout:WorkflowExecutionContinuedAsNewEventAttributes'
, workflowExecutionContinuedAsNewEventAttributes_taskStartToCloseTimeout
- The maximum duration of decision tasks for the new workflow execution.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
$sel:lambdaRole:WorkflowExecutionContinuedAsNewEventAttributes'
, workflowExecutionContinuedAsNewEventAttributes_lambdaRole
- The IAM role to attach to the new (continued) workflow execution.
$sel:input:WorkflowExecutionContinuedAsNewEventAttributes'
, workflowExecutionContinuedAsNewEventAttributes_input
- The input provided to the new workflow execution.
$sel:executionStartToCloseTimeout:WorkflowExecutionContinuedAsNewEventAttributes'
, workflowExecutionContinuedAsNewEventAttributes_executionStartToCloseTimeout
- The total duration allowed for the new workflow execution.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
$sel:taskPriority:WorkflowExecutionContinuedAsNewEventAttributes'
, workflowExecutionContinuedAsNewEventAttributes_taskPriority
- The priority of the task to use for the decisions of the new (continued)
workflow execution.
$sel:decisionTaskCompletedEventId:WorkflowExecutionContinuedAsNewEventAttributes'
, workflowExecutionContinuedAsNewEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
$sel:newExecutionRunId':WorkflowExecutionContinuedAsNewEventAttributes'
, workflowExecutionContinuedAsNewEventAttributes_newExecutionRunId
- The runId
of the new workflow execution.
$sel:taskList:WorkflowExecutionContinuedAsNewEventAttributes'
, workflowExecutionContinuedAsNewEventAttributes_taskList
- The task list to use for the decisions of the new (continued) workflow
execution.
$sel:childPolicy:WorkflowExecutionContinuedAsNewEventAttributes'
, workflowExecutionContinuedAsNewEventAttributes_childPolicy
- The policy to use for the child workflow executions of the new execution
if it is terminated by calling the TerminateWorkflowExecution action
explicitly or due to an expired timeout.
The supported child policies are:
TERMINATE
– The child executions are terminated.REQUEST_CANCEL
– A request to cancel is attempted for each child execution by recording aWorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.ABANDON
– No action is taken. The child executions continue to run.
$sel:workflowType:WorkflowExecutionContinuedAsNewEventAttributes'
, workflowExecutionContinuedAsNewEventAttributes_workflowType
- The workflow type of this execution.
workflowExecutionContinuedAsNewEventAttributes_tagList :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe [Text]) Source #
The list of tags associated with the new workflow execution.
workflowExecutionContinuedAsNewEventAttributes_taskStartToCloseTimeout :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text) Source #
The maximum duration of decision tasks for the new workflow execution.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
workflowExecutionContinuedAsNewEventAttributes_lambdaRole :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text) Source #
The IAM role to attach to the new (continued) workflow execution.
workflowExecutionContinuedAsNewEventAttributes_input :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text) Source #
The input provided to the new workflow execution.
workflowExecutionContinuedAsNewEventAttributes_executionStartToCloseTimeout :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text) Source #
The total duration allowed for the new workflow execution.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
workflowExecutionContinuedAsNewEventAttributes_taskPriority :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text) Source #
The priority of the task to use for the decisions of the new (continued) workflow execution.
workflowExecutionContinuedAsNewEventAttributes_decisionTaskCompletedEventId :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
workflowExecutionContinuedAsNewEventAttributes_newExecutionRunId :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Text Source #
The runId
of the new workflow execution.
workflowExecutionContinuedAsNewEventAttributes_taskList :: Lens' WorkflowExecutionContinuedAsNewEventAttributes TaskList Source #
The task list to use for the decisions of the new (continued) workflow execution.
workflowExecutionContinuedAsNewEventAttributes_childPolicy :: Lens' WorkflowExecutionContinuedAsNewEventAttributes ChildPolicy Source #
The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
The supported child policies are:
TERMINATE
– The child executions are terminated.REQUEST_CANCEL
– A request to cancel is attempted for each child execution by recording aWorkflowExecutionCancelRequested
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_workflowType :: 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: newWorkflowExecutionCount
smart constructor.
Instances
newWorkflowExecutionCount Source #
Create a value of WorkflowExecutionCount
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:truncated:WorkflowExecutionCount'
, workflowExecutionCount_truncated
- If set to true, indicates that the actual count was more than the
maximum supported by this API and the count returned is the truncated
value.
$sel:count:WorkflowExecutionCount'
, workflowExecutionCount_count
- The number of workflow executions.
workflowExecutionCount_truncated :: Lens' WorkflowExecutionCount (Maybe Bool) Source #
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
workflowExecutionCount_count :: Lens' WorkflowExecutionCount Natural Source #
The number of workflow executions.
WorkflowExecutionFailedEventAttributes
data WorkflowExecutionFailedEventAttributes Source #
Provides the details of the WorkflowExecutionFailed
event.
See: newWorkflowExecutionFailedEventAttributes
smart constructor.
WorkflowExecutionFailedEventAttributes' | |
|
Instances
newWorkflowExecutionFailedEventAttributes Source #
:: Integer |
|
-> WorkflowExecutionFailedEventAttributes |
Create a value of WorkflowExecutionFailedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:reason:WorkflowExecutionFailedEventAttributes'
, workflowExecutionFailedEventAttributes_reason
- The descriptive reason provided for the failure.
$sel:details:WorkflowExecutionFailedEventAttributes'
, workflowExecutionFailedEventAttributes_details
- The details of the failure.
$sel:decisionTaskCompletedEventId:WorkflowExecutionFailedEventAttributes'
, workflowExecutionFailedEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the FailWorkflowExecution
decision to
fail this execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
workflowExecutionFailedEventAttributes_reason :: Lens' WorkflowExecutionFailedEventAttributes (Maybe Text) Source #
The descriptive reason provided for the failure.
workflowExecutionFailedEventAttributes_details :: Lens' WorkflowExecutionFailedEventAttributes (Maybe Text) Source #
The details of the failure.
workflowExecutionFailedEventAttributes_decisionTaskCompletedEventId :: Lens' WorkflowExecutionFailedEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the FailWorkflowExecution
decision to
fail this execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
WorkflowExecutionFilter
data WorkflowExecutionFilter Source #
Used to filter the workflow executions in visibility APIs by their
workflowId
.
See: newWorkflowExecutionFilter
smart constructor.
WorkflowExecutionFilter' | |
|
Instances
newWorkflowExecutionFilter Source #
Create a value of WorkflowExecutionFilter
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:workflowId:WorkflowExecutionFilter'
, workflowExecutionFilter_workflowId
- The workflowId to pass of match the criteria of this filter.
workflowExecutionFilter_workflowId :: Lens' WorkflowExecutionFilter Text Source #
The workflowId to pass of match the criteria of this filter.
WorkflowExecutionInfo
data WorkflowExecutionInfo Source #
Contains information about a workflow execution.
See: newWorkflowExecutionInfo
smart constructor.
WorkflowExecutionInfo' | |
|
Instances
newWorkflowExecutionInfo Source #
Create a value of WorkflowExecutionInfo
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:parent:WorkflowExecutionInfo'
, workflowExecutionInfo_parent
- If this workflow execution is a child of another execution then contains
the workflow execution that started this execution.
$sel:tagList:WorkflowExecutionInfo'
, workflowExecutionInfo_tagList
- The list of tags associated with the workflow execution. Tags can be
used to identify and list workflow executions of interest through the
visibility APIs. A workflow execution can have a maximum of 5 tags.
$sel:closeStatus:WorkflowExecutionInfo'
, workflowExecutionInfo_closeStatus
- If the execution status is closed then this specifies how the execution
was closed:
COMPLETED
– the execution was successfully completed.CANCELED
– the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed.TERMINATED
– the execution was force terminated.FAILED
– the execution failed to complete.TIMED_OUT
– the execution did not complete in the alloted time and was automatically timed out.CONTINUED_AS_NEW
– the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow.
$sel:closeTimestamp:WorkflowExecutionInfo'
, workflowExecutionInfo_closeTimestamp
- The time when the workflow execution was closed. Set only if the
execution status is CLOSED.
$sel:cancelRequested:WorkflowExecutionInfo'
, workflowExecutionInfo_cancelRequested
- Set to true if a cancellation is requested for this workflow execution.
$sel:execution:WorkflowExecutionInfo'
, workflowExecutionInfo_execution
- The workflow execution this information is about.
$sel:workflowType:WorkflowExecutionInfo'
, workflowExecutionInfo_workflowType
- The type of the workflow execution.
$sel:startTimestamp:WorkflowExecutionInfo'
, workflowExecutionInfo_startTimestamp
- The time when the execution was started.
$sel:executionStatus:WorkflowExecutionInfo'
, workflowExecutionInfo_executionStatus
- The current status of the execution.
workflowExecutionInfo_parent :: Lens' WorkflowExecutionInfo (Maybe WorkflowExecution) Source #
If this workflow execution is a child of another execution then contains the workflow execution that started this execution.
workflowExecutionInfo_tagList :: Lens' WorkflowExecutionInfo (Maybe [Text]) Source #
The list of tags associated with the workflow execution. Tags can be used to identify and list workflow executions of interest through the visibility APIs. A workflow execution can have a maximum of 5 tags.
workflowExecutionInfo_closeStatus :: Lens' WorkflowExecutionInfo (Maybe CloseStatus) Source #
If the execution status is closed then this specifies how the execution was closed:
COMPLETED
– the execution was successfully completed.CANCELED
– the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed.TERMINATED
– the execution was force terminated.FAILED
– the execution failed to complete.TIMED_OUT
– the execution did not complete in the alloted time and was automatically timed out.CONTINUED_AS_NEW
– the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow.
workflowExecutionInfo_closeTimestamp :: Lens' WorkflowExecutionInfo (Maybe UTCTime) Source #
The time when the workflow execution was closed. Set only if the execution status is CLOSED.
workflowExecutionInfo_cancelRequested :: Lens' WorkflowExecutionInfo (Maybe Bool) Source #
Set to true if a cancellation is requested for this workflow execution.
workflowExecutionInfo_execution :: Lens' WorkflowExecutionInfo WorkflowExecution Source #
The workflow execution this information is about.
workflowExecutionInfo_workflowType :: Lens' WorkflowExecutionInfo WorkflowType Source #
The type of the workflow execution.
workflowExecutionInfo_startTimestamp :: Lens' WorkflowExecutionInfo UTCTime Source #
The time when the execution was started.
workflowExecutionInfo_executionStatus :: Lens' WorkflowExecutionInfo ExecutionStatus Source #
The current status of the execution.
WorkflowExecutionInfos
data WorkflowExecutionInfos Source #
Contains a paginated list of information about workflow executions.
See: newWorkflowExecutionInfos
smart constructor.
WorkflowExecutionInfos' | |
|
Instances
newWorkflowExecutionInfos :: WorkflowExecutionInfos Source #
Create a value of WorkflowExecutionInfos
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextPageToken:WorkflowExecutionInfos'
, workflowExecutionInfos_nextPageToken
- If a NextPageToken
was returned by a previous call, there are more
results available. To retrieve the next page of results, make the call
again using the returned token in nextPageToken
. Keep all other
arguments unchanged.
The configured maximumPageSize
determines how many results can be
returned in a single call.
$sel:executionInfos:WorkflowExecutionInfos'
, workflowExecutionInfos_executionInfos
- The list of workflow information structures.
workflowExecutionInfos_nextPageToken :: Lens' WorkflowExecutionInfos (Maybe Text) Source #
If a NextPageToken
was returned by a previous call, there are more
results available. To retrieve the next page of results, make the call
again using the returned token in nextPageToken
. Keep all other
arguments unchanged.
The configured maximumPageSize
determines how many results can be
returned in a single call.
workflowExecutionInfos_executionInfos :: 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: newWorkflowExecutionOpenCounts
smart constructor.
WorkflowExecutionOpenCounts' | |
|
Instances
newWorkflowExecutionOpenCounts Source #
:: Natural | |
-> Natural | |
-> Natural | |
-> Natural |
|
-> WorkflowExecutionOpenCounts |
Create a value of WorkflowExecutionOpenCounts
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:openLambdaFunctions:WorkflowExecutionOpenCounts'
, workflowExecutionOpenCounts_openLambdaFunctions
- The count of Lambda tasks whose status is OPEN
.
$sel:openActivityTasks:WorkflowExecutionOpenCounts'
, workflowExecutionOpenCounts_openActivityTasks
- The count of activity tasks whose status is OPEN
.
$sel:openDecisionTasks:WorkflowExecutionOpenCounts'
, workflowExecutionOpenCounts_openDecisionTasks
- The count of decision tasks whose status is OPEN. A workflow execution
can have at most one open decision task.
$sel:openTimers:WorkflowExecutionOpenCounts'
, workflowExecutionOpenCounts_openTimers
- The count of timers started by this workflow execution that have not
fired yet.
$sel:openChildWorkflowExecutions:WorkflowExecutionOpenCounts'
, workflowExecutionOpenCounts_openChildWorkflowExecutions
- The count of child workflow executions whose status is OPEN
.
workflowExecutionOpenCounts_openLambdaFunctions :: Lens' WorkflowExecutionOpenCounts (Maybe Natural) Source #
The count of Lambda tasks whose status is OPEN
.
workflowExecutionOpenCounts_openActivityTasks :: Lens' WorkflowExecutionOpenCounts Natural Source #
The count of activity tasks whose status is OPEN
.
workflowExecutionOpenCounts_openDecisionTasks :: Lens' WorkflowExecutionOpenCounts Natural Source #
The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
workflowExecutionOpenCounts_openTimers :: Lens' WorkflowExecutionOpenCounts Natural Source #
The count of timers started by this workflow execution that have not fired yet.
workflowExecutionOpenCounts_openChildWorkflowExecutions :: Lens' WorkflowExecutionOpenCounts Natural Source #
The count of child workflow executions whose status is OPEN
.
WorkflowExecutionSignaledEventAttributes
data WorkflowExecutionSignaledEventAttributes Source #
Provides the details of the WorkflowExecutionSignaled
event.
See: newWorkflowExecutionSignaledEventAttributes
smart constructor.
WorkflowExecutionSignaledEventAttributes' | |
|
Instances
newWorkflowExecutionSignaledEventAttributes Source #
Create a value of WorkflowExecutionSignaledEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:externalWorkflowExecution:WorkflowExecutionSignaledEventAttributes'
, workflowExecutionSignaledEventAttributes_externalWorkflowExecution
- The workflow execution that sent the signal. This is set only of the
signal was sent by another workflow execution.
$sel:externalInitiatedEventId:WorkflowExecutionSignaledEventAttributes'
, workflowExecutionSignaledEventAttributes_externalInitiatedEventId
- The ID of the SignalExternalWorkflowExecutionInitiated
event
corresponding to the SignalExternalWorkflow
decision to signal this
workflow execution.The source event with this ID can be found in the
history of the source workflow execution. This information can be useful
for diagnosing problems by tracing back the chain of events leading up
to this event. This field is set only if the signal was initiated by
another workflow execution.
$sel:input:WorkflowExecutionSignaledEventAttributes'
, workflowExecutionSignaledEventAttributes_input
- The inputs provided with the signal. The decider can use the signal name
and inputs to determine how to process the signal.
$sel:signalName:WorkflowExecutionSignaledEventAttributes'
, workflowExecutionSignaledEventAttributes_signalName
- The name of the signal received. The decider can use the signal name and
inputs to determine how to the process the signal.
workflowExecutionSignaledEventAttributes_externalWorkflowExecution :: Lens' WorkflowExecutionSignaledEventAttributes (Maybe WorkflowExecution) Source #
The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.
workflowExecutionSignaledEventAttributes_externalInitiatedEventId :: Lens' WorkflowExecutionSignaledEventAttributes (Maybe Integer) Source #
The ID of the SignalExternalWorkflowExecutionInitiated
event
corresponding to the SignalExternalWorkflow
decision to signal this
workflow execution.The source event with this ID can be found in the
history of the source workflow execution. This information can be useful
for diagnosing problems by tracing back the chain of events leading up
to this event. This field is set only if the signal was initiated by
another workflow execution.
workflowExecutionSignaledEventAttributes_input :: Lens' WorkflowExecutionSignaledEventAttributes (Maybe Text) Source #
The inputs provided with the signal. The decider can use the signal name and inputs to determine how to process the signal.
workflowExecutionSignaledEventAttributes_signalName :: Lens' WorkflowExecutionSignaledEventAttributes Text Source #
The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.
WorkflowExecutionStartedEventAttributes
data WorkflowExecutionStartedEventAttributes Source #
Provides details of WorkflowExecutionStarted
event.
See: newWorkflowExecutionStartedEventAttributes
smart constructor.
WorkflowExecutionStartedEventAttributes' | |
|
Instances
newWorkflowExecutionStartedEventAttributes Source #
Create a value of WorkflowExecutionStartedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:parentInitiatedEventId:WorkflowExecutionStartedEventAttributes'
, workflowExecutionStartedEventAttributes_parentInitiatedEventId
- The ID of the StartChildWorkflowExecutionInitiated
event corresponding
to the StartChildWorkflowExecution
Decision to start this workflow
execution. The source event with this ID can be found in the history of
the source workflow execution. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
$sel:tagList:WorkflowExecutionStartedEventAttributes'
, workflowExecutionStartedEventAttributes_tagList
- The list of tags associated with this workflow execution. An execution
can have up to 5 tags.
$sel:taskStartToCloseTimeout:WorkflowExecutionStartedEventAttributes'
, workflowExecutionStartedEventAttributes_taskStartToCloseTimeout
- The maximum duration of decision tasks for this workflow type.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
$sel:lambdaRole:WorkflowExecutionStartedEventAttributes'
, workflowExecutionStartedEventAttributes_lambdaRole
- The IAM role attached to the workflow execution.
$sel:input:WorkflowExecutionStartedEventAttributes'
, workflowExecutionStartedEventAttributes_input
- The input provided to the workflow execution.
$sel:executionStartToCloseTimeout:WorkflowExecutionStartedEventAttributes'
, workflowExecutionStartedEventAttributes_executionStartToCloseTimeout
- The maximum duration for this workflow execution.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
$sel:taskPriority:WorkflowExecutionStartedEventAttributes'
, workflowExecutionStartedEventAttributes_taskPriority
- The priority of the decision tasks in the workflow execution.
$sel:parentWorkflowExecution:WorkflowExecutionStartedEventAttributes'
, workflowExecutionStartedEventAttributes_parentWorkflowExecution
- The source workflow execution that started this workflow execution. The
member isn't set if the workflow execution was not started by a
workflow.
$sel:continuedExecutionRunId:WorkflowExecutionStartedEventAttributes'
, workflowExecutionStartedEventAttributes_continuedExecutionRunId
- If this workflow execution was started due to a
ContinueAsNewWorkflowExecution
decision, then it contains the runId
of the previous workflow execution that was closed and continued as this
execution.
$sel:childPolicy:WorkflowExecutionStartedEventAttributes'
, workflowExecutionStartedEventAttributes_childPolicy
- The policy to use for the child workflow executions if this workflow
execution is terminated, by calling the TerminateWorkflowExecution
action explicitly or due to an expired timeout.
The supported child policies are:
TERMINATE
– The child executions are terminated.REQUEST_CANCEL
– A request to cancel is attempted for each child execution by recording aWorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.ABANDON
– No action is taken. The child executions continue to run.
$sel:taskList:WorkflowExecutionStartedEventAttributes'
, workflowExecutionStartedEventAttributes_taskList
- The name of the task list for scheduling the decision tasks for this
workflow execution.
$sel:workflowType:WorkflowExecutionStartedEventAttributes'
, workflowExecutionStartedEventAttributes_workflowType
- The workflow type of this execution.
workflowExecutionStartedEventAttributes_parentInitiatedEventId :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Integer) Source #
The ID of the StartChildWorkflowExecutionInitiated
event corresponding
to the StartChildWorkflowExecution
Decision to start this workflow
execution. The source event with this ID can be found in the history of
the source workflow execution. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
workflowExecutionStartedEventAttributes_tagList :: Lens' WorkflowExecutionStartedEventAttributes (Maybe [Text]) Source #
The list of tags associated with this workflow execution. An execution can have up to 5 tags.
workflowExecutionStartedEventAttributes_taskStartToCloseTimeout :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text) Source #
The maximum duration of decision tasks for this workflow type.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
workflowExecutionStartedEventAttributes_lambdaRole :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text) Source #
The IAM role attached to the workflow execution.
workflowExecutionStartedEventAttributes_input :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text) Source #
The input provided to the workflow execution.
workflowExecutionStartedEventAttributes_executionStartToCloseTimeout :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text) Source #
The maximum duration for this workflow execution.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
workflowExecutionStartedEventAttributes_taskPriority :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text) Source #
The priority of the decision tasks in the workflow execution.
workflowExecutionStartedEventAttributes_parentWorkflowExecution :: Lens' WorkflowExecutionStartedEventAttributes (Maybe WorkflowExecution) Source #
The source workflow execution that started this workflow execution. The member isn't set if the workflow execution was not started by a workflow.
workflowExecutionStartedEventAttributes_continuedExecutionRunId :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text) Source #
If this workflow execution was started due to a
ContinueAsNewWorkflowExecution
decision, then it contains the runId
of the previous workflow execution that was closed and continued as this
execution.
workflowExecutionStartedEventAttributes_childPolicy :: Lens' WorkflowExecutionStartedEventAttributes ChildPolicy Source #
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
The supported child policies are:
TERMINATE
– The child executions are terminated.REQUEST_CANCEL
– A request to cancel is attempted for each child execution by recording aWorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.ABANDON
– No action is taken. The child executions continue to run.
workflowExecutionStartedEventAttributes_taskList :: Lens' WorkflowExecutionStartedEventAttributes TaskList Source #
The name of the task list for scheduling the decision tasks for this workflow execution.
workflowExecutionStartedEventAttributes_workflowType :: Lens' WorkflowExecutionStartedEventAttributes WorkflowType Source #
The workflow type of this execution.
WorkflowExecutionTerminatedEventAttributes
data WorkflowExecutionTerminatedEventAttributes Source #
Provides the details of the WorkflowExecutionTerminated
event.
See: newWorkflowExecutionTerminatedEventAttributes
smart constructor.
WorkflowExecutionTerminatedEventAttributes' | |
|
Instances
newWorkflowExecutionTerminatedEventAttributes Source #
:: ChildPolicy |
|
-> WorkflowExecutionTerminatedEventAttributes |
Create a value of WorkflowExecutionTerminatedEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:cause:WorkflowExecutionTerminatedEventAttributes'
, workflowExecutionTerminatedEventAttributes_cause
- If set, indicates that the workflow execution was automatically
terminated, and specifies the cause. This happens if the parent workflow
execution times out or is terminated and the child policy is set to
terminate child executions.
$sel:reason:WorkflowExecutionTerminatedEventAttributes'
, workflowExecutionTerminatedEventAttributes_reason
- The reason provided for the termination.
$sel:details:WorkflowExecutionTerminatedEventAttributes'
, workflowExecutionTerminatedEventAttributes_details
- The details provided for the termination.
$sel:childPolicy:WorkflowExecutionTerminatedEventAttributes'
, workflowExecutionTerminatedEventAttributes_childPolicy
- The policy used for the child workflow executions of this workflow
execution.
The supported child policies are:
TERMINATE
– The child executions are terminated.REQUEST_CANCEL
– A request to cancel is attempted for each child execution by recording aWorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.ABANDON
– No action is taken. The child executions continue to run.
workflowExecutionTerminatedEventAttributes_cause :: Lens' WorkflowExecutionTerminatedEventAttributes (Maybe WorkflowExecutionTerminatedCause) Source #
If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.
workflowExecutionTerminatedEventAttributes_reason :: Lens' WorkflowExecutionTerminatedEventAttributes (Maybe Text) Source #
The reason provided for the termination.
workflowExecutionTerminatedEventAttributes_details :: Lens' WorkflowExecutionTerminatedEventAttributes (Maybe Text) Source #
The details provided for the termination.
workflowExecutionTerminatedEventAttributes_childPolicy :: Lens' WorkflowExecutionTerminatedEventAttributes ChildPolicy Source #
The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
TERMINATE
– The child executions are terminated.REQUEST_CANCEL
– A request to cancel is attempted for each child execution by recording aWorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.ABANDON
– No action is taken. The child executions continue to run.
WorkflowExecutionTimedOutEventAttributes
data WorkflowExecutionTimedOutEventAttributes Source #
Provides the details of the WorkflowExecutionTimedOut
event.
See: newWorkflowExecutionTimedOutEventAttributes
smart constructor.
WorkflowExecutionTimedOutEventAttributes' | |
|
Instances
newWorkflowExecutionTimedOutEventAttributes Source #
Create a value of WorkflowExecutionTimedOutEventAttributes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:timeoutType:WorkflowExecutionTimedOutEventAttributes'
, workflowExecutionTimedOutEventAttributes_timeoutType
- The type of timeout that caused this event.
$sel:childPolicy:WorkflowExecutionTimedOutEventAttributes'
, workflowExecutionTimedOutEventAttributes_childPolicy
- The policy used for the child workflow executions of this workflow
execution.
The supported child policies are:
TERMINATE
– The child executions are terminated.REQUEST_CANCEL
– A request to cancel is attempted for each child execution by recording aWorkflowExecutionCancelRequested
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_timeoutType :: Lens' WorkflowExecutionTimedOutEventAttributes WorkflowExecutionTimeoutType Source #
The type of timeout that caused this event.
workflowExecutionTimedOutEventAttributes_childPolicy :: Lens' WorkflowExecutionTimedOutEventAttributes ChildPolicy Source #
The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
TERMINATE
– The child executions are terminated.REQUEST_CANCEL
– A request to cancel is attempted for each child execution by recording aWorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.ABANDON
– No action is taken. The child executions continue to run.
WorkflowType
data WorkflowType Source #
Represents a workflow type.
See: newWorkflowType
smart constructor.
Instances
Create a value of WorkflowType
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:WorkflowType'
, workflowType_name
- The name of the workflow type.
The combination of workflow type name and version must be unique with in a domain.
$sel:version:WorkflowType'
, workflowType_version
- The version of the workflow type.
The combination of workflow type name and version must be unique with in a domain.
workflowType_name :: Lens' WorkflowType Text Source #
The name of the workflow type.
The combination of workflow type name and version must be unique with in a domain.
workflowType_version :: Lens' WorkflowType Text Source #
The version of the workflow type.
The combination of workflow type name and version must be unique with in a domain.
WorkflowTypeConfiguration
data WorkflowTypeConfiguration Source #
The configuration settings of a workflow type.
See: newWorkflowTypeConfiguration
smart constructor.
WorkflowTypeConfiguration' | |
|
Instances
newWorkflowTypeConfiguration :: WorkflowTypeConfiguration Source #
Create a value of WorkflowTypeConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:defaultLambdaRole:WorkflowTypeConfiguration'
, workflowTypeConfiguration_defaultLambdaRole
- The default IAM role attached to this workflow type.
Executions of this workflow type need IAM roles to invoke Lambda functions. If you don't specify an IAM role when starting this workflow type, the default Lambda role is attached to the execution. For more information, see https://docs.aws.amazon.com/amazonswf/latest/developerguide/lambda-task.html in the Amazon SWF Developer Guide.
$sel:defaultChildPolicy:WorkflowTypeConfiguration'
, workflowTypeConfiguration_defaultChildPolicy
- The default policy to use for the child workflow executions when a
workflow execution of this type is terminated, by calling the
TerminateWorkflowExecution action explicitly or due to an expired
timeout. This default can be overridden when starting a workflow
execution using the StartWorkflowExecution action or the
StartChildWorkflowExecution
Decision.
The supported child policies are:
TERMINATE
– The child executions are terminated.REQUEST_CANCEL
– A request to cancel is attempted for each child execution by recording aWorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.ABANDON
– No action is taken. The child executions continue to run.
$sel:defaultTaskList:WorkflowTypeConfiguration'
, workflowTypeConfiguration_defaultTaskList
- The default task list, specified when registering the workflow type, for
decisions tasks scheduled for workflow executions of this type. This
default can be overridden when starting a workflow execution using the
StartWorkflowExecution action or the StartChildWorkflowExecution
Decision.
$sel:defaultTaskPriority:WorkflowTypeConfiguration'
, workflowTypeConfiguration_defaultTaskPriority
- The default task priority, specified when registering the workflow type,
for all decision tasks of this workflow type. This default can be
overridden when starting a workflow execution using the
StartWorkflowExecution action or the StartChildWorkflowExecution
decision.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers
indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.
$sel:defaultExecutionStartToCloseTimeout:WorkflowTypeConfiguration'
, workflowTypeConfiguration_defaultExecutionStartToCloseTimeout
- The default maximum duration, specified when registering the workflow
type, for executions of this workflow type. This default can be
overridden when starting a workflow execution using the
StartWorkflowExecution action or the StartChildWorkflowExecution
Decision.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
$sel:defaultTaskStartToCloseTimeout:WorkflowTypeConfiguration'
, workflowTypeConfiguration_defaultTaskStartToCloseTimeout
- The default maximum duration, specified when registering the workflow
type, that a decision task for executions of this workflow type might
take before returning completion or failure. If the task doesn'tdo
close in the specified time then the task is automatically timed out and
rescheduled. If the decider eventually reports a completion or failure,
it is ignored. This default can be overridden when starting a workflow
execution using the StartWorkflowExecution action or the
StartChildWorkflowExecution
Decision.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
workflowTypeConfiguration_defaultLambdaRole :: Lens' WorkflowTypeConfiguration (Maybe Text) Source #
The default IAM role attached to this workflow type.
Executions of this workflow type need IAM roles to invoke Lambda functions. If you don't specify an IAM role when starting this workflow type, the default Lambda role is attached to the execution. For more information, see https://docs.aws.amazon.com/amazonswf/latest/developerguide/lambda-task.html in the Amazon SWF Developer Guide.
workflowTypeConfiguration_defaultChildPolicy :: Lens' WorkflowTypeConfiguration (Maybe ChildPolicy) Source #
The default policy to use for the child workflow executions when a
workflow execution of this type is terminated, by calling the
TerminateWorkflowExecution action explicitly or due to an expired
timeout. This default can be overridden when starting a workflow
execution using the StartWorkflowExecution action or the
StartChildWorkflowExecution
Decision.
The supported child policies are:
TERMINATE
– The child executions are terminated.REQUEST_CANCEL
– A request to cancel is attempted for each child execution by recording aWorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.ABANDON
– No action is taken. The child executions continue to run.
workflowTypeConfiguration_defaultTaskList :: Lens' WorkflowTypeConfiguration (Maybe TaskList) Source #
The default task list, specified when registering the workflow type, for
decisions tasks scheduled for workflow executions of this type. This
default can be overridden when starting a workflow execution using the
StartWorkflowExecution action or the StartChildWorkflowExecution
Decision.
workflowTypeConfiguration_defaultTaskPriority :: Lens' WorkflowTypeConfiguration (Maybe Text) Source #
The default task priority, specified when registering the workflow type,
for all decision tasks of this workflow type. This default can be
overridden when starting a workflow execution using the
StartWorkflowExecution action or the StartChildWorkflowExecution
decision.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers
indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.
workflowTypeConfiguration_defaultExecutionStartToCloseTimeout :: Lens' WorkflowTypeConfiguration (Maybe Text) Source #
The default maximum duration, specified when registering the workflow
type, for executions of this workflow type. This default can be
overridden when starting a workflow execution using the
StartWorkflowExecution action or the StartChildWorkflowExecution
Decision.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
workflowTypeConfiguration_defaultTaskStartToCloseTimeout :: Lens' WorkflowTypeConfiguration (Maybe Text) Source #
The default maximum duration, specified when registering the workflow
type, that a decision task for executions of this workflow type might
take before returning completion or failure. If the task doesn'tdo
close in the specified time then the task is automatically timed out and
rescheduled. If the decider eventually reports a completion or failure,
it is ignored. This default can be overridden when starting a workflow
execution using the StartWorkflowExecution action or the
StartChildWorkflowExecution
Decision.
The duration is specified in seconds, an integer greater than or equal
to 0
. You can use NONE
to specify unlimited duration.
WorkflowTypeFilter
data WorkflowTypeFilter Source #
Used to filter workflow execution query results by type. Each parameter, if specified, defines a rule that must be satisfied by each returned result.
See: newWorkflowTypeFilter
smart constructor.
Instances
newWorkflowTypeFilter Source #
Create a value of WorkflowTypeFilter
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:version:WorkflowTypeFilter'
, workflowTypeFilter_version
- Version of the workflow type.
$sel:name:WorkflowTypeFilter'
, workflowTypeFilter_name
- Name of the workflow type.
workflowTypeFilter_version :: Lens' WorkflowTypeFilter (Maybe Text) Source #
Version of the workflow type.
workflowTypeFilter_name :: Lens' WorkflowTypeFilter Text Source #
Name of the workflow type.
WorkflowTypeInfo
data WorkflowTypeInfo Source #
Contains information about a workflow type.
See: newWorkflowTypeInfo
smart constructor.
WorkflowTypeInfo' | |
|
Instances
Create a value of WorkflowTypeInfo
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deprecationDate:WorkflowTypeInfo'
, workflowTypeInfo_deprecationDate
- If the type is in deprecated state, then it is set to the date when the
type was deprecated.
$sel:description:WorkflowTypeInfo'
, workflowTypeInfo_description
- The description of the type registered through RegisterWorkflowType.
$sel:workflowType:WorkflowTypeInfo'
, workflowTypeInfo_workflowType
- The workflow type this information is about.
$sel:status:WorkflowTypeInfo'
, workflowTypeInfo_status
- The current status of the workflow type.
$sel:creationDate:WorkflowTypeInfo'
, workflowTypeInfo_creationDate
- The date when this type was registered.
workflowTypeInfo_deprecationDate :: Lens' WorkflowTypeInfo (Maybe UTCTime) Source #
If the type is in deprecated state, then it is set to the date when the type was deprecated.
workflowTypeInfo_description :: Lens' WorkflowTypeInfo (Maybe Text) Source #
The description of the type registered through RegisterWorkflowType.
workflowTypeInfo_workflowType :: Lens' WorkflowTypeInfo WorkflowType Source #
The workflow type this information is about.
workflowTypeInfo_status :: Lens' WorkflowTypeInfo RegistrationStatus Source #
The current status of the workflow type.
workflowTypeInfo_creationDate :: Lens' WorkflowTypeInfo UTCTime Source #
The date when this type was registered.