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
- ExecutionStatus
- HistoryEventType
- LogLevel
- StateMachineStatus
- StateMachineType
- SyncExecutionStatus
- ActivityFailedEventDetails
- ActivityListItem
- ActivityScheduleFailedEventDetails
- ActivityScheduledEventDetails
- ActivityStartedEventDetails
- ActivitySucceededEventDetails
- ActivityTimedOutEventDetails
- BillingDetails
- CloudWatchEventsExecutionDataDetails
- CloudWatchLogsLogGroup
- ExecutionAbortedEventDetails
- ExecutionFailedEventDetails
- ExecutionListItem
- ExecutionStartedEventDetails
- ExecutionSucceededEventDetails
- ExecutionTimedOutEventDetails
- HistoryEvent
- HistoryEventExecutionDataDetails
- LambdaFunctionFailedEventDetails
- LambdaFunctionScheduleFailedEventDetails
- LambdaFunctionScheduledEventDetails
- LambdaFunctionStartFailedEventDetails
- LambdaFunctionSucceededEventDetails
- LambdaFunctionTimedOutEventDetails
- LogDestination
- LoggingConfiguration
- MapIterationEventDetails
- MapStateStartedEventDetails
- StateEnteredEventDetails
- StateExitedEventDetails
- StateMachineListItem
- Tag
- TaskFailedEventDetails
- TaskScheduledEventDetails
- TaskStartFailedEventDetails
- TaskStartedEventDetails
- TaskSubmitFailedEventDetails
- TaskSubmittedEventDetails
- TaskSucceededEventDetails
- TaskTimedOutEventDetails
- TracingConfiguration
Synopsis
- defaultService :: Service
- _ExecutionLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidDefinition :: AsError a => Getting (First ServiceError) a ServiceError
- _StateMachineLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError
- _ExecutionAlreadyExists :: AsError a => Getting (First ServiceError) a ServiceError
- _StateMachineAlreadyExists :: AsError a => Getting (First ServiceError) a ServiceError
- _TaskTimedOut :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidExecutionInput :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidOutput :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidName :: AsError a => Getting (First ServiceError) a ServiceError
- _TaskDoesNotExist :: AsError a => Getting (First ServiceError) a ServiceError
- _ActivityDoesNotExist :: AsError a => Getting (First ServiceError) a ServiceError
- _StateMachineDeleting :: AsError a => Getting (First ServiceError) a ServiceError
- _StateMachineTypeNotSupported :: AsError a => Getting (First ServiceError) a ServiceError
- _MissingRequiredParameter :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidArn :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidToken :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidLoggingConfiguration :: AsError a => Getting (First ServiceError) a ServiceError
- _ActivityWorkerLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidTracingConfiguration :: AsError a => Getting (First ServiceError) a ServiceError
- _ActivityLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError
- _TooManyTags :: AsError a => Getting (First ServiceError) a ServiceError
- _ExecutionDoesNotExist :: AsError a => Getting (First ServiceError) a ServiceError
- _StateMachineDoesNotExist :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceNotFound :: AsError a => Getting (First ServiceError) a ServiceError
- newtype ExecutionStatus where
- ExecutionStatus' { }
- pattern ExecutionStatus_ABORTED :: ExecutionStatus
- pattern ExecutionStatus_FAILED :: ExecutionStatus
- pattern ExecutionStatus_RUNNING :: ExecutionStatus
- pattern ExecutionStatus_SUCCEEDED :: ExecutionStatus
- pattern ExecutionStatus_TIMED_OUT :: ExecutionStatus
- newtype HistoryEventType where
- HistoryEventType' { }
- pattern HistoryEventType_ActivityFailed :: HistoryEventType
- pattern HistoryEventType_ActivityScheduleFailed :: HistoryEventType
- pattern HistoryEventType_ActivityScheduled :: HistoryEventType
- pattern HistoryEventType_ActivityStarted :: HistoryEventType
- pattern HistoryEventType_ActivitySucceeded :: HistoryEventType
- pattern HistoryEventType_ActivityTimedOut :: HistoryEventType
- pattern HistoryEventType_ChoiceStateEntered :: HistoryEventType
- pattern HistoryEventType_ChoiceStateExited :: HistoryEventType
- pattern HistoryEventType_ExecutionAborted :: HistoryEventType
- pattern HistoryEventType_ExecutionFailed :: HistoryEventType
- pattern HistoryEventType_ExecutionStarted :: HistoryEventType
- pattern HistoryEventType_ExecutionSucceeded :: HistoryEventType
- pattern HistoryEventType_ExecutionTimedOut :: HistoryEventType
- pattern HistoryEventType_FailStateEntered :: HistoryEventType
- pattern HistoryEventType_LambdaFunctionFailed :: HistoryEventType
- pattern HistoryEventType_LambdaFunctionScheduleFailed :: HistoryEventType
- pattern HistoryEventType_LambdaFunctionScheduled :: HistoryEventType
- pattern HistoryEventType_LambdaFunctionStartFailed :: HistoryEventType
- pattern HistoryEventType_LambdaFunctionStarted :: HistoryEventType
- pattern HistoryEventType_LambdaFunctionSucceeded :: HistoryEventType
- pattern HistoryEventType_LambdaFunctionTimedOut :: HistoryEventType
- pattern HistoryEventType_MapIterationAborted :: HistoryEventType
- pattern HistoryEventType_MapIterationFailed :: HistoryEventType
- pattern HistoryEventType_MapIterationStarted :: HistoryEventType
- pattern HistoryEventType_MapIterationSucceeded :: HistoryEventType
- pattern HistoryEventType_MapStateAborted :: HistoryEventType
- pattern HistoryEventType_MapStateEntered :: HistoryEventType
- pattern HistoryEventType_MapStateExited :: HistoryEventType
- pattern HistoryEventType_MapStateFailed :: HistoryEventType
- pattern HistoryEventType_MapStateStarted :: HistoryEventType
- pattern HistoryEventType_MapStateSucceeded :: HistoryEventType
- pattern HistoryEventType_ParallelStateAborted :: HistoryEventType
- pattern HistoryEventType_ParallelStateEntered :: HistoryEventType
- pattern HistoryEventType_ParallelStateExited :: HistoryEventType
- pattern HistoryEventType_ParallelStateFailed :: HistoryEventType
- pattern HistoryEventType_ParallelStateStarted :: HistoryEventType
- pattern HistoryEventType_ParallelStateSucceeded :: HistoryEventType
- pattern HistoryEventType_PassStateEntered :: HistoryEventType
- pattern HistoryEventType_PassStateExited :: HistoryEventType
- pattern HistoryEventType_SucceedStateEntered :: HistoryEventType
- pattern HistoryEventType_SucceedStateExited :: HistoryEventType
- pattern HistoryEventType_TaskFailed :: HistoryEventType
- pattern HistoryEventType_TaskScheduled :: HistoryEventType
- pattern HistoryEventType_TaskStartFailed :: HistoryEventType
- pattern HistoryEventType_TaskStarted :: HistoryEventType
- pattern HistoryEventType_TaskStateAborted :: HistoryEventType
- pattern HistoryEventType_TaskStateEntered :: HistoryEventType
- pattern HistoryEventType_TaskStateExited :: HistoryEventType
- pattern HistoryEventType_TaskSubmitFailed :: HistoryEventType
- pattern HistoryEventType_TaskSubmitted :: HistoryEventType
- pattern HistoryEventType_TaskSucceeded :: HistoryEventType
- pattern HistoryEventType_TaskTimedOut :: HistoryEventType
- pattern HistoryEventType_WaitStateAborted :: HistoryEventType
- pattern HistoryEventType_WaitStateEntered :: HistoryEventType
- pattern HistoryEventType_WaitStateExited :: HistoryEventType
- newtype LogLevel where
- LogLevel' {
- fromLogLevel :: Text
- pattern LogLevel_ALL :: LogLevel
- pattern LogLevel_ERROR :: LogLevel
- pattern LogLevel_FATAL :: LogLevel
- pattern LogLevel_OFF :: LogLevel
- LogLevel' {
- newtype StateMachineStatus where
- newtype StateMachineType where
- StateMachineType' { }
- pattern StateMachineType_EXPRESS :: StateMachineType
- pattern StateMachineType_STANDARD :: StateMachineType
- newtype SyncExecutionStatus where
- data ActivityFailedEventDetails = ActivityFailedEventDetails' {}
- newActivityFailedEventDetails :: ActivityFailedEventDetails
- activityFailedEventDetails_error :: Lens' ActivityFailedEventDetails (Maybe Text)
- activityFailedEventDetails_cause :: Lens' ActivityFailedEventDetails (Maybe Text)
- data ActivityListItem = ActivityListItem' {
- activityArn :: Text
- name :: Text
- creationDate :: POSIX
- newActivityListItem :: Text -> Text -> UTCTime -> ActivityListItem
- activityListItem_activityArn :: Lens' ActivityListItem Text
- activityListItem_name :: Lens' ActivityListItem Text
- activityListItem_creationDate :: Lens' ActivityListItem UTCTime
- data ActivityScheduleFailedEventDetails = ActivityScheduleFailedEventDetails' {}
- newActivityScheduleFailedEventDetails :: ActivityScheduleFailedEventDetails
- activityScheduleFailedEventDetails_error :: Lens' ActivityScheduleFailedEventDetails (Maybe Text)
- activityScheduleFailedEventDetails_cause :: Lens' ActivityScheduleFailedEventDetails (Maybe Text)
- data ActivityScheduledEventDetails = ActivityScheduledEventDetails' {}
- newActivityScheduledEventDetails :: Text -> ActivityScheduledEventDetails
- activityScheduledEventDetails_heartbeatInSeconds :: Lens' ActivityScheduledEventDetails (Maybe Integer)
- activityScheduledEventDetails_inputDetails :: Lens' ActivityScheduledEventDetails (Maybe HistoryEventExecutionDataDetails)
- activityScheduledEventDetails_input :: Lens' ActivityScheduledEventDetails (Maybe Text)
- activityScheduledEventDetails_timeoutInSeconds :: Lens' ActivityScheduledEventDetails (Maybe Integer)
- activityScheduledEventDetails_resource :: Lens' ActivityScheduledEventDetails Text
- data ActivityStartedEventDetails = ActivityStartedEventDetails' {
- workerName :: Maybe Text
- newActivityStartedEventDetails :: ActivityStartedEventDetails
- activityStartedEventDetails_workerName :: Lens' ActivityStartedEventDetails (Maybe Text)
- data ActivitySucceededEventDetails = ActivitySucceededEventDetails' {}
- newActivitySucceededEventDetails :: ActivitySucceededEventDetails
- activitySucceededEventDetails_output :: Lens' ActivitySucceededEventDetails (Maybe Text)
- activitySucceededEventDetails_outputDetails :: Lens' ActivitySucceededEventDetails (Maybe HistoryEventExecutionDataDetails)
- data ActivityTimedOutEventDetails = ActivityTimedOutEventDetails' {}
- newActivityTimedOutEventDetails :: ActivityTimedOutEventDetails
- activityTimedOutEventDetails_error :: Lens' ActivityTimedOutEventDetails (Maybe Text)
- activityTimedOutEventDetails_cause :: Lens' ActivityTimedOutEventDetails (Maybe Text)
- data BillingDetails = BillingDetails' {}
- newBillingDetails :: BillingDetails
- billingDetails_billedMemoryUsedInMB :: Lens' BillingDetails (Maybe Natural)
- billingDetails_billedDurationInMilliseconds :: Lens' BillingDetails (Maybe Natural)
- data CloudWatchEventsExecutionDataDetails = CloudWatchEventsExecutionDataDetails' {}
- newCloudWatchEventsExecutionDataDetails :: CloudWatchEventsExecutionDataDetails
- cloudWatchEventsExecutionDataDetails_included :: Lens' CloudWatchEventsExecutionDataDetails (Maybe Bool)
- data CloudWatchLogsLogGroup = CloudWatchLogsLogGroup' {
- logGroupArn :: Maybe Text
- newCloudWatchLogsLogGroup :: CloudWatchLogsLogGroup
- cloudWatchLogsLogGroup_logGroupArn :: Lens' CloudWatchLogsLogGroup (Maybe Text)
- data ExecutionAbortedEventDetails = ExecutionAbortedEventDetails' {}
- newExecutionAbortedEventDetails :: ExecutionAbortedEventDetails
- executionAbortedEventDetails_error :: Lens' ExecutionAbortedEventDetails (Maybe Text)
- executionAbortedEventDetails_cause :: Lens' ExecutionAbortedEventDetails (Maybe Text)
- data ExecutionFailedEventDetails = ExecutionFailedEventDetails' {}
- newExecutionFailedEventDetails :: ExecutionFailedEventDetails
- executionFailedEventDetails_error :: Lens' ExecutionFailedEventDetails (Maybe Text)
- executionFailedEventDetails_cause :: Lens' ExecutionFailedEventDetails (Maybe Text)
- data ExecutionListItem = ExecutionListItem' {
- stopDate :: Maybe POSIX
- executionArn :: Text
- stateMachineArn :: Text
- name :: Text
- status :: ExecutionStatus
- startDate :: POSIX
- newExecutionListItem :: Text -> Text -> Text -> ExecutionStatus -> UTCTime -> ExecutionListItem
- executionListItem_stopDate :: Lens' ExecutionListItem (Maybe UTCTime)
- executionListItem_executionArn :: Lens' ExecutionListItem Text
- executionListItem_stateMachineArn :: Lens' ExecutionListItem Text
- executionListItem_name :: Lens' ExecutionListItem Text
- executionListItem_status :: Lens' ExecutionListItem ExecutionStatus
- executionListItem_startDate :: Lens' ExecutionListItem UTCTime
- data ExecutionStartedEventDetails = ExecutionStartedEventDetails' {}
- newExecutionStartedEventDetails :: ExecutionStartedEventDetails
- executionStartedEventDetails_inputDetails :: Lens' ExecutionStartedEventDetails (Maybe HistoryEventExecutionDataDetails)
- executionStartedEventDetails_input :: Lens' ExecutionStartedEventDetails (Maybe Text)
- executionStartedEventDetails_roleArn :: Lens' ExecutionStartedEventDetails (Maybe Text)
- data ExecutionSucceededEventDetails = ExecutionSucceededEventDetails' {}
- newExecutionSucceededEventDetails :: ExecutionSucceededEventDetails
- executionSucceededEventDetails_output :: Lens' ExecutionSucceededEventDetails (Maybe Text)
- executionSucceededEventDetails_outputDetails :: Lens' ExecutionSucceededEventDetails (Maybe HistoryEventExecutionDataDetails)
- data ExecutionTimedOutEventDetails = ExecutionTimedOutEventDetails' {}
- newExecutionTimedOutEventDetails :: ExecutionTimedOutEventDetails
- executionTimedOutEventDetails_error :: Lens' ExecutionTimedOutEventDetails (Maybe Text)
- executionTimedOutEventDetails_cause :: Lens' ExecutionTimedOutEventDetails (Maybe Text)
- data HistoryEvent = HistoryEvent' {
- mapStateStartedEventDetails :: Maybe MapStateStartedEventDetails
- taskSubmitFailedEventDetails :: Maybe TaskSubmitFailedEventDetails
- taskStartedEventDetails :: Maybe TaskStartedEventDetails
- activityStartedEventDetails :: Maybe ActivityStartedEventDetails
- taskSubmittedEventDetails :: Maybe TaskSubmittedEventDetails
- lambdaFunctionStartFailedEventDetails :: Maybe LambdaFunctionStartFailedEventDetails
- taskStartFailedEventDetails :: Maybe TaskStartFailedEventDetails
- stateExitedEventDetails :: Maybe StateExitedEventDetails
- lambdaFunctionSucceededEventDetails :: Maybe LambdaFunctionSucceededEventDetails
- taskSucceededEventDetails :: Maybe TaskSucceededEventDetails
- activitySucceededEventDetails :: Maybe ActivitySucceededEventDetails
- mapIterationAbortedEventDetails :: Maybe MapIterationEventDetails
- mapIterationSucceededEventDetails :: Maybe MapIterationEventDetails
- mapIterationStartedEventDetails :: Maybe MapIterationEventDetails
- lambdaFunctionTimedOutEventDetails :: Maybe LambdaFunctionTimedOutEventDetails
- taskTimedOutEventDetails :: Maybe TaskTimedOutEventDetails
- activityTimedOutEventDetails :: Maybe ActivityTimedOutEventDetails
- executionFailedEventDetails :: Maybe ExecutionFailedEventDetails
- executionAbortedEventDetails :: Maybe ExecutionAbortedEventDetails
- executionSucceededEventDetails :: Maybe ExecutionSucceededEventDetails
- lambdaFunctionScheduledEventDetails :: Maybe LambdaFunctionScheduledEventDetails
- taskScheduledEventDetails :: Maybe TaskScheduledEventDetails
- activityScheduledEventDetails :: Maybe ActivityScheduledEventDetails
- executionStartedEventDetails :: Maybe ExecutionStartedEventDetails
- activityScheduleFailedEventDetails :: Maybe ActivityScheduleFailedEventDetails
- lambdaFunctionScheduleFailedEventDetails :: Maybe LambdaFunctionScheduleFailedEventDetails
- stateEnteredEventDetails :: Maybe StateEnteredEventDetails
- previousEventId :: Maybe Integer
- activityFailedEventDetails :: Maybe ActivityFailedEventDetails
- taskFailedEventDetails :: Maybe TaskFailedEventDetails
- lambdaFunctionFailedEventDetails :: Maybe LambdaFunctionFailedEventDetails
- executionTimedOutEventDetails :: Maybe ExecutionTimedOutEventDetails
- mapIterationFailedEventDetails :: Maybe MapIterationEventDetails
- timestamp :: POSIX
- type' :: HistoryEventType
- id :: Integer
- newHistoryEvent :: UTCTime -> HistoryEventType -> Integer -> HistoryEvent
- historyEvent_mapStateStartedEventDetails :: Lens' HistoryEvent (Maybe MapStateStartedEventDetails)
- historyEvent_taskSubmitFailedEventDetails :: Lens' HistoryEvent (Maybe TaskSubmitFailedEventDetails)
- historyEvent_taskStartedEventDetails :: Lens' HistoryEvent (Maybe TaskStartedEventDetails)
- historyEvent_activityStartedEventDetails :: Lens' HistoryEvent (Maybe ActivityStartedEventDetails)
- historyEvent_taskSubmittedEventDetails :: Lens' HistoryEvent (Maybe TaskSubmittedEventDetails)
- historyEvent_lambdaFunctionStartFailedEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionStartFailedEventDetails)
- historyEvent_taskStartFailedEventDetails :: Lens' HistoryEvent (Maybe TaskStartFailedEventDetails)
- historyEvent_stateExitedEventDetails :: Lens' HistoryEvent (Maybe StateExitedEventDetails)
- historyEvent_lambdaFunctionSucceededEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionSucceededEventDetails)
- historyEvent_taskSucceededEventDetails :: Lens' HistoryEvent (Maybe TaskSucceededEventDetails)
- historyEvent_activitySucceededEventDetails :: Lens' HistoryEvent (Maybe ActivitySucceededEventDetails)
- historyEvent_mapIterationAbortedEventDetails :: Lens' HistoryEvent (Maybe MapIterationEventDetails)
- historyEvent_mapIterationSucceededEventDetails :: Lens' HistoryEvent (Maybe MapIterationEventDetails)
- historyEvent_mapIterationStartedEventDetails :: Lens' HistoryEvent (Maybe MapIterationEventDetails)
- historyEvent_lambdaFunctionTimedOutEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionTimedOutEventDetails)
- historyEvent_taskTimedOutEventDetails :: Lens' HistoryEvent (Maybe TaskTimedOutEventDetails)
- historyEvent_activityTimedOutEventDetails :: Lens' HistoryEvent (Maybe ActivityTimedOutEventDetails)
- historyEvent_executionFailedEventDetails :: Lens' HistoryEvent (Maybe ExecutionFailedEventDetails)
- historyEvent_executionAbortedEventDetails :: Lens' HistoryEvent (Maybe ExecutionAbortedEventDetails)
- historyEvent_executionSucceededEventDetails :: Lens' HistoryEvent (Maybe ExecutionSucceededEventDetails)
- historyEvent_lambdaFunctionScheduledEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionScheduledEventDetails)
- historyEvent_taskScheduledEventDetails :: Lens' HistoryEvent (Maybe TaskScheduledEventDetails)
- historyEvent_activityScheduledEventDetails :: Lens' HistoryEvent (Maybe ActivityScheduledEventDetails)
- historyEvent_executionStartedEventDetails :: Lens' HistoryEvent (Maybe ExecutionStartedEventDetails)
- historyEvent_activityScheduleFailedEventDetails :: Lens' HistoryEvent (Maybe ActivityScheduleFailedEventDetails)
- historyEvent_lambdaFunctionScheduleFailedEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionScheduleFailedEventDetails)
- historyEvent_stateEnteredEventDetails :: Lens' HistoryEvent (Maybe StateEnteredEventDetails)
- historyEvent_previousEventId :: Lens' HistoryEvent (Maybe Integer)
- historyEvent_activityFailedEventDetails :: Lens' HistoryEvent (Maybe ActivityFailedEventDetails)
- historyEvent_taskFailedEventDetails :: Lens' HistoryEvent (Maybe TaskFailedEventDetails)
- historyEvent_lambdaFunctionFailedEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionFailedEventDetails)
- historyEvent_executionTimedOutEventDetails :: Lens' HistoryEvent (Maybe ExecutionTimedOutEventDetails)
- historyEvent_mapIterationFailedEventDetails :: Lens' HistoryEvent (Maybe MapIterationEventDetails)
- historyEvent_timestamp :: Lens' HistoryEvent UTCTime
- historyEvent_type :: Lens' HistoryEvent HistoryEventType
- historyEvent_id :: Lens' HistoryEvent Integer
- data HistoryEventExecutionDataDetails = HistoryEventExecutionDataDetails' {}
- newHistoryEventExecutionDataDetails :: HistoryEventExecutionDataDetails
- historyEventExecutionDataDetails_truncated :: Lens' HistoryEventExecutionDataDetails (Maybe Bool)
- data LambdaFunctionFailedEventDetails = LambdaFunctionFailedEventDetails' {}
- newLambdaFunctionFailedEventDetails :: LambdaFunctionFailedEventDetails
- lambdaFunctionFailedEventDetails_error :: Lens' LambdaFunctionFailedEventDetails (Maybe Text)
- lambdaFunctionFailedEventDetails_cause :: Lens' LambdaFunctionFailedEventDetails (Maybe Text)
- data LambdaFunctionScheduleFailedEventDetails = LambdaFunctionScheduleFailedEventDetails' {}
- newLambdaFunctionScheduleFailedEventDetails :: LambdaFunctionScheduleFailedEventDetails
- lambdaFunctionScheduleFailedEventDetails_error :: Lens' LambdaFunctionScheduleFailedEventDetails (Maybe Text)
- lambdaFunctionScheduleFailedEventDetails_cause :: Lens' LambdaFunctionScheduleFailedEventDetails (Maybe Text)
- data LambdaFunctionScheduledEventDetails = LambdaFunctionScheduledEventDetails' {}
- newLambdaFunctionScheduledEventDetails :: Text -> LambdaFunctionScheduledEventDetails
- lambdaFunctionScheduledEventDetails_inputDetails :: Lens' LambdaFunctionScheduledEventDetails (Maybe HistoryEventExecutionDataDetails)
- lambdaFunctionScheduledEventDetails_input :: Lens' LambdaFunctionScheduledEventDetails (Maybe Text)
- lambdaFunctionScheduledEventDetails_timeoutInSeconds :: Lens' LambdaFunctionScheduledEventDetails (Maybe Integer)
- lambdaFunctionScheduledEventDetails_resource :: Lens' LambdaFunctionScheduledEventDetails Text
- data LambdaFunctionStartFailedEventDetails = LambdaFunctionStartFailedEventDetails' {}
- newLambdaFunctionStartFailedEventDetails :: LambdaFunctionStartFailedEventDetails
- lambdaFunctionStartFailedEventDetails_error :: Lens' LambdaFunctionStartFailedEventDetails (Maybe Text)
- lambdaFunctionStartFailedEventDetails_cause :: Lens' LambdaFunctionStartFailedEventDetails (Maybe Text)
- data LambdaFunctionSucceededEventDetails = LambdaFunctionSucceededEventDetails' {}
- newLambdaFunctionSucceededEventDetails :: LambdaFunctionSucceededEventDetails
- lambdaFunctionSucceededEventDetails_output :: Lens' LambdaFunctionSucceededEventDetails (Maybe Text)
- lambdaFunctionSucceededEventDetails_outputDetails :: Lens' LambdaFunctionSucceededEventDetails (Maybe HistoryEventExecutionDataDetails)
- data LambdaFunctionTimedOutEventDetails = LambdaFunctionTimedOutEventDetails' {}
- newLambdaFunctionTimedOutEventDetails :: LambdaFunctionTimedOutEventDetails
- lambdaFunctionTimedOutEventDetails_error :: Lens' LambdaFunctionTimedOutEventDetails (Maybe Text)
- lambdaFunctionTimedOutEventDetails_cause :: Lens' LambdaFunctionTimedOutEventDetails (Maybe Text)
- data LogDestination = LogDestination' {}
- newLogDestination :: LogDestination
- logDestination_cloudWatchLogsLogGroup :: Lens' LogDestination (Maybe CloudWatchLogsLogGroup)
- data LoggingConfiguration = LoggingConfiguration' {}
- newLoggingConfiguration :: LoggingConfiguration
- loggingConfiguration_includeExecutionData :: Lens' LoggingConfiguration (Maybe Bool)
- loggingConfiguration_destinations :: Lens' LoggingConfiguration (Maybe [LogDestination])
- loggingConfiguration_level :: Lens' LoggingConfiguration (Maybe LogLevel)
- data MapIterationEventDetails = MapIterationEventDetails' {}
- newMapIterationEventDetails :: MapIterationEventDetails
- mapIterationEventDetails_name :: Lens' MapIterationEventDetails (Maybe Text)
- mapIterationEventDetails_index :: Lens' MapIterationEventDetails (Maybe Natural)
- data MapStateStartedEventDetails = MapStateStartedEventDetails' {}
- newMapStateStartedEventDetails :: MapStateStartedEventDetails
- mapStateStartedEventDetails_length :: Lens' MapStateStartedEventDetails (Maybe Natural)
- data StateEnteredEventDetails = StateEnteredEventDetails' {}
- newStateEnteredEventDetails :: Text -> StateEnteredEventDetails
- stateEnteredEventDetails_inputDetails :: Lens' StateEnteredEventDetails (Maybe HistoryEventExecutionDataDetails)
- stateEnteredEventDetails_input :: Lens' StateEnteredEventDetails (Maybe Text)
- stateEnteredEventDetails_name :: Lens' StateEnteredEventDetails Text
- data StateExitedEventDetails = StateExitedEventDetails' {}
- newStateExitedEventDetails :: Text -> StateExitedEventDetails
- stateExitedEventDetails_output :: Lens' StateExitedEventDetails (Maybe Text)
- stateExitedEventDetails_outputDetails :: Lens' StateExitedEventDetails (Maybe HistoryEventExecutionDataDetails)
- stateExitedEventDetails_name :: Lens' StateExitedEventDetails Text
- data StateMachineListItem = StateMachineListItem' {}
- newStateMachineListItem :: Text -> Text -> StateMachineType -> UTCTime -> StateMachineListItem
- stateMachineListItem_stateMachineArn :: Lens' StateMachineListItem Text
- stateMachineListItem_name :: Lens' StateMachineListItem Text
- stateMachineListItem_type :: Lens' StateMachineListItem StateMachineType
- stateMachineListItem_creationDate :: Lens' StateMachineListItem UTCTime
- data Tag = Tag' {}
- newTag :: Tag
- tag_value :: Lens' Tag (Maybe Text)
- tag_key :: Lens' Tag (Maybe Text)
- data TaskFailedEventDetails = TaskFailedEventDetails' {}
- newTaskFailedEventDetails :: Text -> Text -> TaskFailedEventDetails
- taskFailedEventDetails_error :: Lens' TaskFailedEventDetails (Maybe Text)
- taskFailedEventDetails_cause :: Lens' TaskFailedEventDetails (Maybe Text)
- taskFailedEventDetails_resourceType :: Lens' TaskFailedEventDetails Text
- taskFailedEventDetails_resource :: Lens' TaskFailedEventDetails Text
- data TaskScheduledEventDetails = TaskScheduledEventDetails' {}
- newTaskScheduledEventDetails :: Text -> Text -> Text -> Text -> TaskScheduledEventDetails
- taskScheduledEventDetails_heartbeatInSeconds :: Lens' TaskScheduledEventDetails (Maybe Integer)
- taskScheduledEventDetails_timeoutInSeconds :: Lens' TaskScheduledEventDetails (Maybe Integer)
- taskScheduledEventDetails_resourceType :: Lens' TaskScheduledEventDetails Text
- taskScheduledEventDetails_resource :: Lens' TaskScheduledEventDetails Text
- taskScheduledEventDetails_region :: Lens' TaskScheduledEventDetails Text
- taskScheduledEventDetails_parameters :: Lens' TaskScheduledEventDetails Text
- data TaskStartFailedEventDetails = TaskStartFailedEventDetails' {}
- newTaskStartFailedEventDetails :: Text -> Text -> TaskStartFailedEventDetails
- taskStartFailedEventDetails_error :: Lens' TaskStartFailedEventDetails (Maybe Text)
- taskStartFailedEventDetails_cause :: Lens' TaskStartFailedEventDetails (Maybe Text)
- taskStartFailedEventDetails_resourceType :: Lens' TaskStartFailedEventDetails Text
- taskStartFailedEventDetails_resource :: Lens' TaskStartFailedEventDetails Text
- data TaskStartedEventDetails = TaskStartedEventDetails' {
- resourceType :: Text
- resource :: Text
- newTaskStartedEventDetails :: Text -> Text -> TaskStartedEventDetails
- taskStartedEventDetails_resourceType :: Lens' TaskStartedEventDetails Text
- taskStartedEventDetails_resource :: Lens' TaskStartedEventDetails Text
- data TaskSubmitFailedEventDetails = TaskSubmitFailedEventDetails' {}
- newTaskSubmitFailedEventDetails :: Text -> Text -> TaskSubmitFailedEventDetails
- taskSubmitFailedEventDetails_error :: Lens' TaskSubmitFailedEventDetails (Maybe Text)
- taskSubmitFailedEventDetails_cause :: Lens' TaskSubmitFailedEventDetails (Maybe Text)
- taskSubmitFailedEventDetails_resourceType :: Lens' TaskSubmitFailedEventDetails Text
- taskSubmitFailedEventDetails_resource :: Lens' TaskSubmitFailedEventDetails Text
- data TaskSubmittedEventDetails = TaskSubmittedEventDetails' {}
- newTaskSubmittedEventDetails :: Text -> Text -> TaskSubmittedEventDetails
- taskSubmittedEventDetails_output :: Lens' TaskSubmittedEventDetails (Maybe Text)
- taskSubmittedEventDetails_outputDetails :: Lens' TaskSubmittedEventDetails (Maybe HistoryEventExecutionDataDetails)
- taskSubmittedEventDetails_resourceType :: Lens' TaskSubmittedEventDetails Text
- taskSubmittedEventDetails_resource :: Lens' TaskSubmittedEventDetails Text
- data TaskSucceededEventDetails = TaskSucceededEventDetails' {}
- newTaskSucceededEventDetails :: Text -> Text -> TaskSucceededEventDetails
- taskSucceededEventDetails_output :: Lens' TaskSucceededEventDetails (Maybe Text)
- taskSucceededEventDetails_outputDetails :: Lens' TaskSucceededEventDetails (Maybe HistoryEventExecutionDataDetails)
- taskSucceededEventDetails_resourceType :: Lens' TaskSucceededEventDetails Text
- taskSucceededEventDetails_resource :: Lens' TaskSucceededEventDetails Text
- data TaskTimedOutEventDetails = TaskTimedOutEventDetails' {}
- newTaskTimedOutEventDetails :: Text -> Text -> TaskTimedOutEventDetails
- taskTimedOutEventDetails_error :: Lens' TaskTimedOutEventDetails (Maybe Text)
- taskTimedOutEventDetails_cause :: Lens' TaskTimedOutEventDetails (Maybe Text)
- taskTimedOutEventDetails_resourceType :: Lens' TaskTimedOutEventDetails Text
- taskTimedOutEventDetails_resource :: Lens' TaskTimedOutEventDetails Text
- data TracingConfiguration = TracingConfiguration' {}
- newTracingConfiguration :: TracingConfiguration
- tracingConfiguration_enabled :: Lens' TracingConfiguration (Maybe Bool)
Service Configuration
defaultService :: Service Source #
API version 2016-11-23
of the Amazon Step Functions SDK configuration.
Errors
_ExecutionLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError Source #
The maximum number of running executions has been reached. Running executions must end or be stopped before a new execution can be started.
_InvalidDefinition :: AsError a => Getting (First ServiceError) a ServiceError Source #
The provided Amazon States Language definition is invalid.
_StateMachineLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError Source #
The maximum number of state machines has been reached. Existing state machines must be deleted before a new state machine can be created.
_ExecutionAlreadyExists :: AsError a => Getting (First ServiceError) a ServiceError Source #
The execution has the same name
as another execution (but a different
input
).
Executions with the same name
and input
are considered idempotent.
_StateMachineAlreadyExists :: AsError a => Getting (First ServiceError) a ServiceError Source #
A state machine with the same name but a different definition or role ARN already exists.
_TaskTimedOut :: AsError a => Getting (First ServiceError) a ServiceError Source #
Prism for TaskTimedOut' errors.
_InvalidExecutionInput :: AsError a => Getting (First ServiceError) a ServiceError Source #
The provided JSON input data is invalid.
_InvalidOutput :: AsError a => Getting (First ServiceError) a ServiceError Source #
The provided JSON output data is invalid.
_InvalidName :: AsError a => Getting (First ServiceError) a ServiceError Source #
The provided name is invalid.
_TaskDoesNotExist :: AsError a => Getting (First ServiceError) a ServiceError Source #
Prism for TaskDoesNotExist' errors.
_ActivityDoesNotExist :: AsError a => Getting (First ServiceError) a ServiceError Source #
The specified activity does not exist.
_StateMachineDeleting :: AsError a => Getting (First ServiceError) a ServiceError Source #
The specified state machine is being deleted.
_MissingRequiredParameter :: AsError a => Getting (First ServiceError) a ServiceError Source #
Request is missing a required parameter. This error occurs if both
definition
and roleArn
are not specified.
_InvalidArn :: AsError a => Getting (First ServiceError) a ServiceError Source #
The provided Amazon Resource Name (ARN) is invalid.
_InvalidToken :: AsError a => Getting (First ServiceError) a ServiceError Source #
The provided token is invalid.
_ActivityWorkerLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError Source #
The maximum number of workers concurrently polling for activity tasks has been reached.
_InvalidTracingConfiguration :: AsError a => Getting (First ServiceError) a ServiceError Source #
Your tracingConfiguration
key does not match, or enabled
has not
been set to true
or false
.
_ActivityLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError Source #
The maximum number of activities has been reached. Existing activities must be deleted before a new activity can be created.
_TooManyTags :: AsError a => Getting (First ServiceError) a ServiceError Source #
You've exceeded the number of tags allowed for a resource. See the Limits Topic in the AWS Step Functions Developer Guide.
_ExecutionDoesNotExist :: AsError a => Getting (First ServiceError) a ServiceError Source #
The specified execution does not exist.
_StateMachineDoesNotExist :: AsError a => Getting (First ServiceError) a ServiceError Source #
The specified state machine does not exist.
_ResourceNotFound :: AsError a => Getting (First ServiceError) a ServiceError Source #
Could not find the referenced resource. Only state machine and activity ARNs are supported.
ExecutionStatus
newtype ExecutionStatus Source #
pattern ExecutionStatus_ABORTED :: ExecutionStatus | |
pattern ExecutionStatus_FAILED :: ExecutionStatus | |
pattern ExecutionStatus_RUNNING :: ExecutionStatus | |
pattern ExecutionStatus_SUCCEEDED :: ExecutionStatus | |
pattern ExecutionStatus_TIMED_OUT :: ExecutionStatus |
Instances
HistoryEventType
newtype HistoryEventType Source #
Instances
LogLevel
pattern LogLevel_ALL :: LogLevel | |
pattern LogLevel_ERROR :: LogLevel | |
pattern LogLevel_FATAL :: LogLevel | |
pattern LogLevel_OFF :: LogLevel |
Instances
StateMachineStatus
newtype StateMachineStatus Source #
pattern StateMachineStatus_ACTIVE :: StateMachineStatus | |
pattern StateMachineStatus_DELETING :: StateMachineStatus |
Instances
StateMachineType
newtype StateMachineType Source #
pattern StateMachineType_EXPRESS :: StateMachineType | |
pattern StateMachineType_STANDARD :: StateMachineType |
Instances
SyncExecutionStatus
newtype SyncExecutionStatus Source #
pattern SyncExecutionStatus_FAILED :: SyncExecutionStatus | |
pattern SyncExecutionStatus_SUCCEEDED :: SyncExecutionStatus | |
pattern SyncExecutionStatus_TIMED_OUT :: SyncExecutionStatus |
Instances
ActivityFailedEventDetails
data ActivityFailedEventDetails Source #
Contains details about an activity that failed during an execution.
See: newActivityFailedEventDetails
smart constructor.
Instances
newActivityFailedEventDetails :: ActivityFailedEventDetails Source #
Create a value of ActivityFailedEventDetails
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:error:ActivityFailedEventDetails'
, activityFailedEventDetails_error
- The error code of the failure.
$sel:cause:ActivityFailedEventDetails'
, activityFailedEventDetails_cause
- A more detailed explanation of the cause of the failure.
activityFailedEventDetails_error :: Lens' ActivityFailedEventDetails (Maybe Text) Source #
The error code of the failure.
activityFailedEventDetails_cause :: Lens' ActivityFailedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.
ActivityListItem
data ActivityListItem Source #
Contains details about an activity.
See: newActivityListItem
smart constructor.
ActivityListItem' | |
|
Instances
:: Text | |
-> Text | |
-> UTCTime | |
-> ActivityListItem |
Create a value of ActivityListItem
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:activityArn:ActivityListItem'
, activityListItem_activityArn
- The Amazon Resource Name (ARN) that identifies the activity.
$sel:name:ActivityListItem'
, activityListItem_name
- The name of the activity.
A name must not contain:
- white space
- brackets
< > { } [ ]
- wildcard characters
? *
- special characters
" # % \ ^ | ~ ` $ & , ; : /
- control characters (
U+0000-001F
,U+007F-009F
)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
$sel:creationDate:ActivityListItem'
, activityListItem_creationDate
- The date the activity is created.
activityListItem_activityArn :: Lens' ActivityListItem Text Source #
The Amazon Resource Name (ARN) that identifies the activity.
activityListItem_name :: Lens' ActivityListItem Text Source #
The name of the activity.
A name must not contain:
- white space
- brackets
< > { } [ ]
- wildcard characters
? *
- special characters
" # % \ ^ | ~ ` $ & , ; : /
- control characters (
U+0000-001F
,U+007F-009F
)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
activityListItem_creationDate :: Lens' ActivityListItem UTCTime Source #
The date the activity is created.
ActivityScheduleFailedEventDetails
data ActivityScheduleFailedEventDetails Source #
Contains details about an activity schedule failure that occurred during an execution.
See: newActivityScheduleFailedEventDetails
smart constructor.
Instances
Eq ActivityScheduleFailedEventDetails Source # | |
Show ActivityScheduleFailedEventDetails Source # | |
Generic ActivityScheduleFailedEventDetails Source # | |
NFData ActivityScheduleFailedEventDetails Source # | |
Hashable ActivityScheduleFailedEventDetails Source # | |
FromJSON ActivityScheduleFailedEventDetails Source # | |
type Rep ActivityScheduleFailedEventDetails Source # | |
Defined in Amazonka.StepFunctions.Types.ActivityScheduleFailedEventDetails type Rep ActivityScheduleFailedEventDetails = D1 ('MetaData "ActivityScheduleFailedEventDetails" "Amazonka.StepFunctions.Types.ActivityScheduleFailedEventDetails" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "ActivityScheduleFailedEventDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) |
newActivityScheduleFailedEventDetails :: ActivityScheduleFailedEventDetails Source #
Create a value of ActivityScheduleFailedEventDetails
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:error:ActivityScheduleFailedEventDetails'
, activityScheduleFailedEventDetails_error
- The error code of the failure.
$sel:cause:ActivityScheduleFailedEventDetails'
, activityScheduleFailedEventDetails_cause
- A more detailed explanation of the cause of the failure.
activityScheduleFailedEventDetails_error :: Lens' ActivityScheduleFailedEventDetails (Maybe Text) Source #
The error code of the failure.
activityScheduleFailedEventDetails_cause :: Lens' ActivityScheduleFailedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.
ActivityScheduledEventDetails
data ActivityScheduledEventDetails Source #
Contains details about an activity scheduled during an execution.
See: newActivityScheduledEventDetails
smart constructor.
ActivityScheduledEventDetails' | |
|
Instances
newActivityScheduledEventDetails Source #
Create a value of ActivityScheduledEventDetails
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:heartbeatInSeconds:ActivityScheduledEventDetails'
, activityScheduledEventDetails_heartbeatInSeconds
- The maximum allowed duration between two heartbeats for the activity
task.
$sel:inputDetails:ActivityScheduledEventDetails'
, activityScheduledEventDetails_inputDetails
- Contains details about the input for an execution history event.
$sel:input:ActivityScheduledEventDetails'
, activityScheduledEventDetails_input
- The JSON data input to the activity task. Length constraints apply to
the payload size, and are expressed as bytes in UTF-8 encoding.
$sel:timeoutInSeconds:ActivityScheduledEventDetails'
, activityScheduledEventDetails_timeoutInSeconds
- The maximum allowed duration of the activity task.
$sel:resource:ActivityScheduledEventDetails'
, activityScheduledEventDetails_resource
- The Amazon Resource Name (ARN) of the scheduled activity.
activityScheduledEventDetails_heartbeatInSeconds :: Lens' ActivityScheduledEventDetails (Maybe Integer) Source #
The maximum allowed duration between two heartbeats for the activity task.
activityScheduledEventDetails_inputDetails :: Lens' ActivityScheduledEventDetails (Maybe HistoryEventExecutionDataDetails) Source #
Contains details about the input for an execution history event.
activityScheduledEventDetails_input :: Lens' ActivityScheduledEventDetails (Maybe Text) Source #
The JSON data input to the activity task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
activityScheduledEventDetails_timeoutInSeconds :: Lens' ActivityScheduledEventDetails (Maybe Integer) Source #
The maximum allowed duration of the activity task.
activityScheduledEventDetails_resource :: Lens' ActivityScheduledEventDetails Text Source #
The Amazon Resource Name (ARN) of the scheduled activity.
ActivityStartedEventDetails
data ActivityStartedEventDetails Source #
Contains details about the start of an activity during an execution.
See: newActivityStartedEventDetails
smart constructor.
ActivityStartedEventDetails' | |
|
Instances
newActivityStartedEventDetails :: ActivityStartedEventDetails Source #
Create a value of ActivityStartedEventDetails
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:workerName:ActivityStartedEventDetails'
, activityStartedEventDetails_workerName
- The name of the worker that the task is assigned to. These names are
provided by the workers when calling GetActivityTask.
activityStartedEventDetails_workerName :: Lens' ActivityStartedEventDetails (Maybe Text) Source #
The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.
ActivitySucceededEventDetails
data ActivitySucceededEventDetails Source #
Contains details about an activity that successfully terminated during an execution.
See: newActivitySucceededEventDetails
smart constructor.
ActivitySucceededEventDetails' | |
|
Instances
newActivitySucceededEventDetails :: ActivitySucceededEventDetails Source #
Create a value of ActivitySucceededEventDetails
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:output:ActivitySucceededEventDetails'
, activitySucceededEventDetails_output
- The JSON data output by the activity task. Length constraints apply to
the payload size, and are expressed as bytes in UTF-8 encoding.
$sel:outputDetails:ActivitySucceededEventDetails'
, activitySucceededEventDetails_outputDetails
- Contains details about the output of an execution history event.
activitySucceededEventDetails_output :: Lens' ActivitySucceededEventDetails (Maybe Text) Source #
The JSON data output by the activity task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
activitySucceededEventDetails_outputDetails :: Lens' ActivitySucceededEventDetails (Maybe HistoryEventExecutionDataDetails) Source #
Contains details about the output of an execution history event.
ActivityTimedOutEventDetails
data ActivityTimedOutEventDetails Source #
Contains details about an activity timeout that occurred during an execution.
See: newActivityTimedOutEventDetails
smart constructor.
Instances
newActivityTimedOutEventDetails :: ActivityTimedOutEventDetails Source #
Create a value of ActivityTimedOutEventDetails
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:error:ActivityTimedOutEventDetails'
, activityTimedOutEventDetails_error
- The error code of the failure.
$sel:cause:ActivityTimedOutEventDetails'
, activityTimedOutEventDetails_cause
- A more detailed explanation of the cause of the timeout.
activityTimedOutEventDetails_error :: Lens' ActivityTimedOutEventDetails (Maybe Text) Source #
The error code of the failure.
activityTimedOutEventDetails_cause :: Lens' ActivityTimedOutEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the timeout.
BillingDetails
data BillingDetails Source #
An object that describes workflow billing details.
See: newBillingDetails
smart constructor.
BillingDetails' | |
|
Instances
newBillingDetails :: BillingDetails Source #
Create a value of BillingDetails
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:billedMemoryUsedInMB:BillingDetails'
, billingDetails_billedMemoryUsedInMB
- Billed memory consumption of your workflow, in MB.
$sel:billedDurationInMilliseconds:BillingDetails'
, billingDetails_billedDurationInMilliseconds
- Billed duration of your workflow, in milliseconds.
billingDetails_billedMemoryUsedInMB :: Lens' BillingDetails (Maybe Natural) Source #
Billed memory consumption of your workflow, in MB.
billingDetails_billedDurationInMilliseconds :: Lens' BillingDetails (Maybe Natural) Source #
Billed duration of your workflow, in milliseconds.
CloudWatchEventsExecutionDataDetails
data CloudWatchEventsExecutionDataDetails Source #
Provides details about execution input or output.
See: newCloudWatchEventsExecutionDataDetails
smart constructor.
Instances
Eq CloudWatchEventsExecutionDataDetails Source # | |
Read CloudWatchEventsExecutionDataDetails Source # | |
Show CloudWatchEventsExecutionDataDetails Source # | |
Generic CloudWatchEventsExecutionDataDetails Source # | |
NFData CloudWatchEventsExecutionDataDetails Source # | |
Hashable CloudWatchEventsExecutionDataDetails Source # | |
FromJSON CloudWatchEventsExecutionDataDetails Source # | |
type Rep CloudWatchEventsExecutionDataDetails Source # | |
Defined in Amazonka.StepFunctions.Types.CloudWatchEventsExecutionDataDetails type Rep CloudWatchEventsExecutionDataDetails = D1 ('MetaData "CloudWatchEventsExecutionDataDetails" "Amazonka.StepFunctions.Types.CloudWatchEventsExecutionDataDetails" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "CloudWatchEventsExecutionDataDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "included") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) |
newCloudWatchEventsExecutionDataDetails :: CloudWatchEventsExecutionDataDetails Source #
Create a value of CloudWatchEventsExecutionDataDetails
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:included:CloudWatchEventsExecutionDataDetails'
, cloudWatchEventsExecutionDataDetails_included
- Indicates whether input or output was included in the response. Always
true
for API calls.
cloudWatchEventsExecutionDataDetails_included :: Lens' CloudWatchEventsExecutionDataDetails (Maybe Bool) Source #
Indicates whether input or output was included in the response. Always
true
for API calls.
CloudWatchLogsLogGroup
data CloudWatchLogsLogGroup Source #
See: newCloudWatchLogsLogGroup
smart constructor.
CloudWatchLogsLogGroup' | |
|
Instances
newCloudWatchLogsLogGroup :: CloudWatchLogsLogGroup Source #
Create a value of CloudWatchLogsLogGroup
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:logGroupArn:CloudWatchLogsLogGroup'
, cloudWatchLogsLogGroup_logGroupArn
- The ARN of the the CloudWatch log group to which you want your logs
emitted to. The ARN must end with :*
cloudWatchLogsLogGroup_logGroupArn :: Lens' CloudWatchLogsLogGroup (Maybe Text) Source #
The ARN of the the CloudWatch log group to which you want your logs
emitted to. The ARN must end with :*
ExecutionAbortedEventDetails
data ExecutionAbortedEventDetails Source #
Contains details about an abort of an execution.
See: newExecutionAbortedEventDetails
smart constructor.
Instances
newExecutionAbortedEventDetails :: ExecutionAbortedEventDetails Source #
Create a value of ExecutionAbortedEventDetails
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:error:ExecutionAbortedEventDetails'
, executionAbortedEventDetails_error
- The error code of the failure.
$sel:cause:ExecutionAbortedEventDetails'
, executionAbortedEventDetails_cause
- A more detailed explanation of the cause of the failure.
executionAbortedEventDetails_error :: Lens' ExecutionAbortedEventDetails (Maybe Text) Source #
The error code of the failure.
executionAbortedEventDetails_cause :: Lens' ExecutionAbortedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.
ExecutionFailedEventDetails
data ExecutionFailedEventDetails Source #
Contains details about an execution failure event.
See: newExecutionFailedEventDetails
smart constructor.
Instances
newExecutionFailedEventDetails :: ExecutionFailedEventDetails Source #
Create a value of ExecutionFailedEventDetails
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:error:ExecutionFailedEventDetails'
, executionFailedEventDetails_error
- The error code of the failure.
$sel:cause:ExecutionFailedEventDetails'
, executionFailedEventDetails_cause
- A more detailed explanation of the cause of the failure.
executionFailedEventDetails_error :: Lens' ExecutionFailedEventDetails (Maybe Text) Source #
The error code of the failure.
executionFailedEventDetails_cause :: Lens' ExecutionFailedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.
ExecutionListItem
data ExecutionListItem Source #
Contains details about an execution.
See: newExecutionListItem
smart constructor.
ExecutionListItem' | |
|
Instances
:: Text | |
-> Text | |
-> Text | |
-> ExecutionStatus | |
-> UTCTime | |
-> ExecutionListItem |
Create a value of ExecutionListItem
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:stopDate:ExecutionListItem'
, executionListItem_stopDate
- If the execution already ended, the date the execution stopped.
$sel:executionArn:ExecutionListItem'
, executionListItem_executionArn
- The Amazon Resource Name (ARN) that identifies the execution.
$sel:stateMachineArn:ExecutionListItem'
, executionListItem_stateMachineArn
- The Amazon Resource Name (ARN) of the executed state machine.
$sel:name:ExecutionListItem'
, executionListItem_name
- The name of the execution.
A name must not contain:
- white space
- brackets
< > { } [ ]
- wildcard characters
? *
- special characters
" # % \ ^ | ~ ` $ & , ; : /
- control characters (
U+0000-001F
,U+007F-009F
)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
$sel:status:ExecutionListItem'
, executionListItem_status
- The current status of the execution.
$sel:startDate:ExecutionListItem'
, executionListItem_startDate
- The date the execution started.
executionListItem_stopDate :: Lens' ExecutionListItem (Maybe UTCTime) Source #
If the execution already ended, the date the execution stopped.
executionListItem_executionArn :: Lens' ExecutionListItem Text Source #
The Amazon Resource Name (ARN) that identifies the execution.
executionListItem_stateMachineArn :: Lens' ExecutionListItem Text Source #
The Amazon Resource Name (ARN) of the executed state machine.
executionListItem_name :: Lens' ExecutionListItem Text Source #
The name of the execution.
A name must not contain:
- white space
- brackets
< > { } [ ]
- wildcard characters
? *
- special characters
" # % \ ^ | ~ ` $ & , ; : /
- control characters (
U+0000-001F
,U+007F-009F
)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
executionListItem_status :: Lens' ExecutionListItem ExecutionStatus Source #
The current status of the execution.
executionListItem_startDate :: Lens' ExecutionListItem UTCTime Source #
The date the execution started.
ExecutionStartedEventDetails
data ExecutionStartedEventDetails Source #
Contains details about the start of the execution.
See: newExecutionStartedEventDetails
smart constructor.
ExecutionStartedEventDetails' | |
|
Instances
newExecutionStartedEventDetails :: ExecutionStartedEventDetails Source #
Create a value of ExecutionStartedEventDetails
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:inputDetails:ExecutionStartedEventDetails'
, executionStartedEventDetails_inputDetails
- Contains details about the input for an execution history event.
$sel:input:ExecutionStartedEventDetails'
, executionStartedEventDetails_input
- The JSON data input to the execution. Length constraints apply to the
payload size, and are expressed as bytes in UTF-8 encoding.
$sel:roleArn:ExecutionStartedEventDetails'
, executionStartedEventDetails_roleArn
- The Amazon Resource Name (ARN) of the IAM role used for executing AWS
Lambda tasks.
executionStartedEventDetails_inputDetails :: Lens' ExecutionStartedEventDetails (Maybe HistoryEventExecutionDataDetails) Source #
Contains details about the input for an execution history event.
executionStartedEventDetails_input :: Lens' ExecutionStartedEventDetails (Maybe Text) Source #
The JSON data input to the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
executionStartedEventDetails_roleArn :: Lens' ExecutionStartedEventDetails (Maybe Text) Source #
The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.
ExecutionSucceededEventDetails
data ExecutionSucceededEventDetails Source #
Contains details about the successful termination of the execution.
See: newExecutionSucceededEventDetails
smart constructor.
ExecutionSucceededEventDetails' | |
|
Instances
Eq ExecutionSucceededEventDetails Source # | |
Show ExecutionSucceededEventDetails Source # | |
Generic ExecutionSucceededEventDetails Source # | |
NFData ExecutionSucceededEventDetails Source # | |
Hashable ExecutionSucceededEventDetails Source # | |
FromJSON ExecutionSucceededEventDetails Source # | |
type Rep ExecutionSucceededEventDetails Source # | |
Defined in Amazonka.StepFunctions.Types.ExecutionSucceededEventDetails type Rep ExecutionSucceededEventDetails = D1 ('MetaData "ExecutionSucceededEventDetails" "Amazonka.StepFunctions.Types.ExecutionSucceededEventDetails" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "ExecutionSucceededEventDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "output") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "outputDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HistoryEventExecutionDataDetails)))) |
newExecutionSucceededEventDetails :: ExecutionSucceededEventDetails Source #
Create a value of ExecutionSucceededEventDetails
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:output:ExecutionSucceededEventDetails'
, executionSucceededEventDetails_output
- The JSON data output by the execution. Length constraints apply to the
payload size, and are expressed as bytes in UTF-8 encoding.
$sel:outputDetails:ExecutionSucceededEventDetails'
, executionSucceededEventDetails_outputDetails
- Contains details about the output of an execution history event.
executionSucceededEventDetails_output :: Lens' ExecutionSucceededEventDetails (Maybe Text) Source #
The JSON data output by the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
executionSucceededEventDetails_outputDetails :: Lens' ExecutionSucceededEventDetails (Maybe HistoryEventExecutionDataDetails) Source #
Contains details about the output of an execution history event.
ExecutionTimedOutEventDetails
data ExecutionTimedOutEventDetails Source #
Contains details about the execution timeout that occurred during the execution.
See: newExecutionTimedOutEventDetails
smart constructor.
Instances
newExecutionTimedOutEventDetails :: ExecutionTimedOutEventDetails Source #
Create a value of ExecutionTimedOutEventDetails
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:error:ExecutionTimedOutEventDetails'
, executionTimedOutEventDetails_error
- The error code of the failure.
$sel:cause:ExecutionTimedOutEventDetails'
, executionTimedOutEventDetails_cause
- A more detailed explanation of the cause of the timeout.
executionTimedOutEventDetails_error :: Lens' ExecutionTimedOutEventDetails (Maybe Text) Source #
The error code of the failure.
executionTimedOutEventDetails_cause :: Lens' ExecutionTimedOutEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the timeout.
HistoryEvent
data HistoryEvent Source #
Contains details about the events of an execution.
See: newHistoryEvent
smart constructor.
Instances
:: UTCTime | |
-> HistoryEventType | |
-> 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:mapStateStartedEventDetails:HistoryEvent'
, historyEvent_mapStateStartedEventDetails
- Contains details about Map state that was started.
$sel:taskSubmitFailedEventDetails:HistoryEvent'
, historyEvent_taskSubmitFailedEventDetails
- Contains details about a task that where the submit failed.
$sel:taskStartedEventDetails:HistoryEvent'
, historyEvent_taskStartedEventDetails
- Contains details about a task that was started.
$sel:activityStartedEventDetails:HistoryEvent'
, historyEvent_activityStartedEventDetails
- Undocumented member.
$sel:taskSubmittedEventDetails:HistoryEvent'
, historyEvent_taskSubmittedEventDetails
- Contains details about a submitted task.
$sel:lambdaFunctionStartFailedEventDetails:HistoryEvent'
, historyEvent_lambdaFunctionStartFailedEventDetails
- Contains details about a lambda function that failed to start during an
execution.
$sel:taskStartFailedEventDetails:HistoryEvent'
, historyEvent_taskStartFailedEventDetails
- Contains details about a task that failed to start.
$sel:stateExitedEventDetails:HistoryEvent'
, historyEvent_stateExitedEventDetails
- Undocumented member.
$sel:lambdaFunctionSucceededEventDetails:HistoryEvent'
, historyEvent_lambdaFunctionSucceededEventDetails
- Contains details about a lambda function that terminated successfully
during an execution.
$sel:taskSucceededEventDetails:HistoryEvent'
, historyEvent_taskSucceededEventDetails
- Contains details about a task that succeeded.
$sel:activitySucceededEventDetails:HistoryEvent'
, historyEvent_activitySucceededEventDetails
- Undocumented member.
$sel:mapIterationAbortedEventDetails:HistoryEvent'
, historyEvent_mapIterationAbortedEventDetails
- Contains details about an iteration of a Map state that was aborted.
$sel:mapIterationSucceededEventDetails:HistoryEvent'
, historyEvent_mapIterationSucceededEventDetails
- Contains details about an iteration of a Map state that succeeded.
$sel:mapIterationStartedEventDetails:HistoryEvent'
, historyEvent_mapIterationStartedEventDetails
- Contains details about an iteration of a Map state that was started.
$sel:lambdaFunctionTimedOutEventDetails:HistoryEvent'
, historyEvent_lambdaFunctionTimedOutEventDetails
- Undocumented member.
$sel:taskTimedOutEventDetails:HistoryEvent'
, historyEvent_taskTimedOutEventDetails
- Contains details about a task that timed out.
$sel:activityTimedOutEventDetails:HistoryEvent'
, historyEvent_activityTimedOutEventDetails
- Undocumented member.
$sel:executionFailedEventDetails:HistoryEvent'
, historyEvent_executionFailedEventDetails
- Undocumented member.
$sel:executionAbortedEventDetails:HistoryEvent'
, historyEvent_executionAbortedEventDetails
- Undocumented member.
$sel:executionSucceededEventDetails:HistoryEvent'
, historyEvent_executionSucceededEventDetails
- Undocumented member.
$sel:lambdaFunctionScheduledEventDetails:HistoryEvent'
, historyEvent_lambdaFunctionScheduledEventDetails
- Undocumented member.
$sel:taskScheduledEventDetails:HistoryEvent'
, historyEvent_taskScheduledEventDetails
- Contains details about a task that was scheduled.
$sel:activityScheduledEventDetails:HistoryEvent'
, historyEvent_activityScheduledEventDetails
- Undocumented member.
$sel:executionStartedEventDetails:HistoryEvent'
, historyEvent_executionStartedEventDetails
- Undocumented member.
$sel:activityScheduleFailedEventDetails:HistoryEvent'
, historyEvent_activityScheduleFailedEventDetails
- Contains details about an activity schedule event that failed during an
execution.
$sel:lambdaFunctionScheduleFailedEventDetails:HistoryEvent'
, historyEvent_lambdaFunctionScheduleFailedEventDetails
- Undocumented member.
$sel:stateEnteredEventDetails:HistoryEvent'
, historyEvent_stateEnteredEventDetails
- Undocumented member.
$sel:previousEventId:HistoryEvent'
, historyEvent_previousEventId
- The id of the previous event.
$sel:activityFailedEventDetails:HistoryEvent'
, historyEvent_activityFailedEventDetails
- Undocumented member.
$sel:taskFailedEventDetails:HistoryEvent'
, historyEvent_taskFailedEventDetails
- Contains details about the failure of a task.
$sel:lambdaFunctionFailedEventDetails:HistoryEvent'
, historyEvent_lambdaFunctionFailedEventDetails
- Undocumented member.
$sel:executionTimedOutEventDetails:HistoryEvent'
, historyEvent_executionTimedOutEventDetails
- Undocumented member.
$sel:mapIterationFailedEventDetails:HistoryEvent'
, historyEvent_mapIterationFailedEventDetails
- Contains details about an iteration of a Map state that failed.
$sel:timestamp:HistoryEvent'
, historyEvent_timestamp
- The date and time the event occurred.
$sel:type':HistoryEvent'
, historyEvent_type
- The type of the event.
$sel:id:HistoryEvent'
, historyEvent_id
- The id of the event. Events are numbered sequentially, starting at one.
historyEvent_mapStateStartedEventDetails :: Lens' HistoryEvent (Maybe MapStateStartedEventDetails) Source #
Contains details about Map state that was started.
historyEvent_taskSubmitFailedEventDetails :: Lens' HistoryEvent (Maybe TaskSubmitFailedEventDetails) Source #
Contains details about a task that where the submit failed.
historyEvent_taskStartedEventDetails :: Lens' HistoryEvent (Maybe TaskStartedEventDetails) Source #
Contains details about a task that was started.
historyEvent_activityStartedEventDetails :: Lens' HistoryEvent (Maybe ActivityStartedEventDetails) Source #
Undocumented member.
historyEvent_taskSubmittedEventDetails :: Lens' HistoryEvent (Maybe TaskSubmittedEventDetails) Source #
Contains details about a submitted task.
historyEvent_lambdaFunctionStartFailedEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionStartFailedEventDetails) Source #
Contains details about a lambda function that failed to start during an execution.
historyEvent_taskStartFailedEventDetails :: Lens' HistoryEvent (Maybe TaskStartFailedEventDetails) Source #
Contains details about a task that failed to start.
historyEvent_stateExitedEventDetails :: Lens' HistoryEvent (Maybe StateExitedEventDetails) Source #
Undocumented member.
historyEvent_lambdaFunctionSucceededEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionSucceededEventDetails) Source #
Contains details about a lambda function that terminated successfully during an execution.
historyEvent_taskSucceededEventDetails :: Lens' HistoryEvent (Maybe TaskSucceededEventDetails) Source #
Contains details about a task that succeeded.
historyEvent_activitySucceededEventDetails :: Lens' HistoryEvent (Maybe ActivitySucceededEventDetails) Source #
Undocumented member.
historyEvent_mapIterationAbortedEventDetails :: Lens' HistoryEvent (Maybe MapIterationEventDetails) Source #
Contains details about an iteration of a Map state that was aborted.
historyEvent_mapIterationSucceededEventDetails :: Lens' HistoryEvent (Maybe MapIterationEventDetails) Source #
Contains details about an iteration of a Map state that succeeded.
historyEvent_mapIterationStartedEventDetails :: Lens' HistoryEvent (Maybe MapIterationEventDetails) Source #
Contains details about an iteration of a Map state that was started.
historyEvent_lambdaFunctionTimedOutEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionTimedOutEventDetails) Source #
Undocumented member.
historyEvent_taskTimedOutEventDetails :: Lens' HistoryEvent (Maybe TaskTimedOutEventDetails) Source #
Contains details about a task that timed out.
historyEvent_activityTimedOutEventDetails :: Lens' HistoryEvent (Maybe ActivityTimedOutEventDetails) Source #
Undocumented member.
historyEvent_executionFailedEventDetails :: Lens' HistoryEvent (Maybe ExecutionFailedEventDetails) Source #
Undocumented member.
historyEvent_executionAbortedEventDetails :: Lens' HistoryEvent (Maybe ExecutionAbortedEventDetails) Source #
Undocumented member.
historyEvent_executionSucceededEventDetails :: Lens' HistoryEvent (Maybe ExecutionSucceededEventDetails) Source #
Undocumented member.
historyEvent_lambdaFunctionScheduledEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionScheduledEventDetails) Source #
Undocumented member.
historyEvent_taskScheduledEventDetails :: Lens' HistoryEvent (Maybe TaskScheduledEventDetails) Source #
Contains details about a task that was scheduled.
historyEvent_activityScheduledEventDetails :: Lens' HistoryEvent (Maybe ActivityScheduledEventDetails) Source #
Undocumented member.
historyEvent_executionStartedEventDetails :: Lens' HistoryEvent (Maybe ExecutionStartedEventDetails) Source #
Undocumented member.
historyEvent_activityScheduleFailedEventDetails :: Lens' HistoryEvent (Maybe ActivityScheduleFailedEventDetails) Source #
Contains details about an activity schedule event that failed during an execution.
historyEvent_lambdaFunctionScheduleFailedEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionScheduleFailedEventDetails) Source #
Undocumented member.
historyEvent_stateEnteredEventDetails :: Lens' HistoryEvent (Maybe StateEnteredEventDetails) Source #
Undocumented member.
historyEvent_previousEventId :: Lens' HistoryEvent (Maybe Integer) Source #
The id of the previous event.
historyEvent_activityFailedEventDetails :: Lens' HistoryEvent (Maybe ActivityFailedEventDetails) Source #
Undocumented member.
historyEvent_taskFailedEventDetails :: Lens' HistoryEvent (Maybe TaskFailedEventDetails) Source #
Contains details about the failure of a task.
historyEvent_lambdaFunctionFailedEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionFailedEventDetails) Source #
Undocumented member.
historyEvent_executionTimedOutEventDetails :: Lens' HistoryEvent (Maybe ExecutionTimedOutEventDetails) Source #
Undocumented member.
historyEvent_mapIterationFailedEventDetails :: Lens' HistoryEvent (Maybe MapIterationEventDetails) Source #
Contains details about an iteration of a Map state that failed.
historyEvent_timestamp :: Lens' HistoryEvent UTCTime Source #
The date and time the event occurred.
historyEvent_type :: Lens' HistoryEvent HistoryEventType Source #
The type of the event.
historyEvent_id :: Lens' HistoryEvent Integer Source #
The id of the event. Events are numbered sequentially, starting at one.
HistoryEventExecutionDataDetails
data HistoryEventExecutionDataDetails Source #
Provides details about input or output in an execution history event.
See: newHistoryEventExecutionDataDetails
smart constructor.
Instances
Eq HistoryEventExecutionDataDetails Source # | |
Read HistoryEventExecutionDataDetails Source # | |
Show HistoryEventExecutionDataDetails Source # | |
Generic HistoryEventExecutionDataDetails Source # | |
NFData HistoryEventExecutionDataDetails Source # | |
Hashable HistoryEventExecutionDataDetails Source # | |
FromJSON HistoryEventExecutionDataDetails Source # | |
type Rep HistoryEventExecutionDataDetails Source # | |
Defined in Amazonka.StepFunctions.Types.HistoryEventExecutionDataDetails type Rep HistoryEventExecutionDataDetails = D1 ('MetaData "HistoryEventExecutionDataDetails" "Amazonka.StepFunctions.Types.HistoryEventExecutionDataDetails" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "HistoryEventExecutionDataDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "truncated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) |
newHistoryEventExecutionDataDetails :: HistoryEventExecutionDataDetails Source #
Create a value of HistoryEventExecutionDataDetails
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:HistoryEventExecutionDataDetails'
, historyEventExecutionDataDetails_truncated
- Indicates whether input or output was truncated in the response. Always
false
for API calls.
historyEventExecutionDataDetails_truncated :: Lens' HistoryEventExecutionDataDetails (Maybe Bool) Source #
Indicates whether input or output was truncated in the response. Always
false
for API calls.
LambdaFunctionFailedEventDetails
data LambdaFunctionFailedEventDetails Source #
Contains details about a lambda function that failed during an execution.
See: newLambdaFunctionFailedEventDetails
smart constructor.
Instances
Eq LambdaFunctionFailedEventDetails Source # | |
Show LambdaFunctionFailedEventDetails Source # | |
Generic LambdaFunctionFailedEventDetails Source # | |
NFData LambdaFunctionFailedEventDetails Source # | |
Hashable LambdaFunctionFailedEventDetails Source # | |
FromJSON LambdaFunctionFailedEventDetails Source # | |
type Rep LambdaFunctionFailedEventDetails Source # | |
Defined in Amazonka.StepFunctions.Types.LambdaFunctionFailedEventDetails type Rep LambdaFunctionFailedEventDetails = D1 ('MetaData "LambdaFunctionFailedEventDetails" "Amazonka.StepFunctions.Types.LambdaFunctionFailedEventDetails" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "LambdaFunctionFailedEventDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) |
newLambdaFunctionFailedEventDetails :: LambdaFunctionFailedEventDetails Source #
Create a value of LambdaFunctionFailedEventDetails
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:error:LambdaFunctionFailedEventDetails'
, lambdaFunctionFailedEventDetails_error
- The error code of the failure.
$sel:cause:LambdaFunctionFailedEventDetails'
, lambdaFunctionFailedEventDetails_cause
- A more detailed explanation of the cause of the failure.
lambdaFunctionFailedEventDetails_error :: Lens' LambdaFunctionFailedEventDetails (Maybe Text) Source #
The error code of the failure.
lambdaFunctionFailedEventDetails_cause :: Lens' LambdaFunctionFailedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.
LambdaFunctionScheduleFailedEventDetails
data LambdaFunctionScheduleFailedEventDetails Source #
Contains details about a failed lambda function schedule event that occurred during an execution.
See: newLambdaFunctionScheduleFailedEventDetails
smart constructor.
Instances
newLambdaFunctionScheduleFailedEventDetails :: LambdaFunctionScheduleFailedEventDetails Source #
Create a value of LambdaFunctionScheduleFailedEventDetails
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:error:LambdaFunctionScheduleFailedEventDetails'
, lambdaFunctionScheduleFailedEventDetails_error
- The error code of the failure.
$sel:cause:LambdaFunctionScheduleFailedEventDetails'
, lambdaFunctionScheduleFailedEventDetails_cause
- A more detailed explanation of the cause of the failure.
lambdaFunctionScheduleFailedEventDetails_error :: Lens' LambdaFunctionScheduleFailedEventDetails (Maybe Text) Source #
The error code of the failure.
lambdaFunctionScheduleFailedEventDetails_cause :: Lens' LambdaFunctionScheduleFailedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.
LambdaFunctionScheduledEventDetails
data LambdaFunctionScheduledEventDetails Source #
Contains details about a lambda function scheduled during an execution.
See: newLambdaFunctionScheduledEventDetails
smart constructor.
LambdaFunctionScheduledEventDetails' | |
|
Instances
newLambdaFunctionScheduledEventDetails Source #
Create a value of LambdaFunctionScheduledEventDetails
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:inputDetails:LambdaFunctionScheduledEventDetails'
, lambdaFunctionScheduledEventDetails_inputDetails
- Contains details about input for an execution history event.
$sel:input:LambdaFunctionScheduledEventDetails'
, lambdaFunctionScheduledEventDetails_input
- The JSON data input to the lambda function. Length constraints apply to
the payload size, and are expressed as bytes in UTF-8 encoding.
$sel:timeoutInSeconds:LambdaFunctionScheduledEventDetails'
, lambdaFunctionScheduledEventDetails_timeoutInSeconds
- The maximum allowed duration of the lambda function.
$sel:resource:LambdaFunctionScheduledEventDetails'
, lambdaFunctionScheduledEventDetails_resource
- The Amazon Resource Name (ARN) of the scheduled lambda function.
lambdaFunctionScheduledEventDetails_inputDetails :: Lens' LambdaFunctionScheduledEventDetails (Maybe HistoryEventExecutionDataDetails) Source #
Contains details about input for an execution history event.
lambdaFunctionScheduledEventDetails_input :: Lens' LambdaFunctionScheduledEventDetails (Maybe Text) Source #
The JSON data input to the lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
lambdaFunctionScheduledEventDetails_timeoutInSeconds :: Lens' LambdaFunctionScheduledEventDetails (Maybe Integer) Source #
The maximum allowed duration of the lambda function.
lambdaFunctionScheduledEventDetails_resource :: Lens' LambdaFunctionScheduledEventDetails Text Source #
The Amazon Resource Name (ARN) of the scheduled lambda function.
LambdaFunctionStartFailedEventDetails
data LambdaFunctionStartFailedEventDetails Source #
Contains details about a lambda function that failed to start during an execution.
See: newLambdaFunctionStartFailedEventDetails
smart constructor.
Instances
newLambdaFunctionStartFailedEventDetails :: LambdaFunctionStartFailedEventDetails Source #
Create a value of LambdaFunctionStartFailedEventDetails
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:error:LambdaFunctionStartFailedEventDetails'
, lambdaFunctionStartFailedEventDetails_error
- The error code of the failure.
$sel:cause:LambdaFunctionStartFailedEventDetails'
, lambdaFunctionStartFailedEventDetails_cause
- A more detailed explanation of the cause of the failure.
lambdaFunctionStartFailedEventDetails_error :: Lens' LambdaFunctionStartFailedEventDetails (Maybe Text) Source #
The error code of the failure.
lambdaFunctionStartFailedEventDetails_cause :: Lens' LambdaFunctionStartFailedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.
LambdaFunctionSucceededEventDetails
data LambdaFunctionSucceededEventDetails Source #
Contains details about a lambda function that successfully terminated during an execution.
See: newLambdaFunctionSucceededEventDetails
smart constructor.
LambdaFunctionSucceededEventDetails' | |
|
Instances
newLambdaFunctionSucceededEventDetails :: LambdaFunctionSucceededEventDetails Source #
Create a value of LambdaFunctionSucceededEventDetails
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:output:LambdaFunctionSucceededEventDetails'
, lambdaFunctionSucceededEventDetails_output
- The JSON data output by the lambda function. Length constraints apply to
the payload size, and are expressed as bytes in UTF-8 encoding.
$sel:outputDetails:LambdaFunctionSucceededEventDetails'
, lambdaFunctionSucceededEventDetails_outputDetails
- Contains details about the output of an execution history event.
lambdaFunctionSucceededEventDetails_output :: Lens' LambdaFunctionSucceededEventDetails (Maybe Text) Source #
The JSON data output by the lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
lambdaFunctionSucceededEventDetails_outputDetails :: Lens' LambdaFunctionSucceededEventDetails (Maybe HistoryEventExecutionDataDetails) Source #
Contains details about the output of an execution history event.
LambdaFunctionTimedOutEventDetails
data LambdaFunctionTimedOutEventDetails Source #
Contains details about a lambda function timeout that occurred during an execution.
See: newLambdaFunctionTimedOutEventDetails
smart constructor.
Instances
Eq LambdaFunctionTimedOutEventDetails Source # | |
Show LambdaFunctionTimedOutEventDetails Source # | |
Generic LambdaFunctionTimedOutEventDetails Source # | |
NFData LambdaFunctionTimedOutEventDetails Source # | |
Hashable LambdaFunctionTimedOutEventDetails Source # | |
FromJSON LambdaFunctionTimedOutEventDetails Source # | |
type Rep LambdaFunctionTimedOutEventDetails Source # | |
Defined in Amazonka.StepFunctions.Types.LambdaFunctionTimedOutEventDetails type Rep LambdaFunctionTimedOutEventDetails = D1 ('MetaData "LambdaFunctionTimedOutEventDetails" "Amazonka.StepFunctions.Types.LambdaFunctionTimedOutEventDetails" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "LambdaFunctionTimedOutEventDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) |
newLambdaFunctionTimedOutEventDetails :: LambdaFunctionTimedOutEventDetails Source #
Create a value of LambdaFunctionTimedOutEventDetails
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:error:LambdaFunctionTimedOutEventDetails'
, lambdaFunctionTimedOutEventDetails_error
- The error code of the failure.
$sel:cause:LambdaFunctionTimedOutEventDetails'
, lambdaFunctionTimedOutEventDetails_cause
- A more detailed explanation of the cause of the timeout.
lambdaFunctionTimedOutEventDetails_error :: Lens' LambdaFunctionTimedOutEventDetails (Maybe Text) Source #
The error code of the failure.
lambdaFunctionTimedOutEventDetails_cause :: Lens' LambdaFunctionTimedOutEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the timeout.
LogDestination
data LogDestination Source #
See: newLogDestination
smart constructor.
LogDestination' | |
|
Instances
newLogDestination :: LogDestination Source #
Create a value of LogDestination
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:cloudWatchLogsLogGroup:LogDestination'
, logDestination_cloudWatchLogsLogGroup
- An object describing a CloudWatch log group. For more information, see
AWS::Logs::LogGroup
in the AWS CloudFormation User Guide.
logDestination_cloudWatchLogsLogGroup :: Lens' LogDestination (Maybe CloudWatchLogsLogGroup) Source #
An object describing a CloudWatch log group. For more information, see AWS::Logs::LogGroup in the AWS CloudFormation User Guide.
LoggingConfiguration
data LoggingConfiguration Source #
The LoggingConfiguration
data type is used to set CloudWatch Logs
options.
See: newLoggingConfiguration
smart constructor.
LoggingConfiguration' | |
|
Instances
newLoggingConfiguration :: LoggingConfiguration Source #
Create a value of LoggingConfiguration
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:includeExecutionData:LoggingConfiguration'
, loggingConfiguration_includeExecutionData
- Determines whether execution data is included in your log. When set to
false
, data is excluded.
$sel:destinations:LoggingConfiguration'
, loggingConfiguration_destinations
- An array of objects that describes where your execution history events
will be logged. Limited to size 1. Required, if your log level is not
set to OFF
.
$sel:level:LoggingConfiguration'
, loggingConfiguration_level
- Defines which category of execution history events are logged.
loggingConfiguration_includeExecutionData :: Lens' LoggingConfiguration (Maybe Bool) Source #
Determines whether execution data is included in your log. When set to
false
, data is excluded.
loggingConfiguration_destinations :: Lens' LoggingConfiguration (Maybe [LogDestination]) Source #
An array of objects that describes where your execution history events
will be logged. Limited to size 1. Required, if your log level is not
set to OFF
.
loggingConfiguration_level :: Lens' LoggingConfiguration (Maybe LogLevel) Source #
Defines which category of execution history events are logged.
MapIterationEventDetails
data MapIterationEventDetails Source #
Contains details about an iteration of a Map state.
See: newMapIterationEventDetails
smart constructor.
Instances
newMapIterationEventDetails :: MapIterationEventDetails Source #
Create a value of MapIterationEventDetails
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:MapIterationEventDetails'
, mapIterationEventDetails_name
- The name of the iteration’s parent Map state.
$sel:index:MapIterationEventDetails'
, mapIterationEventDetails_index
- The index of the array belonging to the Map state iteration.
mapIterationEventDetails_name :: Lens' MapIterationEventDetails (Maybe Text) Source #
The name of the iteration’s parent Map state.
mapIterationEventDetails_index :: Lens' MapIterationEventDetails (Maybe Natural) Source #
The index of the array belonging to the Map state iteration.
MapStateStartedEventDetails
data MapStateStartedEventDetails Source #
Details about a Map state that was started.
See: newMapStateStartedEventDetails
smart constructor.
Instances
newMapStateStartedEventDetails :: MapStateStartedEventDetails Source #
Create a value of MapStateStartedEventDetails
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:length:MapStateStartedEventDetails'
, mapStateStartedEventDetails_length
- The size of the array for Map state iterations.
mapStateStartedEventDetails_length :: Lens' MapStateStartedEventDetails (Maybe Natural) Source #
The size of the array for Map state iterations.
StateEnteredEventDetails
data StateEnteredEventDetails Source #
Contains details about a state entered during an execution.
See: newStateEnteredEventDetails
smart constructor.
StateEnteredEventDetails' | |
|
Instances
newStateEnteredEventDetails Source #
Create a value of StateEnteredEventDetails
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:inputDetails:StateEnteredEventDetails'
, stateEnteredEventDetails_inputDetails
- Contains details about the input for an execution history event.
$sel:input:StateEnteredEventDetails'
, stateEnteredEventDetails_input
- The string that contains the JSON input data for the state. Length
constraints apply to the payload size, and are expressed as bytes in
UTF-8 encoding.
$sel:name:StateEnteredEventDetails'
, stateEnteredEventDetails_name
- The name of the state.
stateEnteredEventDetails_inputDetails :: Lens' StateEnteredEventDetails (Maybe HistoryEventExecutionDataDetails) Source #
Contains details about the input for an execution history event.
stateEnteredEventDetails_input :: Lens' StateEnteredEventDetails (Maybe Text) Source #
The string that contains the JSON input data for the state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
stateEnteredEventDetails_name :: Lens' StateEnteredEventDetails Text Source #
The name of the state.
StateExitedEventDetails
data StateExitedEventDetails Source #
Contains details about an exit from a state during an execution.
See: newStateExitedEventDetails
smart constructor.
StateExitedEventDetails' | |
|
Instances
newStateExitedEventDetails Source #
Create a value of StateExitedEventDetails
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:output:StateExitedEventDetails'
, stateExitedEventDetails_output
- The JSON output data of the state. Length constraints apply to the
payload size, and are expressed as bytes in UTF-8 encoding.
$sel:outputDetails:StateExitedEventDetails'
, stateExitedEventDetails_outputDetails
- Contains details about the output of an execution history event.
$sel:name:StateExitedEventDetails'
, stateExitedEventDetails_name
- The name of the state.
A name must not contain:
- white space
- brackets
< > { } [ ]
- wildcard characters
? *
- special characters
" # % \ ^ | ~ ` $ & , ; : /
- control characters (
U+0000-001F
,U+007F-009F
)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
stateExitedEventDetails_output :: Lens' StateExitedEventDetails (Maybe Text) Source #
The JSON output data of the state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
stateExitedEventDetails_outputDetails :: Lens' StateExitedEventDetails (Maybe HistoryEventExecutionDataDetails) Source #
Contains details about the output of an execution history event.
stateExitedEventDetails_name :: Lens' StateExitedEventDetails Text Source #
The name of the state.
A name must not contain:
- white space
- brackets
< > { } [ ]
- wildcard characters
? *
- special characters
" # % \ ^ | ~ ` $ & , ; : /
- control characters (
U+0000-001F
,U+007F-009F
)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
StateMachineListItem
data StateMachineListItem Source #
Contains details about the state machine.
See: newStateMachineListItem
smart constructor.
StateMachineListItem' | |
|
Instances
newStateMachineListItem Source #
:: Text | |
-> Text | |
-> StateMachineType | |
-> UTCTime | |
-> StateMachineListItem |
Create a value of StateMachineListItem
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:stateMachineArn:StateMachineListItem'
, stateMachineListItem_stateMachineArn
- The Amazon Resource Name (ARN) that identifies the state machine.
$sel:name:StateMachineListItem'
, stateMachineListItem_name
- The name of the state machine.
A name must not contain:
- white space
- brackets
< > { } [ ]
- wildcard characters
? *
- special characters
" # % \ ^ | ~ ` $ & , ; : /
- control characters (
U+0000-001F
,U+007F-009F
)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
$sel:type':StateMachineListItem'
, stateMachineListItem_type
-
$sel:creationDate:StateMachineListItem'
, stateMachineListItem_creationDate
- The date the state machine is created.
stateMachineListItem_stateMachineArn :: Lens' StateMachineListItem Text Source #
The Amazon Resource Name (ARN) that identifies the state machine.
stateMachineListItem_name :: Lens' StateMachineListItem Text Source #
The name of the state machine.
A name must not contain:
- white space
- brackets
< > { } [ ]
- wildcard characters
? *
- special characters
" # % \ ^ | ~ ` $ & , ; : /
- control characters (
U+0000-001F
,U+007F-009F
)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
stateMachineListItem_creationDate :: Lens' StateMachineListItem UTCTime Source #
The date the state machine is created.
Tag
Tags are key-value pairs that can be associated with Step Functions state machines and activities.
An array of key-value pairs. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide, and Controlling Access Using IAM Tags.
Tags may only contain Unicode letters, digits, white space, or these
symbols: _ . : / = + - @
.
See: newTag
smart constructor.
Instances
Eq Tag Source # | |
Read Tag Source # | |
Show Tag Source # | |
Generic Tag Source # | |
NFData Tag Source # | |
Defined in Amazonka.StepFunctions.Types.Tag | |
Hashable Tag Source # | |
Defined in Amazonka.StepFunctions.Types.Tag | |
ToJSON Tag Source # | |
Defined in Amazonka.StepFunctions.Types.Tag | |
FromJSON Tag Source # | |
type Rep Tag Source # | |
Defined in Amazonka.StepFunctions.Types.Tag type Rep Tag = D1 ('MetaData "Tag" "Amazonka.StepFunctions.Types.Tag" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
Create a value of Tag
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:Tag'
, tag_value
- The value of a tag.
$sel:key:Tag'
, tag_key
- The key of a tag.
TaskFailedEventDetails
data TaskFailedEventDetails Source #
Contains details about a task failure event.
See: newTaskFailedEventDetails
smart constructor.
Instances
newTaskFailedEventDetails Source #
:: Text | |
-> Text | |
-> TaskFailedEventDetails |
Create a value of TaskFailedEventDetails
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:error:TaskFailedEventDetails'
, taskFailedEventDetails_error
- The error code of the failure.
$sel:cause:TaskFailedEventDetails'
, taskFailedEventDetails_cause
- A more detailed explanation of the cause of the failure.
$sel:resourceType:TaskFailedEventDetails'
, taskFailedEventDetails_resourceType
- The action of the resource called by a task state.
$sel:resource:TaskFailedEventDetails'
, taskFailedEventDetails_resource
- The service name of the resource in a task state.
taskFailedEventDetails_error :: Lens' TaskFailedEventDetails (Maybe Text) Source #
The error code of the failure.
taskFailedEventDetails_cause :: Lens' TaskFailedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.
taskFailedEventDetails_resourceType :: Lens' TaskFailedEventDetails Text Source #
The action of the resource called by a task state.
taskFailedEventDetails_resource :: Lens' TaskFailedEventDetails Text Source #
The service name of the resource in a task state.
TaskScheduledEventDetails
data TaskScheduledEventDetails Source #
Contains details about a task scheduled during an execution.
See: newTaskScheduledEventDetails
smart constructor.
TaskScheduledEventDetails' | |
|
Instances
newTaskScheduledEventDetails Source #
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> TaskScheduledEventDetails |
Create a value of TaskScheduledEventDetails
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:heartbeatInSeconds:TaskScheduledEventDetails'
, taskScheduledEventDetails_heartbeatInSeconds
- The maximum allowed duration between two heartbeats for the task.
$sel:timeoutInSeconds:TaskScheduledEventDetails'
, taskScheduledEventDetails_timeoutInSeconds
- The maximum allowed duration of the task.
$sel:resourceType:TaskScheduledEventDetails'
, taskScheduledEventDetails_resourceType
- The action of the resource called by a task state.
$sel:resource:TaskScheduledEventDetails'
, taskScheduledEventDetails_resource
- The service name of the resource in a task state.
$sel:region:TaskScheduledEventDetails'
, taskScheduledEventDetails_region
- The region of the scheduled task
$sel:parameters:TaskScheduledEventDetails'
, taskScheduledEventDetails_parameters
- The JSON data passed to the resource referenced in a task state. Length
constraints apply to the payload size, and are expressed as bytes in
UTF-8 encoding.
taskScheduledEventDetails_heartbeatInSeconds :: Lens' TaskScheduledEventDetails (Maybe Integer) Source #
The maximum allowed duration between two heartbeats for the task.
taskScheduledEventDetails_timeoutInSeconds :: Lens' TaskScheduledEventDetails (Maybe Integer) Source #
The maximum allowed duration of the task.
taskScheduledEventDetails_resourceType :: Lens' TaskScheduledEventDetails Text Source #
The action of the resource called by a task state.
taskScheduledEventDetails_resource :: Lens' TaskScheduledEventDetails Text Source #
The service name of the resource in a task state.
taskScheduledEventDetails_region :: Lens' TaskScheduledEventDetails Text Source #
The region of the scheduled task
taskScheduledEventDetails_parameters :: Lens' TaskScheduledEventDetails Text Source #
The JSON data passed to the resource referenced in a task state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
TaskStartFailedEventDetails
data TaskStartFailedEventDetails Source #
Contains details about a task that failed to start during an execution.
See: newTaskStartFailedEventDetails
smart constructor.
Instances
newTaskStartFailedEventDetails Source #
:: Text | |
-> Text | |
-> TaskStartFailedEventDetails |
Create a value of TaskStartFailedEventDetails
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:error:TaskStartFailedEventDetails'
, taskStartFailedEventDetails_error
- The error code of the failure.
$sel:cause:TaskStartFailedEventDetails'
, taskStartFailedEventDetails_cause
- A more detailed explanation of the cause of the failure.
$sel:resourceType:TaskStartFailedEventDetails'
, taskStartFailedEventDetails_resourceType
- The action of the resource called by a task state.
$sel:resource:TaskStartFailedEventDetails'
, taskStartFailedEventDetails_resource
- The service name of the resource in a task state.
taskStartFailedEventDetails_error :: Lens' TaskStartFailedEventDetails (Maybe Text) Source #
The error code of the failure.
taskStartFailedEventDetails_cause :: Lens' TaskStartFailedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.
taskStartFailedEventDetails_resourceType :: Lens' TaskStartFailedEventDetails Text Source #
The action of the resource called by a task state.
taskStartFailedEventDetails_resource :: Lens' TaskStartFailedEventDetails Text Source #
The service name of the resource in a task state.
TaskStartedEventDetails
data TaskStartedEventDetails Source #
Contains details about the start of a task during an execution.
See: newTaskStartedEventDetails
smart constructor.
TaskStartedEventDetails' | |
|
Instances
newTaskStartedEventDetails Source #
:: Text | |
-> Text | |
-> TaskStartedEventDetails |
Create a value of TaskStartedEventDetails
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:resourceType:TaskStartedEventDetails'
, taskStartedEventDetails_resourceType
- The action of the resource called by a task state.
$sel:resource:TaskStartedEventDetails'
, taskStartedEventDetails_resource
- The service name of the resource in a task state.
taskStartedEventDetails_resourceType :: Lens' TaskStartedEventDetails Text Source #
The action of the resource called by a task state.
taskStartedEventDetails_resource :: Lens' TaskStartedEventDetails Text Source #
The service name of the resource in a task state.
TaskSubmitFailedEventDetails
data TaskSubmitFailedEventDetails Source #
Contains details about a task that failed to submit during an execution.
See: newTaskSubmitFailedEventDetails
smart constructor.
Instances
newTaskSubmitFailedEventDetails Source #
:: Text | |
-> Text | |
-> TaskSubmitFailedEventDetails |
Create a value of TaskSubmitFailedEventDetails
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:error:TaskSubmitFailedEventDetails'
, taskSubmitFailedEventDetails_error
- The error code of the failure.
$sel:cause:TaskSubmitFailedEventDetails'
, taskSubmitFailedEventDetails_cause
- A more detailed explanation of the cause of the failure.
$sel:resourceType:TaskSubmitFailedEventDetails'
, taskSubmitFailedEventDetails_resourceType
- The action of the resource called by a task state.
$sel:resource:TaskSubmitFailedEventDetails'
, taskSubmitFailedEventDetails_resource
- The service name of the resource in a task state.
taskSubmitFailedEventDetails_error :: Lens' TaskSubmitFailedEventDetails (Maybe Text) Source #
The error code of the failure.
taskSubmitFailedEventDetails_cause :: Lens' TaskSubmitFailedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.
taskSubmitFailedEventDetails_resourceType :: Lens' TaskSubmitFailedEventDetails Text Source #
The action of the resource called by a task state.
taskSubmitFailedEventDetails_resource :: Lens' TaskSubmitFailedEventDetails Text Source #
The service name of the resource in a task state.
TaskSubmittedEventDetails
data TaskSubmittedEventDetails Source #
Contains details about a task submitted to a resource .
See: newTaskSubmittedEventDetails
smart constructor.
TaskSubmittedEventDetails' | |
|
Instances
newTaskSubmittedEventDetails Source #
:: Text | |
-> Text | |
-> TaskSubmittedEventDetails |
Create a value of TaskSubmittedEventDetails
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:output:TaskSubmittedEventDetails'
, taskSubmittedEventDetails_output
- The response from a resource when a task has started. Length constraints
apply to the payload size, and are expressed as bytes in UTF-8 encoding.
$sel:outputDetails:TaskSubmittedEventDetails'
, taskSubmittedEventDetails_outputDetails
- Contains details about the output of an execution history event.
$sel:resourceType:TaskSubmittedEventDetails'
, taskSubmittedEventDetails_resourceType
- The action of the resource called by a task state.
$sel:resource:TaskSubmittedEventDetails'
, taskSubmittedEventDetails_resource
- The service name of the resource in a task state.
taskSubmittedEventDetails_output :: Lens' TaskSubmittedEventDetails (Maybe Text) Source #
The response from a resource when a task has started. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
taskSubmittedEventDetails_outputDetails :: Lens' TaskSubmittedEventDetails (Maybe HistoryEventExecutionDataDetails) Source #
Contains details about the output of an execution history event.
taskSubmittedEventDetails_resourceType :: Lens' TaskSubmittedEventDetails Text Source #
The action of the resource called by a task state.
taskSubmittedEventDetails_resource :: Lens' TaskSubmittedEventDetails Text Source #
The service name of the resource in a task state.
TaskSucceededEventDetails
data TaskSucceededEventDetails Source #
Contains details about the successful completion of a task state.
See: newTaskSucceededEventDetails
smart constructor.
TaskSucceededEventDetails' | |
|
Instances
newTaskSucceededEventDetails Source #
:: Text | |
-> Text | |
-> TaskSucceededEventDetails |
Create a value of TaskSucceededEventDetails
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:output:TaskSucceededEventDetails'
, taskSucceededEventDetails_output
- The full JSON response from a resource when a task has succeeded. This
response becomes the output of the related task. Length constraints
apply to the payload size, and are expressed as bytes in UTF-8 encoding.
$sel:outputDetails:TaskSucceededEventDetails'
, taskSucceededEventDetails_outputDetails
- Contains details about the output of an execution history event.
$sel:resourceType:TaskSucceededEventDetails'
, taskSucceededEventDetails_resourceType
- The action of the resource called by a task state.
$sel:resource:TaskSucceededEventDetails'
, taskSucceededEventDetails_resource
- The service name of the resource in a task state.
taskSucceededEventDetails_output :: Lens' TaskSucceededEventDetails (Maybe Text) Source #
The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
taskSucceededEventDetails_outputDetails :: Lens' TaskSucceededEventDetails (Maybe HistoryEventExecutionDataDetails) Source #
Contains details about the output of an execution history event.
taskSucceededEventDetails_resourceType :: Lens' TaskSucceededEventDetails Text Source #
The action of the resource called by a task state.
taskSucceededEventDetails_resource :: Lens' TaskSucceededEventDetails Text Source #
The service name of the resource in a task state.
TaskTimedOutEventDetails
data TaskTimedOutEventDetails Source #
Contains details about a resource timeout that occurred during an execution.
See: newTaskTimedOutEventDetails
smart constructor.
Instances
newTaskTimedOutEventDetails Source #
:: Text | |
-> Text | |
-> TaskTimedOutEventDetails |
Create a value of TaskTimedOutEventDetails
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:error:TaskTimedOutEventDetails'
, taskTimedOutEventDetails_error
- The error code of the failure.
$sel:cause:TaskTimedOutEventDetails'
, taskTimedOutEventDetails_cause
- A more detailed explanation of the cause of the failure.
$sel:resourceType:TaskTimedOutEventDetails'
, taskTimedOutEventDetails_resourceType
- The action of the resource called by a task state.
$sel:resource:TaskTimedOutEventDetails'
, taskTimedOutEventDetails_resource
- The service name of the resource in a task state.
taskTimedOutEventDetails_error :: Lens' TaskTimedOutEventDetails (Maybe Text) Source #
The error code of the failure.
taskTimedOutEventDetails_cause :: Lens' TaskTimedOutEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.
taskTimedOutEventDetails_resourceType :: Lens' TaskTimedOutEventDetails Text Source #
The action of the resource called by a task state.
taskTimedOutEventDetails_resource :: Lens' TaskTimedOutEventDetails Text Source #
The service name of the resource in a task state.
TracingConfiguration
data TracingConfiguration Source #
Selects whether or not the state machine's AWS X-Ray tracing is
enabled. Default is false
See: newTracingConfiguration
smart constructor.
Instances
newTracingConfiguration :: TracingConfiguration Source #
Create a value of TracingConfiguration
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:enabled:TracingConfiguration'
, tracingConfiguration_enabled
- When set to true
, AWS X-Ray tracing is enabled.
tracingConfiguration_enabled :: Lens' TracingConfiguration (Maybe Bool) Source #
When set to true
, AWS X-Ray tracing is enabled.