amazonka-swf-1.6.1: Amazon Simple Workflow Service SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.SWF

Contents

Description

Amazon Simple Workflow Service

The Amazon Simple Workflow Service (Amazon SWF) makes it easy to build applications that use Amazon's cloud to coordinate work across distributed components. In Amazon SWF, a task represents a logical unit of work that is performed by a component of your workflow. Coordinating tasks in a workflow involves managing intertask dependencies, scheduling, and concurrency in accordance with the logical flow of the application.

Amazon SWF gives you full control over implementing tasks and coordinating them without worrying about underlying complexities such as tracking their progress and maintaining their state.

This documentation serves as reference only. For a broader overview of the Amazon SWF programming model, see the Amazon SWF Developer Guide .

Synopsis

Service Configuration

swf :: Service Source #

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

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by SWF.

DomainAlreadyExistsFault

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

Returned if the specified domain already exists. You get this fault even if the existing domain is in deprecated status.

LimitExceededFault

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

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

WorkflowExecutionAlreadyStartedFault

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

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

OperationNotPermittedFault

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

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

UnknownResourceFault

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

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

DefaultUndefinedFault

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

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

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

TypeDeprecatedFault

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

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

TypeAlreadyExistsFault

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

Returned if the type already exists in the specified domain. You get this fault even if the existing type is in deprecated status. You can specify another version if the intent is to create a new distinct version of the type.

DomainDeprecatedFault

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

Returned when the specified domain has been deprecated.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

ListOpenWorkflowExecutions (Paginated)

RegisterActivityType

ListActivityTypes (Paginated)

CountPendingActivityTasks

RegisterWorkflowType

ListWorkflowTypes (Paginated)

RespondActivityTaskFailed

CountOpenWorkflowExecutions

DescribeWorkflowType

DeprecateWorkflowType

RequestCancelWorkflowExecution

RegisterDomain

RespondDecisionTaskCompleted

PollForActivityTask

RespondActivityTaskCompleted

DescribeWorkflowExecution

SignalWorkflowExecution

CountPendingDecisionTasks

ListClosedWorkflowExecutions (Paginated)

RecordActivityTaskHeartbeat

DescribeDomain

GetWorkflowExecutionHistory (Paginated)

DeprecateDomain

TerminateWorkflowExecution

DescribeActivityType

DeprecateActivityType

CountClosedWorkflowExecutions

RespondActivityTaskCanceled

StartWorkflowExecution

PollForDecisionTask (Paginated)

ListDomains (Paginated)

Types

ActivityTaskTimeoutType

data ActivityTaskTimeoutType Source #

Instances
Bounded ActivityTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum ActivityTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq ActivityTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data ActivityTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ActivityTaskTimeoutType -> c ActivityTaskTimeoutType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ActivityTaskTimeoutType #

toConstr :: ActivityTaskTimeoutType -> Constr #

dataTypeOf :: ActivityTaskTimeoutType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ActivityTaskTimeoutType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ActivityTaskTimeoutType) #

gmapT :: (forall b. Data b => b -> b) -> ActivityTaskTimeoutType -> ActivityTaskTimeoutType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ActivityTaskTimeoutType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ActivityTaskTimeoutType -> r #

gmapQ :: (forall d. Data d => d -> u) -> ActivityTaskTimeoutType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ActivityTaskTimeoutType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ActivityTaskTimeoutType -> m ActivityTaskTimeoutType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityTaskTimeoutType -> m ActivityTaskTimeoutType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityTaskTimeoutType -> m ActivityTaskTimeoutType #

Ord ActivityTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read ActivityTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show ActivityTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic ActivityTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Associated Types

type Rep ActivityTaskTimeoutType :: Type -> Type #

Hashable ActivityTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON ActivityTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader ActivityTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery ActivityTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString ActivityTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText ActivityTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText ActivityTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData ActivityTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

rnf :: ActivityTaskTimeoutType -> () #

type Rep ActivityTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep ActivityTaskTimeoutType = D1 (MetaData "ActivityTaskTimeoutType" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) ((C1 (MetaCons "ATTTHeartbeat" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ATTTScheduleToClose" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "ATTTScheduleToStart" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ATTTStartToClose" PrefixI False) (U1 :: Type -> Type)))

CancelTimerFailedCause

data CancelTimerFailedCause Source #

Instances
Bounded CancelTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum CancelTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq CancelTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data CancelTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CancelTimerFailedCause -> c CancelTimerFailedCause #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CancelTimerFailedCause #

toConstr :: CancelTimerFailedCause -> Constr #

dataTypeOf :: CancelTimerFailedCause -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CancelTimerFailedCause) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CancelTimerFailedCause) #

gmapT :: (forall b. Data b => b -> b) -> CancelTimerFailedCause -> CancelTimerFailedCause #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CancelTimerFailedCause -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CancelTimerFailedCause -> r #

gmapQ :: (forall d. Data d => d -> u) -> CancelTimerFailedCause -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CancelTimerFailedCause -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CancelTimerFailedCause -> m CancelTimerFailedCause #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CancelTimerFailedCause -> m CancelTimerFailedCause #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CancelTimerFailedCause -> m CancelTimerFailedCause #

Ord CancelTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read CancelTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show CancelTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic CancelTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Associated Types

type Rep CancelTimerFailedCause :: Type -> Type #

Hashable CancelTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON CancelTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader CancelTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery CancelTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString CancelTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText CancelTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText CancelTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData CancelTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

rnf :: CancelTimerFailedCause -> () #

type Rep CancelTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep CancelTimerFailedCause = D1 (MetaData "CancelTimerFailedCause" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "CTFCOperationNotPermitted" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CTFCTimerIdUnknown" PrefixI False) (U1 :: Type -> Type))

CancelWorkflowExecutionFailedCause

data CancelWorkflowExecutionFailedCause Source #

Instances
Bounded CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CancelWorkflowExecutionFailedCause -> c CancelWorkflowExecutionFailedCause #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CancelWorkflowExecutionFailedCause #

toConstr :: CancelWorkflowExecutionFailedCause -> Constr #

dataTypeOf :: CancelWorkflowExecutionFailedCause -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CancelWorkflowExecutionFailedCause) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CancelWorkflowExecutionFailedCause) #

gmapT :: (forall b. Data b => b -> b) -> CancelWorkflowExecutionFailedCause -> CancelWorkflowExecutionFailedCause #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CancelWorkflowExecutionFailedCause -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CancelWorkflowExecutionFailedCause -> r #

gmapQ :: (forall d. Data d => d -> u) -> CancelWorkflowExecutionFailedCause -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CancelWorkflowExecutionFailedCause -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CancelWorkflowExecutionFailedCause -> m CancelWorkflowExecutionFailedCause #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CancelWorkflowExecutionFailedCause -> m CancelWorkflowExecutionFailedCause #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CancelWorkflowExecutionFailedCause -> m CancelWorkflowExecutionFailedCause #

Ord CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Associated Types

type Rep CancelWorkflowExecutionFailedCause :: Type -> Type #

Hashable CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep CancelWorkflowExecutionFailedCause = D1 (MetaData "CancelWorkflowExecutionFailedCause" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "COperationNotPermitted" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CUnhandledDecision" PrefixI False) (U1 :: Type -> Type))

ChildPolicy

data ChildPolicy Source #

Instances
Bounded ChildPolicy Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum ChildPolicy Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq ChildPolicy Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data ChildPolicy Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ChildPolicy -> c ChildPolicy #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ChildPolicy #

toConstr :: ChildPolicy -> Constr #

dataTypeOf :: ChildPolicy -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ChildPolicy) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ChildPolicy) #

gmapT :: (forall b. Data b => b -> b) -> ChildPolicy -> ChildPolicy #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ChildPolicy -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ChildPolicy -> r #

gmapQ :: (forall d. Data d => d -> u) -> ChildPolicy -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ChildPolicy -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ChildPolicy -> m ChildPolicy #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ChildPolicy -> m ChildPolicy #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ChildPolicy -> m ChildPolicy #

Ord ChildPolicy Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read ChildPolicy Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show ChildPolicy Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic ChildPolicy Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Associated Types

type Rep ChildPolicy :: Type -> Type #

Hashable ChildPolicy Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToJSON ChildPolicy Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON ChildPolicy Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader ChildPolicy Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery ChildPolicy Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString ChildPolicy Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText ChildPolicy Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText ChildPolicy Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

toText :: ChildPolicy -> Text #

NFData ChildPolicy Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

rnf :: ChildPolicy -> () #

type Rep ChildPolicy Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep ChildPolicy = D1 (MetaData "ChildPolicy" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "Abandon" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "RequestCancel" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Terminate" PrefixI False) (U1 :: Type -> Type)))

CloseStatus

data CloseStatus Source #

Instances
Bounded CloseStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum CloseStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq CloseStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data CloseStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CloseStatus -> c CloseStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CloseStatus #

toConstr :: CloseStatus -> Constr #

dataTypeOf :: CloseStatus -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CloseStatus) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CloseStatus) #

gmapT :: (forall b. Data b => b -> b) -> CloseStatus -> CloseStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CloseStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CloseStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> CloseStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CloseStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CloseStatus -> m CloseStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CloseStatus -> m CloseStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CloseStatus -> m CloseStatus #

Ord CloseStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read CloseStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show CloseStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic CloseStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Associated Types

type Rep CloseStatus :: Type -> Type #

Hashable CloseStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToJSON CloseStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON CloseStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader CloseStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery CloseStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString CloseStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText CloseStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText CloseStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

toText :: CloseStatus -> Text #

NFData CloseStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

rnf :: CloseStatus -> () #

type Rep CloseStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep CloseStatus = D1 (MetaData "CloseStatus" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) ((C1 (MetaCons "Canceled" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Completed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ContinuedAsNew" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "Failed" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Terminated" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TimedOut" PrefixI False) (U1 :: Type -> Type))))

CompleteWorkflowExecutionFailedCause

data CompleteWorkflowExecutionFailedCause Source #

Instances
Bounded CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CompleteWorkflowExecutionFailedCause -> c CompleteWorkflowExecutionFailedCause #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CompleteWorkflowExecutionFailedCause #

toConstr :: CompleteWorkflowExecutionFailedCause -> Constr #

dataTypeOf :: CompleteWorkflowExecutionFailedCause -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CompleteWorkflowExecutionFailedCause) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CompleteWorkflowExecutionFailedCause) #

gmapT :: (forall b. Data b => b -> b) -> CompleteWorkflowExecutionFailedCause -> CompleteWorkflowExecutionFailedCause #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CompleteWorkflowExecutionFailedCause -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CompleteWorkflowExecutionFailedCause -> r #

gmapQ :: (forall d. Data d => d -> u) -> CompleteWorkflowExecutionFailedCause -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CompleteWorkflowExecutionFailedCause -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CompleteWorkflowExecutionFailedCause -> m CompleteWorkflowExecutionFailedCause #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CompleteWorkflowExecutionFailedCause -> m CompleteWorkflowExecutionFailedCause #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CompleteWorkflowExecutionFailedCause -> m CompleteWorkflowExecutionFailedCause #

Ord CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Hashable CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep CompleteWorkflowExecutionFailedCause = D1 (MetaData "CompleteWorkflowExecutionFailedCause" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "CWEFCOperationNotPermitted" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CWEFCUnhandledDecision" PrefixI False) (U1 :: Type -> Type))

ContinueAsNewWorkflowExecutionFailedCause

data ContinueAsNewWorkflowExecutionFailedCause Source #

Instances
Bounded ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ContinueAsNewWorkflowExecutionFailedCause -> c ContinueAsNewWorkflowExecutionFailedCause #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ContinueAsNewWorkflowExecutionFailedCause #

toConstr :: ContinueAsNewWorkflowExecutionFailedCause -> Constr #

dataTypeOf :: ContinueAsNewWorkflowExecutionFailedCause -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ContinueAsNewWorkflowExecutionFailedCause) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ContinueAsNewWorkflowExecutionFailedCause) #

gmapT :: (forall b. Data b => b -> b) -> ContinueAsNewWorkflowExecutionFailedCause -> ContinueAsNewWorkflowExecutionFailedCause #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ContinueAsNewWorkflowExecutionFailedCause -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ContinueAsNewWorkflowExecutionFailedCause -> r #

gmapQ :: (forall d. Data d => d -> u) -> ContinueAsNewWorkflowExecutionFailedCause -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ContinueAsNewWorkflowExecutionFailedCause -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ContinueAsNewWorkflowExecutionFailedCause -> m ContinueAsNewWorkflowExecutionFailedCause #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ContinueAsNewWorkflowExecutionFailedCause -> m ContinueAsNewWorkflowExecutionFailedCause #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ContinueAsNewWorkflowExecutionFailedCause -> m ContinueAsNewWorkflowExecutionFailedCause #

Ord ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Hashable ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep ContinueAsNewWorkflowExecutionFailedCause = D1 (MetaData "ContinueAsNewWorkflowExecutionFailedCause" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (((C1 (MetaCons "CANWEFCContinueAsNewWorkflowExecutionRateExceeded" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CANWEFCDefaultChildPolicyUndefined" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "CANWEFCDefaultExecutionStartToCloseTimeoutUndefined" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CANWEFCDefaultTaskListUndefined" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "CANWEFCDefaultTaskStartToCloseTimeoutUndefined" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CANWEFCOperationNotPermitted" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "CANWEFCUnhandledDecision" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "CANWEFCWorkflowTypeDeprecated" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CANWEFCWorkflowTypeDoesNotExist" PrefixI False) (U1 :: Type -> Type)))))

DecisionTaskTimeoutType

data DecisionTaskTimeoutType Source #

Constructors

StartToClose 
Instances
Bounded DecisionTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum DecisionTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq DecisionTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data DecisionTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DecisionTaskTimeoutType -> c DecisionTaskTimeoutType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DecisionTaskTimeoutType #

toConstr :: DecisionTaskTimeoutType -> Constr #

dataTypeOf :: DecisionTaskTimeoutType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DecisionTaskTimeoutType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DecisionTaskTimeoutType) #

gmapT :: (forall b. Data b => b -> b) -> DecisionTaskTimeoutType -> DecisionTaskTimeoutType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DecisionTaskTimeoutType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DecisionTaskTimeoutType -> r #

gmapQ :: (forall d. Data d => d -> u) -> DecisionTaskTimeoutType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DecisionTaskTimeoutType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DecisionTaskTimeoutType -> m DecisionTaskTimeoutType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DecisionTaskTimeoutType -> m DecisionTaskTimeoutType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DecisionTaskTimeoutType -> m DecisionTaskTimeoutType #

Ord DecisionTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read DecisionTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show DecisionTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic DecisionTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Associated Types

type Rep DecisionTaskTimeoutType :: Type -> Type #

Hashable DecisionTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON DecisionTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader DecisionTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery DecisionTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString DecisionTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText DecisionTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText DecisionTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData DecisionTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

rnf :: DecisionTaskTimeoutType -> () #

type Rep DecisionTaskTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep DecisionTaskTimeoutType = D1 (MetaData "DecisionTaskTimeoutType" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "StartToClose" PrefixI False) (U1 :: Type -> Type))

DecisionType

data DecisionType Source #

Instances
Bounded DecisionType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum DecisionType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq DecisionType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data DecisionType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DecisionType -> c DecisionType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DecisionType #

toConstr :: DecisionType -> Constr #

dataTypeOf :: DecisionType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DecisionType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DecisionType) #

gmapT :: (forall b. Data b => b -> b) -> DecisionType -> DecisionType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DecisionType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DecisionType -> r #

gmapQ :: (forall d. Data d => d -> u) -> DecisionType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DecisionType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DecisionType -> m DecisionType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DecisionType -> m DecisionType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DecisionType -> m DecisionType #

Ord DecisionType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read DecisionType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show DecisionType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic DecisionType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Associated Types

type Rep DecisionType :: Type -> Type #

Hashable DecisionType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToJSON DecisionType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader DecisionType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery DecisionType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString DecisionType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText DecisionType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText DecisionType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

toText :: DecisionType -> Text #

NFData DecisionType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

rnf :: DecisionType -> () #

type Rep DecisionType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep DecisionType = D1 (MetaData "DecisionType" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (((C1 (MetaCons "CancelTimer" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "CancelWorkflowExecution" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CompleteWorkflowExecution" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "ContinueAsNewWorkflowExecution" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "FailWorkflowExecution" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "RecordMarker" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "RequestCancelActivityTask" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "RequestCancelExternalWorkflowExecution" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ScheduleActivityTask" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "ScheduleLambdaFunction" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SignalExternalWorkflowExecution" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "StartChildWorkflowExecution" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "StartTimer" PrefixI False) (U1 :: Type -> Type)))))

EventType

data EventType Source #

Constructors

ActivityTaskCancelRequested 
ActivityTaskCanceled 
ActivityTaskCompleted 
ActivityTaskFailed 
ActivityTaskScheduled 
ActivityTaskStarted 
ActivityTaskTimedOut 
CancelTimerFailed 
CancelWorkflowExecutionFailed 
ChildWorkflowExecutionCanceled 
ChildWorkflowExecutionCompleted 
ChildWorkflowExecutionFailed 
ChildWorkflowExecutionStarted 
ChildWorkflowExecutionTerminated 
ChildWorkflowExecutionTimedOut 
CompleteWorkflowExecutionFailed 
ContinueAsNewWorkflowExecutionFailed 
DecisionTaskCompleted 
DecisionTaskScheduled 
DecisionTaskStarted 
DecisionTaskTimedOut 
ExternalWorkflowExecutionCancelRequested 
ExternalWorkflowExecutionSignaled 
FailWorkflowExecutionFailed 
LambdaFunctionCompleted 
LambdaFunctionFailed 
LambdaFunctionScheduled 
LambdaFunctionStarted 
LambdaFunctionTimedOut 
MarkerRecorded 
RecordMarkerFailed 
RequestCancelActivityTaskFailed 
RequestCancelExternalWorkflowExecutionFailed 
RequestCancelExternalWorkflowExecutionInitiated 
ScheduleActivityTaskFailed 
ScheduleLambdaFunctionFailed 
SignalExternalWorkflowExecutionFailed 
SignalExternalWorkflowExecutionInitiated 
StartChildWorkflowExecutionFailed 
StartChildWorkflowExecutionInitiated 
StartLambdaFunctionFailed 
StartTimerFailed 
TimerCanceled 
TimerFired 
TimerStarted 
WorkflowExecutionCancelRequested 
WorkflowExecutionCanceled 
WorkflowExecutionCompleted 
WorkflowExecutionContinuedAsNew 
WorkflowExecutionFailed 
WorkflowExecutionSignaled 
WorkflowExecutionStarted 
WorkflowExecutionTerminated 
WorkflowExecutionTimedOut 
Instances
Bounded EventType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum EventType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq EventType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data EventType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EventType -> c EventType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EventType #

toConstr :: EventType -> Constr #

dataTypeOf :: EventType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EventType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EventType) #

gmapT :: (forall b. Data b => b -> b) -> EventType -> EventType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EventType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EventType -> r #

gmapQ :: (forall d. Data d => d -> u) -> EventType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EventType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EventType -> m EventType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EventType -> m EventType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EventType -> m EventType #

Ord EventType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read EventType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show EventType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic EventType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Associated Types

type Rep EventType :: Type -> Type #

Hashable EventType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON EventType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader EventType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery EventType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString EventType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

toBS :: EventType -> ByteString #

FromText EventType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText EventType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

toText :: EventType -> Text #

NFData EventType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

rnf :: EventType -> () #

type Rep EventType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep EventType = D1 (MetaData "EventType" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (((((C1 (MetaCons "ActivityTaskCancelRequested" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "ActivityTaskCanceled" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ActivityTaskCompleted" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "ActivityTaskFailed" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "ActivityTaskScheduled" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ActivityTaskStarted" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "ActivityTaskTimedOut" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "CancelTimerFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CancelWorkflowExecutionFailed" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "ChildWorkflowExecutionCanceled" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ChildWorkflowExecutionCompleted" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "ChildWorkflowExecutionFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ChildWorkflowExecutionStarted" PrefixI False) (U1 :: Type -> Type))))) :+: (((C1 (MetaCons "ChildWorkflowExecutionTerminated" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "ChildWorkflowExecutionTimedOut" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CompleteWorkflowExecutionFailed" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "ContinueAsNewWorkflowExecutionFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "DecisionTaskCompleted" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "DecisionTaskScheduled" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "DecisionTaskStarted" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "DecisionTaskTimedOut" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "ExternalWorkflowExecutionCancelRequested" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ExternalWorkflowExecutionSignaled" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "FailWorkflowExecutionFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "LambdaFunctionCompleted" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "LambdaFunctionFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "LambdaFunctionScheduled" PrefixI False) (U1 :: Type -> Type)))))) :+: ((((C1 (MetaCons "LambdaFunctionStarted" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "LambdaFunctionTimedOut" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "MarkerRecorded" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "RecordMarkerFailed" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "RequestCancelActivityTaskFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "RequestCancelExternalWorkflowExecutionFailed" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "RequestCancelExternalWorkflowExecutionInitiated" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "ScheduleActivityTaskFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ScheduleLambdaFunctionFailed" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "SignalExternalWorkflowExecutionFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SignalExternalWorkflowExecutionInitiated" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "StartChildWorkflowExecutionFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "StartChildWorkflowExecutionInitiated" PrefixI False) (U1 :: Type -> Type))))) :+: (((C1 (MetaCons "StartLambdaFunctionFailed" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "StartTimerFailed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TimerCanceled" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "TimerFired" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TimerStarted" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "WorkflowExecutionCancelRequested" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "WorkflowExecutionCanceled" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "WorkflowExecutionCompleted" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "WorkflowExecutionContinuedAsNew" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "WorkflowExecutionFailed" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "WorkflowExecutionSignaled" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "WorkflowExecutionStarted" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "WorkflowExecutionTerminated" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "WorkflowExecutionTimedOut" PrefixI False) (U1 :: Type -> Type)))))))

ExecutionStatus

data ExecutionStatus Source #

Constructors

Closed 
Open 
Instances
Bounded ExecutionStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum ExecutionStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq ExecutionStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data ExecutionStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ExecutionStatus -> c ExecutionStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ExecutionStatus #

toConstr :: ExecutionStatus -> Constr #

dataTypeOf :: ExecutionStatus -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ExecutionStatus) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ExecutionStatus) #

gmapT :: (forall b. Data b => b -> b) -> ExecutionStatus -> ExecutionStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ExecutionStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ExecutionStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> ExecutionStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ExecutionStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ExecutionStatus -> m ExecutionStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ExecutionStatus -> m ExecutionStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ExecutionStatus -> m ExecutionStatus #

Ord ExecutionStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read ExecutionStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show ExecutionStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic ExecutionStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Associated Types

type Rep ExecutionStatus :: Type -> Type #

Hashable ExecutionStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON ExecutionStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader ExecutionStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery ExecutionStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString ExecutionStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText ExecutionStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText ExecutionStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData ExecutionStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

rnf :: ExecutionStatus -> () #

type Rep ExecutionStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep ExecutionStatus = D1 (MetaData "ExecutionStatus" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "Closed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Open" PrefixI False) (U1 :: Type -> Type))

FailWorkflowExecutionFailedCause

data FailWorkflowExecutionFailedCause Source #

Instances
Bounded FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FailWorkflowExecutionFailedCause -> c FailWorkflowExecutionFailedCause #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FailWorkflowExecutionFailedCause #

toConstr :: FailWorkflowExecutionFailedCause -> Constr #

dataTypeOf :: FailWorkflowExecutionFailedCause -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c FailWorkflowExecutionFailedCause) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FailWorkflowExecutionFailedCause) #

gmapT :: (forall b. Data b => b -> b) -> FailWorkflowExecutionFailedCause -> FailWorkflowExecutionFailedCause #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FailWorkflowExecutionFailedCause -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FailWorkflowExecutionFailedCause -> r #

gmapQ :: (forall d. Data d => d -> u) -> FailWorkflowExecutionFailedCause -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> FailWorkflowExecutionFailedCause -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> FailWorkflowExecutionFailedCause -> m FailWorkflowExecutionFailedCause #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FailWorkflowExecutionFailedCause -> m FailWorkflowExecutionFailedCause #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FailWorkflowExecutionFailedCause -> m FailWorkflowExecutionFailedCause #

Ord FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Associated Types

type Rep FailWorkflowExecutionFailedCause :: Type -> Type #

Hashable FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep FailWorkflowExecutionFailedCause = D1 (MetaData "FailWorkflowExecutionFailedCause" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "FWEFCOperationNotPermitted" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "FWEFCUnhandledDecision" PrefixI False) (U1 :: Type -> Type))

LambdaFunctionTimeoutType

data LambdaFunctionTimeoutType Source #

Constructors

LFTTStartToClose 
Instances
Bounded LambdaFunctionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum LambdaFunctionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq LambdaFunctionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data LambdaFunctionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LambdaFunctionTimeoutType -> c LambdaFunctionTimeoutType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LambdaFunctionTimeoutType #

toConstr :: LambdaFunctionTimeoutType -> Constr #

dataTypeOf :: LambdaFunctionTimeoutType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c LambdaFunctionTimeoutType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LambdaFunctionTimeoutType) #

gmapT :: (forall b. Data b => b -> b) -> LambdaFunctionTimeoutType -> LambdaFunctionTimeoutType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LambdaFunctionTimeoutType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LambdaFunctionTimeoutType -> r #

gmapQ :: (forall d. Data d => d -> u) -> LambdaFunctionTimeoutType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LambdaFunctionTimeoutType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LambdaFunctionTimeoutType -> m LambdaFunctionTimeoutType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LambdaFunctionTimeoutType -> m LambdaFunctionTimeoutType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LambdaFunctionTimeoutType -> m LambdaFunctionTimeoutType #

Ord LambdaFunctionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read LambdaFunctionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show LambdaFunctionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic LambdaFunctionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Associated Types

type Rep LambdaFunctionTimeoutType :: Type -> Type #

Hashable LambdaFunctionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON LambdaFunctionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader LambdaFunctionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery LambdaFunctionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString LambdaFunctionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText LambdaFunctionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText LambdaFunctionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData LambdaFunctionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep LambdaFunctionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep LambdaFunctionTimeoutType = D1 (MetaData "LambdaFunctionTimeoutType" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "LFTTStartToClose" PrefixI False) (U1 :: Type -> Type))

RecordMarkerFailedCause

data RecordMarkerFailedCause Source #

Constructors

OperationNotPermitted 
Instances
Bounded RecordMarkerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum RecordMarkerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq RecordMarkerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data RecordMarkerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RecordMarkerFailedCause -> c RecordMarkerFailedCause #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RecordMarkerFailedCause #

toConstr :: RecordMarkerFailedCause -> Constr #

dataTypeOf :: RecordMarkerFailedCause -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RecordMarkerFailedCause) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RecordMarkerFailedCause) #

gmapT :: (forall b. Data b => b -> b) -> RecordMarkerFailedCause -> RecordMarkerFailedCause #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RecordMarkerFailedCause -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RecordMarkerFailedCause -> r #

gmapQ :: (forall d. Data d => d -> u) -> RecordMarkerFailedCause -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RecordMarkerFailedCause -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RecordMarkerFailedCause -> m RecordMarkerFailedCause #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RecordMarkerFailedCause -> m RecordMarkerFailedCause #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RecordMarkerFailedCause -> m RecordMarkerFailedCause #

Ord RecordMarkerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read RecordMarkerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show RecordMarkerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic RecordMarkerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Associated Types

type Rep RecordMarkerFailedCause :: Type -> Type #

Hashable RecordMarkerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON RecordMarkerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader RecordMarkerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery RecordMarkerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString RecordMarkerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText RecordMarkerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText RecordMarkerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData RecordMarkerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

rnf :: RecordMarkerFailedCause -> () #

type Rep RecordMarkerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep RecordMarkerFailedCause = D1 (MetaData "RecordMarkerFailedCause" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "OperationNotPermitted" PrefixI False) (U1 :: Type -> Type))

RegistrationStatus

data RegistrationStatus Source #

Constructors

Deprecated 
Registered 
Instances
Bounded RegistrationStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum RegistrationStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq RegistrationStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data RegistrationStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RegistrationStatus -> c RegistrationStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RegistrationStatus #

toConstr :: RegistrationStatus -> Constr #

dataTypeOf :: RegistrationStatus -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RegistrationStatus) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RegistrationStatus) #

gmapT :: (forall b. Data b => b -> b) -> RegistrationStatus -> RegistrationStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RegistrationStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RegistrationStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> RegistrationStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RegistrationStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RegistrationStatus -> m RegistrationStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RegistrationStatus -> m RegistrationStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RegistrationStatus -> m RegistrationStatus #

Ord RegistrationStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read RegistrationStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show RegistrationStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic RegistrationStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Associated Types

type Rep RegistrationStatus :: Type -> Type #

Hashable RegistrationStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToJSON RegistrationStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON RegistrationStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader RegistrationStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery RegistrationStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString RegistrationStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText RegistrationStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText RegistrationStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData RegistrationStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

rnf :: RegistrationStatus -> () #

type Rep RegistrationStatus Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep RegistrationStatus = D1 (MetaData "RegistrationStatus" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "Deprecated" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Registered" PrefixI False) (U1 :: Type -> Type))

RequestCancelActivityTaskFailedCause

data RequestCancelActivityTaskFailedCause Source #

Instances
Bounded RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RequestCancelActivityTaskFailedCause -> c RequestCancelActivityTaskFailedCause #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RequestCancelActivityTaskFailedCause #

toConstr :: RequestCancelActivityTaskFailedCause -> Constr #

dataTypeOf :: RequestCancelActivityTaskFailedCause -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RequestCancelActivityTaskFailedCause) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RequestCancelActivityTaskFailedCause) #

gmapT :: (forall b. Data b => b -> b) -> RequestCancelActivityTaskFailedCause -> RequestCancelActivityTaskFailedCause #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RequestCancelActivityTaskFailedCause -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RequestCancelActivityTaskFailedCause -> r #

gmapQ :: (forall d. Data d => d -> u) -> RequestCancelActivityTaskFailedCause -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RequestCancelActivityTaskFailedCause -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RequestCancelActivityTaskFailedCause -> m RequestCancelActivityTaskFailedCause #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RequestCancelActivityTaskFailedCause -> m RequestCancelActivityTaskFailedCause #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RequestCancelActivityTaskFailedCause -> m RequestCancelActivityTaskFailedCause #

Ord RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Hashable RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep RequestCancelActivityTaskFailedCause = D1 (MetaData "RequestCancelActivityTaskFailedCause" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "RCATFCActivityIdUnknown" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "RCATFCOperationNotPermitted" PrefixI False) (U1 :: Type -> Type))

RequestCancelExternalWorkflowExecutionFailedCause

data RequestCancelExternalWorkflowExecutionFailedCause Source #

Instances
Bounded RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RequestCancelExternalWorkflowExecutionFailedCause -> c RequestCancelExternalWorkflowExecutionFailedCause #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RequestCancelExternalWorkflowExecutionFailedCause #

toConstr :: RequestCancelExternalWorkflowExecutionFailedCause -> Constr #

dataTypeOf :: RequestCancelExternalWorkflowExecutionFailedCause -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RequestCancelExternalWorkflowExecutionFailedCause) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RequestCancelExternalWorkflowExecutionFailedCause) #

gmapT :: (forall b. Data b => b -> b) -> RequestCancelExternalWorkflowExecutionFailedCause -> RequestCancelExternalWorkflowExecutionFailedCause #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RequestCancelExternalWorkflowExecutionFailedCause -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RequestCancelExternalWorkflowExecutionFailedCause -> r #

gmapQ :: (forall d. Data d => d -> u) -> RequestCancelExternalWorkflowExecutionFailedCause -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RequestCancelExternalWorkflowExecutionFailedCause -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RequestCancelExternalWorkflowExecutionFailedCause -> m RequestCancelExternalWorkflowExecutionFailedCause #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RequestCancelExternalWorkflowExecutionFailedCause -> m RequestCancelExternalWorkflowExecutionFailedCause #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RequestCancelExternalWorkflowExecutionFailedCause -> m RequestCancelExternalWorkflowExecutionFailedCause #

Ord RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Hashable RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep RequestCancelExternalWorkflowExecutionFailedCause = D1 (MetaData "RequestCancelExternalWorkflowExecutionFailedCause" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "RCEWEFCOperationNotPermitted" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "RCEWEFCRequestCancelExternalWorkflowExecutionRateExceeded" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "RCEWEFCUnknownExternalWorkflowExecution" PrefixI False) (U1 :: Type -> Type)))

ScheduleActivityTaskFailedCause

data ScheduleActivityTaskFailedCause Source #

Instances
Bounded ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ScheduleActivityTaskFailedCause -> c ScheduleActivityTaskFailedCause #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ScheduleActivityTaskFailedCause #

toConstr :: ScheduleActivityTaskFailedCause -> Constr #

dataTypeOf :: ScheduleActivityTaskFailedCause -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ScheduleActivityTaskFailedCause) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ScheduleActivityTaskFailedCause) #

gmapT :: (forall b. Data b => b -> b) -> ScheduleActivityTaskFailedCause -> ScheduleActivityTaskFailedCause #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ScheduleActivityTaskFailedCause -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ScheduleActivityTaskFailedCause -> r #

gmapQ :: (forall d. Data d => d -> u) -> ScheduleActivityTaskFailedCause -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ScheduleActivityTaskFailedCause -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ScheduleActivityTaskFailedCause -> m ScheduleActivityTaskFailedCause #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ScheduleActivityTaskFailedCause -> m ScheduleActivityTaskFailedCause #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ScheduleActivityTaskFailedCause -> m ScheduleActivityTaskFailedCause #

Ord ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Associated Types

type Rep ScheduleActivityTaskFailedCause :: Type -> Type #

Hashable ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep ScheduleActivityTaskFailedCause = D1 (MetaData "ScheduleActivityTaskFailedCause" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (((C1 (MetaCons "SATFCActivityCreationRateExceeded" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SATFCActivityIdAlreadyInUse" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "SATFCActivityTypeDeprecated" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "SATFCActivityTypeDoesNotExist" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SATFCDefaultHeartbeatTimeoutUndefined" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "SATFCDefaultScheduleToCloseTimeoutUndefined" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "SATFCDefaultScheduleToStartTimeoutUndefined" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SATFCDefaultStartToCloseTimeoutUndefined" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "SATFCDefaultTaskListUndefined" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "SATFCOpenActivitiesLimitExceeded" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SATFCOperationNotPermitted" PrefixI False) (U1 :: Type -> Type)))))

ScheduleLambdaFunctionFailedCause

data ScheduleLambdaFunctionFailedCause Source #

Instances
Bounded ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ScheduleLambdaFunctionFailedCause -> c ScheduleLambdaFunctionFailedCause #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ScheduleLambdaFunctionFailedCause #

toConstr :: ScheduleLambdaFunctionFailedCause -> Constr #

dataTypeOf :: ScheduleLambdaFunctionFailedCause -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ScheduleLambdaFunctionFailedCause) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ScheduleLambdaFunctionFailedCause) #

gmapT :: (forall b. Data b => b -> b) -> ScheduleLambdaFunctionFailedCause -> ScheduleLambdaFunctionFailedCause #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ScheduleLambdaFunctionFailedCause -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ScheduleLambdaFunctionFailedCause -> r #

gmapQ :: (forall d. Data d => d -> u) -> ScheduleLambdaFunctionFailedCause -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ScheduleLambdaFunctionFailedCause -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ScheduleLambdaFunctionFailedCause -> m ScheduleLambdaFunctionFailedCause #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ScheduleLambdaFunctionFailedCause -> m ScheduleLambdaFunctionFailedCause #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ScheduleLambdaFunctionFailedCause -> m ScheduleLambdaFunctionFailedCause #

Ord ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Associated Types

type Rep ScheduleLambdaFunctionFailedCause :: Type -> Type #

Hashable ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep ScheduleLambdaFunctionFailedCause = D1 (MetaData "ScheduleLambdaFunctionFailedCause" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) ((C1 (MetaCons "IdAlreadyInUse" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "LambdaFunctionCreationRateExceeded" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "LambdaServiceNotAvailableInRegion" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "OpenLambdaFunctionsLimitExceeded" PrefixI False) (U1 :: Type -> Type)))

SignalExternalWorkflowExecutionFailedCause

data SignalExternalWorkflowExecutionFailedCause Source #

Instances
Bounded SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SignalExternalWorkflowExecutionFailedCause -> c SignalExternalWorkflowExecutionFailedCause #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SignalExternalWorkflowExecutionFailedCause #

toConstr :: SignalExternalWorkflowExecutionFailedCause -> Constr #

dataTypeOf :: SignalExternalWorkflowExecutionFailedCause -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SignalExternalWorkflowExecutionFailedCause) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SignalExternalWorkflowExecutionFailedCause) #

gmapT :: (forall b. Data b => b -> b) -> SignalExternalWorkflowExecutionFailedCause -> SignalExternalWorkflowExecutionFailedCause #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SignalExternalWorkflowExecutionFailedCause -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SignalExternalWorkflowExecutionFailedCause -> r #

gmapQ :: (forall d. Data d => d -> u) -> SignalExternalWorkflowExecutionFailedCause -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SignalExternalWorkflowExecutionFailedCause -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SignalExternalWorkflowExecutionFailedCause -> m SignalExternalWorkflowExecutionFailedCause #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SignalExternalWorkflowExecutionFailedCause -> m SignalExternalWorkflowExecutionFailedCause #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SignalExternalWorkflowExecutionFailedCause -> m SignalExternalWorkflowExecutionFailedCause #

Ord SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Hashable SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep SignalExternalWorkflowExecutionFailedCause = D1 (MetaData "SignalExternalWorkflowExecutionFailedCause" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "SEWEFCOperationNotPermitted" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "SEWEFCSignalExternalWorkflowExecutionRateExceeded" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SEWEFCUnknownExternalWorkflowExecution" PrefixI False) (U1 :: Type -> Type)))

StartChildWorkflowExecutionFailedCause

data StartChildWorkflowExecutionFailedCause Source #

Instances
Bounded StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StartChildWorkflowExecutionFailedCause -> c StartChildWorkflowExecutionFailedCause #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StartChildWorkflowExecutionFailedCause #

toConstr :: StartChildWorkflowExecutionFailedCause -> Constr #

dataTypeOf :: StartChildWorkflowExecutionFailedCause -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StartChildWorkflowExecutionFailedCause) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StartChildWorkflowExecutionFailedCause) #

gmapT :: (forall b. Data b => b -> b) -> StartChildWorkflowExecutionFailedCause -> StartChildWorkflowExecutionFailedCause #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StartChildWorkflowExecutionFailedCause -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StartChildWorkflowExecutionFailedCause -> r #

gmapQ :: (forall d. Data d => d -> u) -> StartChildWorkflowExecutionFailedCause -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StartChildWorkflowExecutionFailedCause -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StartChildWorkflowExecutionFailedCause -> m StartChildWorkflowExecutionFailedCause #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StartChildWorkflowExecutionFailedCause -> m StartChildWorkflowExecutionFailedCause #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StartChildWorkflowExecutionFailedCause -> m StartChildWorkflowExecutionFailedCause #

Ord StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Hashable StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep StartChildWorkflowExecutionFailedCause = D1 (MetaData "StartChildWorkflowExecutionFailedCause" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (((C1 (MetaCons "SCWEFCChildCreationRateExceeded" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SCWEFCDefaultChildPolicyUndefined" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "SCWEFCDefaultExecutionStartToCloseTimeoutUndefined" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "SCWEFCDefaultTaskListUndefined" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SCWEFCDefaultTaskStartToCloseTimeoutUndefined" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "SCWEFCOpenChildrenLimitExceeded" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "SCWEFCOpenWorkflowsLimitExceeded" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SCWEFCOperationNotPermitted" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "SCWEFCWorkflowAlreadyRunning" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "SCWEFCWorkflowTypeDeprecated" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SCWEFCWorkflowTypeDoesNotExist" PrefixI False) (U1 :: Type -> Type)))))

StartLambdaFunctionFailedCause

data StartLambdaFunctionFailedCause Source #

Constructors

AssumeRoleFailed 
Instances
Bounded StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StartLambdaFunctionFailedCause -> c StartLambdaFunctionFailedCause #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StartLambdaFunctionFailedCause #

toConstr :: StartLambdaFunctionFailedCause -> Constr #

dataTypeOf :: StartLambdaFunctionFailedCause -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StartLambdaFunctionFailedCause) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StartLambdaFunctionFailedCause) #

gmapT :: (forall b. Data b => b -> b) -> StartLambdaFunctionFailedCause -> StartLambdaFunctionFailedCause #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StartLambdaFunctionFailedCause -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StartLambdaFunctionFailedCause -> r #

gmapQ :: (forall d. Data d => d -> u) -> StartLambdaFunctionFailedCause -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StartLambdaFunctionFailedCause -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StartLambdaFunctionFailedCause -> m StartLambdaFunctionFailedCause #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StartLambdaFunctionFailedCause -> m StartLambdaFunctionFailedCause #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StartLambdaFunctionFailedCause -> m StartLambdaFunctionFailedCause #

Ord StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Associated Types

type Rep StartLambdaFunctionFailedCause :: Type -> Type #

Hashable StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep StartLambdaFunctionFailedCause = D1 (MetaData "StartLambdaFunctionFailedCause" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "AssumeRoleFailed" PrefixI False) (U1 :: Type -> Type))

StartTimerFailedCause

data StartTimerFailedCause Source #

Instances
Bounded StartTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum StartTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq StartTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data StartTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StartTimerFailedCause -> c StartTimerFailedCause #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StartTimerFailedCause #

toConstr :: StartTimerFailedCause -> Constr #

dataTypeOf :: StartTimerFailedCause -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StartTimerFailedCause) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StartTimerFailedCause) #

gmapT :: (forall b. Data b => b -> b) -> StartTimerFailedCause -> StartTimerFailedCause #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StartTimerFailedCause -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StartTimerFailedCause -> r #

gmapQ :: (forall d. Data d => d -> u) -> StartTimerFailedCause -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StartTimerFailedCause -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StartTimerFailedCause -> m StartTimerFailedCause #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StartTimerFailedCause -> m StartTimerFailedCause #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StartTimerFailedCause -> m StartTimerFailedCause #

Ord StartTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read StartTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show StartTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic StartTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Associated Types

type Rep StartTimerFailedCause :: Type -> Type #

Hashable StartTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON StartTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader StartTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery StartTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString StartTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText StartTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText StartTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData StartTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

rnf :: StartTimerFailedCause -> () #

type Rep StartTimerFailedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep StartTimerFailedCause = D1 (MetaData "StartTimerFailedCause" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) ((C1 (MetaCons "STFCOpenTimersLimitExceeded" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "STFCOperationNotPermitted" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "STFCTimerCreationRateExceeded" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "STFCTimerIdAlreadyInUse" PrefixI False) (U1 :: Type -> Type)))

WorkflowExecutionCancelRequestedCause

data WorkflowExecutionCancelRequestedCause Source #

Constructors

ChildPolicyApplied 
Instances
Bounded WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowExecutionCancelRequestedCause -> c WorkflowExecutionCancelRequestedCause #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowExecutionCancelRequestedCause #

toConstr :: WorkflowExecutionCancelRequestedCause -> Constr #

dataTypeOf :: WorkflowExecutionCancelRequestedCause -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowExecutionCancelRequestedCause) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowExecutionCancelRequestedCause) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowExecutionCancelRequestedCause -> WorkflowExecutionCancelRequestedCause #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionCancelRequestedCause -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionCancelRequestedCause -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowExecutionCancelRequestedCause -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowExecutionCancelRequestedCause -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowExecutionCancelRequestedCause -> m WorkflowExecutionCancelRequestedCause #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionCancelRequestedCause -> m WorkflowExecutionCancelRequestedCause #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionCancelRequestedCause -> m WorkflowExecutionCancelRequestedCause #

Ord WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Hashable WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep WorkflowExecutionCancelRequestedCause = D1 (MetaData "WorkflowExecutionCancelRequestedCause" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ChildPolicyApplied" PrefixI False) (U1 :: Type -> Type))

WorkflowExecutionTerminatedCause

data WorkflowExecutionTerminatedCause Source #

Instances
Bounded WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowExecutionTerminatedCause -> c WorkflowExecutionTerminatedCause #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowExecutionTerminatedCause #

toConstr :: WorkflowExecutionTerminatedCause -> Constr #

dataTypeOf :: WorkflowExecutionTerminatedCause -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowExecutionTerminatedCause) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowExecutionTerminatedCause) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowExecutionTerminatedCause -> WorkflowExecutionTerminatedCause #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionTerminatedCause -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionTerminatedCause -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowExecutionTerminatedCause -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowExecutionTerminatedCause -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowExecutionTerminatedCause -> m WorkflowExecutionTerminatedCause #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionTerminatedCause -> m WorkflowExecutionTerminatedCause #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionTerminatedCause -> m WorkflowExecutionTerminatedCause #

Ord WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Associated Types

type Rep WorkflowExecutionTerminatedCause :: Type -> Type #

Hashable WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep WorkflowExecutionTerminatedCause = D1 (MetaData "WorkflowExecutionTerminatedCause" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "WETCChildPolicyApplied" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "WETCEventLimitExceeded" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "WETCOperatorInitiated" PrefixI False) (U1 :: Type -> Type)))

WorkflowExecutionTimeoutType

data WorkflowExecutionTimeoutType Source #

Constructors

WETTStartToClose 
Instances
Bounded WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Enum WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Eq WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Data WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowExecutionTimeoutType -> c WorkflowExecutionTimeoutType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowExecutionTimeoutType #

toConstr :: WorkflowExecutionTimeoutType -> Constr #

dataTypeOf :: WorkflowExecutionTimeoutType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowExecutionTimeoutType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowExecutionTimeoutType) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowExecutionTimeoutType -> WorkflowExecutionTimeoutType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionTimeoutType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionTimeoutType -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowExecutionTimeoutType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowExecutionTimeoutType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowExecutionTimeoutType -> m WorkflowExecutionTimeoutType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionTimeoutType -> m WorkflowExecutionTimeoutType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionTimeoutType -> m WorkflowExecutionTimeoutType #

Ord WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Read WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Show WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Generic WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

Associated Types

type Rep WorkflowExecutionTimeoutType :: Type -> Type #

Hashable WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromJSON WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToHeader WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToQuery WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToByteString WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

FromText WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

ToText WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

NFData WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Sum

type Rep WorkflowExecutionTimeoutType = D1 (MetaData "WorkflowExecutionTimeoutType" "Network.AWS.SWF.Types.Sum" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "WETTStartToClose" PrefixI False) (U1 :: Type -> Type))

ActivityTaskCancelRequestedEventAttributes

data ActivityTaskCancelRequestedEventAttributes Source #

Provides the details of the ActivityTaskCancelRequested event.

See: activityTaskCancelRequestedEventAttributes smart constructor.

Instances
Eq ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ActivityTaskCancelRequestedEventAttributes -> c ActivityTaskCancelRequestedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ActivityTaskCancelRequestedEventAttributes #

toConstr :: ActivityTaskCancelRequestedEventAttributes -> Constr #

dataTypeOf :: ActivityTaskCancelRequestedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ActivityTaskCancelRequestedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ActivityTaskCancelRequestedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ActivityTaskCancelRequestedEventAttributes -> ActivityTaskCancelRequestedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ActivityTaskCancelRequestedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ActivityTaskCancelRequestedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ActivityTaskCancelRequestedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ActivityTaskCancelRequestedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ActivityTaskCancelRequestedEventAttributes -> m ActivityTaskCancelRequestedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityTaskCancelRequestedEventAttributes -> m ActivityTaskCancelRequestedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityTaskCancelRequestedEventAttributes -> m ActivityTaskCancelRequestedEventAttributes #

Read ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ActivityTaskCancelRequestedEventAttributes = D1 (MetaData "ActivityTaskCancelRequestedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ActivityTaskCancelRequestedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_atcreaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer) :*: S1 (MetaSel (Just "_atcreaActivityId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))

activityTaskCancelRequestedEventAttributes Source #

Creates a value of ActivityTaskCancelRequestedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

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

atcreaDecisionTaskCompletedEventId :: Lens' ActivityTaskCancelRequestedEventAttributes Integer Source #

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

ActivityTaskCanceledEventAttributes

data ActivityTaskCanceledEventAttributes Source #

Provides the details of the ActivityTaskCanceled event.

See: activityTaskCanceledEventAttributes smart constructor.

Instances
Eq ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ActivityTaskCanceledEventAttributes -> c ActivityTaskCanceledEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ActivityTaskCanceledEventAttributes #

toConstr :: ActivityTaskCanceledEventAttributes -> Constr #

dataTypeOf :: ActivityTaskCanceledEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ActivityTaskCanceledEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ActivityTaskCanceledEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ActivityTaskCanceledEventAttributes -> ActivityTaskCanceledEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ActivityTaskCanceledEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ActivityTaskCanceledEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ActivityTaskCanceledEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ActivityTaskCanceledEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ActivityTaskCanceledEventAttributes -> m ActivityTaskCanceledEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityTaskCanceledEventAttributes -> m ActivityTaskCanceledEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityTaskCanceledEventAttributes -> m ActivityTaskCanceledEventAttributes #

Read ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ActivityTaskCanceledEventAttributes = D1 (MetaData "ActivityTaskCanceledEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ActivityTaskCanceledEventAttributes'" PrefixI True) ((S1 (MetaSel (Just "_aLatestCancelRequestedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 (MetaSel (Just "_aDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_aScheduledEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer) :*: S1 (MetaSel (Just "_aStartedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

activityTaskCanceledEventAttributes Source #

Creates a value of ActivityTaskCanceledEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • aLatestCancelRequestedEventId - If set, contains the ID of the last ActivityTaskCancelRequested event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
  • aDetails - Details of the cancellation.
  • aScheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
  • aStartedEventId - The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

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

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

aScheduledEventId :: Lens' ActivityTaskCanceledEventAttributes Integer Source #

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

aStartedEventId :: Lens' ActivityTaskCanceledEventAttributes Integer Source #

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

ActivityTaskCompletedEventAttributes

data ActivityTaskCompletedEventAttributes Source #

Provides the details of the ActivityTaskCompleted event.

See: activityTaskCompletedEventAttributes smart constructor.

Instances
Eq ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ActivityTaskCompletedEventAttributes -> c ActivityTaskCompletedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ActivityTaskCompletedEventAttributes #

toConstr :: ActivityTaskCompletedEventAttributes -> Constr #

dataTypeOf :: ActivityTaskCompletedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ActivityTaskCompletedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ActivityTaskCompletedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ActivityTaskCompletedEventAttributes -> ActivityTaskCompletedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ActivityTaskCompletedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ActivityTaskCompletedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ActivityTaskCompletedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ActivityTaskCompletedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ActivityTaskCompletedEventAttributes -> m ActivityTaskCompletedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityTaskCompletedEventAttributes -> m ActivityTaskCompletedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityTaskCompletedEventAttributes -> m ActivityTaskCompletedEventAttributes #

Read ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ActivityTaskCompletedEventAttributes = D1 (MetaData "ActivityTaskCompletedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ActivityTaskCompletedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_atceaResult") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_atceaScheduledEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer) :*: S1 (MetaSel (Just "_atceaStartedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

activityTaskCompletedEventAttributes Source #

Creates a value of ActivityTaskCompletedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • atceaResult - The results of the activity task.
  • atceaScheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
  • atceaStartedEventId - The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

atceaScheduledEventId :: Lens' ActivityTaskCompletedEventAttributes Integer Source #

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

atceaStartedEventId :: Lens' ActivityTaskCompletedEventAttributes Integer Source #

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

ActivityTaskFailedEventAttributes

data ActivityTaskFailedEventAttributes Source #

Provides the details of the ActivityTaskFailed event.

See: activityTaskFailedEventAttributes smart constructor.

Instances
Eq ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ActivityTaskFailedEventAttributes -> c ActivityTaskFailedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ActivityTaskFailedEventAttributes #

toConstr :: ActivityTaskFailedEventAttributes -> Constr #

dataTypeOf :: ActivityTaskFailedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ActivityTaskFailedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ActivityTaskFailedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ActivityTaskFailedEventAttributes -> ActivityTaskFailedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ActivityTaskFailedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ActivityTaskFailedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ActivityTaskFailedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ActivityTaskFailedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ActivityTaskFailedEventAttributes -> m ActivityTaskFailedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityTaskFailedEventAttributes -> m ActivityTaskFailedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityTaskFailedEventAttributes -> m ActivityTaskFailedEventAttributes #

Read ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep ActivityTaskFailedEventAttributes :: Type -> Type #

Hashable ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ActivityTaskFailedEventAttributes = D1 (MetaData "ActivityTaskFailedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ActivityTaskFailedEventAttributes'" PrefixI True) ((S1 (MetaSel (Just "_atfeaReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_atfeaDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_atfeaScheduledEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer) :*: S1 (MetaSel (Just "_atfeaStartedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

activityTaskFailedEventAttributes Source #

Creates a value of ActivityTaskFailedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • atfeaReason - The reason provided for the failure.
  • atfeaDetails - The details of the failure.
  • atfeaScheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
  • atfeaStartedEventId - The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

atfeaReason :: Lens' ActivityTaskFailedEventAttributes (Maybe Text) Source #

The reason provided for the failure.

atfeaScheduledEventId :: Lens' ActivityTaskFailedEventAttributes Integer Source #

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

atfeaStartedEventId :: Lens' ActivityTaskFailedEventAttributes Integer Source #

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

ActivityTaskScheduledEventAttributes

data ActivityTaskScheduledEventAttributes Source #

Provides the details of the ActivityTaskScheduled event.

See: activityTaskScheduledEventAttributes smart constructor.

Instances
Eq ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ActivityTaskScheduledEventAttributes -> c ActivityTaskScheduledEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ActivityTaskScheduledEventAttributes #

toConstr :: ActivityTaskScheduledEventAttributes -> Constr #

dataTypeOf :: ActivityTaskScheduledEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ActivityTaskScheduledEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ActivityTaskScheduledEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ActivityTaskScheduledEventAttributes -> ActivityTaskScheduledEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ActivityTaskScheduledEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ActivityTaskScheduledEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ActivityTaskScheduledEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ActivityTaskScheduledEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ActivityTaskScheduledEventAttributes -> m ActivityTaskScheduledEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityTaskScheduledEventAttributes -> m ActivityTaskScheduledEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityTaskScheduledEventAttributes -> m ActivityTaskScheduledEventAttributes #

Read ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ActivityTaskScheduledEventAttributes = D1 (MetaData "ActivityTaskScheduledEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ActivityTaskScheduledEventAttributes'" PrefixI True) (((S1 (MetaSel (Just "_atseaControl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_atseaHeartbeatTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_atseaScheduleToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_atseaInput") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_atseaTaskPriority") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_atseaScheduleToStartTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_atseaStartToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_atseaActivityType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ActivityType))) :*: (S1 (MetaSel (Just "_atseaActivityId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_atseaTaskList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 TaskList) :*: S1 (MetaSel (Just "_atseaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))))

activityTaskScheduledEventAttributes Source #

Creates a value of ActivityTaskScheduledEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • atseaControl - Data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the activity.
  • atseaHeartbeatTimeout - The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat . If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it is ignored.
  • atseaScheduleToCloseTimeout - The maximum amount of time for this activity task.
  • atseaInput - The input provided to the activity task.
  • atseaTaskPriority - The priority to assign to the scheduled activity task. If set, this overrides any default priority value that was assigned when the activity type was registered. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide .
  • atseaScheduleToStartTimeout - The maximum amount of time the activity task can wait to be assigned to a worker.
  • atseaStartToCloseTimeout - The maximum amount of time a worker may take to process the activity task.
  • atseaActivityType - The type of the activity task.
  • atseaActivityId - The unique ID of the activity task.
  • atseaTaskList - The task list in which the activity task has been scheduled.
  • atseaDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

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

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

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

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

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

The maximum amount of time for this activity task.

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

The input provided to the activity task.

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

The priority to assign to the scheduled activity task. If set, this overrides any default priority value that was assigned when the activity type was registered. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide .

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

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

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

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

atseaTaskList :: Lens' ActivityTaskScheduledEventAttributes TaskList Source #

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

atseaDecisionTaskCompletedEventId :: Lens' ActivityTaskScheduledEventAttributes Integer Source #

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

ActivityTaskStartedEventAttributes

data ActivityTaskStartedEventAttributes Source #

Provides the details of the ActivityTaskStarted event.

See: activityTaskStartedEventAttributes smart constructor.

Instances
Eq ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ActivityTaskStartedEventAttributes -> c ActivityTaskStartedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ActivityTaskStartedEventAttributes #

toConstr :: ActivityTaskStartedEventAttributes -> Constr #

dataTypeOf :: ActivityTaskStartedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ActivityTaskStartedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ActivityTaskStartedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ActivityTaskStartedEventAttributes -> ActivityTaskStartedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ActivityTaskStartedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ActivityTaskStartedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ActivityTaskStartedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ActivityTaskStartedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ActivityTaskStartedEventAttributes -> m ActivityTaskStartedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityTaskStartedEventAttributes -> m ActivityTaskStartedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityTaskStartedEventAttributes -> m ActivityTaskStartedEventAttributes #

Read ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep ActivityTaskStartedEventAttributes :: Type -> Type #

Hashable ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ActivityTaskStartedEventAttributes = D1 (MetaData "ActivityTaskStartedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ActivityTaskStartedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_atseaIdentity") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_atseaScheduledEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))

activityTaskStartedEventAttributes Source #

Creates a value of ActivityTaskStartedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • atseaIdentity - Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
  • atseaScheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

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

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

atseaScheduledEventId :: Lens' ActivityTaskStartedEventAttributes Integer Source #

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

ActivityTaskTimedOutEventAttributes

data ActivityTaskTimedOutEventAttributes Source #

Provides the details of the ActivityTaskTimedOut event.

See: activityTaskTimedOutEventAttributes smart constructor.

Instances
Eq ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ActivityTaskTimedOutEventAttributes -> c ActivityTaskTimedOutEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ActivityTaskTimedOutEventAttributes #

toConstr :: ActivityTaskTimedOutEventAttributes -> Constr #

dataTypeOf :: ActivityTaskTimedOutEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ActivityTaskTimedOutEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ActivityTaskTimedOutEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ActivityTaskTimedOutEventAttributes -> ActivityTaskTimedOutEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ActivityTaskTimedOutEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ActivityTaskTimedOutEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ActivityTaskTimedOutEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ActivityTaskTimedOutEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ActivityTaskTimedOutEventAttributes -> m ActivityTaskTimedOutEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityTaskTimedOutEventAttributes -> m ActivityTaskTimedOutEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityTaskTimedOutEventAttributes -> m ActivityTaskTimedOutEventAttributes #

Read ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ActivityTaskTimedOutEventAttributes = D1 (MetaData "ActivityTaskTimedOutEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ActivityTaskTimedOutEventAttributes'" PrefixI True) ((S1 (MetaSel (Just "_attoeaDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_attoeaTimeoutType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ActivityTaskTimeoutType)) :*: (S1 (MetaSel (Just "_attoeaScheduledEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer) :*: S1 (MetaSel (Just "_attoeaStartedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

activityTaskTimedOutEventAttributes Source #

Creates a value of ActivityTaskTimedOutEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • attoeaDetails - Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat .
  • attoeaTimeoutType - The type of the timeout that caused this event.
  • attoeaScheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
  • attoeaStartedEventId - The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

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

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

attoeaScheduledEventId :: Lens' ActivityTaskTimedOutEventAttributes Integer Source #

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

attoeaStartedEventId :: Lens' ActivityTaskTimedOutEventAttributes Integer Source #

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

ActivityType

data ActivityType Source #

Represents an activity type.

See: activityType smart constructor.

Instances
Eq ActivityType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ActivityType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ActivityType -> c ActivityType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ActivityType #

toConstr :: ActivityType -> Constr #

dataTypeOf :: ActivityType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ActivityType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ActivityType) #

gmapT :: (forall b. Data b => b -> b) -> ActivityType -> ActivityType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ActivityType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ActivityType -> r #

gmapQ :: (forall d. Data d => d -> u) -> ActivityType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ActivityType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ActivityType -> m ActivityType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityType -> m ActivityType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityType -> m ActivityType #

Read ActivityType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ActivityType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ActivityType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep ActivityType :: Type -> Type #

Hashable ActivityType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

ToJSON ActivityType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON ActivityType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ActivityType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

rnf :: ActivityType -> () #

type Rep ActivityType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ActivityType = D1 (MetaData "ActivityType" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ActivityType'" PrefixI True) (S1 (MetaSel (Just "_atName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_atVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))

activityType Source #

Creates a value of ActivityType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • atName - The name of this activity.
  • atVersion - The version of this activity.

atName :: Lens' ActivityType Text Source #

The name of this activity.

atVersion :: Lens' ActivityType Text Source #

The version of this activity.

ActivityTypeConfiguration

data ActivityTypeConfiguration Source #

Configuration settings registered with the activity type.

See: activityTypeConfiguration smart constructor.

Instances
Eq ActivityTypeConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ActivityTypeConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ActivityTypeConfiguration -> c ActivityTypeConfiguration #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ActivityTypeConfiguration #

toConstr :: ActivityTypeConfiguration -> Constr #

dataTypeOf :: ActivityTypeConfiguration -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ActivityTypeConfiguration) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ActivityTypeConfiguration) #

gmapT :: (forall b. Data b => b -> b) -> ActivityTypeConfiguration -> ActivityTypeConfiguration #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ActivityTypeConfiguration -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ActivityTypeConfiguration -> r #

gmapQ :: (forall d. Data d => d -> u) -> ActivityTypeConfiguration -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ActivityTypeConfiguration -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ActivityTypeConfiguration -> m ActivityTypeConfiguration #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityTypeConfiguration -> m ActivityTypeConfiguration #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityTypeConfiguration -> m ActivityTypeConfiguration #

Read ActivityTypeConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ActivityTypeConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ActivityTypeConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep ActivityTypeConfiguration :: Type -> Type #

Hashable ActivityTypeConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON ActivityTypeConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ActivityTypeConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ActivityTypeConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ActivityTypeConfiguration = D1 (MetaData "ActivityTypeConfiguration" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ActivityTypeConfiguration'" PrefixI True) ((S1 (MetaSel (Just "_atcDefaultTaskScheduleToStartTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_atcDefaultTaskList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TaskList)) :*: S1 (MetaSel (Just "_atcDefaultTaskPriority") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_atcDefaultTaskHeartbeatTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_atcDefaultTaskScheduleToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_atcDefaultTaskStartToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

activityTypeConfiguration :: ActivityTypeConfiguration Source #

Creates a value of ActivityTypeConfiguration with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • atcDefaultTaskScheduleToStartTimeout - The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask Decision . The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.
  • atcDefaultTaskList - The default task list specified for this activity type at registration. This default is used if a task list isn't provided when a task is scheduled through the ScheduleActivityTask Decision . You can override the default registered task list when scheduling a task through the ScheduleActivityTask Decision .
  • atcDefaultTaskPriority - The default task priority for tasks of this activity type, specified at registration. If not set, then 0 is used as the default priority. This default can be overridden when scheduling an activity task. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide .
  • atcDefaultTaskHeartbeatTimeout - The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat . You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask Decision . If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.
  • atcDefaultTaskScheduleToCloseTimeout - The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask Decision . The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.
  • atcDefaultTaskStartToCloseTimeout - The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask Decision . The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

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

The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask Decision . The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

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

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

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

The default task priority for tasks of this activity type, specified at registration. If not set, then 0 is used as the default priority. This default can be overridden when scheduling an activity task. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide .

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

The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat . You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask Decision . If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

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

The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask Decision . The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

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

The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask Decision . The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

ActivityTypeInfo

data ActivityTypeInfo Source #

Detailed information about an activity type.

See: activityTypeInfo smart constructor.

Instances
Eq ActivityTypeInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ActivityTypeInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ActivityTypeInfo -> c ActivityTypeInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ActivityTypeInfo #

toConstr :: ActivityTypeInfo -> Constr #

dataTypeOf :: ActivityTypeInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ActivityTypeInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ActivityTypeInfo) #

gmapT :: (forall b. Data b => b -> b) -> ActivityTypeInfo -> ActivityTypeInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ActivityTypeInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ActivityTypeInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> ActivityTypeInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ActivityTypeInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ActivityTypeInfo -> m ActivityTypeInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityTypeInfo -> m ActivityTypeInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ActivityTypeInfo -> m ActivityTypeInfo #

Read ActivityTypeInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ActivityTypeInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ActivityTypeInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep ActivityTypeInfo :: Type -> Type #

Hashable ActivityTypeInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON ActivityTypeInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ActivityTypeInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

rnf :: ActivityTypeInfo -> () #

type Rep ActivityTypeInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ActivityTypeInfo = D1 (MetaData "ActivityTypeInfo" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ActivityTypeInfo'" PrefixI True) ((S1 (MetaSel (Just "_atiDeprecationDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 (MetaSel (Just "_atiDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_atiActivityType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ActivityType) :*: (S1 (MetaSel (Just "_atiStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 RegistrationStatus) :*: S1 (MetaSel (Just "_atiCreationDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 POSIX)))))

activityTypeInfo Source #

Creates a value of ActivityTypeInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

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

If DEPRECATED, the date and time DeprecateActivityType was called.

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

The description of the activity type provided in RegisterActivityType .

atiActivityType :: Lens' ActivityTypeInfo ActivityType Source #

The ActivityType type structure representing the activity type.

atiStatus :: Lens' ActivityTypeInfo RegistrationStatus Source #

The current status of the activity type.

atiCreationDate :: Lens' ActivityTypeInfo UTCTime Source #

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

CancelTimerDecisionAttributes

data CancelTimerDecisionAttributes Source #

Provides the details of the CancelTimer decision.

Access Control

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

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

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

See: cancelTimerDecisionAttributes smart constructor.

Instances
Eq CancelTimerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data CancelTimerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CancelTimerDecisionAttributes -> c CancelTimerDecisionAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CancelTimerDecisionAttributes #

toConstr :: CancelTimerDecisionAttributes -> Constr #

dataTypeOf :: CancelTimerDecisionAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CancelTimerDecisionAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CancelTimerDecisionAttributes) #

gmapT :: (forall b. Data b => b -> b) -> CancelTimerDecisionAttributes -> CancelTimerDecisionAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CancelTimerDecisionAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CancelTimerDecisionAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> CancelTimerDecisionAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CancelTimerDecisionAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CancelTimerDecisionAttributes -> m CancelTimerDecisionAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CancelTimerDecisionAttributes -> m CancelTimerDecisionAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CancelTimerDecisionAttributes -> m CancelTimerDecisionAttributes #

Read CancelTimerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show CancelTimerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic CancelTimerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep CancelTimerDecisionAttributes :: Type -> Type #

Hashable CancelTimerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

ToJSON CancelTimerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData CancelTimerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep CancelTimerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep CancelTimerDecisionAttributes = D1 (MetaData "CancelTimerDecisionAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" True) (C1 (MetaCons "CancelTimerDecisionAttributes'" PrefixI True) (S1 (MetaSel (Just "_ctdaTimerId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))

cancelTimerDecisionAttributes Source #

Creates a value of CancelTimerDecisionAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ctdaTimerId :: Lens' CancelTimerDecisionAttributes Text Source #

The unique ID of the timer to cancel.

CancelTimerFailedEventAttributes

data CancelTimerFailedEventAttributes Source #

Provides the details of the CancelTimerFailed event.

See: cancelTimerFailedEventAttributes smart constructor.

Instances
Eq CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CancelTimerFailedEventAttributes -> c CancelTimerFailedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CancelTimerFailedEventAttributes #

toConstr :: CancelTimerFailedEventAttributes -> Constr #

dataTypeOf :: CancelTimerFailedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CancelTimerFailedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CancelTimerFailedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> CancelTimerFailedEventAttributes -> CancelTimerFailedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CancelTimerFailedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CancelTimerFailedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> CancelTimerFailedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CancelTimerFailedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CancelTimerFailedEventAttributes -> m CancelTimerFailedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CancelTimerFailedEventAttributes -> m CancelTimerFailedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CancelTimerFailedEventAttributes -> m CancelTimerFailedEventAttributes #

Read CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep CancelTimerFailedEventAttributes :: Type -> Type #

Hashable CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep CancelTimerFailedEventAttributes = D1 (MetaData "CancelTimerFailedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "CancelTimerFailedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_ctfeaTimerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_ctfeaCause") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 CancelTimerFailedCause) :*: S1 (MetaSel (Just "_ctfeaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

cancelTimerFailedEventAttributes Source #

Creates a value of CancelTimerFailedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • ctfeaTimerId - The timerId provided in the CancelTimer decision that failed.
  • ctfeaCause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
  • ctfeaDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelTimer decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ctfeaTimerId :: Lens' CancelTimerFailedEventAttributes Text Source #

The timerId provided in the CancelTimer decision that failed.

ctfeaCause :: Lens' CancelTimerFailedEventAttributes CancelTimerFailedCause Source #

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

ctfeaDecisionTaskCompletedEventId :: Lens' CancelTimerFailedEventAttributes Integer Source #

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

CancelWorkflowExecutionDecisionAttributes

data CancelWorkflowExecutionDecisionAttributes Source #

Provides the details of the CancelWorkflowExecution decision.

Access Control

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

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

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

See: cancelWorkflowExecutionDecisionAttributes smart constructor.

Instances
Eq CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CancelWorkflowExecutionDecisionAttributes -> c CancelWorkflowExecutionDecisionAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CancelWorkflowExecutionDecisionAttributes #

toConstr :: CancelWorkflowExecutionDecisionAttributes -> Constr #

dataTypeOf :: CancelWorkflowExecutionDecisionAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CancelWorkflowExecutionDecisionAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CancelWorkflowExecutionDecisionAttributes) #

gmapT :: (forall b. Data b => b -> b) -> CancelWorkflowExecutionDecisionAttributes -> CancelWorkflowExecutionDecisionAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CancelWorkflowExecutionDecisionAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CancelWorkflowExecutionDecisionAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> CancelWorkflowExecutionDecisionAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CancelWorkflowExecutionDecisionAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CancelWorkflowExecutionDecisionAttributes -> m CancelWorkflowExecutionDecisionAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CancelWorkflowExecutionDecisionAttributes -> m CancelWorkflowExecutionDecisionAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CancelWorkflowExecutionDecisionAttributes -> m CancelWorkflowExecutionDecisionAttributes #

Read CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

ToJSON CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep CancelWorkflowExecutionDecisionAttributes = D1 (MetaData "CancelWorkflowExecutionDecisionAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" True) (C1 (MetaCons "CancelWorkflowExecutionDecisionAttributes'" PrefixI True) (S1 (MetaSel (Just "_cwedaDetails") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

cancelWorkflowExecutionDecisionAttributes :: CancelWorkflowExecutionDecisionAttributes Source #

Creates a value of CancelWorkflowExecutionDecisionAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

CancelWorkflowExecutionFailedEventAttributes

data CancelWorkflowExecutionFailedEventAttributes Source #

Provides the details of the CancelWorkflowExecutionFailed event.

See: cancelWorkflowExecutionFailedEventAttributes smart constructor.

Instances
Eq CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CancelWorkflowExecutionFailedEventAttributes -> c CancelWorkflowExecutionFailedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CancelWorkflowExecutionFailedEventAttributes #

toConstr :: CancelWorkflowExecutionFailedEventAttributes -> Constr #

dataTypeOf :: CancelWorkflowExecutionFailedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CancelWorkflowExecutionFailedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CancelWorkflowExecutionFailedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> CancelWorkflowExecutionFailedEventAttributes -> CancelWorkflowExecutionFailedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CancelWorkflowExecutionFailedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CancelWorkflowExecutionFailedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> CancelWorkflowExecutionFailedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CancelWorkflowExecutionFailedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CancelWorkflowExecutionFailedEventAttributes -> m CancelWorkflowExecutionFailedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CancelWorkflowExecutionFailedEventAttributes -> m CancelWorkflowExecutionFailedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CancelWorkflowExecutionFailedEventAttributes -> m CancelWorkflowExecutionFailedEventAttributes #

Read CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep CancelWorkflowExecutionFailedEventAttributes = D1 (MetaData "CancelWorkflowExecutionFailedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "CancelWorkflowExecutionFailedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_cCause") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 CancelWorkflowExecutionFailedCause) :*: S1 (MetaSel (Just "_cDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))

cancelWorkflowExecutionFailedEventAttributes Source #

Creates a value of CancelWorkflowExecutionFailedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • cCause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
  • cDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

cCause :: Lens' CancelWorkflowExecutionFailedEventAttributes CancelWorkflowExecutionFailedCause Source #

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

cDecisionTaskCompletedEventId :: Lens' CancelWorkflowExecutionFailedEventAttributes Integer Source #

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

ChildWorkflowExecutionCanceledEventAttributes

data ChildWorkflowExecutionCanceledEventAttributes Source #

Provide details of the ChildWorkflowExecutionCanceled event.

See: childWorkflowExecutionCanceledEventAttributes smart constructor.

Instances
Eq ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ChildWorkflowExecutionCanceledEventAttributes -> c ChildWorkflowExecutionCanceledEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ChildWorkflowExecutionCanceledEventAttributes #

toConstr :: ChildWorkflowExecutionCanceledEventAttributes -> Constr #

dataTypeOf :: ChildWorkflowExecutionCanceledEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ChildWorkflowExecutionCanceledEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ChildWorkflowExecutionCanceledEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ChildWorkflowExecutionCanceledEventAttributes -> ChildWorkflowExecutionCanceledEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ChildWorkflowExecutionCanceledEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ChildWorkflowExecutionCanceledEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ChildWorkflowExecutionCanceledEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ChildWorkflowExecutionCanceledEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ChildWorkflowExecutionCanceledEventAttributes -> m ChildWorkflowExecutionCanceledEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ChildWorkflowExecutionCanceledEventAttributes -> m ChildWorkflowExecutionCanceledEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ChildWorkflowExecutionCanceledEventAttributes -> m ChildWorkflowExecutionCanceledEventAttributes #

Read ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ChildWorkflowExecutionCanceledEventAttributes = D1 (MetaData "ChildWorkflowExecutionCanceledEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ChildWorkflowExecutionCanceledEventAttributes'" PrefixI True) ((S1 (MetaSel (Just "_cDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cWorkflowExecution") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowExecution)) :*: (S1 (MetaSel (Just "_cWorkflowType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowType) :*: (S1 (MetaSel (Just "_cInitiatedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer) :*: S1 (MetaSel (Just "_cStartedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))))

childWorkflowExecutionCanceledEventAttributes Source #

Creates a value of ChildWorkflowExecutionCanceledEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • cDetails - Details of the cancellation (if provided).
  • cWorkflowExecution - The child workflow execution that was canceled.
  • cWorkflowType - The type of the child workflow execution.
  • cInitiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
  • cStartedEventId - The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

cDetails :: Lens' ChildWorkflowExecutionCanceledEventAttributes (Maybe Text) Source #

Details of the cancellation (if provided).

cInitiatedEventId :: Lens' ChildWorkflowExecutionCanceledEventAttributes Integer Source #

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

cStartedEventId :: Lens' ChildWorkflowExecutionCanceledEventAttributes Integer Source #

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

ChildWorkflowExecutionCompletedEventAttributes

data ChildWorkflowExecutionCompletedEventAttributes Source #

Provides the details of the ChildWorkflowExecutionCompleted event.

See: childWorkflowExecutionCompletedEventAttributes smart constructor.

Instances
Eq ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ChildWorkflowExecutionCompletedEventAttributes -> c ChildWorkflowExecutionCompletedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ChildWorkflowExecutionCompletedEventAttributes #

toConstr :: ChildWorkflowExecutionCompletedEventAttributes -> Constr #

dataTypeOf :: ChildWorkflowExecutionCompletedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ChildWorkflowExecutionCompletedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ChildWorkflowExecutionCompletedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ChildWorkflowExecutionCompletedEventAttributes -> ChildWorkflowExecutionCompletedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ChildWorkflowExecutionCompletedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ChildWorkflowExecutionCompletedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ChildWorkflowExecutionCompletedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ChildWorkflowExecutionCompletedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ChildWorkflowExecutionCompletedEventAttributes -> m ChildWorkflowExecutionCompletedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ChildWorkflowExecutionCompletedEventAttributes -> m ChildWorkflowExecutionCompletedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ChildWorkflowExecutionCompletedEventAttributes -> m ChildWorkflowExecutionCompletedEventAttributes #

Read ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ChildWorkflowExecutionCompletedEventAttributes = D1 (MetaData "ChildWorkflowExecutionCompletedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ChildWorkflowExecutionCompletedEventAttributes'" PrefixI True) ((S1 (MetaSel (Just "_cweceaResult") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cweceaWorkflowExecution") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowExecution)) :*: (S1 (MetaSel (Just "_cweceaWorkflowType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowType) :*: (S1 (MetaSel (Just "_cweceaInitiatedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer) :*: S1 (MetaSel (Just "_cweceaStartedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))))

childWorkflowExecutionCompletedEventAttributes Source #

Creates a value of ChildWorkflowExecutionCompletedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • cweceaResult - The result of the child workflow execution.
  • cweceaWorkflowExecution - The child workflow execution that was completed.
  • cweceaWorkflowType - The type of the child workflow execution.
  • cweceaInitiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
  • cweceaStartedEventId - The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

cweceaResult :: Lens' ChildWorkflowExecutionCompletedEventAttributes (Maybe Text) Source #

The result of the child workflow execution.

cweceaInitiatedEventId :: Lens' ChildWorkflowExecutionCompletedEventAttributes Integer Source #

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

cweceaStartedEventId :: Lens' ChildWorkflowExecutionCompletedEventAttributes Integer Source #

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

ChildWorkflowExecutionFailedEventAttributes

data ChildWorkflowExecutionFailedEventAttributes Source #

Provides the details of the ChildWorkflowExecutionFailed event.

See: childWorkflowExecutionFailedEventAttributes smart constructor.

Instances
Eq ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ChildWorkflowExecutionFailedEventAttributes -> c ChildWorkflowExecutionFailedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ChildWorkflowExecutionFailedEventAttributes #

toConstr :: ChildWorkflowExecutionFailedEventAttributes -> Constr #

dataTypeOf :: ChildWorkflowExecutionFailedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ChildWorkflowExecutionFailedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ChildWorkflowExecutionFailedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ChildWorkflowExecutionFailedEventAttributes -> ChildWorkflowExecutionFailedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ChildWorkflowExecutionFailedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ChildWorkflowExecutionFailedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ChildWorkflowExecutionFailedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ChildWorkflowExecutionFailedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ChildWorkflowExecutionFailedEventAttributes -> m ChildWorkflowExecutionFailedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ChildWorkflowExecutionFailedEventAttributes -> m ChildWorkflowExecutionFailedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ChildWorkflowExecutionFailedEventAttributes -> m ChildWorkflowExecutionFailedEventAttributes #

Read ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ChildWorkflowExecutionFailedEventAttributes = D1 (MetaData "ChildWorkflowExecutionFailedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ChildWorkflowExecutionFailedEventAttributes'" PrefixI True) ((S1 (MetaSel (Just "_cwefeaReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_cwefeaDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cwefeaWorkflowExecution") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowExecution))) :*: (S1 (MetaSel (Just "_cwefeaWorkflowType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowType) :*: (S1 (MetaSel (Just "_cwefeaInitiatedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer) :*: S1 (MetaSel (Just "_cwefeaStartedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))))

childWorkflowExecutionFailedEventAttributes Source #

Creates a value of ChildWorkflowExecutionFailedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • cwefeaReason - The reason for the failure (if provided).
  • cwefeaDetails - The details of the failure (if provided).
  • cwefeaWorkflowExecution - The child workflow execution that failed.
  • cwefeaWorkflowType - The type of the child workflow execution.
  • cwefeaInitiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
  • cwefeaStartedEventId - The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

cwefeaReason :: Lens' ChildWorkflowExecutionFailedEventAttributes (Maybe Text) Source #

The reason for the failure (if provided).

cwefeaDetails :: Lens' ChildWorkflowExecutionFailedEventAttributes (Maybe Text) Source #

The details of the failure (if provided).

cwefeaInitiatedEventId :: Lens' ChildWorkflowExecutionFailedEventAttributes Integer Source #

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

cwefeaStartedEventId :: Lens' ChildWorkflowExecutionFailedEventAttributes Integer Source #

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

ChildWorkflowExecutionStartedEventAttributes

data ChildWorkflowExecutionStartedEventAttributes Source #

Provides the details of the ChildWorkflowExecutionStarted event.

See: childWorkflowExecutionStartedEventAttributes smart constructor.

Instances
Eq ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ChildWorkflowExecutionStartedEventAttributes -> c ChildWorkflowExecutionStartedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ChildWorkflowExecutionStartedEventAttributes #

toConstr :: ChildWorkflowExecutionStartedEventAttributes -> Constr #

dataTypeOf :: ChildWorkflowExecutionStartedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ChildWorkflowExecutionStartedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ChildWorkflowExecutionStartedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ChildWorkflowExecutionStartedEventAttributes -> ChildWorkflowExecutionStartedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ChildWorkflowExecutionStartedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ChildWorkflowExecutionStartedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ChildWorkflowExecutionStartedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ChildWorkflowExecutionStartedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ChildWorkflowExecutionStartedEventAttributes -> m ChildWorkflowExecutionStartedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ChildWorkflowExecutionStartedEventAttributes -> m ChildWorkflowExecutionStartedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ChildWorkflowExecutionStartedEventAttributes -> m ChildWorkflowExecutionStartedEventAttributes #

Read ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ChildWorkflowExecutionStartedEventAttributes = D1 (MetaData "ChildWorkflowExecutionStartedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ChildWorkflowExecutionStartedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_cweseaWorkflowExecution") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowExecution) :*: (S1 (MetaSel (Just "_cweseaWorkflowType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowType) :*: S1 (MetaSel (Just "_cweseaInitiatedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

childWorkflowExecutionStartedEventAttributes Source #

Creates a value of ChildWorkflowExecutionStartedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • cweseaWorkflowExecution - The child workflow execution that was started.
  • cweseaWorkflowType - The type of the child workflow execution.
  • cweseaInitiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

cweseaInitiatedEventId :: Lens' ChildWorkflowExecutionStartedEventAttributes Integer Source #

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

ChildWorkflowExecutionTerminatedEventAttributes

data ChildWorkflowExecutionTerminatedEventAttributes Source #

Provides the details of the ChildWorkflowExecutionTerminated event.

See: childWorkflowExecutionTerminatedEventAttributes smart constructor.

Instances
Eq ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ChildWorkflowExecutionTerminatedEventAttributes -> c ChildWorkflowExecutionTerminatedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ChildWorkflowExecutionTerminatedEventAttributes #

toConstr :: ChildWorkflowExecutionTerminatedEventAttributes -> Constr #

dataTypeOf :: ChildWorkflowExecutionTerminatedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ChildWorkflowExecutionTerminatedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ChildWorkflowExecutionTerminatedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ChildWorkflowExecutionTerminatedEventAttributes -> ChildWorkflowExecutionTerminatedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ChildWorkflowExecutionTerminatedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ChildWorkflowExecutionTerminatedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ChildWorkflowExecutionTerminatedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ChildWorkflowExecutionTerminatedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ChildWorkflowExecutionTerminatedEventAttributes -> m ChildWorkflowExecutionTerminatedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ChildWorkflowExecutionTerminatedEventAttributes -> m ChildWorkflowExecutionTerminatedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ChildWorkflowExecutionTerminatedEventAttributes -> m ChildWorkflowExecutionTerminatedEventAttributes #

Read ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ChildWorkflowExecutionTerminatedEventAttributes = D1 (MetaData "ChildWorkflowExecutionTerminatedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ChildWorkflowExecutionTerminatedEventAttributes'" PrefixI True) ((S1 (MetaSel (Just "_cweteaWorkflowExecution") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowExecution) :*: S1 (MetaSel (Just "_cweteaWorkflowType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowType)) :*: (S1 (MetaSel (Just "_cweteaInitiatedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer) :*: S1 (MetaSel (Just "_cweteaStartedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

childWorkflowExecutionTerminatedEventAttributes Source #

Creates a value of ChildWorkflowExecutionTerminatedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • cweteaWorkflowExecution - The child workflow execution that was terminated.
  • cweteaWorkflowType - The type of the child workflow execution.
  • cweteaInitiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
  • cweteaStartedEventId - The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

cweteaInitiatedEventId :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Integer Source #

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

cweteaStartedEventId :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Integer Source #

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

ChildWorkflowExecutionTimedOutEventAttributes

data ChildWorkflowExecutionTimedOutEventAttributes Source #

Provides the details of the ChildWorkflowExecutionTimedOut event.

See: childWorkflowExecutionTimedOutEventAttributes smart constructor.

Instances
Eq ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ChildWorkflowExecutionTimedOutEventAttributes -> c ChildWorkflowExecutionTimedOutEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ChildWorkflowExecutionTimedOutEventAttributes #

toConstr :: ChildWorkflowExecutionTimedOutEventAttributes -> Constr #

dataTypeOf :: ChildWorkflowExecutionTimedOutEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ChildWorkflowExecutionTimedOutEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ChildWorkflowExecutionTimedOutEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ChildWorkflowExecutionTimedOutEventAttributes -> ChildWorkflowExecutionTimedOutEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ChildWorkflowExecutionTimedOutEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ChildWorkflowExecutionTimedOutEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ChildWorkflowExecutionTimedOutEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ChildWorkflowExecutionTimedOutEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ChildWorkflowExecutionTimedOutEventAttributes -> m ChildWorkflowExecutionTimedOutEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ChildWorkflowExecutionTimedOutEventAttributes -> m ChildWorkflowExecutionTimedOutEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ChildWorkflowExecutionTimedOutEventAttributes -> m ChildWorkflowExecutionTimedOutEventAttributes #

Read ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ChildWorkflowExecutionTimedOutEventAttributes = D1 (MetaData "ChildWorkflowExecutionTimedOutEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ChildWorkflowExecutionTimedOutEventAttributes'" PrefixI True) ((S1 (MetaSel (Just "_cwetoeaWorkflowExecution") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowExecution) :*: S1 (MetaSel (Just "_cwetoeaWorkflowType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowType)) :*: (S1 (MetaSel (Just "_cwetoeaTimeoutType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowExecutionTimeoutType) :*: (S1 (MetaSel (Just "_cwetoeaInitiatedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer) :*: S1 (MetaSel (Just "_cwetoeaStartedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))))

childWorkflowExecutionTimedOutEventAttributes Source #

Creates a value of ChildWorkflowExecutionTimedOutEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • cwetoeaWorkflowExecution - The child workflow execution that timed out.
  • cwetoeaWorkflowType - The type of the child workflow execution.
  • cwetoeaTimeoutType - The type of the timeout that caused the child workflow execution to time out.
  • cwetoeaInitiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
  • cwetoeaStartedEventId - The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

cwetoeaTimeoutType :: Lens' ChildWorkflowExecutionTimedOutEventAttributes WorkflowExecutionTimeoutType Source #

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

cwetoeaInitiatedEventId :: Lens' ChildWorkflowExecutionTimedOutEventAttributes Integer Source #

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

cwetoeaStartedEventId :: Lens' ChildWorkflowExecutionTimedOutEventAttributes Integer Source #

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

CloseStatusFilter

data CloseStatusFilter Source #

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

See: closeStatusFilter smart constructor.

Instances
Eq CloseStatusFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data CloseStatusFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CloseStatusFilter -> c CloseStatusFilter #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CloseStatusFilter #

toConstr :: CloseStatusFilter -> Constr #

dataTypeOf :: CloseStatusFilter -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CloseStatusFilter) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CloseStatusFilter) #

gmapT :: (forall b. Data b => b -> b) -> CloseStatusFilter -> CloseStatusFilter #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CloseStatusFilter -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CloseStatusFilter -> r #

gmapQ :: (forall d. Data d => d -> u) -> CloseStatusFilter -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CloseStatusFilter -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CloseStatusFilter -> m CloseStatusFilter #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CloseStatusFilter -> m CloseStatusFilter #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CloseStatusFilter -> m CloseStatusFilter #

Read CloseStatusFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show CloseStatusFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic CloseStatusFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep CloseStatusFilter :: Type -> Type #

Hashable CloseStatusFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

ToJSON CloseStatusFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData CloseStatusFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

rnf :: CloseStatusFilter -> () #

type Rep CloseStatusFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep CloseStatusFilter = D1 (MetaData "CloseStatusFilter" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" True) (C1 (MetaCons "CloseStatusFilter'" PrefixI True) (S1 (MetaSel (Just "_csfStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 CloseStatus)))

closeStatusFilter Source #

Creates a value of CloseStatusFilter with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

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

csfStatus :: Lens' CloseStatusFilter CloseStatus Source #

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

CompleteWorkflowExecutionDecisionAttributes

data CompleteWorkflowExecutionDecisionAttributes Source #

Provides the details of the CompleteWorkflowExecution decision.

Access Control

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

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

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

See: completeWorkflowExecutionDecisionAttributes smart constructor.

Instances
Eq CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CompleteWorkflowExecutionDecisionAttributes -> c CompleteWorkflowExecutionDecisionAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CompleteWorkflowExecutionDecisionAttributes #

toConstr :: CompleteWorkflowExecutionDecisionAttributes -> Constr #

dataTypeOf :: CompleteWorkflowExecutionDecisionAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CompleteWorkflowExecutionDecisionAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CompleteWorkflowExecutionDecisionAttributes) #

gmapT :: (forall b. Data b => b -> b) -> CompleteWorkflowExecutionDecisionAttributes -> CompleteWorkflowExecutionDecisionAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CompleteWorkflowExecutionDecisionAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CompleteWorkflowExecutionDecisionAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> CompleteWorkflowExecutionDecisionAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CompleteWorkflowExecutionDecisionAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CompleteWorkflowExecutionDecisionAttributes -> m CompleteWorkflowExecutionDecisionAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CompleteWorkflowExecutionDecisionAttributes -> m CompleteWorkflowExecutionDecisionAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CompleteWorkflowExecutionDecisionAttributes -> m CompleteWorkflowExecutionDecisionAttributes #

Read CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

ToJSON CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep CompleteWorkflowExecutionDecisionAttributes = D1 (MetaData "CompleteWorkflowExecutionDecisionAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" True) (C1 (MetaCons "CompleteWorkflowExecutionDecisionAttributes'" PrefixI True) (S1 (MetaSel (Just "_cwedaResult") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

completeWorkflowExecutionDecisionAttributes :: CompleteWorkflowExecutionDecisionAttributes Source #

Creates a value of CompleteWorkflowExecutionDecisionAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • cwedaResult - The result of the workflow execution. The form of the result is implementation defined.

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

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

CompleteWorkflowExecutionFailedEventAttributes

data CompleteWorkflowExecutionFailedEventAttributes Source #

Provides the details of the CompleteWorkflowExecutionFailed event.

See: completeWorkflowExecutionFailedEventAttributes smart constructor.

Instances
Eq CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CompleteWorkflowExecutionFailedEventAttributes -> c CompleteWorkflowExecutionFailedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CompleteWorkflowExecutionFailedEventAttributes #

toConstr :: CompleteWorkflowExecutionFailedEventAttributes -> Constr #

dataTypeOf :: CompleteWorkflowExecutionFailedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CompleteWorkflowExecutionFailedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CompleteWorkflowExecutionFailedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> CompleteWorkflowExecutionFailedEventAttributes -> CompleteWorkflowExecutionFailedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CompleteWorkflowExecutionFailedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CompleteWorkflowExecutionFailedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> CompleteWorkflowExecutionFailedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CompleteWorkflowExecutionFailedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CompleteWorkflowExecutionFailedEventAttributes -> m CompleteWorkflowExecutionFailedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CompleteWorkflowExecutionFailedEventAttributes -> m CompleteWorkflowExecutionFailedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CompleteWorkflowExecutionFailedEventAttributes -> m CompleteWorkflowExecutionFailedEventAttributes #

Read CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep CompleteWorkflowExecutionFailedEventAttributes = D1 (MetaData "CompleteWorkflowExecutionFailedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "CompleteWorkflowExecutionFailedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_cwefeaCause") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 CompleteWorkflowExecutionFailedCause) :*: S1 (MetaSel (Just "_cwefeaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))

completeWorkflowExecutionFailedEventAttributes Source #

Creates a value of CompleteWorkflowExecutionFailedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • cwefeaCause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
  • cwefeaDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

cwefeaCause :: Lens' CompleteWorkflowExecutionFailedEventAttributes CompleteWorkflowExecutionFailedCause Source #

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

cwefeaDecisionTaskCompletedEventId :: Lens' CompleteWorkflowExecutionFailedEventAttributes Integer Source #

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

ContinueAsNewWorkflowExecutionDecisionAttributes

data ContinueAsNewWorkflowExecutionDecisionAttributes Source #

Provides the details of the ContinueAsNewWorkflowExecution decision.

Access Control

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

  • Use a Resource element with the domain name to limit the action to only specified domains.
  • Use an Action element to allow or deny permission to call this action.
  • Constrain the following parameters by using a Condition element with the appropriate keys.
  • tag – A tag used to identify the workflow execution
  • taskList – String constraint. The key is swf:taskList.name .
  • workflowType.version – String constraint. The key is swf:workflowType.version .

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

See: continueAsNewWorkflowExecutionDecisionAttributes smart constructor.

Instances
Eq ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ContinueAsNewWorkflowExecutionDecisionAttributes -> c ContinueAsNewWorkflowExecutionDecisionAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ContinueAsNewWorkflowExecutionDecisionAttributes #

toConstr :: ContinueAsNewWorkflowExecutionDecisionAttributes -> Constr #

dataTypeOf :: ContinueAsNewWorkflowExecutionDecisionAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ContinueAsNewWorkflowExecutionDecisionAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ContinueAsNewWorkflowExecutionDecisionAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ContinueAsNewWorkflowExecutionDecisionAttributes -> ContinueAsNewWorkflowExecutionDecisionAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ContinueAsNewWorkflowExecutionDecisionAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ContinueAsNewWorkflowExecutionDecisionAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ContinueAsNewWorkflowExecutionDecisionAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ContinueAsNewWorkflowExecutionDecisionAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ContinueAsNewWorkflowExecutionDecisionAttributes -> m ContinueAsNewWorkflowExecutionDecisionAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ContinueAsNewWorkflowExecutionDecisionAttributes -> m ContinueAsNewWorkflowExecutionDecisionAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ContinueAsNewWorkflowExecutionDecisionAttributes -> m ContinueAsNewWorkflowExecutionDecisionAttributes #

Read ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

ToJSON ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ContinueAsNewWorkflowExecutionDecisionAttributes = D1 (MetaData "ContinueAsNewWorkflowExecutionDecisionAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ContinueAsNewWorkflowExecutionDecisionAttributes'" PrefixI True) (((S1 (MetaSel (Just "_canwedaTagList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_canwedaTaskStartToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_canwedaLambdaRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_canwedaInput") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_canwedaWorkflowTypeVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_canwedaExecutionStartToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_canwedaTaskList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TaskList)) :*: (S1 (MetaSel (Just "_canwedaTaskPriority") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_canwedaChildPolicy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ChildPolicy)))))))

continueAsNewWorkflowExecutionDecisionAttributes :: ContinueAsNewWorkflowExecutionDecisionAttributes Source #

Creates a value of ContinueAsNewWorkflowExecutionDecisionAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • canwedaTagList - The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter .
  • canwedaTaskStartToCloseTimeout - Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering the workflow type using RegisterWorkflowType . The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.
  • canwedaLambdaRole - The IAM role to attach to the new (continued) execution.
  • canwedaInput - The input provided to the new workflow execution.
  • canwedaWorkflowTypeVersion - The version of the workflow to start.
  • canwedaExecutionStartToCloseTimeout - If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.
  • canwedaTaskList - The task list to use for the decisions of the new (continued) workflow execution.
  • canwedaTaskPriority - The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide .
  • canwedaChildPolicy - If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType . The supported child policies are: * TERMINATE – The child executions are terminated. * REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. * ABANDON – No action is taken. The child executions continue to run.

canwedaTagList :: Lens' ContinueAsNewWorkflowExecutionDecisionAttributes [Text] Source #

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

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

Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering the workflow type using RegisterWorkflowType . The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

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

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

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

The input provided to the new workflow execution.

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

If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

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

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

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

The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide .

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

If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType . The supported child policies are: * TERMINATE – The child executions are terminated. * REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. * ABANDON – No action is taken. The child executions continue to run.

ContinueAsNewWorkflowExecutionFailedEventAttributes

data ContinueAsNewWorkflowExecutionFailedEventAttributes Source #

Provides the details of the ContinueAsNewWorkflowExecutionFailed event.

See: continueAsNewWorkflowExecutionFailedEventAttributes smart constructor.

Instances
Eq ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ContinueAsNewWorkflowExecutionFailedEventAttributes -> c ContinueAsNewWorkflowExecutionFailedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ContinueAsNewWorkflowExecutionFailedEventAttributes #

toConstr :: ContinueAsNewWorkflowExecutionFailedEventAttributes -> Constr #

dataTypeOf :: ContinueAsNewWorkflowExecutionFailedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ContinueAsNewWorkflowExecutionFailedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ContinueAsNewWorkflowExecutionFailedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ContinueAsNewWorkflowExecutionFailedEventAttributes -> ContinueAsNewWorkflowExecutionFailedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ContinueAsNewWorkflowExecutionFailedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ContinueAsNewWorkflowExecutionFailedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ContinueAsNewWorkflowExecutionFailedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ContinueAsNewWorkflowExecutionFailedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ContinueAsNewWorkflowExecutionFailedEventAttributes -> m ContinueAsNewWorkflowExecutionFailedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ContinueAsNewWorkflowExecutionFailedEventAttributes -> m ContinueAsNewWorkflowExecutionFailedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ContinueAsNewWorkflowExecutionFailedEventAttributes -> m ContinueAsNewWorkflowExecutionFailedEventAttributes #

Read ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ContinueAsNewWorkflowExecutionFailedEventAttributes = D1 (MetaData "ContinueAsNewWorkflowExecutionFailedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ContinueAsNewWorkflowExecutionFailedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_canwefeaCause") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ContinueAsNewWorkflowExecutionFailedCause) :*: S1 (MetaSel (Just "_canwefeaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))

continueAsNewWorkflowExecutionFailedEventAttributes Source #

Creates a value of ContinueAsNewWorkflowExecutionFailedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • canwefeaCause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
  • canwefeaDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

canwefeaCause :: Lens' ContinueAsNewWorkflowExecutionFailedEventAttributes ContinueAsNewWorkflowExecutionFailedCause Source #

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

canwefeaDecisionTaskCompletedEventId :: Lens' ContinueAsNewWorkflowExecutionFailedEventAttributes Integer Source #

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

Decision

data Decision Source #

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

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

Access Control

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

Decision Failure

Decisions can fail for several reasons

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

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

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

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

How to Code a Decision

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

See: decision smart constructor.

Instances
Eq Decision Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data Decision Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Decision -> c Decision #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Decision #

toConstr :: Decision -> Constr #

dataTypeOf :: Decision -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Decision) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Decision) #

gmapT :: (forall b. Data b => b -> b) -> Decision -> Decision #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Decision -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Decision -> r #

gmapQ :: (forall d. Data d => d -> u) -> Decision -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Decision -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Decision -> m Decision #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Decision -> m Decision #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Decision -> m Decision #

Read Decision Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show Decision Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic Decision Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep Decision :: Type -> Type #

Methods

from :: Decision -> Rep Decision x #

to :: Rep Decision x -> Decision #

Hashable Decision Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

hashWithSalt :: Int -> Decision -> Int #

hash :: Decision -> Int #

ToJSON Decision Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData Decision Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

rnf :: Decision -> () #

type Rep Decision Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep Decision = D1 (MetaData "Decision" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "Decision'" PrefixI True) (((S1 (MetaSel (Just "_dRequestCancelExternalWorkflowExecutionDecisionAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RequestCancelExternalWorkflowExecutionDecisionAttributes)) :*: (S1 (MetaSel (Just "_dScheduleActivityTaskDecisionAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ScheduleActivityTaskDecisionAttributes)) :*: S1 (MetaSel (Just "_dSignalExternalWorkflowExecutionDecisionAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SignalExternalWorkflowExecutionDecisionAttributes)))) :*: ((S1 (MetaSel (Just "_dStartTimerDecisionAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StartTimerDecisionAttributes)) :*: S1 (MetaSel (Just "_dRecordMarkerDecisionAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RecordMarkerDecisionAttributes))) :*: (S1 (MetaSel (Just "_dFailWorkflowExecutionDecisionAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe FailWorkflowExecutionDecisionAttributes)) :*: S1 (MetaSel (Just "_dStartChildWorkflowExecutionDecisionAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StartChildWorkflowExecutionDecisionAttributes))))) :*: ((S1 (MetaSel (Just "_dCompleteWorkflowExecutionDecisionAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CompleteWorkflowExecutionDecisionAttributes)) :*: (S1 (MetaSel (Just "_dScheduleLambdaFunctionDecisionAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ScheduleLambdaFunctionDecisionAttributes)) :*: S1 (MetaSel (Just "_dRequestCancelActivityTaskDecisionAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RequestCancelActivityTaskDecisionAttributes)))) :*: ((S1 (MetaSel (Just "_dCancelWorkflowExecutionDecisionAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CancelWorkflowExecutionDecisionAttributes)) :*: S1 (MetaSel (Just "_dCancelTimerDecisionAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CancelTimerDecisionAttributes))) :*: (S1 (MetaSel (Just "_dContinueAsNewWorkflowExecutionDecisionAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ContinueAsNewWorkflowExecutionDecisionAttributes)) :*: S1 (MetaSel (Just "_dDecisionType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 DecisionType))))))

decision Source #

Creates a value of Decision with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dDecisionType :: Lens' Decision DecisionType Source #

Specifies the type of the decision.

DecisionTaskCompletedEventAttributes

data DecisionTaskCompletedEventAttributes Source #

Provides the details of the DecisionTaskCompleted event.

See: decisionTaskCompletedEventAttributes smart constructor.

Instances
Eq DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DecisionTaskCompletedEventAttributes -> c DecisionTaskCompletedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DecisionTaskCompletedEventAttributes #

toConstr :: DecisionTaskCompletedEventAttributes -> Constr #

dataTypeOf :: DecisionTaskCompletedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DecisionTaskCompletedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DecisionTaskCompletedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> DecisionTaskCompletedEventAttributes -> DecisionTaskCompletedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DecisionTaskCompletedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DecisionTaskCompletedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> DecisionTaskCompletedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DecisionTaskCompletedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DecisionTaskCompletedEventAttributes -> m DecisionTaskCompletedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DecisionTaskCompletedEventAttributes -> m DecisionTaskCompletedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DecisionTaskCompletedEventAttributes -> m DecisionTaskCompletedEventAttributes #

Read DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep DecisionTaskCompletedEventAttributes = D1 (MetaData "DecisionTaskCompletedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "DecisionTaskCompletedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_dtceaExecutionContext") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dtceaScheduledEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer) :*: S1 (MetaSel (Just "_dtceaStartedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

decisionTaskCompletedEventAttributes Source #

Creates a value of DecisionTaskCompletedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dtceaExecutionContext - User defined context for the workflow execution.
  • dtceaScheduledEventId - The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
  • dtceaStartedEventId - The ID of the DecisionTaskStarted event recorded when this decision task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

dtceaExecutionContext :: Lens' DecisionTaskCompletedEventAttributes (Maybe Text) Source #

User defined context for the workflow execution.

dtceaScheduledEventId :: Lens' DecisionTaskCompletedEventAttributes Integer Source #

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

dtceaStartedEventId :: Lens' DecisionTaskCompletedEventAttributes Integer Source #

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

DecisionTaskScheduledEventAttributes

data DecisionTaskScheduledEventAttributes Source #

Provides details about the DecisionTaskScheduled event.

See: decisionTaskScheduledEventAttributes smart constructor.

Instances
Eq DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DecisionTaskScheduledEventAttributes -> c DecisionTaskScheduledEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DecisionTaskScheduledEventAttributes #

toConstr :: DecisionTaskScheduledEventAttributes -> Constr #

dataTypeOf :: DecisionTaskScheduledEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DecisionTaskScheduledEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DecisionTaskScheduledEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> DecisionTaskScheduledEventAttributes -> DecisionTaskScheduledEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DecisionTaskScheduledEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DecisionTaskScheduledEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> DecisionTaskScheduledEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DecisionTaskScheduledEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DecisionTaskScheduledEventAttributes -> m DecisionTaskScheduledEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DecisionTaskScheduledEventAttributes -> m DecisionTaskScheduledEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DecisionTaskScheduledEventAttributes -> m DecisionTaskScheduledEventAttributes #

Read DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep DecisionTaskScheduledEventAttributes = D1 (MetaData "DecisionTaskScheduledEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "DecisionTaskScheduledEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_dtseaTaskPriority") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dtseaStartToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dtseaTaskList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 TaskList))))

decisionTaskScheduledEventAttributes Source #

Creates a value of DecisionTaskScheduledEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dtseaTaskPriority - A task priority that, if set, specifies the priority for this decision task. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide .
  • dtseaStartToCloseTimeout - The maximum duration for this decision task. The task is considered timed out if it doesn't completed within this duration. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.
  • dtseaTaskList - The name of the task list in which the decision task was scheduled.

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

A task priority that, if set, specifies the priority for this decision task. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide .

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

The maximum duration for this decision task. The task is considered timed out if it doesn't completed within this duration. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

dtseaTaskList :: Lens' DecisionTaskScheduledEventAttributes TaskList Source #

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

DecisionTaskStartedEventAttributes

data DecisionTaskStartedEventAttributes Source #

Provides the details of the DecisionTaskStarted event.

See: decisionTaskStartedEventAttributes smart constructor.

Instances
Eq DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DecisionTaskStartedEventAttributes -> c DecisionTaskStartedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DecisionTaskStartedEventAttributes #

toConstr :: DecisionTaskStartedEventAttributes -> Constr #

dataTypeOf :: DecisionTaskStartedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DecisionTaskStartedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DecisionTaskStartedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> DecisionTaskStartedEventAttributes -> DecisionTaskStartedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DecisionTaskStartedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DecisionTaskStartedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> DecisionTaskStartedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DecisionTaskStartedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DecisionTaskStartedEventAttributes -> m DecisionTaskStartedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DecisionTaskStartedEventAttributes -> m DecisionTaskStartedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DecisionTaskStartedEventAttributes -> m DecisionTaskStartedEventAttributes #

Read DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep DecisionTaskStartedEventAttributes :: Type -> Type #

Hashable DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep DecisionTaskStartedEventAttributes = D1 (MetaData "DecisionTaskStartedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "DecisionTaskStartedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_dtseaIdentity") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dtseaScheduledEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))

decisionTaskStartedEventAttributes Source #

Creates a value of DecisionTaskStartedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dtseaIdentity - Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.
  • dtseaScheduledEventId - The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

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

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

dtseaScheduledEventId :: Lens' DecisionTaskStartedEventAttributes Integer Source #

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

DecisionTaskTimedOutEventAttributes

data DecisionTaskTimedOutEventAttributes Source #

Provides the details of the DecisionTaskTimedOut event.

See: decisionTaskTimedOutEventAttributes smart constructor.

Instances
Eq DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DecisionTaskTimedOutEventAttributes -> c DecisionTaskTimedOutEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DecisionTaskTimedOutEventAttributes #

toConstr :: DecisionTaskTimedOutEventAttributes -> Constr #

dataTypeOf :: DecisionTaskTimedOutEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DecisionTaskTimedOutEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DecisionTaskTimedOutEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> DecisionTaskTimedOutEventAttributes -> DecisionTaskTimedOutEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DecisionTaskTimedOutEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DecisionTaskTimedOutEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> DecisionTaskTimedOutEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DecisionTaskTimedOutEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DecisionTaskTimedOutEventAttributes -> m DecisionTaskTimedOutEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DecisionTaskTimedOutEventAttributes -> m DecisionTaskTimedOutEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DecisionTaskTimedOutEventAttributes -> m DecisionTaskTimedOutEventAttributes #

Read DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep DecisionTaskTimedOutEventAttributes = D1 (MetaData "DecisionTaskTimedOutEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "DecisionTaskTimedOutEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_dttoeaTimeoutType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 DecisionTaskTimeoutType) :*: (S1 (MetaSel (Just "_dttoeaScheduledEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer) :*: S1 (MetaSel (Just "_dttoeaStartedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

decisionTaskTimedOutEventAttributes Source #

Creates a value of DecisionTaskTimedOutEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dttoeaTimeoutType - The type of timeout that expired before the decision task could be completed.
  • dttoeaScheduledEventId - The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
  • dttoeaStartedEventId - The ID of the DecisionTaskStarted event recorded when this decision task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

dttoeaTimeoutType :: Lens' DecisionTaskTimedOutEventAttributes DecisionTaskTimeoutType Source #

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

dttoeaScheduledEventId :: Lens' DecisionTaskTimedOutEventAttributes Integer Source #

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

dttoeaStartedEventId :: Lens' DecisionTaskTimedOutEventAttributes Integer Source #

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

DomainConfiguration

data DomainConfiguration Source #

Contains the configuration settings of a domain.

See: domainConfiguration smart constructor.

Instances
Eq DomainConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data DomainConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DomainConfiguration -> c DomainConfiguration #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DomainConfiguration #

toConstr :: DomainConfiguration -> Constr #

dataTypeOf :: DomainConfiguration -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DomainConfiguration) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DomainConfiguration) #

gmapT :: (forall b. Data b => b -> b) -> DomainConfiguration -> DomainConfiguration #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DomainConfiguration -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DomainConfiguration -> r #

gmapQ :: (forall d. Data d => d -> u) -> DomainConfiguration -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DomainConfiguration -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DomainConfiguration -> m DomainConfiguration #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DomainConfiguration -> m DomainConfiguration #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DomainConfiguration -> m DomainConfiguration #

Read DomainConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show DomainConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic DomainConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep DomainConfiguration :: Type -> Type #

Hashable DomainConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON DomainConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData DomainConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

rnf :: DomainConfiguration -> () #

type Rep DomainConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep DomainConfiguration = D1 (MetaData "DomainConfiguration" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" True) (C1 (MetaCons "DomainConfiguration'" PrefixI True) (S1 (MetaSel (Just "_dcWorkflowExecutionRetentionPeriodInDays") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))

domainConfiguration Source #

Creates a value of DomainConfiguration with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dcWorkflowExecutionRetentionPeriodInDays :: Lens' DomainConfiguration Text Source #

The retention period for workflow executions in this domain.

DomainInfo

data DomainInfo Source #

Contains general information about a domain.

See: domainInfo smart constructor.

Instances
Eq DomainInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data DomainInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DomainInfo -> c DomainInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DomainInfo #

toConstr :: DomainInfo -> Constr #

dataTypeOf :: DomainInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DomainInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DomainInfo) #

gmapT :: (forall b. Data b => b -> b) -> DomainInfo -> DomainInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DomainInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DomainInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> DomainInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DomainInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DomainInfo -> m DomainInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DomainInfo -> m DomainInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DomainInfo -> m DomainInfo #

Read DomainInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show DomainInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic DomainInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep DomainInfo :: Type -> Type #

Hashable DomainInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON DomainInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData DomainInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

rnf :: DomainInfo -> () #

type Rep DomainInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep DomainInfo = D1 (MetaData "DomainInfo" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "DomainInfo'" PrefixI True) (S1 (MetaSel (Just "_diDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_diName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_diStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 RegistrationStatus))))

domainInfo Source #

Creates a value of DomainInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • diDescription - The description of the domain provided through RegisterDomain .
  • diName - The name of the domain. This name is unique within the account.
  • diStatus - The status of the domain: * REGISTERED – The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions. * DEPRECATED – The domain was deprecated using DeprecateDomain , but is still in use. You should not create new workflow executions in this domain.

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

The description of the domain provided through RegisterDomain .

diName :: Lens' DomainInfo Text Source #

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

diStatus :: Lens' DomainInfo RegistrationStatus Source #

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

ExecutionTimeFilter

data ExecutionTimeFilter Source #

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

See: executionTimeFilter smart constructor.

Instances
Eq ExecutionTimeFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ExecutionTimeFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ExecutionTimeFilter -> c ExecutionTimeFilter #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ExecutionTimeFilter #

toConstr :: ExecutionTimeFilter -> Constr #

dataTypeOf :: ExecutionTimeFilter -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ExecutionTimeFilter) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ExecutionTimeFilter) #

gmapT :: (forall b. Data b => b -> b) -> ExecutionTimeFilter -> ExecutionTimeFilter #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ExecutionTimeFilter -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ExecutionTimeFilter -> r #

gmapQ :: (forall d. Data d => d -> u) -> ExecutionTimeFilter -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ExecutionTimeFilter -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ExecutionTimeFilter -> m ExecutionTimeFilter #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ExecutionTimeFilter -> m ExecutionTimeFilter #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ExecutionTimeFilter -> m ExecutionTimeFilter #

Read ExecutionTimeFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ExecutionTimeFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ExecutionTimeFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep ExecutionTimeFilter :: Type -> Type #

Hashable ExecutionTimeFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

ToJSON ExecutionTimeFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ExecutionTimeFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

rnf :: ExecutionTimeFilter -> () #

type Rep ExecutionTimeFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ExecutionTimeFilter = D1 (MetaData "ExecutionTimeFilter" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ExecutionTimeFilter'" PrefixI True) (S1 (MetaSel (Just "_etfLatestDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 (MetaSel (Just "_etfOldestDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 POSIX)))

executionTimeFilter Source #

Creates a value of ExecutionTimeFilter with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • etfLatestDate - Specifies the latest start or close date and time to return.
  • etfOldestDate - Specifies the oldest start or close date and time to return.

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

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

etfOldestDate :: Lens' ExecutionTimeFilter UTCTime Source #

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

ExternalWorkflowExecutionCancelRequestedEventAttributes

data ExternalWorkflowExecutionCancelRequestedEventAttributes Source #

Provides the details of the ExternalWorkflowExecutionCancelRequested event.

See: externalWorkflowExecutionCancelRequestedEventAttributes smart constructor.

Instances
Eq ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ExternalWorkflowExecutionCancelRequestedEventAttributes -> c ExternalWorkflowExecutionCancelRequestedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ExternalWorkflowExecutionCancelRequestedEventAttributes #

toConstr :: ExternalWorkflowExecutionCancelRequestedEventAttributes -> Constr #

dataTypeOf :: ExternalWorkflowExecutionCancelRequestedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ExternalWorkflowExecutionCancelRequestedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ExternalWorkflowExecutionCancelRequestedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ExternalWorkflowExecutionCancelRequestedEventAttributes -> ExternalWorkflowExecutionCancelRequestedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ExternalWorkflowExecutionCancelRequestedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ExternalWorkflowExecutionCancelRequestedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ExternalWorkflowExecutionCancelRequestedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ExternalWorkflowExecutionCancelRequestedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ExternalWorkflowExecutionCancelRequestedEventAttributes -> m ExternalWorkflowExecutionCancelRequestedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ExternalWorkflowExecutionCancelRequestedEventAttributes -> m ExternalWorkflowExecutionCancelRequestedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ExternalWorkflowExecutionCancelRequestedEventAttributes -> m ExternalWorkflowExecutionCancelRequestedEventAttributes #

Read ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ExternalWorkflowExecutionCancelRequestedEventAttributes = D1 (MetaData "ExternalWorkflowExecutionCancelRequestedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ExternalWorkflowExecutionCancelRequestedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_ewecreaWorkflowExecution") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowExecution) :*: S1 (MetaSel (Just "_ewecreaInitiatedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))

externalWorkflowExecutionCancelRequestedEventAttributes Source #

Creates a value of ExternalWorkflowExecutionCancelRequestedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • ewecreaWorkflowExecution - The external workflow execution to which the cancellation request was delivered.
  • ewecreaInitiatedEventId - The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ewecreaWorkflowExecution :: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes WorkflowExecution Source #

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

ewecreaInitiatedEventId :: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes Integer Source #

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

ExternalWorkflowExecutionSignaledEventAttributes

data ExternalWorkflowExecutionSignaledEventAttributes Source #

Provides the details of the ExternalWorkflowExecutionSignaled event.

See: externalWorkflowExecutionSignaledEventAttributes smart constructor.

Instances
Eq ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ExternalWorkflowExecutionSignaledEventAttributes -> c ExternalWorkflowExecutionSignaledEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ExternalWorkflowExecutionSignaledEventAttributes #

toConstr :: ExternalWorkflowExecutionSignaledEventAttributes -> Constr #

dataTypeOf :: ExternalWorkflowExecutionSignaledEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ExternalWorkflowExecutionSignaledEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ExternalWorkflowExecutionSignaledEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ExternalWorkflowExecutionSignaledEventAttributes -> ExternalWorkflowExecutionSignaledEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ExternalWorkflowExecutionSignaledEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ExternalWorkflowExecutionSignaledEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ExternalWorkflowExecutionSignaledEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ExternalWorkflowExecutionSignaledEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ExternalWorkflowExecutionSignaledEventAttributes -> m ExternalWorkflowExecutionSignaledEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ExternalWorkflowExecutionSignaledEventAttributes -> m ExternalWorkflowExecutionSignaledEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ExternalWorkflowExecutionSignaledEventAttributes -> m ExternalWorkflowExecutionSignaledEventAttributes #

Read ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ExternalWorkflowExecutionSignaledEventAttributes = D1 (MetaData "ExternalWorkflowExecutionSignaledEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ExternalWorkflowExecutionSignaledEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_eweseaWorkflowExecution") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowExecution) :*: S1 (MetaSel (Just "_eweseaInitiatedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))

externalWorkflowExecutionSignaledEventAttributes Source #

Creates a value of ExternalWorkflowExecutionSignaledEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • eweseaWorkflowExecution - The external workflow execution that the signal was delivered to.
  • eweseaInitiatedEventId - The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

eweseaWorkflowExecution :: Lens' ExternalWorkflowExecutionSignaledEventAttributes WorkflowExecution Source #

The external workflow execution that the signal was delivered to.

eweseaInitiatedEventId :: Lens' ExternalWorkflowExecutionSignaledEventAttributes Integer Source #

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

FailWorkflowExecutionDecisionAttributes

data FailWorkflowExecutionDecisionAttributes Source #

Provides the details of the FailWorkflowExecution decision.

Access Control

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

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

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

See: failWorkflowExecutionDecisionAttributes smart constructor.

Instances
Eq FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FailWorkflowExecutionDecisionAttributes -> c FailWorkflowExecutionDecisionAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FailWorkflowExecutionDecisionAttributes #

toConstr :: FailWorkflowExecutionDecisionAttributes -> Constr #

dataTypeOf :: FailWorkflowExecutionDecisionAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c FailWorkflowExecutionDecisionAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FailWorkflowExecutionDecisionAttributes) #

gmapT :: (forall b. Data b => b -> b) -> FailWorkflowExecutionDecisionAttributes -> FailWorkflowExecutionDecisionAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FailWorkflowExecutionDecisionAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FailWorkflowExecutionDecisionAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> FailWorkflowExecutionDecisionAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> FailWorkflowExecutionDecisionAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> FailWorkflowExecutionDecisionAttributes -> m FailWorkflowExecutionDecisionAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FailWorkflowExecutionDecisionAttributes -> m FailWorkflowExecutionDecisionAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FailWorkflowExecutionDecisionAttributes -> m FailWorkflowExecutionDecisionAttributes #

Read FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

ToJSON FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep FailWorkflowExecutionDecisionAttributes = D1 (MetaData "FailWorkflowExecutionDecisionAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "FailWorkflowExecutionDecisionAttributes'" PrefixI True) (S1 (MetaSel (Just "_fwedaReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_fwedaDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

failWorkflowExecutionDecisionAttributes :: FailWorkflowExecutionDecisionAttributes Source #

Creates a value of FailWorkflowExecutionDecisionAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • fwedaReason - A descriptive reason for the failure that may help in diagnostics.
  • fwedaDetails - Details of the failure.

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

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

FailWorkflowExecutionFailedEventAttributes

data FailWorkflowExecutionFailedEventAttributes Source #

Provides the details of the FailWorkflowExecutionFailed event.

See: failWorkflowExecutionFailedEventAttributes smart constructor.

Instances
Eq FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FailWorkflowExecutionFailedEventAttributes -> c FailWorkflowExecutionFailedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FailWorkflowExecutionFailedEventAttributes #

toConstr :: FailWorkflowExecutionFailedEventAttributes -> Constr #

dataTypeOf :: FailWorkflowExecutionFailedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c FailWorkflowExecutionFailedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FailWorkflowExecutionFailedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> FailWorkflowExecutionFailedEventAttributes -> FailWorkflowExecutionFailedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FailWorkflowExecutionFailedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FailWorkflowExecutionFailedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> FailWorkflowExecutionFailedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> FailWorkflowExecutionFailedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> FailWorkflowExecutionFailedEventAttributes -> m FailWorkflowExecutionFailedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FailWorkflowExecutionFailedEventAttributes -> m FailWorkflowExecutionFailedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FailWorkflowExecutionFailedEventAttributes -> m FailWorkflowExecutionFailedEventAttributes #

Read FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep FailWorkflowExecutionFailedEventAttributes = D1 (MetaData "FailWorkflowExecutionFailedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "FailWorkflowExecutionFailedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_fwefeaCause") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 FailWorkflowExecutionFailedCause) :*: S1 (MetaSel (Just "_fwefeaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))

failWorkflowExecutionFailedEventAttributes Source #

Creates a value of FailWorkflowExecutionFailedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • fwefeaCause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
  • fwefeaDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution decision to fail this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

fwefeaCause :: Lens' FailWorkflowExecutionFailedEventAttributes FailWorkflowExecutionFailedCause Source #

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

fwefeaDecisionTaskCompletedEventId :: Lens' FailWorkflowExecutionFailedEventAttributes Integer Source #

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

HistoryEvent

data HistoryEvent Source #

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

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

See: historyEvent smart constructor.

Instances
Eq HistoryEvent Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data HistoryEvent Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> HistoryEvent -> c HistoryEvent #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c HistoryEvent #

toConstr :: HistoryEvent -> Constr #

dataTypeOf :: HistoryEvent -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c HistoryEvent) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c HistoryEvent) #

gmapT :: (forall b. Data b => b -> b) -> HistoryEvent -> HistoryEvent #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> HistoryEvent -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> HistoryEvent -> r #

gmapQ :: (forall d. Data d => d -> u) -> HistoryEvent -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> HistoryEvent -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> HistoryEvent -> m HistoryEvent #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> HistoryEvent -> m HistoryEvent #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> HistoryEvent -> m HistoryEvent #

Read HistoryEvent Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show HistoryEvent Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic HistoryEvent Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep HistoryEvent :: Type -> Type #

Hashable HistoryEvent Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON HistoryEvent Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData HistoryEvent Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

rnf :: HistoryEvent -> () #

type Rep HistoryEvent Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep HistoryEvent = D1 (MetaData "HistoryEvent" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "HistoryEvent'" PrefixI True) (((((S1 (MetaSel (Just "_heWorkflowExecutionCancelRequestedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkflowExecutionCancelRequestedEventAttributes)) :*: (S1 (MetaSel (Just "_heRecordMarkerFailedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RecordMarkerFailedEventAttributes)) :*: S1 (MetaSel (Just "_heRequestCancelExternalWorkflowExecutionInitiatedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RequestCancelExternalWorkflowExecutionInitiatedEventAttributes)))) :*: ((S1 (MetaSel (Just "_heLambdaFunctionStartedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LambdaFunctionStartedEventAttributes)) :*: S1 (MetaSel (Just "_heDecisionTaskScheduledEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DecisionTaskScheduledEventAttributes))) :*: (S1 (MetaSel (Just "_heWorkflowExecutionCompletedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkflowExecutionCompletedEventAttributes)) :*: S1 (MetaSel (Just "_heStartTimerFailedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StartTimerFailedEventAttributes))))) :*: ((S1 (MetaSel (Just "_heActivityTaskScheduledEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ActivityTaskScheduledEventAttributes)) :*: (S1 (MetaSel (Just "_heScheduleActivityTaskFailedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ScheduleActivityTaskFailedEventAttributes)) :*: S1 (MetaSel (Just "_heChildWorkflowExecutionCompletedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionCompletedEventAttributes)))) :*: ((S1 (MetaSel (Just "_heMarkerRecordedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe MarkerRecordedEventAttributes)) :*: S1 (MetaSel (Just "_heScheduleLambdaFunctionFailedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ScheduleLambdaFunctionFailedEventAttributes))) :*: (S1 (MetaSel (Just "_heCompleteWorkflowExecutionFailedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CompleteWorkflowExecutionFailedEventAttributes)) :*: S1 (MetaSel (Just "_heLambdaFunctionCompletedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LambdaFunctionCompletedEventAttributes)))))) :*: (((S1 (MetaSel (Just "_heRequestCancelExternalWorkflowExecutionFailedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RequestCancelExternalWorkflowExecutionFailedEventAttributes)) :*: (S1 (MetaSel (Just "_heTimerCanceledEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TimerCanceledEventAttributes)) :*: S1 (MetaSel (Just "_heWorkflowExecutionStartedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkflowExecutionStartedEventAttributes)))) :*: ((S1 (MetaSel (Just "_heActivityTaskCompletedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ActivityTaskCompletedEventAttributes)) :*: S1 (MetaSel (Just "_heDecisionTaskTimedOutEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DecisionTaskTimedOutEventAttributes))) :*: (S1 (MetaSel (Just "_heCancelTimerFailedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CancelTimerFailedEventAttributes)) :*: S1 (MetaSel (Just "_heChildWorkflowExecutionStartedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionStartedEventAttributes))))) :*: ((S1 (MetaSel (Just "_heActivityTaskCanceledEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ActivityTaskCanceledEventAttributes)) :*: (S1 (MetaSel (Just "_heActivityTaskTimedOutEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ActivityTaskTimedOutEventAttributes)) :*: S1 (MetaSel (Just "_heDecisionTaskStartedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DecisionTaskStartedEventAttributes)))) :*: ((S1 (MetaSel (Just "_heWorkflowExecutionTerminatedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkflowExecutionTerminatedEventAttributes)) :*: S1 (MetaSel (Just "_heChildWorkflowExecutionCanceledEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionCanceledEventAttributes))) :*: (S1 (MetaSel (Just "_heRequestCancelActivityTaskFailedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RequestCancelActivityTaskFailedEventAttributes)) :*: S1 (MetaSel (Just "_heLambdaFunctionScheduledEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LambdaFunctionScheduledEventAttributes))))))) :*: ((((S1 (MetaSel (Just "_heChildWorkflowExecutionTimedOutEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionTimedOutEventAttributes)) :*: (S1 (MetaSel (Just "_heCancelWorkflowExecutionFailedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CancelWorkflowExecutionFailedEventAttributes)) :*: S1 (MetaSel (Just "_heStartChildWorkflowExecutionInitiatedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StartChildWorkflowExecutionInitiatedEventAttributes)))) :*: ((S1 (MetaSel (Just "_heSignalExternalWorkflowExecutionFailedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SignalExternalWorkflowExecutionFailedEventAttributes)) :*: S1 (MetaSel (Just "_heActivityTaskStartedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ActivityTaskStartedEventAttributes))) :*: (S1 (MetaSel (Just "_heStartLambdaFunctionFailedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StartLambdaFunctionFailedEventAttributes)) :*: S1 (MetaSel (Just "_heChildWorkflowExecutionTerminatedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionTerminatedEventAttributes))))) :*: ((S1 (MetaSel (Just "_heLambdaFunctionFailedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LambdaFunctionFailedEventAttributes)) :*: (S1 (MetaSel (Just "_heWorkflowExecutionCanceledEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkflowExecutionCanceledEventAttributes)) :*: S1 (MetaSel (Just "_heTimerStartedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TimerStartedEventAttributes)))) :*: ((S1 (MetaSel (Just "_heActivityTaskCancelRequestedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ActivityTaskCancelRequestedEventAttributes)) :*: S1 (MetaSel (Just "_heWorkflowExecutionTimedOutEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkflowExecutionTimedOutEventAttributes))) :*: (S1 (MetaSel (Just "_heWorkflowExecutionSignaledEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkflowExecutionSignaledEventAttributes)) :*: S1 (MetaSel (Just "_heTimerFiredEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TimerFiredEventAttributes)))))) :*: (((S1 (MetaSel (Just "_heActivityTaskFailedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ActivityTaskFailedEventAttributes)) :*: (S1 (MetaSel (Just "_heExternalWorkflowExecutionSignaledEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ExternalWorkflowExecutionSignaledEventAttributes)) :*: S1 (MetaSel (Just "_heDecisionTaskCompletedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DecisionTaskCompletedEventAttributes)))) :*: ((S1 (MetaSel (Just "_heStartChildWorkflowExecutionFailedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StartChildWorkflowExecutionFailedEventAttributes)) :*: S1 (MetaSel (Just "_heChildWorkflowExecutionFailedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionFailedEventAttributes))) :*: (S1 (MetaSel (Just "_heFailWorkflowExecutionFailedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe FailWorkflowExecutionFailedEventAttributes)) :*: S1 (MetaSel (Just "_heContinueAsNewWorkflowExecutionFailedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ContinueAsNewWorkflowExecutionFailedEventAttributes))))) :*: (((S1 (MetaSel (Just "_heSignalExternalWorkflowExecutionInitiatedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SignalExternalWorkflowExecutionInitiatedEventAttributes)) :*: S1 (MetaSel (Just "_heLambdaFunctionTimedOutEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LambdaFunctionTimedOutEventAttributes))) :*: (S1 (MetaSel (Just "_heWorkflowExecutionFailedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkflowExecutionFailedEventAttributes)) :*: S1 (MetaSel (Just "_heWorkflowExecutionContinuedAsNewEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkflowExecutionContinuedAsNewEventAttributes)))) :*: ((S1 (MetaSel (Just "_heExternalWorkflowExecutionCancelRequestedEventAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ExternalWorkflowExecutionCancelRequestedEventAttributes)) :*: S1 (MetaSel (Just "_heEventTimestamp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 POSIX)) :*: (S1 (MetaSel (Just "_heEventType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 EventType) :*: S1 (MetaSel (Just "_heEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))))))

historyEvent Source #

Creates a value of HistoryEvent with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

heEventTimestamp :: Lens' HistoryEvent UTCTime Source #

The date and time when the event occurred.

heEventType :: Lens' HistoryEvent EventType Source #

The type of the history event.

heEventId :: Lens' HistoryEvent Integer Source #

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

LambdaFunctionCompletedEventAttributes

data LambdaFunctionCompletedEventAttributes Source #

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

See: lambdaFunctionCompletedEventAttributes smart constructor.

Instances
Eq LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LambdaFunctionCompletedEventAttributes -> c LambdaFunctionCompletedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LambdaFunctionCompletedEventAttributes #

toConstr :: LambdaFunctionCompletedEventAttributes -> Constr #

dataTypeOf :: LambdaFunctionCompletedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c LambdaFunctionCompletedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LambdaFunctionCompletedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> LambdaFunctionCompletedEventAttributes -> LambdaFunctionCompletedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LambdaFunctionCompletedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LambdaFunctionCompletedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> LambdaFunctionCompletedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LambdaFunctionCompletedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LambdaFunctionCompletedEventAttributes -> m LambdaFunctionCompletedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LambdaFunctionCompletedEventAttributes -> m LambdaFunctionCompletedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LambdaFunctionCompletedEventAttributes -> m LambdaFunctionCompletedEventAttributes #

Read LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep LambdaFunctionCompletedEventAttributes = D1 (MetaData "LambdaFunctionCompletedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "LambdaFunctionCompletedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_lfceaResult") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lfceaScheduledEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer) :*: S1 (MetaSel (Just "_lfceaStartedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

lambdaFunctionCompletedEventAttributes Source #

Creates a value of LambdaFunctionCompletedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • lfceaResult - The results of the Lambda task.
  • lfceaScheduledEventId - The ID of the LambdaFunctionScheduled event that was recorded when this Lambda task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
  • lfceaStartedEventId - The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

lfceaScheduledEventId :: Lens' LambdaFunctionCompletedEventAttributes Integer Source #

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

lfceaStartedEventId :: Lens' LambdaFunctionCompletedEventAttributes Integer Source #

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

LambdaFunctionFailedEventAttributes

data LambdaFunctionFailedEventAttributes Source #

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

See: lambdaFunctionFailedEventAttributes smart constructor.

Instances
Eq LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LambdaFunctionFailedEventAttributes -> c LambdaFunctionFailedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LambdaFunctionFailedEventAttributes #

toConstr :: LambdaFunctionFailedEventAttributes -> Constr #

dataTypeOf :: LambdaFunctionFailedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c LambdaFunctionFailedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LambdaFunctionFailedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> LambdaFunctionFailedEventAttributes -> LambdaFunctionFailedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LambdaFunctionFailedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LambdaFunctionFailedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> LambdaFunctionFailedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LambdaFunctionFailedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LambdaFunctionFailedEventAttributes -> m LambdaFunctionFailedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LambdaFunctionFailedEventAttributes -> m LambdaFunctionFailedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LambdaFunctionFailedEventAttributes -> m LambdaFunctionFailedEventAttributes #

Read LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep LambdaFunctionFailedEventAttributes = D1 (MetaData "LambdaFunctionFailedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "LambdaFunctionFailedEventAttributes'" PrefixI True) ((S1 (MetaSel (Just "_lffeaReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lffeaDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_lffeaScheduledEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer) :*: S1 (MetaSel (Just "_lffeaStartedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

lambdaFunctionFailedEventAttributes Source #

Creates a value of LambdaFunctionFailedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • lffeaReason - The reason provided for the failure.
  • lffeaDetails - The details of the failure.
  • lffeaScheduledEventId - The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
  • lffeaStartedEventId - The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

lffeaReason :: Lens' LambdaFunctionFailedEventAttributes (Maybe Text) Source #

The reason provided for the failure.

lffeaScheduledEventId :: Lens' LambdaFunctionFailedEventAttributes Integer Source #

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

lffeaStartedEventId :: Lens' LambdaFunctionFailedEventAttributes Integer Source #

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

LambdaFunctionScheduledEventAttributes

data LambdaFunctionScheduledEventAttributes Source #

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

See: lambdaFunctionScheduledEventAttributes smart constructor.

Instances
Eq LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LambdaFunctionScheduledEventAttributes -> c LambdaFunctionScheduledEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LambdaFunctionScheduledEventAttributes #

toConstr :: LambdaFunctionScheduledEventAttributes -> Constr #

dataTypeOf :: LambdaFunctionScheduledEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c LambdaFunctionScheduledEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LambdaFunctionScheduledEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> LambdaFunctionScheduledEventAttributes -> LambdaFunctionScheduledEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LambdaFunctionScheduledEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LambdaFunctionScheduledEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> LambdaFunctionScheduledEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LambdaFunctionScheduledEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LambdaFunctionScheduledEventAttributes -> m LambdaFunctionScheduledEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LambdaFunctionScheduledEventAttributes -> m LambdaFunctionScheduledEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LambdaFunctionScheduledEventAttributes -> m LambdaFunctionScheduledEventAttributes #

Read LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep LambdaFunctionScheduledEventAttributes = D1 (MetaData "LambdaFunctionScheduledEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "LambdaFunctionScheduledEventAttributes'" PrefixI True) ((S1 (MetaSel (Just "_lfseaControl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lfseaInput") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lfseaStartToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_lfseaId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_lfseaName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_lfseaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))))

lambdaFunctionScheduledEventAttributes Source #

Creates a value of LambdaFunctionScheduledEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • lfseaControl - Data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.
  • lfseaInput - The input provided to the Lambda task.
  • lfseaStartToCloseTimeout - The maximum amount of time a worker can take to process the Lambda task.
  • lfseaId - The unique ID of the Lambda task.
  • lfseaName - The name of the Lambda function.
  • lfseaDecisionTaskCompletedEventId - The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this activity task. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

lfseaControl :: Lens' LambdaFunctionScheduledEventAttributes (Maybe Text) Source #

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

lfseaInput :: Lens' LambdaFunctionScheduledEventAttributes (Maybe Text) Source #

The input provided to the Lambda task.

lfseaStartToCloseTimeout :: Lens' LambdaFunctionScheduledEventAttributes (Maybe Text) Source #

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

lfseaId :: Lens' LambdaFunctionScheduledEventAttributes Text Source #

The unique ID of the Lambda task.

lfseaDecisionTaskCompletedEventId :: Lens' LambdaFunctionScheduledEventAttributes Integer Source #

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

LambdaFunctionStartedEventAttributes

data LambdaFunctionStartedEventAttributes Source #

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

See: lambdaFunctionStartedEventAttributes smart constructor.

Instances
Eq LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LambdaFunctionStartedEventAttributes -> c LambdaFunctionStartedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LambdaFunctionStartedEventAttributes #

toConstr :: LambdaFunctionStartedEventAttributes -> Constr #

dataTypeOf :: LambdaFunctionStartedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c LambdaFunctionStartedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LambdaFunctionStartedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> LambdaFunctionStartedEventAttributes -> LambdaFunctionStartedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LambdaFunctionStartedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LambdaFunctionStartedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> LambdaFunctionStartedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LambdaFunctionStartedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LambdaFunctionStartedEventAttributes -> m LambdaFunctionStartedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LambdaFunctionStartedEventAttributes -> m LambdaFunctionStartedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LambdaFunctionStartedEventAttributes -> m LambdaFunctionStartedEventAttributes #

Read LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep LambdaFunctionStartedEventAttributes = D1 (MetaData "LambdaFunctionStartedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" True) (C1 (MetaCons "LambdaFunctionStartedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_lfseaScheduledEventId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Integer)))

lambdaFunctionStartedEventAttributes Source #

Creates a value of LambdaFunctionStartedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

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

lfseaScheduledEventId :: Lens' LambdaFunctionStartedEventAttributes Integer Source #

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

LambdaFunctionTimedOutEventAttributes

data LambdaFunctionTimedOutEventAttributes Source #

Provides details of the LambdaFunctionTimedOut event.

See: lambdaFunctionTimedOutEventAttributes smart constructor.

Instances
Eq LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LambdaFunctionTimedOutEventAttributes -> c LambdaFunctionTimedOutEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LambdaFunctionTimedOutEventAttributes #

toConstr :: LambdaFunctionTimedOutEventAttributes -> Constr #

dataTypeOf :: LambdaFunctionTimedOutEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c LambdaFunctionTimedOutEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LambdaFunctionTimedOutEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> LambdaFunctionTimedOutEventAttributes -> LambdaFunctionTimedOutEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LambdaFunctionTimedOutEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LambdaFunctionTimedOutEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> LambdaFunctionTimedOutEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LambdaFunctionTimedOutEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LambdaFunctionTimedOutEventAttributes -> m LambdaFunctionTimedOutEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LambdaFunctionTimedOutEventAttributes -> m LambdaFunctionTimedOutEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LambdaFunctionTimedOutEventAttributes -> m LambdaFunctionTimedOutEventAttributes #

Read LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep LambdaFunctionTimedOutEventAttributes = D1 (MetaData "LambdaFunctionTimedOutEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "LambdaFunctionTimedOutEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_lftoeaTimeoutType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LambdaFunctionTimeoutType)) :*: (S1 (MetaSel (Just "_lftoeaScheduledEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer) :*: S1 (MetaSel (Just "_lftoeaStartedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

lambdaFunctionTimedOutEventAttributes Source #

Creates a value of LambdaFunctionTimedOutEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • lftoeaTimeoutType - The type of the timeout that caused this event.
  • lftoeaScheduledEventId - The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
  • lftoeaStartedEventId - The ID of the ActivityTaskStarted event that was recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

lftoeaScheduledEventId :: Lens' LambdaFunctionTimedOutEventAttributes Integer Source #

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

lftoeaStartedEventId :: Lens' LambdaFunctionTimedOutEventAttributes Integer Source #

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

MarkerRecordedEventAttributes

data MarkerRecordedEventAttributes Source #

Provides the details of the MarkerRecorded event.

See: markerRecordedEventAttributes smart constructor.

Instances
Eq MarkerRecordedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data MarkerRecordedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MarkerRecordedEventAttributes -> c MarkerRecordedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MarkerRecordedEventAttributes #

toConstr :: MarkerRecordedEventAttributes -> Constr #

dataTypeOf :: MarkerRecordedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c MarkerRecordedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MarkerRecordedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> MarkerRecordedEventAttributes -> MarkerRecordedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MarkerRecordedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MarkerRecordedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> MarkerRecordedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MarkerRecordedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MarkerRecordedEventAttributes -> m MarkerRecordedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MarkerRecordedEventAttributes -> m MarkerRecordedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MarkerRecordedEventAttributes -> m MarkerRecordedEventAttributes #

Read MarkerRecordedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show MarkerRecordedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic MarkerRecordedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep MarkerRecordedEventAttributes :: Type -> Type #

Hashable MarkerRecordedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON MarkerRecordedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData MarkerRecordedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep MarkerRecordedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep MarkerRecordedEventAttributes = D1 (MetaData "MarkerRecordedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "MarkerRecordedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_mreaDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_mreaMarkerName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_mreaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

markerRecordedEventAttributes Source #

Creates a value of MarkerRecordedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • mreaDetails - The details of the marker.
  • mreaMarkerName - The name of the marker.
  • mreaDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarker decision that requested this marker. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

mreaDecisionTaskCompletedEventId :: Lens' MarkerRecordedEventAttributes Integer Source #

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

PendingTaskCount

data PendingTaskCount Source #

Contains the count of tasks in a task list.

See: pendingTaskCount smart constructor.

Instances
Eq PendingTaskCount Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data PendingTaskCount Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PendingTaskCount -> c PendingTaskCount #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PendingTaskCount #

toConstr :: PendingTaskCount -> Constr #

dataTypeOf :: PendingTaskCount -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PendingTaskCount) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PendingTaskCount) #

gmapT :: (forall b. Data b => b -> b) -> PendingTaskCount -> PendingTaskCount #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PendingTaskCount -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PendingTaskCount -> r #

gmapQ :: (forall d. Data d => d -> u) -> PendingTaskCount -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PendingTaskCount -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PendingTaskCount -> m PendingTaskCount #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PendingTaskCount -> m PendingTaskCount #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PendingTaskCount -> m PendingTaskCount #

Read PendingTaskCount Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show PendingTaskCount Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic PendingTaskCount Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep PendingTaskCount :: Type -> Type #

Hashable PendingTaskCount Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON PendingTaskCount Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData PendingTaskCount Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

rnf :: PendingTaskCount -> () #

type Rep PendingTaskCount Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep PendingTaskCount = D1 (MetaData "PendingTaskCount" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "PendingTaskCount'" PrefixI True) (S1 (MetaSel (Just "_ptcTruncated") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_ptcCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat)))

pendingTaskCount Source #

Creates a value of PendingTaskCount with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • ptcTruncated - If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
  • ptcCount - The number of tasks in the task list.

ptcTruncated :: Lens' PendingTaskCount (Maybe Bool) Source #

If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.

ptcCount :: Lens' PendingTaskCount Natural Source #

The number of tasks in the task list.

RecordMarkerDecisionAttributes

data RecordMarkerDecisionAttributes Source #

Provides the details of the RecordMarker decision.

Access Control

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

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

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

See: recordMarkerDecisionAttributes smart constructor.

Instances
Eq RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RecordMarkerDecisionAttributes -> c RecordMarkerDecisionAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RecordMarkerDecisionAttributes #

toConstr :: RecordMarkerDecisionAttributes -> Constr #

dataTypeOf :: RecordMarkerDecisionAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RecordMarkerDecisionAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RecordMarkerDecisionAttributes) #

gmapT :: (forall b. Data b => b -> b) -> RecordMarkerDecisionAttributes -> RecordMarkerDecisionAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RecordMarkerDecisionAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RecordMarkerDecisionAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> RecordMarkerDecisionAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RecordMarkerDecisionAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RecordMarkerDecisionAttributes -> m RecordMarkerDecisionAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RecordMarkerDecisionAttributes -> m RecordMarkerDecisionAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RecordMarkerDecisionAttributes -> m RecordMarkerDecisionAttributes #

Read RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep RecordMarkerDecisionAttributes :: Type -> Type #

Hashable RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

ToJSON RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep RecordMarkerDecisionAttributes = D1 (MetaData "RecordMarkerDecisionAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "RecordMarkerDecisionAttributes'" PrefixI True) (S1 (MetaSel (Just "_rmdaDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rmdaMarkerName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))

recordMarkerDecisionAttributes Source #

Creates a value of RecordMarkerDecisionAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

RecordMarkerFailedEventAttributes

data RecordMarkerFailedEventAttributes Source #

Provides the details of the RecordMarkerFailed event.

See: recordMarkerFailedEventAttributes smart constructor.

Instances
Eq RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RecordMarkerFailedEventAttributes -> c RecordMarkerFailedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RecordMarkerFailedEventAttributes #

toConstr :: RecordMarkerFailedEventAttributes -> Constr #

dataTypeOf :: RecordMarkerFailedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RecordMarkerFailedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RecordMarkerFailedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> RecordMarkerFailedEventAttributes -> RecordMarkerFailedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RecordMarkerFailedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RecordMarkerFailedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> RecordMarkerFailedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RecordMarkerFailedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RecordMarkerFailedEventAttributes -> m RecordMarkerFailedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RecordMarkerFailedEventAttributes -> m RecordMarkerFailedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RecordMarkerFailedEventAttributes -> m RecordMarkerFailedEventAttributes #

Read RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep RecordMarkerFailedEventAttributes :: Type -> Type #

Hashable RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep RecordMarkerFailedEventAttributes = D1 (MetaData "RecordMarkerFailedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "RecordMarkerFailedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_rmfeaMarkerName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_rmfeaCause") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 RecordMarkerFailedCause) :*: S1 (MetaSel (Just "_rmfeaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

recordMarkerFailedEventAttributes Source #

Creates a value of RecordMarkerFailedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • rmfeaMarkerName - The marker's name.
  • rmfeaCause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
  • rmfeaDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarkerFailed decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

rmfeaCause :: Lens' RecordMarkerFailedEventAttributes RecordMarkerFailedCause Source #

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

rmfeaDecisionTaskCompletedEventId :: Lens' RecordMarkerFailedEventAttributes Integer Source #

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

RequestCancelActivityTaskDecisionAttributes

data RequestCancelActivityTaskDecisionAttributes Source #

Provides the details of the RequestCancelActivityTask decision.

Access Control

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

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

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

See: requestCancelActivityTaskDecisionAttributes smart constructor.

Instances
Eq RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RequestCancelActivityTaskDecisionAttributes -> c RequestCancelActivityTaskDecisionAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RequestCancelActivityTaskDecisionAttributes #

toConstr :: RequestCancelActivityTaskDecisionAttributes -> Constr #

dataTypeOf :: RequestCancelActivityTaskDecisionAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RequestCancelActivityTaskDecisionAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RequestCancelActivityTaskDecisionAttributes) #

gmapT :: (forall b. Data b => b -> b) -> RequestCancelActivityTaskDecisionAttributes -> RequestCancelActivityTaskDecisionAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RequestCancelActivityTaskDecisionAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RequestCancelActivityTaskDecisionAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> RequestCancelActivityTaskDecisionAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RequestCancelActivityTaskDecisionAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RequestCancelActivityTaskDecisionAttributes -> m RequestCancelActivityTaskDecisionAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RequestCancelActivityTaskDecisionAttributes -> m RequestCancelActivityTaskDecisionAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RequestCancelActivityTaskDecisionAttributes -> m RequestCancelActivityTaskDecisionAttributes #

Read RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

ToJSON RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep RequestCancelActivityTaskDecisionAttributes = D1 (MetaData "RequestCancelActivityTaskDecisionAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" True) (C1 (MetaCons "RequestCancelActivityTaskDecisionAttributes'" PrefixI True) (S1 (MetaSel (Just "_rcatdaActivityId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))

requestCancelActivityTaskDecisionAttributes Source #

Creates a value of RequestCancelActivityTaskDecisionAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rcatdaActivityId :: Lens' RequestCancelActivityTaskDecisionAttributes Text Source #

The activityId of the activity task to be canceled.

RequestCancelActivityTaskFailedEventAttributes

data RequestCancelActivityTaskFailedEventAttributes Source #

Provides the details of the RequestCancelActivityTaskFailed event.

See: requestCancelActivityTaskFailedEventAttributes smart constructor.

Instances
Eq RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RequestCancelActivityTaskFailedEventAttributes -> c RequestCancelActivityTaskFailedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RequestCancelActivityTaskFailedEventAttributes #

toConstr :: RequestCancelActivityTaskFailedEventAttributes -> Constr #

dataTypeOf :: RequestCancelActivityTaskFailedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RequestCancelActivityTaskFailedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RequestCancelActivityTaskFailedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> RequestCancelActivityTaskFailedEventAttributes -> RequestCancelActivityTaskFailedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RequestCancelActivityTaskFailedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RequestCancelActivityTaskFailedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> RequestCancelActivityTaskFailedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RequestCancelActivityTaskFailedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RequestCancelActivityTaskFailedEventAttributes -> m RequestCancelActivityTaskFailedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RequestCancelActivityTaskFailedEventAttributes -> m RequestCancelActivityTaskFailedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RequestCancelActivityTaskFailedEventAttributes -> m RequestCancelActivityTaskFailedEventAttributes #

Read RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep RequestCancelActivityTaskFailedEventAttributes = D1 (MetaData "RequestCancelActivityTaskFailedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "RequestCancelActivityTaskFailedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_rcatfeaActivityId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_rcatfeaCause") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 RequestCancelActivityTaskFailedCause) :*: S1 (MetaSel (Just "_rcatfeaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

requestCancelActivityTaskFailedEventAttributes Source #

Creates a value of RequestCancelActivityTaskFailedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • rcatfeaActivityId - The activityId provided in the RequestCancelActivityTask decision that failed.
  • rcatfeaCause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
  • rcatfeaDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

rcatfeaActivityId :: Lens' RequestCancelActivityTaskFailedEventAttributes Text Source #

The activityId provided in the RequestCancelActivityTask decision that failed.

rcatfeaCause :: Lens' RequestCancelActivityTaskFailedEventAttributes RequestCancelActivityTaskFailedCause Source #

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

rcatfeaDecisionTaskCompletedEventId :: Lens' RequestCancelActivityTaskFailedEventAttributes Integer Source #

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

RequestCancelExternalWorkflowExecutionDecisionAttributes

data RequestCancelExternalWorkflowExecutionDecisionAttributes Source #

Provides the details of the RequestCancelExternalWorkflowExecution decision.

Access Control

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

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

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

See: requestCancelExternalWorkflowExecutionDecisionAttributes smart constructor.

Instances
Eq RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RequestCancelExternalWorkflowExecutionDecisionAttributes -> c RequestCancelExternalWorkflowExecutionDecisionAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RequestCancelExternalWorkflowExecutionDecisionAttributes #

toConstr :: RequestCancelExternalWorkflowExecutionDecisionAttributes -> Constr #

dataTypeOf :: RequestCancelExternalWorkflowExecutionDecisionAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RequestCancelExternalWorkflowExecutionDecisionAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RequestCancelExternalWorkflowExecutionDecisionAttributes) #

gmapT :: (forall b. Data b => b -> b) -> RequestCancelExternalWorkflowExecutionDecisionAttributes -> RequestCancelExternalWorkflowExecutionDecisionAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RequestCancelExternalWorkflowExecutionDecisionAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RequestCancelExternalWorkflowExecutionDecisionAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> RequestCancelExternalWorkflowExecutionDecisionAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RequestCancelExternalWorkflowExecutionDecisionAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RequestCancelExternalWorkflowExecutionDecisionAttributes -> m RequestCancelExternalWorkflowExecutionDecisionAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RequestCancelExternalWorkflowExecutionDecisionAttributes -> m RequestCancelExternalWorkflowExecutionDecisionAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RequestCancelExternalWorkflowExecutionDecisionAttributes -> m RequestCancelExternalWorkflowExecutionDecisionAttributes #

Read RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

ToJSON RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep RequestCancelExternalWorkflowExecutionDecisionAttributes = D1 (MetaData "RequestCancelExternalWorkflowExecutionDecisionAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "RequestCancelExternalWorkflowExecutionDecisionAttributes'" PrefixI True) (S1 (MetaSel (Just "_rcewedaControl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_rcewedaRunId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rcewedaWorkflowId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))

requestCancelExternalWorkflowExecutionDecisionAttributes Source #

Creates a value of RequestCancelExternalWorkflowExecutionDecisionAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • rcewedaControl - The data attached to the event that can be used by the decider in subsequent workflow tasks.
  • rcewedaRunId - The runId of the external workflow execution to cancel.
  • rcewedaWorkflowId - The workflowId of the external workflow execution to cancel.

rcewedaControl :: Lens' RequestCancelExternalWorkflowExecutionDecisionAttributes (Maybe Text) Source #

The data attached to the event that can be used by the decider in subsequent workflow tasks.

rcewedaRunId :: Lens' RequestCancelExternalWorkflowExecutionDecisionAttributes (Maybe Text) Source #

The runId of the external workflow execution to cancel.

rcewedaWorkflowId :: Lens' RequestCancelExternalWorkflowExecutionDecisionAttributes Text Source #

The workflowId of the external workflow execution to cancel.

RequestCancelExternalWorkflowExecutionFailedEventAttributes

data RequestCancelExternalWorkflowExecutionFailedEventAttributes Source #

Provides the details of the RequestCancelExternalWorkflowExecutionFailed event.

See: requestCancelExternalWorkflowExecutionFailedEventAttributes smart constructor.

Instances
Eq RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RequestCancelExternalWorkflowExecutionFailedEventAttributes -> c RequestCancelExternalWorkflowExecutionFailedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RequestCancelExternalWorkflowExecutionFailedEventAttributes #

toConstr :: RequestCancelExternalWorkflowExecutionFailedEventAttributes -> Constr #

dataTypeOf :: RequestCancelExternalWorkflowExecutionFailedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RequestCancelExternalWorkflowExecutionFailedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RequestCancelExternalWorkflowExecutionFailedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> RequestCancelExternalWorkflowExecutionFailedEventAttributes -> RequestCancelExternalWorkflowExecutionFailedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RequestCancelExternalWorkflowExecutionFailedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RequestCancelExternalWorkflowExecutionFailedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> RequestCancelExternalWorkflowExecutionFailedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RequestCancelExternalWorkflowExecutionFailedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RequestCancelExternalWorkflowExecutionFailedEventAttributes -> m RequestCancelExternalWorkflowExecutionFailedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RequestCancelExternalWorkflowExecutionFailedEventAttributes -> m RequestCancelExternalWorkflowExecutionFailedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RequestCancelExternalWorkflowExecutionFailedEventAttributes -> m RequestCancelExternalWorkflowExecutionFailedEventAttributes #

Read RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep RequestCancelExternalWorkflowExecutionFailedEventAttributes = D1 (MetaData "RequestCancelExternalWorkflowExecutionFailedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "RequestCancelExternalWorkflowExecutionFailedEventAttributes'" PrefixI True) ((S1 (MetaSel (Just "_rcewefeaControl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_rcewefeaRunId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rcewefeaWorkflowId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) :*: (S1 (MetaSel (Just "_rcewefeaCause") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 RequestCancelExternalWorkflowExecutionFailedCause) :*: (S1 (MetaSel (Just "_rcewefeaInitiatedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer) :*: S1 (MetaSel (Just "_rcewefeaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))))

requestCancelExternalWorkflowExecutionFailedEventAttributes Source #

Creates a value of RequestCancelExternalWorkflowExecutionFailedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • rcewefeaControl - The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.
  • rcewefeaRunId - The runId of the external workflow execution.
  • rcewefeaWorkflowId - The workflowId of the external workflow to which the cancel request was to be delivered.
  • rcewefeaCause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
  • rcewefeaInitiatedEventId - The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
  • rcewefeaDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

rcewefeaControl :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes (Maybe Text) Source #

The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.

rcewefeaWorkflowId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Text Source #

The workflowId of the external workflow to which the cancel request was to be delivered.

rcewefeaCause :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes RequestCancelExternalWorkflowExecutionFailedCause Source #

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

rcewefeaInitiatedEventId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Integer Source #

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

rcewefeaDecisionTaskCompletedEventId :: Lens' RequestCancelExternalWorkflowExecutionFailedEventAttributes Integer Source #

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

RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

data RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source #

Provides the details of the RequestCancelExternalWorkflowExecutionInitiated event.

See: requestCancelExternalWorkflowExecutionInitiatedEventAttributes smart constructor.

Instances
Eq RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RequestCancelExternalWorkflowExecutionInitiatedEventAttributes -> c RequestCancelExternalWorkflowExecutionInitiatedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RequestCancelExternalWorkflowExecutionInitiatedEventAttributes #

toConstr :: RequestCancelExternalWorkflowExecutionInitiatedEventAttributes -> Constr #

dataTypeOf :: RequestCancelExternalWorkflowExecutionInitiatedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> RequestCancelExternalWorkflowExecutionInitiatedEventAttributes -> RequestCancelExternalWorkflowExecutionInitiatedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RequestCancelExternalWorkflowExecutionInitiatedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RequestCancelExternalWorkflowExecutionInitiatedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> RequestCancelExternalWorkflowExecutionInitiatedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RequestCancelExternalWorkflowExecutionInitiatedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RequestCancelExternalWorkflowExecutionInitiatedEventAttributes -> m RequestCancelExternalWorkflowExecutionInitiatedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RequestCancelExternalWorkflowExecutionInitiatedEventAttributes -> m RequestCancelExternalWorkflowExecutionInitiatedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RequestCancelExternalWorkflowExecutionInitiatedEventAttributes -> m RequestCancelExternalWorkflowExecutionInitiatedEventAttributes #

Read RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep RequestCancelExternalWorkflowExecutionInitiatedEventAttributes = D1 (MetaData "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes'" PrefixI True) ((S1 (MetaSel (Just "_rceweieaControl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rceweieaRunId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_rceweieaWorkflowId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_rceweieaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

requestCancelExternalWorkflowExecutionInitiatedEventAttributes Source #

Creates a value of RequestCancelExternalWorkflowExecutionInitiatedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • rceweieaControl - Data attached to the event that can be used by the decider in subsequent workflow tasks.
  • rceweieaRunId - The runId of the external workflow execution to be canceled.
  • rceweieaWorkflowId - The workflowId of the external workflow execution to be canceled.
  • rceweieaDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

rceweieaControl :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #

Data attached to the event that can be used by the decider in subsequent workflow tasks.

rceweieaRunId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #

The runId of the external workflow execution to be canceled.

rceweieaWorkflowId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Text Source #

The workflowId of the external workflow execution to be canceled.

rceweieaDecisionTaskCompletedEventId :: Lens' RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Integer Source #

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

ScheduleActivityTaskDecisionAttributes

data ScheduleActivityTaskDecisionAttributes Source #

Provides the details of the ScheduleActivityTask decision.

Access Control

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

  • Use a Resource element with the domain name to limit the action to only specified domains.
  • Use an Action element to allow or deny permission to call this action.
  • Constrain the following parameters by using a Condition element with the appropriate keys.
  • activityType.name – String constraint. The key is swf:activityType.name .
  • activityType.version – String constraint. The key is swf:activityType.version .
  • taskList – String constraint. The key is swf:taskList.name .

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

See: scheduleActivityTaskDecisionAttributes smart constructor.

Instances
Eq ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ScheduleActivityTaskDecisionAttributes -> c ScheduleActivityTaskDecisionAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ScheduleActivityTaskDecisionAttributes #

toConstr :: ScheduleActivityTaskDecisionAttributes -> Constr #

dataTypeOf :: ScheduleActivityTaskDecisionAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ScheduleActivityTaskDecisionAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ScheduleActivityTaskDecisionAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ScheduleActivityTaskDecisionAttributes -> ScheduleActivityTaskDecisionAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ScheduleActivityTaskDecisionAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ScheduleActivityTaskDecisionAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ScheduleActivityTaskDecisionAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ScheduleActivityTaskDecisionAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ScheduleActivityTaskDecisionAttributes -> m ScheduleActivityTaskDecisionAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ScheduleActivityTaskDecisionAttributes -> m ScheduleActivityTaskDecisionAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ScheduleActivityTaskDecisionAttributes -> m ScheduleActivityTaskDecisionAttributes #

Read ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

ToJSON ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ScheduleActivityTaskDecisionAttributes = D1 (MetaData "ScheduleActivityTaskDecisionAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ScheduleActivityTaskDecisionAttributes'" PrefixI True) (((S1 (MetaSel (Just "_satdaControl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_satdaHeartbeatTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_satdaScheduleToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_satdaInput") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_satdaTaskList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TaskList))))) :*: ((S1 (MetaSel (Just "_satdaTaskPriority") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_satdaScheduleToStartTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_satdaStartToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_satdaActivityType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ActivityType) :*: S1 (MetaSel (Just "_satdaActivityId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))))

scheduleActivityTaskDecisionAttributes Source #

Creates a value of ScheduleActivityTaskDecisionAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • satdaControl - Data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the activity.
  • satdaHeartbeatTimeout - If set, specifies the maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat . If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or returns a result, it is ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType . The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.
  • satdaScheduleToCloseTimeout - The maximum duration for this activity task. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.
  • satdaInput - The input provided to the activity task.
  • satdaTaskList - If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type is used. The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (u0000-u001f | u007f-u009f ). Also, it must not contain the literal string arn .
  • satdaTaskPriority - If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType . Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide .
  • satdaScheduleToStartTimeout - If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType . The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.
  • satdaStartToCloseTimeout - If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType . The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.
  • satdaActivityType - The type of the activity task to schedule.
  • satdaActivityId - The activityId of the activity task. The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (u0000-u001f | u007f-u009f ). Also, it must not contain the literal string arn .

satdaControl :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text) Source #

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

satdaHeartbeatTimeout :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text) Source #

If set, specifies the maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat . If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or returns a result, it is ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType . The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

satdaScheduleToCloseTimeout :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text) Source #

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

satdaInput :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text) Source #

The input provided to the activity task.

satdaTaskList :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe TaskList) Source #

If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type is used. The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (u0000-u001f | u007f-u009f ). Also, it must not contain the literal string arn .

satdaTaskPriority :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text) Source #

If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType . Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide .

satdaScheduleToStartTimeout :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text) Source #

If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType . The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

satdaStartToCloseTimeout :: Lens' ScheduleActivityTaskDecisionAttributes (Maybe Text) Source #

If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType . The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

satdaActivityId :: Lens' ScheduleActivityTaskDecisionAttributes Text Source #

The activityId of the activity task. The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (u0000-u001f | u007f-u009f ). Also, it must not contain the literal string arn .

ScheduleActivityTaskFailedEventAttributes

data ScheduleActivityTaskFailedEventAttributes Source #

Provides the details of the ScheduleActivityTaskFailed event.

See: scheduleActivityTaskFailedEventAttributes smart constructor.

Instances
Eq ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ScheduleActivityTaskFailedEventAttributes -> c ScheduleActivityTaskFailedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ScheduleActivityTaskFailedEventAttributes #

toConstr :: ScheduleActivityTaskFailedEventAttributes -> Constr #

dataTypeOf :: ScheduleActivityTaskFailedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ScheduleActivityTaskFailedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ScheduleActivityTaskFailedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ScheduleActivityTaskFailedEventAttributes -> ScheduleActivityTaskFailedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ScheduleActivityTaskFailedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ScheduleActivityTaskFailedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ScheduleActivityTaskFailedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ScheduleActivityTaskFailedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ScheduleActivityTaskFailedEventAttributes -> m ScheduleActivityTaskFailedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ScheduleActivityTaskFailedEventAttributes -> m ScheduleActivityTaskFailedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ScheduleActivityTaskFailedEventAttributes -> m ScheduleActivityTaskFailedEventAttributes #

Read ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ScheduleActivityTaskFailedEventAttributes = D1 (MetaData "ScheduleActivityTaskFailedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ScheduleActivityTaskFailedEventAttributes'" PrefixI True) ((S1 (MetaSel (Just "_satfeaActivityType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ActivityType) :*: S1 (MetaSel (Just "_satfeaActivityId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_satfeaCause") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ScheduleActivityTaskFailedCause) :*: S1 (MetaSel (Just "_satfeaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

scheduleActivityTaskFailedEventAttributes Source #

Creates a value of ScheduleActivityTaskFailedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • satfeaActivityType - The activity type provided in the ScheduleActivityTask decision that failed.
  • satfeaActivityId - The activityId provided in the ScheduleActivityTask decision that failed.
  • satfeaCause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
  • satfeaDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

satfeaActivityType :: Lens' ScheduleActivityTaskFailedEventAttributes ActivityType Source #

The activity type provided in the ScheduleActivityTask decision that failed.

satfeaActivityId :: Lens' ScheduleActivityTaskFailedEventAttributes Text Source #

The activityId provided in the ScheduleActivityTask decision that failed.

satfeaCause :: Lens' ScheduleActivityTaskFailedEventAttributes ScheduleActivityTaskFailedCause Source #

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

satfeaDecisionTaskCompletedEventId :: Lens' ScheduleActivityTaskFailedEventAttributes Integer Source #

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

ScheduleLambdaFunctionDecisionAttributes

data ScheduleLambdaFunctionDecisionAttributes Source #

Decision attributes specified in scheduleLambdaFunctionDecisionAttributes within the list of decisions decisions passed to RespondDecisionTaskCompleted .

See: scheduleLambdaFunctionDecisionAttributes smart constructor.

Instances
Eq ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ScheduleLambdaFunctionDecisionAttributes -> c ScheduleLambdaFunctionDecisionAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ScheduleLambdaFunctionDecisionAttributes #

toConstr :: ScheduleLambdaFunctionDecisionAttributes -> Constr #

dataTypeOf :: ScheduleLambdaFunctionDecisionAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ScheduleLambdaFunctionDecisionAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ScheduleLambdaFunctionDecisionAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ScheduleLambdaFunctionDecisionAttributes -> ScheduleLambdaFunctionDecisionAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ScheduleLambdaFunctionDecisionAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ScheduleLambdaFunctionDecisionAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ScheduleLambdaFunctionDecisionAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ScheduleLambdaFunctionDecisionAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ScheduleLambdaFunctionDecisionAttributes -> m ScheduleLambdaFunctionDecisionAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ScheduleLambdaFunctionDecisionAttributes -> m ScheduleLambdaFunctionDecisionAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ScheduleLambdaFunctionDecisionAttributes -> m ScheduleLambdaFunctionDecisionAttributes #

Read ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

ToJSON ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ScheduleLambdaFunctionDecisionAttributes = D1 (MetaData "ScheduleLambdaFunctionDecisionAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ScheduleLambdaFunctionDecisionAttributes'" PrefixI True) ((S1 (MetaSel (Just "_slfdaControl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_slfdaInput") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_slfdaStartToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_slfdaId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_slfdaName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))

scheduleLambdaFunctionDecisionAttributes Source #

Creates a value of ScheduleLambdaFunctionDecisionAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • slfdaControl - The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.
  • slfdaInput - The optional input data to be supplied to the Lambda function.
  • slfdaStartToCloseTimeout - The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started. This can be any integer from 1-300 (1s-5m). If no value is supplied, than a default value of 300s is assumed.
  • slfdaId - A string that identifies the Lambda function execution in the event history.
  • slfdaName - The name, or ARN, of the Lambda function to schedule.

slfdaControl :: Lens' ScheduleLambdaFunctionDecisionAttributes (Maybe Text) Source #

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

slfdaInput :: Lens' ScheduleLambdaFunctionDecisionAttributes (Maybe Text) Source #

The optional input data to be supplied to the Lambda function.

slfdaStartToCloseTimeout :: Lens' ScheduleLambdaFunctionDecisionAttributes (Maybe Text) Source #

The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started. This can be any integer from 1-300 (1s-5m). If no value is supplied, than a default value of 300s is assumed.

slfdaId :: Lens' ScheduleLambdaFunctionDecisionAttributes Text Source #

A string that identifies the Lambda function execution in the event history.

slfdaName :: Lens' ScheduleLambdaFunctionDecisionAttributes Text Source #

The name, or ARN, of the Lambda function to schedule.

ScheduleLambdaFunctionFailedEventAttributes

data ScheduleLambdaFunctionFailedEventAttributes Source #

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

See: scheduleLambdaFunctionFailedEventAttributes smart constructor.

Instances
Eq ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ScheduleLambdaFunctionFailedEventAttributes -> c ScheduleLambdaFunctionFailedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ScheduleLambdaFunctionFailedEventAttributes #

toConstr :: ScheduleLambdaFunctionFailedEventAttributes -> Constr #

dataTypeOf :: ScheduleLambdaFunctionFailedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ScheduleLambdaFunctionFailedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ScheduleLambdaFunctionFailedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> ScheduleLambdaFunctionFailedEventAttributes -> ScheduleLambdaFunctionFailedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ScheduleLambdaFunctionFailedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ScheduleLambdaFunctionFailedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> ScheduleLambdaFunctionFailedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ScheduleLambdaFunctionFailedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ScheduleLambdaFunctionFailedEventAttributes -> m ScheduleLambdaFunctionFailedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ScheduleLambdaFunctionFailedEventAttributes -> m ScheduleLambdaFunctionFailedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ScheduleLambdaFunctionFailedEventAttributes -> m ScheduleLambdaFunctionFailedEventAttributes #

Read ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep ScheduleLambdaFunctionFailedEventAttributes = D1 (MetaData "ScheduleLambdaFunctionFailedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "ScheduleLambdaFunctionFailedEventAttributes'" PrefixI True) ((S1 (MetaSel (Just "_slffeaId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_slffeaName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_slffeaCause") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ScheduleLambdaFunctionFailedCause) :*: S1 (MetaSel (Just "_slffeaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

scheduleLambdaFunctionFailedEventAttributes Source #

Creates a value of ScheduleLambdaFunctionFailedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • slffeaId - The ID provided in the ScheduleLambdaFunction decision that failed.
  • slffeaName - The name of the Lambda function.
  • slffeaCause - The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
  • slffeaDecisionTaskCompletedEventId - The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this Lambda task. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

slffeaId :: Lens' ScheduleLambdaFunctionFailedEventAttributes Text Source #

The ID provided in the ScheduleLambdaFunction decision that failed.

slffeaCause :: Lens' ScheduleLambdaFunctionFailedEventAttributes ScheduleLambdaFunctionFailedCause Source #

The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

slffeaDecisionTaskCompletedEventId :: Lens' ScheduleLambdaFunctionFailedEventAttributes Integer Source #

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

SignalExternalWorkflowExecutionDecisionAttributes

data SignalExternalWorkflowExecutionDecisionAttributes Source #

Provides the details of the SignalExternalWorkflowExecution decision.

Access Control

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

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

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

See: signalExternalWorkflowExecutionDecisionAttributes smart constructor.

Instances
Eq SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SignalExternalWorkflowExecutionDecisionAttributes -> c SignalExternalWorkflowExecutionDecisionAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SignalExternalWorkflowExecutionDecisionAttributes #

toConstr :: SignalExternalWorkflowExecutionDecisionAttributes -> Constr #

dataTypeOf :: SignalExternalWorkflowExecutionDecisionAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SignalExternalWorkflowExecutionDecisionAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SignalExternalWorkflowExecutionDecisionAttributes) #

gmapT :: (forall b. Data b => b -> b) -> SignalExternalWorkflowExecutionDecisionAttributes -> SignalExternalWorkflowExecutionDecisionAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SignalExternalWorkflowExecutionDecisionAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SignalExternalWorkflowExecutionDecisionAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> SignalExternalWorkflowExecutionDecisionAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SignalExternalWorkflowExecutionDecisionAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SignalExternalWorkflowExecutionDecisionAttributes -> m SignalExternalWorkflowExecutionDecisionAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SignalExternalWorkflowExecutionDecisionAttributes -> m SignalExternalWorkflowExecutionDecisionAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SignalExternalWorkflowExecutionDecisionAttributes -> m SignalExternalWorkflowExecutionDecisionAttributes #

Read SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

ToJSON SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep SignalExternalWorkflowExecutionDecisionAttributes = D1 (MetaData "SignalExternalWorkflowExecutionDecisionAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "SignalExternalWorkflowExecutionDecisionAttributes'" PrefixI True) ((S1 (MetaSel (Just "_sewedaControl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_sewedaInput") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_sewedaRunId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_sewedaWorkflowId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_sewedaSignalName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))

signalExternalWorkflowExecutionDecisionAttributes Source #

Creates a value of SignalExternalWorkflowExecutionDecisionAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • sewedaControl - The data attached to the event that can be used by the decider in subsequent decision tasks.
  • sewedaInput - The input data to be provided with the signal. The target workflow execution uses the signal name and input data to process the signal.
  • sewedaRunId - The runId of the workflow execution to be signaled.
  • sewedaWorkflowId - The workflowId of the workflow execution to be signaled.
  • sewedaSignalName - The name of the signal.The target workflow execution uses the signal name and input to process the signal.

sewedaControl :: Lens' SignalExternalWorkflowExecutionDecisionAttributes (Maybe Text) Source #

The data attached to the event that can be used by the decider in subsequent decision tasks.

sewedaInput :: Lens' SignalExternalWorkflowExecutionDecisionAttributes (Maybe Text) Source #

The input data to be provided with the signal. The target workflow execution uses the signal name and input data to process the signal.

sewedaRunId :: Lens' SignalExternalWorkflowExecutionDecisionAttributes (Maybe Text) Source #

The runId of the workflow execution to be signaled.

sewedaWorkflowId :: Lens' SignalExternalWorkflowExecutionDecisionAttributes Text Source #

The workflowId of the workflow execution to be signaled.

sewedaSignalName :: Lens' SignalExternalWorkflowExecutionDecisionAttributes Text Source #

The name of the signal.The target workflow execution uses the signal name and input to process the signal.

SignalExternalWorkflowExecutionFailedEventAttributes

data SignalExternalWorkflowExecutionFailedEventAttributes Source #

Provides the details of the SignalExternalWorkflowExecutionFailed event.

See: signalExternalWorkflowExecutionFailedEventAttributes smart constructor.

Instances
Eq SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SignalExternalWorkflowExecutionFailedEventAttributes -> c SignalExternalWorkflowExecutionFailedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SignalExternalWorkflowExecutionFailedEventAttributes #

toConstr :: SignalExternalWorkflowExecutionFailedEventAttributes -> Constr #

dataTypeOf :: SignalExternalWorkflowExecutionFailedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SignalExternalWorkflowExecutionFailedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SignalExternalWorkflowExecutionFailedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> SignalExternalWorkflowExecutionFailedEventAttributes -> SignalExternalWorkflowExecutionFailedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SignalExternalWorkflowExecutionFailedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SignalExternalWorkflowExecutionFailedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> SignalExternalWorkflowExecutionFailedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SignalExternalWorkflowExecutionFailedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SignalExternalWorkflowExecutionFailedEventAttributes -> m SignalExternalWorkflowExecutionFailedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SignalExternalWorkflowExecutionFailedEventAttributes -> m SignalExternalWorkflowExecutionFailedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SignalExternalWorkflowExecutionFailedEventAttributes -> m SignalExternalWorkflowExecutionFailedEventAttributes #

Read SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep SignalExternalWorkflowExecutionFailedEventAttributes = D1 (MetaData "SignalExternalWorkflowExecutionFailedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "SignalExternalWorkflowExecutionFailedEventAttributes'" PrefixI True) ((S1 (MetaSel (Just "_sewefeaControl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_sewefeaRunId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_sewefeaWorkflowId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) :*: (S1 (MetaSel (Just "_sewefeaCause") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 SignalExternalWorkflowExecutionFailedCause) :*: (S1 (MetaSel (Just "_sewefeaInitiatedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer) :*: S1 (MetaSel (Just "_sewefeaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))))

signalExternalWorkflowExecutionFailedEventAttributes Source #

Creates a value of SignalExternalWorkflowExecutionFailedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • sewefeaControl - The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.
  • sewefeaRunId - The runId of the external workflow execution that the signal was being delivered to.
  • sewefeaWorkflowId - The workflowId of the external workflow execution that the signal was being delivered to.
  • sewefeaCause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
  • sewefeaInitiatedEventId - The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
  • sewefeaDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

sewefeaControl :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes (Maybe Text) Source #

The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.

sewefeaRunId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes (Maybe Text) Source #

The runId of the external workflow execution that the signal was being delivered to.

sewefeaWorkflowId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Text Source #

The workflowId of the external workflow execution that the signal was being delivered to.

sewefeaCause :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes SignalExternalWorkflowExecutionFailedCause Source #

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

sewefeaInitiatedEventId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Integer Source #

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

sewefeaDecisionTaskCompletedEventId :: Lens' SignalExternalWorkflowExecutionFailedEventAttributes Integer Source #

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

SignalExternalWorkflowExecutionInitiatedEventAttributes

data SignalExternalWorkflowExecutionInitiatedEventAttributes Source #

Provides the details of the SignalExternalWorkflowExecutionInitiated event.

See: signalExternalWorkflowExecutionInitiatedEventAttributes smart constructor.

Instances
Eq SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SignalExternalWorkflowExecutionInitiatedEventAttributes -> c SignalExternalWorkflowExecutionInitiatedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SignalExternalWorkflowExecutionInitiatedEventAttributes #

toConstr :: SignalExternalWorkflowExecutionInitiatedEventAttributes -> Constr #

dataTypeOf :: SignalExternalWorkflowExecutionInitiatedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SignalExternalWorkflowExecutionInitiatedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SignalExternalWorkflowExecutionInitiatedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> SignalExternalWorkflowExecutionInitiatedEventAttributes -> SignalExternalWorkflowExecutionInitiatedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SignalExternalWorkflowExecutionInitiatedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SignalExternalWorkflowExecutionInitiatedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> SignalExternalWorkflowExecutionInitiatedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SignalExternalWorkflowExecutionInitiatedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SignalExternalWorkflowExecutionInitiatedEventAttributes -> m SignalExternalWorkflowExecutionInitiatedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SignalExternalWorkflowExecutionInitiatedEventAttributes -> m SignalExternalWorkflowExecutionInitiatedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SignalExternalWorkflowExecutionInitiatedEventAttributes -> m SignalExternalWorkflowExecutionInitiatedEventAttributes #

Read SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep SignalExternalWorkflowExecutionInitiatedEventAttributes = D1 (MetaData "SignalExternalWorkflowExecutionInitiatedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "SignalExternalWorkflowExecutionInitiatedEventAttributes'" PrefixI True) ((S1 (MetaSel (Just "_seweieaControl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_seweieaInput") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_seweieaRunId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_seweieaWorkflowId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_seweieaSignalName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_seweieaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))))

signalExternalWorkflowExecutionInitiatedEventAttributes Source #

Creates a value of SignalExternalWorkflowExecutionInitiatedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • seweieaControl - Data attached to the event that can be used by the decider in subsequent decision tasks.
  • seweieaInput - The input provided to the signal.
  • seweieaRunId - The runId of the external workflow execution to send the signal to.
  • seweieaWorkflowId - The workflowId of the external workflow execution.
  • seweieaSignalName - The name of the signal.
  • seweieaDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

seweieaControl :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #

Data attached to the event that can be used by the decider in subsequent decision tasks.

seweieaRunId :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #

The runId of the external workflow execution to send the signal to.

seweieaDecisionTaskCompletedEventId :: Lens' SignalExternalWorkflowExecutionInitiatedEventAttributes Integer Source #

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

StartChildWorkflowExecutionDecisionAttributes

data StartChildWorkflowExecutionDecisionAttributes Source #

Provides the details of the StartChildWorkflowExecution decision.

Access Control

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

  • Use a Resource element with the domain name to limit the action to only specified domains.
  • Use an Action element to allow or deny permission to call this action.
  • Constrain the following parameters by using a Condition element with the appropriate keys.
  • tagList.member.N – The key is "swf:tagList.N" where N is the tag number from 0 to 4, inclusive.
  • taskList – String constraint. The key is swf:taskList.name .
  • workflowType.name – String constraint. The key is swf:workflowType.name .
  • workflowType.version – String constraint. The key is swf:workflowType.version .

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

See: startChildWorkflowExecutionDecisionAttributes smart constructor.

Instances
Eq StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StartChildWorkflowExecutionDecisionAttributes -> c StartChildWorkflowExecutionDecisionAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StartChildWorkflowExecutionDecisionAttributes #

toConstr :: StartChildWorkflowExecutionDecisionAttributes -> Constr #

dataTypeOf :: StartChildWorkflowExecutionDecisionAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StartChildWorkflowExecutionDecisionAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StartChildWorkflowExecutionDecisionAttributes) #

gmapT :: (forall b. Data b => b -> b) -> StartChildWorkflowExecutionDecisionAttributes -> StartChildWorkflowExecutionDecisionAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StartChildWorkflowExecutionDecisionAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StartChildWorkflowExecutionDecisionAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> StartChildWorkflowExecutionDecisionAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StartChildWorkflowExecutionDecisionAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StartChildWorkflowExecutionDecisionAttributes -> m StartChildWorkflowExecutionDecisionAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StartChildWorkflowExecutionDecisionAttributes -> m StartChildWorkflowExecutionDecisionAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StartChildWorkflowExecutionDecisionAttributes -> m StartChildWorkflowExecutionDecisionAttributes #

Read StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

ToJSON StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep StartChildWorkflowExecutionDecisionAttributes = D1 (MetaData "StartChildWorkflowExecutionDecisionAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "StartChildWorkflowExecutionDecisionAttributes'" PrefixI True) (((S1 (MetaSel (Just "_scwedaControl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_scwedaTagList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 (MetaSel (Just "_scwedaTaskStartToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_scwedaLambdaRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_scwedaInput") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_scwedaExecutionStartToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_scwedaTaskList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TaskList)) :*: S1 (MetaSel (Just "_scwedaTaskPriority") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_scwedaChildPolicy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ChildPolicy)) :*: (S1 (MetaSel (Just "_scwedaWorkflowType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowType) :*: S1 (MetaSel (Just "_scwedaWorkflowId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))))

startChildWorkflowExecutionDecisionAttributes Source #

Creates a value of StartChildWorkflowExecutionDecisionAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • scwedaControl - The data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the child workflow execution.
  • scwedaTagList - The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter .
  • scwedaTaskStartToCloseTimeout - Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering the workflow type using RegisterWorkflowType . The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.
  • scwedaLambdaRole - The IAM role attached to the child workflow execution.
  • scwedaInput - The input to be provided to the workflow execution.
  • scwedaExecutionStartToCloseTimeout - The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.
  • scwedaTaskList - The name of the task list to be used for decision tasks of the child workflow execution. The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (u0000-u001f | u007f-u009f ). Also, it must not contain the literal string arn .
  • scwedaTaskPriority - A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide .
  • scwedaChildPolicy - If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType . The supported child policies are: * TERMINATE – The child executions are terminated. * REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. * ABANDON – No action is taken. The child executions continue to run.
  • scwedaWorkflowType - The type of the workflow execution to be started.
  • scwedaWorkflowId - The workflowId of the workflow execution. The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (u0000-u001f | u007f-u009f ). Also, it must not contain the literal string arn .

scwedaControl :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text) Source #

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

scwedaTagList :: Lens' StartChildWorkflowExecutionDecisionAttributes [Text] Source #

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

scwedaTaskStartToCloseTimeout :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text) Source #

Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering the workflow type using RegisterWorkflowType . The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

scwedaLambdaRole :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text) Source #

The IAM role attached to the child workflow execution.

scwedaInput :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text) Source #

The input to be provided to the workflow execution.

scwedaExecutionStartToCloseTimeout :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text) Source #

The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

scwedaTaskList :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe TaskList) Source #

The name of the task list to be used for decision tasks of the child workflow execution. The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (u0000-u001f | u007f-u009f ). Also, it must not contain the literal string arn .

scwedaTaskPriority :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe Text) Source #

A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide .

scwedaChildPolicy :: Lens' StartChildWorkflowExecutionDecisionAttributes (Maybe ChildPolicy) Source #

If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType . The supported child policies are: * TERMINATE – The child executions are terminated. * REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. * ABANDON – No action is taken. The child executions continue to run.

scwedaWorkflowId :: Lens' StartChildWorkflowExecutionDecisionAttributes Text Source #

The workflowId of the workflow execution. The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (u0000-u001f | u007f-u009f ). Also, it must not contain the literal string arn .

StartChildWorkflowExecutionFailedEventAttributes

data StartChildWorkflowExecutionFailedEventAttributes Source #

Provides the details of the StartChildWorkflowExecutionFailed event.

See: startChildWorkflowExecutionFailedEventAttributes smart constructor.

Instances
Eq StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StartChildWorkflowExecutionFailedEventAttributes -> c StartChildWorkflowExecutionFailedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StartChildWorkflowExecutionFailedEventAttributes #

toConstr :: StartChildWorkflowExecutionFailedEventAttributes -> Constr #

dataTypeOf :: StartChildWorkflowExecutionFailedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StartChildWorkflowExecutionFailedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StartChildWorkflowExecutionFailedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> StartChildWorkflowExecutionFailedEventAttributes -> StartChildWorkflowExecutionFailedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StartChildWorkflowExecutionFailedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StartChildWorkflowExecutionFailedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> StartChildWorkflowExecutionFailedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StartChildWorkflowExecutionFailedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StartChildWorkflowExecutionFailedEventAttributes -> m StartChildWorkflowExecutionFailedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StartChildWorkflowExecutionFailedEventAttributes -> m StartChildWorkflowExecutionFailedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StartChildWorkflowExecutionFailedEventAttributes -> m StartChildWorkflowExecutionFailedEventAttributes #

Read StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep StartChildWorkflowExecutionFailedEventAttributes = D1 (MetaData "StartChildWorkflowExecutionFailedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "StartChildWorkflowExecutionFailedEventAttributes'" PrefixI True) ((S1 (MetaSel (Just "_scwefeaControl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_scwefeaWorkflowType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowType) :*: S1 (MetaSel (Just "_scwefeaCause") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 StartChildWorkflowExecutionFailedCause))) :*: (S1 (MetaSel (Just "_scwefeaWorkflowId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_scwefeaInitiatedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer) :*: S1 (MetaSel (Just "_scwefeaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))))

startChildWorkflowExecutionFailedEventAttributes Source #

Creates a value of StartChildWorkflowExecutionFailedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • scwefeaControl - The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the child workflow execution.
  • scwefeaWorkflowType - The workflow type provided in the StartChildWorkflowExecution Decision that failed.
  • scwefeaCause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
  • scwefeaWorkflowId - The workflowId of the child workflow execution.
  • scwefeaInitiatedEventId - When the cause is WORKFLOW_ALREADY_RUNNING , initiatedEventId is the ID of the StartChildWorkflowExecutionInitiated event that corresponds to the StartChildWorkflowExecution Decision to start the workflow execution. You can use this information to diagnose problems by tracing back the chain of events leading up to this event. When the cause isn't WORKFLOW_ALREADY_RUNNING , initiatedEventId is set to 0 because the StartChildWorkflowExecutionInitiated event doesn't exist.
  • scwefeaDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events.

scwefeaControl :: Lens' StartChildWorkflowExecutionFailedEventAttributes (Maybe Text) Source #

The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the child workflow execution.

scwefeaWorkflowType :: Lens' StartChildWorkflowExecutionFailedEventAttributes WorkflowType Source #

The workflow type provided in the StartChildWorkflowExecution Decision that failed.

scwefeaCause :: Lens' StartChildWorkflowExecutionFailedEventAttributes StartChildWorkflowExecutionFailedCause Source #

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

scwefeaWorkflowId :: Lens' StartChildWorkflowExecutionFailedEventAttributes Text Source #

The workflowId of the child workflow execution.

scwefeaInitiatedEventId :: Lens' StartChildWorkflowExecutionFailedEventAttributes Integer Source #

When the cause is WORKFLOW_ALREADY_RUNNING , initiatedEventId is the ID of the StartChildWorkflowExecutionInitiated event that corresponds to the StartChildWorkflowExecution Decision to start the workflow execution. You can use this information to diagnose problems by tracing back the chain of events leading up to this event. When the cause isn't WORKFLOW_ALREADY_RUNNING , initiatedEventId is set to 0 because the StartChildWorkflowExecutionInitiated event doesn't exist.

scwefeaDecisionTaskCompletedEventId :: Lens' StartChildWorkflowExecutionFailedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events.

StartChildWorkflowExecutionInitiatedEventAttributes

data StartChildWorkflowExecutionInitiatedEventAttributes Source #

Provides the details of the StartChildWorkflowExecutionInitiated event.

See: startChildWorkflowExecutionInitiatedEventAttributes smart constructor.

Instances
Eq StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StartChildWorkflowExecutionInitiatedEventAttributes -> c StartChildWorkflowExecutionInitiatedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StartChildWorkflowExecutionInitiatedEventAttributes #

toConstr :: StartChildWorkflowExecutionInitiatedEventAttributes -> Constr #

dataTypeOf :: StartChildWorkflowExecutionInitiatedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StartChildWorkflowExecutionInitiatedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StartChildWorkflowExecutionInitiatedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> StartChildWorkflowExecutionInitiatedEventAttributes -> StartChildWorkflowExecutionInitiatedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StartChildWorkflowExecutionInitiatedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StartChildWorkflowExecutionInitiatedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> StartChildWorkflowExecutionInitiatedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StartChildWorkflowExecutionInitiatedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StartChildWorkflowExecutionInitiatedEventAttributes -> m StartChildWorkflowExecutionInitiatedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StartChildWorkflowExecutionInitiatedEventAttributes -> m StartChildWorkflowExecutionInitiatedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StartChildWorkflowExecutionInitiatedEventAttributes -> m StartChildWorkflowExecutionInitiatedEventAttributes #

Read StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep StartChildWorkflowExecutionInitiatedEventAttributes = D1 (MetaData "StartChildWorkflowExecutionInitiatedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "StartChildWorkflowExecutionInitiatedEventAttributes'" PrefixI True) (((S1 (MetaSel (Just "_scweieaControl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_scweieaTagList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_scweieaTaskStartToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_scweieaLambdaRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_scweieaInput") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_scweieaExecutionStartToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_scweieaTaskPriority") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_scweieaWorkflowId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_scweieaWorkflowType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowType))) :*: (S1 (MetaSel (Just "_scweieaTaskList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 TaskList) :*: (S1 (MetaSel (Just "_scweieaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer) :*: S1 (MetaSel (Just "_scweieaChildPolicy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ChildPolicy))))))

startChildWorkflowExecutionInitiatedEventAttributes Source #

Creates a value of StartChildWorkflowExecutionInitiatedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • scweieaControl - Data attached to the event that can be used by the decider in subsequent decision tasks. This data isn't sent to the activity.
  • scweieaTagList - The list of tags to associated with the child workflow execution.
  • scweieaTaskStartToCloseTimeout - The maximum duration allowed for the decision tasks for this workflow execution. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.
  • scweieaLambdaRole - The IAM role to attach to the child workflow execution.
  • scweieaInput - The inputs provided to the child workflow execution.
  • scweieaExecutionStartToCloseTimeout - The maximum duration for the child workflow execution. If the workflow execution isn't closed within this duration, it is timed out and force-terminated. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.
  • scweieaTaskPriority - The priority assigned for the decision tasks for this workflow execution. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide .
  • scweieaWorkflowId - The workflowId of the child workflow execution.
  • scweieaWorkflowType - The type of the child workflow execution.
  • scweieaTaskList - The name of the task list used for the decision tasks of the child workflow execution.
  • scweieaDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.
  • scweieaChildPolicy - The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout. The supported child policies are: * TERMINATE – The child executions are terminated. * REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. * ABANDON – No action is taken. The child executions continue to run.

scweieaControl :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #

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

scweieaTagList :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes [Text] Source #

The list of tags to associated with the child workflow execution.

scweieaTaskStartToCloseTimeout :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #

The maximum duration allowed for the decision tasks for this workflow execution. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

scweieaLambdaRole :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #

The IAM role to attach to the child workflow execution.

scweieaInput :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #

The inputs provided to the child workflow execution.

scweieaExecutionStartToCloseTimeout :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #

The maximum duration for the child workflow execution. If the workflow execution isn't closed within this duration, it is timed out and force-terminated. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

scweieaTaskPriority :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes (Maybe Text) Source #

The priority assigned for the decision tasks for this workflow execution. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide .

scweieaTaskList :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes TaskList Source #

The name of the task list used for the decision tasks of the child workflow execution.

scweieaDecisionTaskCompletedEventId :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.

scweieaChildPolicy :: Lens' StartChildWorkflowExecutionInitiatedEventAttributes ChildPolicy Source #

The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout. The supported child policies are: * TERMINATE – The child executions are terminated. * REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. * ABANDON – No action is taken. The child executions continue to run.

StartLambdaFunctionFailedEventAttributes

data StartLambdaFunctionFailedEventAttributes Source #

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

See: startLambdaFunctionFailedEventAttributes smart constructor.

Instances
Eq StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StartLambdaFunctionFailedEventAttributes -> c StartLambdaFunctionFailedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StartLambdaFunctionFailedEventAttributes #

toConstr :: StartLambdaFunctionFailedEventAttributes -> Constr #

dataTypeOf :: StartLambdaFunctionFailedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StartLambdaFunctionFailedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StartLambdaFunctionFailedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> StartLambdaFunctionFailedEventAttributes -> StartLambdaFunctionFailedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StartLambdaFunctionFailedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StartLambdaFunctionFailedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> StartLambdaFunctionFailedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StartLambdaFunctionFailedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StartLambdaFunctionFailedEventAttributes -> m StartLambdaFunctionFailedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StartLambdaFunctionFailedEventAttributes -> m StartLambdaFunctionFailedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StartLambdaFunctionFailedEventAttributes -> m StartLambdaFunctionFailedEventAttributes #

Read StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep StartLambdaFunctionFailedEventAttributes = D1 (MetaData "StartLambdaFunctionFailedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "StartLambdaFunctionFailedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_sScheduledEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 (MetaSel (Just "_sCause") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StartLambdaFunctionFailedCause)) :*: S1 (MetaSel (Just "_sMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

startLambdaFunctionFailedEventAttributes :: StartLambdaFunctionFailedEventAttributes Source #

Creates a value of StartLambdaFunctionFailedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • sScheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
  • sCause - The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
  • sMessage - A description that can help diagnose the cause of the fault.

sScheduledEventId :: Lens' StartLambdaFunctionFailedEventAttributes (Maybe Integer) Source #

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

sCause :: Lens' StartLambdaFunctionFailedEventAttributes (Maybe StartLambdaFunctionFailedCause) Source #

The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

sMessage :: Lens' StartLambdaFunctionFailedEventAttributes (Maybe Text) Source #

A description that can help diagnose the cause of the fault.

StartTimerDecisionAttributes

data StartTimerDecisionAttributes Source #

Provides the details of the StartTimer decision.

Access Control

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

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

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

See: startTimerDecisionAttributes smart constructor.

Instances
Eq StartTimerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data StartTimerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StartTimerDecisionAttributes -> c StartTimerDecisionAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StartTimerDecisionAttributes #

toConstr :: StartTimerDecisionAttributes -> Constr #

dataTypeOf :: StartTimerDecisionAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StartTimerDecisionAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StartTimerDecisionAttributes) #

gmapT :: (forall b. Data b => b -> b) -> StartTimerDecisionAttributes -> StartTimerDecisionAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StartTimerDecisionAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StartTimerDecisionAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> StartTimerDecisionAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StartTimerDecisionAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StartTimerDecisionAttributes -> m StartTimerDecisionAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StartTimerDecisionAttributes -> m StartTimerDecisionAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StartTimerDecisionAttributes -> m StartTimerDecisionAttributes #

Read StartTimerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show StartTimerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic StartTimerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep StartTimerDecisionAttributes :: Type -> Type #

Hashable StartTimerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

ToJSON StartTimerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData StartTimerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep StartTimerDecisionAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep StartTimerDecisionAttributes = D1 (MetaData "StartTimerDecisionAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "StartTimerDecisionAttributes'" PrefixI True) (S1 (MetaSel (Just "_stdaControl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_stdaTimerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_stdaStartToFireTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))

startTimerDecisionAttributes Source #

Creates a value of StartTimerDecisionAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • stdaControl - The data attached to the event that can be used by the decider in subsequent workflow tasks.
  • stdaTimerId - The unique ID of the timer. The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (u0000-u001f | u007f-u009f ). Also, it must not contain the literal string arn .
  • stdaStartToFireTimeout - The duration to wait before firing the timer. The duration is specified in seconds, an integer greater than or equal to 0 .

stdaControl :: Lens' StartTimerDecisionAttributes (Maybe Text) Source #

The data attached to the event that can be used by the decider in subsequent workflow tasks.

stdaTimerId :: Lens' StartTimerDecisionAttributes Text Source #

The unique ID of the timer. The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (u0000-u001f | u007f-u009f ). Also, it must not contain the literal string arn .

stdaStartToFireTimeout :: Lens' StartTimerDecisionAttributes Text Source #

The duration to wait before firing the timer. The duration is specified in seconds, an integer greater than or equal to 0 .

StartTimerFailedEventAttributes

data StartTimerFailedEventAttributes Source #

Provides the details of the StartTimerFailed event.

See: startTimerFailedEventAttributes smart constructor.

Instances
Eq StartTimerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data StartTimerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StartTimerFailedEventAttributes -> c StartTimerFailedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StartTimerFailedEventAttributes #

toConstr :: StartTimerFailedEventAttributes -> Constr #

dataTypeOf :: StartTimerFailedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StartTimerFailedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StartTimerFailedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> StartTimerFailedEventAttributes -> StartTimerFailedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StartTimerFailedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StartTimerFailedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> StartTimerFailedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StartTimerFailedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StartTimerFailedEventAttributes -> m StartTimerFailedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StartTimerFailedEventAttributes -> m StartTimerFailedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StartTimerFailedEventAttributes -> m StartTimerFailedEventAttributes #

Read StartTimerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show StartTimerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic StartTimerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep StartTimerFailedEventAttributes :: Type -> Type #

Hashable StartTimerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON StartTimerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData StartTimerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep StartTimerFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep StartTimerFailedEventAttributes = D1 (MetaData "StartTimerFailedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "StartTimerFailedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_stfeaTimerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_stfeaCause") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 StartTimerFailedCause) :*: S1 (MetaSel (Just "_stfeaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

startTimerFailedEventAttributes Source #

Creates a value of StartTimerFailedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • stfeaTimerId - The timerId provided in the StartTimer decision that failed.
  • stfeaCause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
  • stfeaDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

stfeaTimerId :: Lens' StartTimerFailedEventAttributes Text Source #

The timerId provided in the StartTimer decision that failed.

stfeaCause :: Lens' StartTimerFailedEventAttributes StartTimerFailedCause Source #

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

stfeaDecisionTaskCompletedEventId :: Lens' StartTimerFailedEventAttributes Integer Source #

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

TagFilter

data TagFilter Source #

Used to filter the workflow executions in visibility APIs based on a tag.

See: tagFilter smart constructor.

Instances
Eq TagFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data TagFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TagFilter -> c TagFilter #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TagFilter #

toConstr :: TagFilter -> Constr #

dataTypeOf :: TagFilter -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TagFilter) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TagFilter) #

gmapT :: (forall b. Data b => b -> b) -> TagFilter -> TagFilter #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TagFilter -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TagFilter -> r #

gmapQ :: (forall d. Data d => d -> u) -> TagFilter -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TagFilter -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TagFilter -> m TagFilter #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TagFilter -> m TagFilter #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TagFilter -> m TagFilter #

Read TagFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show TagFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic TagFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep TagFilter :: Type -> Type #

Hashable TagFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

ToJSON TagFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData TagFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

rnf :: TagFilter -> () #

type Rep TagFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep TagFilter = D1 (MetaData "TagFilter" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" True) (C1 (MetaCons "TagFilter'" PrefixI True) (S1 (MetaSel (Just "_tfTag") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))

tagFilter Source #

Arguments

:: Text

tfTag

-> TagFilter 

Creates a value of TagFilter with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • tfTag - Specifies the tag that must be associated with the execution for it to meet the filter criteria.

tfTag :: Lens' TagFilter Text Source #

Specifies the tag that must be associated with the execution for it to meet the filter criteria.

TaskList

data TaskList Source #

Represents a task list.

See: taskList smart constructor.

Instances
Eq TaskList Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data TaskList Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TaskList -> c TaskList #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TaskList #

toConstr :: TaskList -> Constr #

dataTypeOf :: TaskList -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TaskList) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TaskList) #

gmapT :: (forall b. Data b => b -> b) -> TaskList -> TaskList #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TaskList -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TaskList -> r #

gmapQ :: (forall d. Data d => d -> u) -> TaskList -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TaskList -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TaskList -> m TaskList #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TaskList -> m TaskList #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TaskList -> m TaskList #

Read TaskList Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show TaskList Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic TaskList Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep TaskList :: Type -> Type #

Methods

from :: TaskList -> Rep TaskList x #

to :: Rep TaskList x -> TaskList #

Hashable TaskList Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

hashWithSalt :: Int -> TaskList -> Int #

hash :: TaskList -> Int #

ToJSON TaskList Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON TaskList Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData TaskList Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

rnf :: TaskList -> () #

type Rep TaskList Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep TaskList = D1 (MetaData "TaskList" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" True) (C1 (MetaCons "TaskList'" PrefixI True) (S1 (MetaSel (Just "_tlName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))

taskList Source #

Arguments

:: Text

tlName

-> TaskList 

Creates a value of TaskList with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • tlName - The name of the task list.

tlName :: Lens' TaskList Text Source #

The name of the task list.

TimerCanceledEventAttributes

data TimerCanceledEventAttributes Source #

Provides the details of the TimerCanceled event.

See: timerCanceledEventAttributes smart constructor.

Instances
Eq TimerCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data TimerCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TimerCanceledEventAttributes -> c TimerCanceledEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TimerCanceledEventAttributes #

toConstr :: TimerCanceledEventAttributes -> Constr #

dataTypeOf :: TimerCanceledEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TimerCanceledEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TimerCanceledEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> TimerCanceledEventAttributes -> TimerCanceledEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TimerCanceledEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TimerCanceledEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> TimerCanceledEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TimerCanceledEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TimerCanceledEventAttributes -> m TimerCanceledEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TimerCanceledEventAttributes -> m TimerCanceledEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TimerCanceledEventAttributes -> m TimerCanceledEventAttributes #

Read TimerCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show TimerCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic TimerCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep TimerCanceledEventAttributes :: Type -> Type #

Hashable TimerCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON TimerCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData TimerCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep TimerCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep TimerCanceledEventAttributes = D1 (MetaData "TimerCanceledEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "TimerCanceledEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_tceaTimerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_tceaStartedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer) :*: S1 (MetaSel (Just "_tceaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

timerCanceledEventAttributes Source #

Creates a value of TimerCanceledEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • tceaTimerId - The unique ID of the timer that was canceled.
  • tceaStartedEventId - The ID of the TimerStarted event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
  • tceaDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelTimer decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

tceaTimerId :: Lens' TimerCanceledEventAttributes Text Source #

The unique ID of the timer that was canceled.

tceaStartedEventId :: Lens' TimerCanceledEventAttributes Integer Source #

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

tceaDecisionTaskCompletedEventId :: Lens' TimerCanceledEventAttributes Integer Source #

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

TimerFiredEventAttributes

data TimerFiredEventAttributes Source #

Provides the details of the TimerFired event.

See: timerFiredEventAttributes smart constructor.

Instances
Eq TimerFiredEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data TimerFiredEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TimerFiredEventAttributes -> c TimerFiredEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TimerFiredEventAttributes #

toConstr :: TimerFiredEventAttributes -> Constr #

dataTypeOf :: TimerFiredEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TimerFiredEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TimerFiredEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> TimerFiredEventAttributes -> TimerFiredEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TimerFiredEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TimerFiredEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> TimerFiredEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TimerFiredEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TimerFiredEventAttributes -> m TimerFiredEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TimerFiredEventAttributes -> m TimerFiredEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TimerFiredEventAttributes -> m TimerFiredEventAttributes #

Read TimerFiredEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show TimerFiredEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic TimerFiredEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep TimerFiredEventAttributes :: Type -> Type #

Hashable TimerFiredEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON TimerFiredEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData TimerFiredEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep TimerFiredEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep TimerFiredEventAttributes = D1 (MetaData "TimerFiredEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "TimerFiredEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_tfeaTimerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_tfeaStartedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))

timerFiredEventAttributes Source #

Creates a value of TimerFiredEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • tfeaTimerId - The unique ID of the timer that fired.
  • tfeaStartedEventId - The ID of the TimerStarted event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

tfeaTimerId :: Lens' TimerFiredEventAttributes Text Source #

The unique ID of the timer that fired.

tfeaStartedEventId :: Lens' TimerFiredEventAttributes Integer Source #

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

TimerStartedEventAttributes

data TimerStartedEventAttributes Source #

Provides the details of the TimerStarted event.

See: timerStartedEventAttributes smart constructor.

Instances
Eq TimerStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data TimerStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TimerStartedEventAttributes -> c TimerStartedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TimerStartedEventAttributes #

toConstr :: TimerStartedEventAttributes -> Constr #

dataTypeOf :: TimerStartedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TimerStartedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TimerStartedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> TimerStartedEventAttributes -> TimerStartedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TimerStartedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TimerStartedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> TimerStartedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TimerStartedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TimerStartedEventAttributes -> m TimerStartedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TimerStartedEventAttributes -> m TimerStartedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TimerStartedEventAttributes -> m TimerStartedEventAttributes #

Read TimerStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show TimerStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic TimerStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep TimerStartedEventAttributes :: Type -> Type #

Hashable TimerStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON TimerStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData TimerStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep TimerStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep TimerStartedEventAttributes = D1 (MetaData "TimerStartedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "TimerStartedEventAttributes'" PrefixI True) ((S1 (MetaSel (Just "_tseaControl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_tseaTimerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_tseaStartToFireTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_tseaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

timerStartedEventAttributes Source #

Creates a value of TimerStartedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • tseaControl - Data attached to the event that can be used by the decider in subsequent workflow tasks.
  • tseaTimerId - The unique ID of the timer that was started.
  • tseaStartToFireTimeout - The duration of time after which the timer fires. The duration is specified in seconds, an integer greater than or equal to 0 .
  • tseaDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

tseaControl :: Lens' TimerStartedEventAttributes (Maybe Text) Source #

Data attached to the event that can be used by the decider in subsequent workflow tasks.

tseaTimerId :: Lens' TimerStartedEventAttributes Text Source #

The unique ID of the timer that was started.

tseaStartToFireTimeout :: Lens' TimerStartedEventAttributes Text Source #

The duration of time after which the timer fires. The duration is specified in seconds, an integer greater than or equal to 0 .

tseaDecisionTaskCompletedEventId :: Lens' TimerStartedEventAttributes Integer Source #

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

WorkflowExecution

data WorkflowExecution Source #

Represents a workflow execution.

See: workflowExecution smart constructor.

Instances
Eq WorkflowExecution Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data WorkflowExecution Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowExecution -> c WorkflowExecution #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowExecution #

toConstr :: WorkflowExecution -> Constr #

dataTypeOf :: WorkflowExecution -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowExecution) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowExecution) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowExecution -> WorkflowExecution #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecution -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecution -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowExecution -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowExecution -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowExecution -> m WorkflowExecution #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecution -> m WorkflowExecution #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecution -> m WorkflowExecution #

Read WorkflowExecution Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show WorkflowExecution Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic WorkflowExecution Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep WorkflowExecution :: Type -> Type #

Hashable WorkflowExecution Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

ToJSON WorkflowExecution Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON WorkflowExecution Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData WorkflowExecution Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

rnf :: WorkflowExecution -> () #

type Rep WorkflowExecution Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecution = D1 (MetaData "WorkflowExecution" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "WorkflowExecution'" PrefixI True) (S1 (MetaSel (Just "_weWorkflowId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_weRunId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))

workflowExecution Source #

Creates a value of WorkflowExecution with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • weWorkflowId - The user defined identifier associated with the workflow execution.
  • weRunId - A system-generated unique identifier for the workflow execution.

weWorkflowId :: Lens' WorkflowExecution Text Source #

The user defined identifier associated with the workflow execution.

weRunId :: Lens' WorkflowExecution Text Source #

A system-generated unique identifier for the workflow execution.

WorkflowExecutionCancelRequestedEventAttributes

data WorkflowExecutionCancelRequestedEventAttributes Source #

Provides the details of the WorkflowExecutionCancelRequested event.

See: workflowExecutionCancelRequestedEventAttributes smart constructor.

Instances
Eq WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowExecutionCancelRequestedEventAttributes -> c WorkflowExecutionCancelRequestedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowExecutionCancelRequestedEventAttributes #

toConstr :: WorkflowExecutionCancelRequestedEventAttributes -> Constr #

dataTypeOf :: WorkflowExecutionCancelRequestedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowExecutionCancelRequestedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowExecutionCancelRequestedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowExecutionCancelRequestedEventAttributes -> WorkflowExecutionCancelRequestedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionCancelRequestedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionCancelRequestedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowExecutionCancelRequestedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowExecutionCancelRequestedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowExecutionCancelRequestedEventAttributes -> m WorkflowExecutionCancelRequestedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionCancelRequestedEventAttributes -> m WorkflowExecutionCancelRequestedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionCancelRequestedEventAttributes -> m WorkflowExecutionCancelRequestedEventAttributes #

Read WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionCancelRequestedEventAttributes = D1 (MetaData "WorkflowExecutionCancelRequestedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "WorkflowExecutionCancelRequestedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_wecreaExternalWorkflowExecution") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkflowExecution)) :*: (S1 (MetaSel (Just "_wecreaExternalInitiatedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 (MetaSel (Just "_wecreaCause") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkflowExecutionCancelRequestedCause)))))

workflowExecutionCancelRequestedEventAttributes :: WorkflowExecutionCancelRequestedEventAttributes Source #

Creates a value of WorkflowExecutionCancelRequestedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • wecreaExternalWorkflowExecution - The external workflow execution for which the cancellation was requested.
  • wecreaExternalInitiatedEventId - The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
  • wecreaCause - If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.

wecreaExternalWorkflowExecution :: Lens' WorkflowExecutionCancelRequestedEventAttributes (Maybe WorkflowExecution) Source #

The external workflow execution for which the cancellation was requested.

wecreaExternalInitiatedEventId :: Lens' WorkflowExecutionCancelRequestedEventAttributes (Maybe Integer) Source #

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

wecreaCause :: Lens' WorkflowExecutionCancelRequestedEventAttributes (Maybe WorkflowExecutionCancelRequestedCause) Source #

If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.

WorkflowExecutionCanceledEventAttributes

data WorkflowExecutionCanceledEventAttributes Source #

Provides the details of the WorkflowExecutionCanceled event.

See: workflowExecutionCanceledEventAttributes smart constructor.

Instances
Eq WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowExecutionCanceledEventAttributes -> c WorkflowExecutionCanceledEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowExecutionCanceledEventAttributes #

toConstr :: WorkflowExecutionCanceledEventAttributes -> Constr #

dataTypeOf :: WorkflowExecutionCanceledEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowExecutionCanceledEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowExecutionCanceledEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowExecutionCanceledEventAttributes -> WorkflowExecutionCanceledEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionCanceledEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionCanceledEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowExecutionCanceledEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowExecutionCanceledEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowExecutionCanceledEventAttributes -> m WorkflowExecutionCanceledEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionCanceledEventAttributes -> m WorkflowExecutionCanceledEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionCanceledEventAttributes -> m WorkflowExecutionCanceledEventAttributes #

Read WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionCanceledEventAttributes = D1 (MetaData "WorkflowExecutionCanceledEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "WorkflowExecutionCanceledEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_wDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_wDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))

workflowExecutionCanceledEventAttributes Source #

Creates a value of WorkflowExecutionCanceledEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

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

wDecisionTaskCompletedEventId :: Lens' WorkflowExecutionCanceledEventAttributes Integer Source #

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

WorkflowExecutionCompletedEventAttributes

data WorkflowExecutionCompletedEventAttributes Source #

Provides the details of the WorkflowExecutionCompleted event.

See: workflowExecutionCompletedEventAttributes smart constructor.

Instances
Eq WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowExecutionCompletedEventAttributes -> c WorkflowExecutionCompletedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowExecutionCompletedEventAttributes #

toConstr :: WorkflowExecutionCompletedEventAttributes -> Constr #

dataTypeOf :: WorkflowExecutionCompletedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowExecutionCompletedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowExecutionCompletedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowExecutionCompletedEventAttributes -> WorkflowExecutionCompletedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionCompletedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionCompletedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowExecutionCompletedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowExecutionCompletedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowExecutionCompletedEventAttributes -> m WorkflowExecutionCompletedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionCompletedEventAttributes -> m WorkflowExecutionCompletedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionCompletedEventAttributes -> m WorkflowExecutionCompletedEventAttributes #

Read WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionCompletedEventAttributes = D1 (MetaData "WorkflowExecutionCompletedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "WorkflowExecutionCompletedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_weceaResult") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_weceaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer)))

workflowExecutionCompletedEventAttributes Source #

Creates a value of WorkflowExecutionCompletedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • weceaResult - The result produced by the workflow execution upon successful completion.
  • weceaDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

weceaResult :: Lens' WorkflowExecutionCompletedEventAttributes (Maybe Text) Source #

The result produced by the workflow execution upon successful completion.

weceaDecisionTaskCompletedEventId :: Lens' WorkflowExecutionCompletedEventAttributes Integer Source #

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

WorkflowExecutionConfiguration

data WorkflowExecutionConfiguration Source #

The configuration settings for a workflow execution including timeout values, tasklist etc. These configuration settings are determined from the defaults specified when registering the workflow type and those specified when starting the workflow execution.

See: workflowExecutionConfiguration smart constructor.

Instances
Eq WorkflowExecutionConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data WorkflowExecutionConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowExecutionConfiguration -> c WorkflowExecutionConfiguration #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowExecutionConfiguration #

toConstr :: WorkflowExecutionConfiguration -> Constr #

dataTypeOf :: WorkflowExecutionConfiguration -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowExecutionConfiguration) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowExecutionConfiguration) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowExecutionConfiguration -> WorkflowExecutionConfiguration #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionConfiguration -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionConfiguration -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowExecutionConfiguration -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowExecutionConfiguration -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowExecutionConfiguration -> m WorkflowExecutionConfiguration #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionConfiguration -> m WorkflowExecutionConfiguration #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionConfiguration -> m WorkflowExecutionConfiguration #

Read WorkflowExecutionConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show WorkflowExecutionConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic WorkflowExecutionConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep WorkflowExecutionConfiguration :: Type -> Type #

Hashable WorkflowExecutionConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON WorkflowExecutionConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData WorkflowExecutionConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionConfiguration = D1 (MetaData "WorkflowExecutionConfiguration" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "WorkflowExecutionConfiguration'" PrefixI True) ((S1 (MetaSel (Just "_wecLambdaRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_wecTaskPriority") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_wecTaskStartToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) :*: (S1 (MetaSel (Just "_wecExecutionStartToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_wecTaskList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 TaskList) :*: S1 (MetaSel (Just "_wecChildPolicy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ChildPolicy)))))

workflowExecutionConfiguration Source #

Creates a value of WorkflowExecutionConfiguration with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • wecLambdaRole - The IAM role attached to the child workflow execution.
  • wecTaskPriority - The priority assigned to decision tasks for this workflow execution. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide .
  • wecTaskStartToCloseTimeout - The maximum duration allowed for decision tasks for this workflow execution. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.
  • wecExecutionStartToCloseTimeout - The total duration for this workflow execution. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.
  • wecTaskList - The task list used for the decision tasks generated for this workflow execution.
  • wecChildPolicy - The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. The supported child policies are: * TERMINATE – The child executions are terminated. * REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. * ABANDON – No action is taken. The child executions continue to run.

wecLambdaRole :: Lens' WorkflowExecutionConfiguration (Maybe Text) Source #

The IAM role attached to the child workflow execution.

wecTaskPriority :: Lens' WorkflowExecutionConfiguration (Maybe Text) Source #

The priority assigned to decision tasks for this workflow execution. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide .

wecTaskStartToCloseTimeout :: Lens' WorkflowExecutionConfiguration Text Source #

The maximum duration allowed for decision tasks for this workflow execution. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

wecExecutionStartToCloseTimeout :: Lens' WorkflowExecutionConfiguration Text Source #

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

wecTaskList :: Lens' WorkflowExecutionConfiguration TaskList Source #

The task list used for the decision tasks generated for this workflow execution.

wecChildPolicy :: Lens' WorkflowExecutionConfiguration ChildPolicy Source #

The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. The supported child policies are: * TERMINATE – The child executions are terminated. * REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. * ABANDON – No action is taken. The child executions continue to run.

WorkflowExecutionContinuedAsNewEventAttributes

data WorkflowExecutionContinuedAsNewEventAttributes Source #

Provides the details of the WorkflowExecutionContinuedAsNew event.

See: workflowExecutionContinuedAsNewEventAttributes smart constructor.

Instances
Eq WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowExecutionContinuedAsNewEventAttributes -> c WorkflowExecutionContinuedAsNewEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowExecutionContinuedAsNewEventAttributes #

toConstr :: WorkflowExecutionContinuedAsNewEventAttributes -> Constr #

dataTypeOf :: WorkflowExecutionContinuedAsNewEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowExecutionContinuedAsNewEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowExecutionContinuedAsNewEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowExecutionContinuedAsNewEventAttributes -> WorkflowExecutionContinuedAsNewEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionContinuedAsNewEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionContinuedAsNewEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowExecutionContinuedAsNewEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowExecutionContinuedAsNewEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowExecutionContinuedAsNewEventAttributes -> m WorkflowExecutionContinuedAsNewEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionContinuedAsNewEventAttributes -> m WorkflowExecutionContinuedAsNewEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionContinuedAsNewEventAttributes -> m WorkflowExecutionContinuedAsNewEventAttributes #

Read WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionContinuedAsNewEventAttributes = D1 (MetaData "WorkflowExecutionContinuedAsNewEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "WorkflowExecutionContinuedAsNewEventAttributes'" PrefixI True) (((S1 (MetaSel (Just "_wecaneaTagList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_wecaneaTaskStartToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_wecaneaLambdaRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_wecaneaInput") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_wecaneaExecutionStartToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_wecaneaTaskPriority") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_wecaneaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer) :*: S1 (MetaSel (Just "_wecaneaNewExecutionRunId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) :*: (S1 (MetaSel (Just "_wecaneaTaskList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 TaskList) :*: (S1 (MetaSel (Just "_wecaneaChildPolicy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ChildPolicy) :*: S1 (MetaSel (Just "_wecaneaWorkflowType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowType))))))

workflowExecutionContinuedAsNewEventAttributes Source #

Creates a value of WorkflowExecutionContinuedAsNewEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • wecaneaTagList - The list of tags associated with the new workflow execution.
  • wecaneaTaskStartToCloseTimeout - The maximum duration of decision tasks for the new workflow execution. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.
  • wecaneaLambdaRole - The IAM role to attach to the new (continued) workflow execution.
  • wecaneaInput - The input provided to the new workflow execution.
  • wecaneaExecutionStartToCloseTimeout - The total duration allowed for the new workflow execution. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.
  • wecaneaTaskPriority - The priority of the task to use for the decisions of the new (continued) workflow execution.
  • wecaneaDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
  • wecaneaNewExecutionRunId - The runId of the new workflow execution.
  • wecaneaTaskList - The task list to use for the decisions of the new (continued) workflow execution.
  • wecaneaChildPolicy - The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. The supported child policies are: * TERMINATE – The child executions are terminated. * REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. * ABANDON – No action is taken. The child executions continue to run.
  • wecaneaWorkflowType - The workflow type of this execution.

wecaneaTagList :: Lens' WorkflowExecutionContinuedAsNewEventAttributes [Text] Source #

The list of tags associated with the new workflow execution.

wecaneaTaskStartToCloseTimeout :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text) Source #

The maximum duration of decision tasks for the new workflow execution. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

wecaneaLambdaRole :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text) Source #

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

wecaneaInput :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text) Source #

The input provided to the new workflow execution.

wecaneaExecutionStartToCloseTimeout :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text) Source #

The total duration allowed for the new workflow execution. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

wecaneaTaskPriority :: Lens' WorkflowExecutionContinuedAsNewEventAttributes (Maybe Text) Source #

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

wecaneaDecisionTaskCompletedEventId :: Lens' WorkflowExecutionContinuedAsNewEventAttributes Integer Source #

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

wecaneaTaskList :: Lens' WorkflowExecutionContinuedAsNewEventAttributes TaskList Source #

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

wecaneaChildPolicy :: Lens' WorkflowExecutionContinuedAsNewEventAttributes ChildPolicy Source #

The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. The supported child policies are: * TERMINATE – The child executions are terminated. * REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. * ABANDON – No action is taken. The child executions continue to run.

WorkflowExecutionCount

data WorkflowExecutionCount Source #

Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions

See: workflowExecutionCount smart constructor.

Instances
Eq WorkflowExecutionCount Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data WorkflowExecutionCount Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowExecutionCount -> c WorkflowExecutionCount #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowExecutionCount #

toConstr :: WorkflowExecutionCount -> Constr #

dataTypeOf :: WorkflowExecutionCount -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowExecutionCount) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowExecutionCount) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowExecutionCount -> WorkflowExecutionCount #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionCount -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionCount -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowExecutionCount -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowExecutionCount -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowExecutionCount -> m WorkflowExecutionCount #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionCount -> m WorkflowExecutionCount #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionCount -> m WorkflowExecutionCount #

Read WorkflowExecutionCount Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show WorkflowExecutionCount Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic WorkflowExecutionCount Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep WorkflowExecutionCount :: Type -> Type #

Hashable WorkflowExecutionCount Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON WorkflowExecutionCount Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData WorkflowExecutionCount Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

rnf :: WorkflowExecutionCount -> () #

type Rep WorkflowExecutionCount Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionCount = D1 (MetaData "WorkflowExecutionCount" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "WorkflowExecutionCount'" PrefixI True) (S1 (MetaSel (Just "_wecTruncated") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_wecCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat)))

workflowExecutionCount Source #

Creates a value of WorkflowExecutionCount with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • wecTruncated - If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
  • wecCount - The number of workflow executions.

wecTruncated :: Lens' WorkflowExecutionCount (Maybe Bool) Source #

If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.

wecCount :: Lens' WorkflowExecutionCount Natural Source #

The number of workflow executions.

WorkflowExecutionFailedEventAttributes

data WorkflowExecutionFailedEventAttributes Source #

Provides the details of the WorkflowExecutionFailed event.

See: workflowExecutionFailedEventAttributes smart constructor.

Instances
Eq WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowExecutionFailedEventAttributes -> c WorkflowExecutionFailedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowExecutionFailedEventAttributes #

toConstr :: WorkflowExecutionFailedEventAttributes -> Constr #

dataTypeOf :: WorkflowExecutionFailedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowExecutionFailedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowExecutionFailedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowExecutionFailedEventAttributes -> WorkflowExecutionFailedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionFailedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionFailedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowExecutionFailedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowExecutionFailedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowExecutionFailedEventAttributes -> m WorkflowExecutionFailedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionFailedEventAttributes -> m WorkflowExecutionFailedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionFailedEventAttributes -> m WorkflowExecutionFailedEventAttributes #

Read WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionFailedEventAttributes = D1 (MetaData "WorkflowExecutionFailedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "WorkflowExecutionFailedEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_wefeaReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_wefeaDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_wefeaDecisionTaskCompletedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Integer))))

workflowExecutionFailedEventAttributes Source #

Creates a value of WorkflowExecutionFailedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • wefeaReason - The descriptive reason provided for the failure.
  • wefeaDetails - The details of the failure.
  • wefeaDecisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution decision to fail this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

wefeaReason :: Lens' WorkflowExecutionFailedEventAttributes (Maybe Text) Source #

The descriptive reason provided for the failure.

wefeaDecisionTaskCompletedEventId :: Lens' WorkflowExecutionFailedEventAttributes Integer Source #

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

WorkflowExecutionFilter

data WorkflowExecutionFilter Source #

Used to filter the workflow executions in visibility APIs by their workflowId .

See: workflowExecutionFilter smart constructor.

Instances
Eq WorkflowExecutionFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data WorkflowExecutionFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowExecutionFilter -> c WorkflowExecutionFilter #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowExecutionFilter #

toConstr :: WorkflowExecutionFilter -> Constr #

dataTypeOf :: WorkflowExecutionFilter -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowExecutionFilter) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowExecutionFilter) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowExecutionFilter -> WorkflowExecutionFilter #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionFilter -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionFilter -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowExecutionFilter -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowExecutionFilter -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowExecutionFilter -> m WorkflowExecutionFilter #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionFilter -> m WorkflowExecutionFilter #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionFilter -> m WorkflowExecutionFilter #

Read WorkflowExecutionFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show WorkflowExecutionFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic WorkflowExecutionFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep WorkflowExecutionFilter :: Type -> Type #

Hashable WorkflowExecutionFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

ToJSON WorkflowExecutionFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData WorkflowExecutionFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

rnf :: WorkflowExecutionFilter -> () #

type Rep WorkflowExecutionFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionFilter = D1 (MetaData "WorkflowExecutionFilter" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" True) (C1 (MetaCons "WorkflowExecutionFilter'" PrefixI True) (S1 (MetaSel (Just "_wefWorkflowId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))

workflowExecutionFilter Source #

Creates a value of WorkflowExecutionFilter with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • wefWorkflowId - The workflowId to pass of match the criteria of this filter.

wefWorkflowId :: Lens' WorkflowExecutionFilter Text Source #

The workflowId to pass of match the criteria of this filter.

WorkflowExecutionInfo

data WorkflowExecutionInfo Source #

Contains information about a workflow execution.

See: workflowExecutionInfo smart constructor.

Instances
Eq WorkflowExecutionInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data WorkflowExecutionInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowExecutionInfo -> c WorkflowExecutionInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowExecutionInfo #

toConstr :: WorkflowExecutionInfo -> Constr #

dataTypeOf :: WorkflowExecutionInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowExecutionInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowExecutionInfo) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowExecutionInfo -> WorkflowExecutionInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowExecutionInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowExecutionInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowExecutionInfo -> m WorkflowExecutionInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionInfo -> m WorkflowExecutionInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionInfo -> m WorkflowExecutionInfo #

Read WorkflowExecutionInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show WorkflowExecutionInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic WorkflowExecutionInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep WorkflowExecutionInfo :: Type -> Type #

Hashable WorkflowExecutionInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON WorkflowExecutionInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData WorkflowExecutionInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

rnf :: WorkflowExecutionInfo -> () #

type Rep WorkflowExecutionInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

workflowExecutionInfo Source #

Creates a value of WorkflowExecutionInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • weiParent - If this workflow execution is a child of another execution then contains the workflow execution that started this execution.
  • weiTagList - The list of tags associated with the workflow execution. Tags can be used to identify and list workflow executions of interest through the visibility APIs. A workflow execution can have a maximum of 5 tags.
  • weiCloseStatus - If the execution status is closed then this specifies how the execution was closed: * COMPLETED – the execution was successfully completed. * CANCELED – the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed. * TERMINATED – the execution was force terminated. * FAILED – the execution failed to complete. * TIMED_OUT – the execution did not complete in the alloted time and was automatically timed out. * CONTINUED_AS_NEW – the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow.
  • weiCloseTimestamp - The time when the workflow execution was closed. Set only if the execution status is CLOSED.
  • weiCancelRequested - Set to true if a cancellation is requested for this workflow execution.
  • weiExecution - The workflow execution this information is about.
  • weiWorkflowType - The type of the workflow execution.
  • weiStartTimestamp - The time when the execution was started.
  • weiExecutionStatus - The current status of the execution.

weiParent :: Lens' WorkflowExecutionInfo (Maybe WorkflowExecution) Source #

If this workflow execution is a child of another execution then contains the workflow execution that started this execution.

weiTagList :: Lens' WorkflowExecutionInfo [Text] Source #

The list of tags associated with the workflow execution. Tags can be used to identify and list workflow executions of interest through the visibility APIs. A workflow execution can have a maximum of 5 tags.

weiCloseStatus :: Lens' WorkflowExecutionInfo (Maybe CloseStatus) Source #

If the execution status is closed then this specifies how the execution was closed: * COMPLETED – the execution was successfully completed. * CANCELED – the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed. * TERMINATED – the execution was force terminated. * FAILED – the execution failed to complete. * TIMED_OUT – the execution did not complete in the alloted time and was automatically timed out. * CONTINUED_AS_NEW – the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow.

weiCloseTimestamp :: Lens' WorkflowExecutionInfo (Maybe UTCTime) Source #

The time when the workflow execution was closed. Set only if the execution status is CLOSED.

weiCancelRequested :: Lens' WorkflowExecutionInfo (Maybe Bool) Source #

Set to true if a cancellation is requested for this workflow execution.

weiExecution :: Lens' WorkflowExecutionInfo WorkflowExecution Source #

The workflow execution this information is about.

weiWorkflowType :: Lens' WorkflowExecutionInfo WorkflowType Source #

The type of the workflow execution.

weiStartTimestamp :: Lens' WorkflowExecutionInfo UTCTime Source #

The time when the execution was started.

weiExecutionStatus :: Lens' WorkflowExecutionInfo ExecutionStatus Source #

The current status of the execution.

WorkflowExecutionInfos

data WorkflowExecutionInfos Source #

Contains a paginated list of information about workflow executions.

See: workflowExecutionInfos smart constructor.

Instances
Eq WorkflowExecutionInfos Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data WorkflowExecutionInfos Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowExecutionInfos -> c WorkflowExecutionInfos #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowExecutionInfos #

toConstr :: WorkflowExecutionInfos -> Constr #

dataTypeOf :: WorkflowExecutionInfos -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowExecutionInfos) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowExecutionInfos) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowExecutionInfos -> WorkflowExecutionInfos #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionInfos -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionInfos -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowExecutionInfos -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowExecutionInfos -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowExecutionInfos -> m WorkflowExecutionInfos #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionInfos -> m WorkflowExecutionInfos #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionInfos -> m WorkflowExecutionInfos #

Read WorkflowExecutionInfos Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show WorkflowExecutionInfos Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic WorkflowExecutionInfos Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep WorkflowExecutionInfos :: Type -> Type #

Hashable WorkflowExecutionInfos Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON WorkflowExecutionInfos Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData WorkflowExecutionInfos Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

rnf :: WorkflowExecutionInfos -> () #

type Rep WorkflowExecutionInfos Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionInfos = D1 (MetaData "WorkflowExecutionInfos" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "WorkflowExecutionInfos'" PrefixI True) (S1 (MetaSel (Just "_weiNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_weiExecutionInfos") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [WorkflowExecutionInfo])))

workflowExecutionInfos :: WorkflowExecutionInfos Source #

Creates a value of WorkflowExecutionInfos with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • weiNextPageToken - If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken . Keep all other arguments unchanged. The configured maximumPageSize determines how many results can be returned in a single call.
  • weiExecutionInfos - The list of workflow information structures.

weiNextPageToken :: Lens' WorkflowExecutionInfos (Maybe Text) Source #

If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken . Keep all other arguments unchanged. The configured maximumPageSize determines how many results can be returned in a single call.

weiExecutionInfos :: Lens' WorkflowExecutionInfos [WorkflowExecutionInfo] Source #

The list of workflow information structures.

WorkflowExecutionOpenCounts

data WorkflowExecutionOpenCounts Source #

Contains the counts of open tasks, child workflow executions and timers for a workflow execution.

See: workflowExecutionOpenCounts smart constructor.

Instances
Eq WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowExecutionOpenCounts -> c WorkflowExecutionOpenCounts #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowExecutionOpenCounts #

toConstr :: WorkflowExecutionOpenCounts -> Constr #

dataTypeOf :: WorkflowExecutionOpenCounts -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowExecutionOpenCounts) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowExecutionOpenCounts) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowExecutionOpenCounts -> WorkflowExecutionOpenCounts #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionOpenCounts -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionOpenCounts -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowExecutionOpenCounts -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowExecutionOpenCounts -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowExecutionOpenCounts -> m WorkflowExecutionOpenCounts #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionOpenCounts -> m WorkflowExecutionOpenCounts #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionOpenCounts -> m WorkflowExecutionOpenCounts #

Read WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep WorkflowExecutionOpenCounts :: Type -> Type #

Hashable WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionOpenCounts = D1 (MetaData "WorkflowExecutionOpenCounts" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "WorkflowExecutionOpenCounts'" PrefixI True) ((S1 (MetaSel (Just "_weocOpenLambdaFunctions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)) :*: S1 (MetaSel (Just "_weocOpenActivityTasks") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat)) :*: (S1 (MetaSel (Just "_weocOpenDecisionTasks") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat) :*: (S1 (MetaSel (Just "_weocOpenTimers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat) :*: S1 (MetaSel (Just "_weocOpenChildWorkflowExecutions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat)))))

workflowExecutionOpenCounts Source #

Creates a value of WorkflowExecutionOpenCounts with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

weocOpenLambdaFunctions :: Lens' WorkflowExecutionOpenCounts (Maybe Natural) Source #

The count of Lambda tasks whose status is OPEN .

weocOpenActivityTasks :: Lens' WorkflowExecutionOpenCounts Natural Source #

The count of activity tasks whose status is OPEN .

weocOpenDecisionTasks :: Lens' WorkflowExecutionOpenCounts Natural Source #

The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.

weocOpenTimers :: Lens' WorkflowExecutionOpenCounts Natural Source #

The count of timers started by this workflow execution that have not fired yet.

weocOpenChildWorkflowExecutions :: Lens' WorkflowExecutionOpenCounts Natural Source #

The count of child workflow executions whose status is OPEN .

WorkflowExecutionSignaledEventAttributes

data WorkflowExecutionSignaledEventAttributes Source #

Provides the details of the WorkflowExecutionSignaled event.

See: workflowExecutionSignaledEventAttributes smart constructor.

Instances
Eq WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowExecutionSignaledEventAttributes -> c WorkflowExecutionSignaledEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowExecutionSignaledEventAttributes #

toConstr :: WorkflowExecutionSignaledEventAttributes -> Constr #

dataTypeOf :: WorkflowExecutionSignaledEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowExecutionSignaledEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowExecutionSignaledEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowExecutionSignaledEventAttributes -> WorkflowExecutionSignaledEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionSignaledEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionSignaledEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowExecutionSignaledEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowExecutionSignaledEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowExecutionSignaledEventAttributes -> m WorkflowExecutionSignaledEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionSignaledEventAttributes -> m WorkflowExecutionSignaledEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionSignaledEventAttributes -> m WorkflowExecutionSignaledEventAttributes #

Read WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionSignaledEventAttributes = D1 (MetaData "WorkflowExecutionSignaledEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "WorkflowExecutionSignaledEventAttributes'" PrefixI True) ((S1 (MetaSel (Just "_wExternalWorkflowExecution") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkflowExecution)) :*: S1 (MetaSel (Just "_wExternalInitiatedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 (MetaSel (Just "_wInput") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_wSignalName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))

workflowExecutionSignaledEventAttributes Source #

Creates a value of WorkflowExecutionSignaledEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • wExternalWorkflowExecution - The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.
  • wExternalInitiatedEventId - The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.
  • wInput - The inputs provided with the signal. The decider can use the signal name and inputs to determine how to process the signal.
  • wSignalName - The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.

wExternalWorkflowExecution :: Lens' WorkflowExecutionSignaledEventAttributes (Maybe WorkflowExecution) Source #

The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.

wExternalInitiatedEventId :: Lens' WorkflowExecutionSignaledEventAttributes (Maybe Integer) Source #

The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.

wInput :: Lens' WorkflowExecutionSignaledEventAttributes (Maybe Text) Source #

The inputs provided with the signal. The decider can use the signal name and inputs to determine how to process the signal.

wSignalName :: Lens' WorkflowExecutionSignaledEventAttributes Text Source #

The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.

WorkflowExecutionStartedEventAttributes

data WorkflowExecutionStartedEventAttributes Source #

Provides details of WorkflowExecutionStarted event.

See: workflowExecutionStartedEventAttributes smart constructor.

Instances
Eq WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowExecutionStartedEventAttributes -> c WorkflowExecutionStartedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowExecutionStartedEventAttributes #

toConstr :: WorkflowExecutionStartedEventAttributes -> Constr #

dataTypeOf :: WorkflowExecutionStartedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowExecutionStartedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowExecutionStartedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowExecutionStartedEventAttributes -> WorkflowExecutionStartedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionStartedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionStartedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowExecutionStartedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowExecutionStartedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowExecutionStartedEventAttributes -> m WorkflowExecutionStartedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionStartedEventAttributes -> m WorkflowExecutionStartedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionStartedEventAttributes -> m WorkflowExecutionStartedEventAttributes #

Read WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionStartedEventAttributes = D1 (MetaData "WorkflowExecutionStartedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "WorkflowExecutionStartedEventAttributes'" PrefixI True) (((S1 (MetaSel (Just "_weseaParentInitiatedEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 (MetaSel (Just "_weseaTagList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_weseaTaskStartToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_weseaLambdaRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_weseaInput") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_weseaExecutionStartToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_weseaTaskPriority") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_weseaParentWorkflowExecution") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkflowExecution)) :*: S1 (MetaSel (Just "_weseaContinuedExecutionRunId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_weseaChildPolicy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ChildPolicy) :*: (S1 (MetaSel (Just "_weseaTaskList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 TaskList) :*: S1 (MetaSel (Just "_weseaWorkflowType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowType))))))

workflowExecutionStartedEventAttributes Source #

Creates a value of WorkflowExecutionStartedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • weseaParentInitiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this workflow execution. The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
  • weseaTagList - The list of tags associated with this workflow execution. An execution can have up to 5 tags.
  • weseaTaskStartToCloseTimeout - The maximum duration of decision tasks for this workflow type. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.
  • weseaLambdaRole - The IAM role attached to the workflow execution.
  • weseaInput - The input provided to the workflow execution.
  • weseaExecutionStartToCloseTimeout - The maximum duration for this workflow execution. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.
  • weseaTaskPriority - The priority of the decision tasks in the workflow execution.
  • weseaParentWorkflowExecution - The source workflow execution that started this workflow execution. The member isn't set if the workflow execution was not started by a workflow.
  • weseaContinuedExecutionRunId - If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.
  • weseaChildPolicy - The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. The supported child policies are: * TERMINATE – The child executions are terminated. * REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. * ABANDON – No action is taken. The child executions continue to run.
  • weseaTaskList - The name of the task list for scheduling the decision tasks for this workflow execution.
  • weseaWorkflowType - The workflow type of this execution.

weseaParentInitiatedEventId :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Integer) Source #

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

weseaTagList :: Lens' WorkflowExecutionStartedEventAttributes [Text] Source #

The list of tags associated with this workflow execution. An execution can have up to 5 tags.

weseaTaskStartToCloseTimeout :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text) Source #

The maximum duration of decision tasks for this workflow type. The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

weseaLambdaRole :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text) Source #

The IAM role attached to the workflow execution.

weseaInput :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text) Source #

The input provided to the workflow execution.

weseaExecutionStartToCloseTimeout :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text) Source #

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

weseaTaskPriority :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text) Source #

The priority of the decision tasks in the workflow execution.

weseaParentWorkflowExecution :: Lens' WorkflowExecutionStartedEventAttributes (Maybe WorkflowExecution) Source #

The source workflow execution that started this workflow execution. The member isn't set if the workflow execution was not started by a workflow.

weseaContinuedExecutionRunId :: Lens' WorkflowExecutionStartedEventAttributes (Maybe Text) Source #

If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

weseaChildPolicy :: Lens' WorkflowExecutionStartedEventAttributes ChildPolicy Source #

The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. The supported child policies are: * TERMINATE – The child executions are terminated. * REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. * ABANDON – No action is taken. The child executions continue to run.

weseaTaskList :: Lens' WorkflowExecutionStartedEventAttributes TaskList Source #

The name of the task list for scheduling the decision tasks for this workflow execution.

WorkflowExecutionTerminatedEventAttributes

data WorkflowExecutionTerminatedEventAttributes Source #

Provides the details of the WorkflowExecutionTerminated event.

See: workflowExecutionTerminatedEventAttributes smart constructor.

Instances
Eq WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowExecutionTerminatedEventAttributes -> c WorkflowExecutionTerminatedEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowExecutionTerminatedEventAttributes #

toConstr :: WorkflowExecutionTerminatedEventAttributes -> Constr #

dataTypeOf :: WorkflowExecutionTerminatedEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowExecutionTerminatedEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowExecutionTerminatedEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowExecutionTerminatedEventAttributes -> WorkflowExecutionTerminatedEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionTerminatedEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionTerminatedEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowExecutionTerminatedEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowExecutionTerminatedEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowExecutionTerminatedEventAttributes -> m WorkflowExecutionTerminatedEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionTerminatedEventAttributes -> m WorkflowExecutionTerminatedEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionTerminatedEventAttributes -> m WorkflowExecutionTerminatedEventAttributes #

Read WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionTerminatedEventAttributes = D1 (MetaData "WorkflowExecutionTerminatedEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "WorkflowExecutionTerminatedEventAttributes'" PrefixI True) ((S1 (MetaSel (Just "_weteaCause") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WorkflowExecutionTerminatedCause)) :*: S1 (MetaSel (Just "_weteaReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_weteaDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_weteaChildPolicy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ChildPolicy))))

workflowExecutionTerminatedEventAttributes Source #

Creates a value of WorkflowExecutionTerminatedEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • weteaCause - If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.
  • weteaReason - The reason provided for the termination.
  • weteaDetails - The details provided for the termination.
  • weteaChildPolicy - The policy used for the child workflow executions of this workflow execution. The supported child policies are: * TERMINATE – The child executions are terminated. * REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. * ABANDON – No action is taken. The child executions continue to run.

weteaCause :: Lens' WorkflowExecutionTerminatedEventAttributes (Maybe WorkflowExecutionTerminatedCause) Source #

If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.

weteaReason :: Lens' WorkflowExecutionTerminatedEventAttributes (Maybe Text) Source #

The reason provided for the termination.

weteaDetails :: Lens' WorkflowExecutionTerminatedEventAttributes (Maybe Text) Source #

The details provided for the termination.

weteaChildPolicy :: Lens' WorkflowExecutionTerminatedEventAttributes ChildPolicy Source #

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

WorkflowExecutionTimedOutEventAttributes

data WorkflowExecutionTimedOutEventAttributes Source #

Provides the details of the WorkflowExecutionTimedOut event.

See: workflowExecutionTimedOutEventAttributes smart constructor.

Instances
Eq WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowExecutionTimedOutEventAttributes -> c WorkflowExecutionTimedOutEventAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowExecutionTimedOutEventAttributes #

toConstr :: WorkflowExecutionTimedOutEventAttributes -> Constr #

dataTypeOf :: WorkflowExecutionTimedOutEventAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowExecutionTimedOutEventAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowExecutionTimedOutEventAttributes) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowExecutionTimedOutEventAttributes -> WorkflowExecutionTimedOutEventAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionTimedOutEventAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowExecutionTimedOutEventAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowExecutionTimedOutEventAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowExecutionTimedOutEventAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowExecutionTimedOutEventAttributes -> m WorkflowExecutionTimedOutEventAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionTimedOutEventAttributes -> m WorkflowExecutionTimedOutEventAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowExecutionTimedOutEventAttributes -> m WorkflowExecutionTimedOutEventAttributes #

Read WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Hashable WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowExecutionTimedOutEventAttributes = D1 (MetaData "WorkflowExecutionTimedOutEventAttributes" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "WorkflowExecutionTimedOutEventAttributes'" PrefixI True) (S1 (MetaSel (Just "_wetoeaTimeoutType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowExecutionTimeoutType) :*: S1 (MetaSel (Just "_wetoeaChildPolicy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ChildPolicy)))

workflowExecutionTimedOutEventAttributes Source #

Creates a value of WorkflowExecutionTimedOutEventAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • wetoeaTimeoutType - The type of timeout that caused this event.
  • wetoeaChildPolicy - The policy used for the child workflow executions of this workflow execution. The supported child policies are: * TERMINATE – The child executions are terminated. * REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. * ABANDON – No action is taken. The child executions continue to run.

wetoeaChildPolicy :: Lens' WorkflowExecutionTimedOutEventAttributes ChildPolicy Source #

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

WorkflowType

data WorkflowType Source #

Represents a workflow type.

See: workflowType smart constructor.

Instances
Eq WorkflowType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data WorkflowType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowType -> c WorkflowType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowType #

toConstr :: WorkflowType -> Constr #

dataTypeOf :: WorkflowType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowType) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowType -> WorkflowType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowType -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowType -> m WorkflowType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowType -> m WorkflowType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowType -> m WorkflowType #

Read WorkflowType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show WorkflowType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic WorkflowType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep WorkflowType :: Type -> Type #

Hashable WorkflowType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

ToJSON WorkflowType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON WorkflowType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData WorkflowType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

rnf :: WorkflowType -> () #

type Rep WorkflowType Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowType = D1 (MetaData "WorkflowType" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "WorkflowType'" PrefixI True) (S1 (MetaSel (Just "_wtName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_wtVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))

workflowType Source #

Creates a value of WorkflowType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • wtName - The name of the workflow type.
  • wtVersion - The version of the workflow type.

wtName :: Lens' WorkflowType Text Source #

The name of the workflow type.

wtVersion :: Lens' WorkflowType Text Source #

The version of the workflow type.

WorkflowTypeConfiguration

data WorkflowTypeConfiguration Source #

The configuration settings of a workflow type.

See: workflowTypeConfiguration smart constructor.

Instances
Eq WorkflowTypeConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data WorkflowTypeConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowTypeConfiguration -> c WorkflowTypeConfiguration #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowTypeConfiguration #

toConstr :: WorkflowTypeConfiguration -> Constr #

dataTypeOf :: WorkflowTypeConfiguration -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowTypeConfiguration) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowTypeConfiguration) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowTypeConfiguration -> WorkflowTypeConfiguration #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowTypeConfiguration -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowTypeConfiguration -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowTypeConfiguration -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowTypeConfiguration -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowTypeConfiguration -> m WorkflowTypeConfiguration #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowTypeConfiguration -> m WorkflowTypeConfiguration #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowTypeConfiguration -> m WorkflowTypeConfiguration #

Read WorkflowTypeConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show WorkflowTypeConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic WorkflowTypeConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep WorkflowTypeConfiguration :: Type -> Type #

Hashable WorkflowTypeConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON WorkflowTypeConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData WorkflowTypeConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowTypeConfiguration Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowTypeConfiguration = D1 (MetaData "WorkflowTypeConfiguration" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "WorkflowTypeConfiguration'" PrefixI True) ((S1 (MetaSel (Just "_wtcDefaultLambdaRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_wtcDefaultChildPolicy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ChildPolicy)) :*: S1 (MetaSel (Just "_wtcDefaultTaskList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TaskList)))) :*: (S1 (MetaSel (Just "_wtcDefaultTaskPriority") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_wtcDefaultExecutionStartToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_wtcDefaultTaskStartToCloseTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

workflowTypeConfiguration :: WorkflowTypeConfiguration Source #

Creates a value of WorkflowTypeConfiguration with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • wtcDefaultLambdaRole - The default IAM role attached to this workflow type.
  • wtcDefaultChildPolicy - The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision . The supported child policies are: * TERMINATE – The child executions are terminated. * REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. * ABANDON – No action is taken. The child executions continue to run.
  • wtcDefaultTaskList - The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision .
  • wtcDefaultTaskPriority - The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide .
  • wtcDefaultExecutionStartToCloseTimeout - The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision . The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.
  • wtcDefaultTaskStartToCloseTimeout - The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task doesn'tdo close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision . The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

wtcDefaultLambdaRole :: Lens' WorkflowTypeConfiguration (Maybe Text) Source #

The default IAM role attached to this workflow type.

wtcDefaultChildPolicy :: Lens' WorkflowTypeConfiguration (Maybe ChildPolicy) Source #

The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision . The supported child policies are: * TERMINATE – The child executions are terminated. * REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. * ABANDON – No action is taken. The child executions continue to run.

wtcDefaultTaskList :: Lens' WorkflowTypeConfiguration (Maybe TaskList) Source #

The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision .

wtcDefaultTaskPriority :: Lens' WorkflowTypeConfiguration (Maybe Text) Source #

The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide .

wtcDefaultExecutionStartToCloseTimeout :: Lens' WorkflowTypeConfiguration (Maybe Text) Source #

The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision . The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

wtcDefaultTaskStartToCloseTimeout :: Lens' WorkflowTypeConfiguration (Maybe Text) Source #

The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task doesn'tdo close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision . The duration is specified in seconds, an integer greater than or equal to 0 . You can use NONE to specify unlimited duration.

WorkflowTypeFilter

data WorkflowTypeFilter Source #

Used to filter workflow execution query results by type. Each parameter, if specified, defines a rule that must be satisfied by each returned result.

See: workflowTypeFilter smart constructor.

Instances
Eq WorkflowTypeFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data WorkflowTypeFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowTypeFilter -> c WorkflowTypeFilter #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowTypeFilter #

toConstr :: WorkflowTypeFilter -> Constr #

dataTypeOf :: WorkflowTypeFilter -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowTypeFilter) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowTypeFilter) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowTypeFilter -> WorkflowTypeFilter #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowTypeFilter -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowTypeFilter -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowTypeFilter -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowTypeFilter -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowTypeFilter -> m WorkflowTypeFilter #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowTypeFilter -> m WorkflowTypeFilter #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowTypeFilter -> m WorkflowTypeFilter #

Read WorkflowTypeFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show WorkflowTypeFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic WorkflowTypeFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep WorkflowTypeFilter :: Type -> Type #

Hashable WorkflowTypeFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

ToJSON WorkflowTypeFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData WorkflowTypeFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

rnf :: WorkflowTypeFilter -> () #

type Rep WorkflowTypeFilter Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowTypeFilter = D1 (MetaData "WorkflowTypeFilter" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "WorkflowTypeFilter'" PrefixI True) (S1 (MetaSel (Just "_wtfVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_wtfName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))

workflowTypeFilter Source #

Creates a value of WorkflowTypeFilter with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

wtfVersion :: Lens' WorkflowTypeFilter (Maybe Text) Source #

Version of the workflow type.

wtfName :: Lens' WorkflowTypeFilter Text Source #

Name of the workflow type.

WorkflowTypeInfo

data WorkflowTypeInfo Source #

Contains information about a workflow type.

See: workflowTypeInfo smart constructor.

Instances
Eq WorkflowTypeInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Data WorkflowTypeInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WorkflowTypeInfo -> c WorkflowTypeInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WorkflowTypeInfo #

toConstr :: WorkflowTypeInfo -> Constr #

dataTypeOf :: WorkflowTypeInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WorkflowTypeInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WorkflowTypeInfo) #

gmapT :: (forall b. Data b => b -> b) -> WorkflowTypeInfo -> WorkflowTypeInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowTypeInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WorkflowTypeInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> WorkflowTypeInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WorkflowTypeInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WorkflowTypeInfo -> m WorkflowTypeInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowTypeInfo -> m WorkflowTypeInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WorkflowTypeInfo -> m WorkflowTypeInfo #

Read WorkflowTypeInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Show WorkflowTypeInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Generic WorkflowTypeInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Associated Types

type Rep WorkflowTypeInfo :: Type -> Type #

Hashable WorkflowTypeInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

FromJSON WorkflowTypeInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

NFData WorkflowTypeInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

Methods

rnf :: WorkflowTypeInfo -> () #

type Rep WorkflowTypeInfo Source # 
Instance details

Defined in Network.AWS.SWF.Types.Product

type Rep WorkflowTypeInfo = D1 (MetaData "WorkflowTypeInfo" "Network.AWS.SWF.Types.Product" "amazonka-swf-1.6.1-3kde1KSCGTp3D4Dj0lEH55" False) (C1 (MetaCons "WorkflowTypeInfo'" PrefixI True) ((S1 (MetaSel (Just "_wtiDeprecationDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 (MetaSel (Just "_wtiDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_wtiWorkflowType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WorkflowType) :*: (S1 (MetaSel (Just "_wtiStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 RegistrationStatus) :*: S1 (MetaSel (Just "_wtiCreationDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 POSIX)))))

workflowTypeInfo Source #

Creates a value of WorkflowTypeInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • wtiDeprecationDate - If the type is in deprecated state, then it is set to the date when the type was deprecated.
  • wtiDescription - The description of the type registered through RegisterWorkflowType .
  • wtiWorkflowType - The workflow type this information is about.
  • wtiStatus - The current status of the workflow type.
  • wtiCreationDate - The date when this type was registered.

wtiDeprecationDate :: Lens' WorkflowTypeInfo (Maybe UTCTime) Source #

If the type is in deprecated state, then it is set to the date when the type was deprecated.

wtiDescription :: Lens' WorkflowTypeInfo (Maybe Text) Source #

The description of the type registered through RegisterWorkflowType .

wtiWorkflowType :: Lens' WorkflowTypeInfo WorkflowType Source #

The workflow type this information is about.

wtiStatus :: Lens' WorkflowTypeInfo RegistrationStatus Source #

The current status of the workflow type.

wtiCreationDate :: Lens' WorkflowTypeInfo UTCTime Source #

The date when this type was registered.