amazonka-swf-2.0: Amazon Simple Workflow Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SWF

Contents

Description

Derived from API version 2012-01-25 of the AWS service descriptions, licensed under Apache 2.0.

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 <https:docs.aws.amazon.comamazonswflatestdeveloperguide Amazon SWF Developer Guide> .

Synopsis

Service Configuration

defaultService :: 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.

DefaultUndefinedFault

_DefaultUndefinedFault :: AsError a => Fold a ServiceError Source #

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

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

If these parameters aren't set and no default parameters were defined in the workflow type, this error is displayed.

DomainAlreadyExistsFault

_DomainAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

Returned if the domain already exists. You may get this fault if you are registering a domain that is either already registered or deprecated, or if you undeprecate a domain that is currently registered.

DomainDeprecatedFault

_DomainDeprecatedFault :: AsError a => Fold a ServiceError Source #

Returned when the specified domain has been deprecated.

LimitExceededFault

_LimitExceededFault :: AsError a => Fold 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.

OperationNotPermittedFault

_OperationNotPermittedFault :: AsError a => Fold a ServiceError Source #

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

TooManyTagsFault

_TooManyTagsFault :: AsError a => Fold a ServiceError Source #

You've exceeded the number of tags allowed for a domain.

TypeAlreadyExistsFault

_TypeAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

Returned if the type already exists in the specified domain. You may get this fault if you are registering a type that is either already registered or deprecated, or if you undeprecate a type that is currently registered.

TypeDeprecatedFault

_TypeDeprecatedFault :: AsError a => Fold a ServiceError Source #

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

UnknownResourceFault

_UnknownResourceFault :: AsError a => Fold 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.

WorkflowExecutionAlreadyStartedFault

_WorkflowExecutionAlreadyStartedFault :: AsError a => Fold a ServiceError Source #

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

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.

CountClosedWorkflowExecutions

data CountClosedWorkflowExecutions Source #

See: newCountClosedWorkflowExecutions smart constructor.

Instances

Instances details
ToJSON CountClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountClosedWorkflowExecutions

ToHeaders CountClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountClosedWorkflowExecutions

ToPath CountClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountClosedWorkflowExecutions

ToQuery CountClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountClosedWorkflowExecutions

AWSRequest CountClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountClosedWorkflowExecutions

Generic CountClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountClosedWorkflowExecutions

Associated Types

type Rep CountClosedWorkflowExecutions :: Type -> Type #

Read CountClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountClosedWorkflowExecutions

Show CountClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountClosedWorkflowExecutions

NFData CountClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountClosedWorkflowExecutions

Eq CountClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountClosedWorkflowExecutions

Hashable CountClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountClosedWorkflowExecutions

type AWSResponse CountClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountClosedWorkflowExecutions

type Rep CountClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountClosedWorkflowExecutions

newCountClosedWorkflowExecutions Source #

Create a value of CountClosedWorkflowExecutions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:closeStatusFilter:CountClosedWorkflowExecutions', countClosedWorkflowExecutions_closeStatusFilter - If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

$sel:closeTimeFilter:CountClosedWorkflowExecutions', countClosedWorkflowExecutions_closeTimeFilter - If specified, only workflow executions that meet the close time criteria of the filter are counted.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.

$sel:executionFilter:CountClosedWorkflowExecutions', countClosedWorkflowExecutions_executionFilter - If specified, only workflow executions matching the WorkflowId in the filter are counted.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

$sel:startTimeFilter:CountClosedWorkflowExecutions', countClosedWorkflowExecutions_startTimeFilter - If specified, only workflow executions that meet the start time criteria of the filter are counted.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.

$sel:tagFilter:CountClosedWorkflowExecutions', countClosedWorkflowExecutions_tagFilter - If specified, only executions that have a tag that matches the filter are counted.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

$sel:typeFilter:CountClosedWorkflowExecutions', countClosedWorkflowExecutions_typeFilter - If specified, indicates the type of the workflow executions to be counted.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

$sel:domain:CountClosedWorkflowExecutions', countClosedWorkflowExecutions_domain - The name of the domain containing the workflow executions to count.

data WorkflowExecutionCount Source #

Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions

See: newWorkflowExecutionCount smart constructor.

Instances

Instances details
FromJSON WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Generic WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Associated Types

type Rep WorkflowExecutionCount :: Type -> Type #

Read WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Show WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

NFData WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Methods

rnf :: WorkflowExecutionCount -> () #

Eq WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Hashable WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

type Rep WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

type Rep WorkflowExecutionCount = D1 ('MetaData "WorkflowExecutionCount" "Amazonka.SWF.Types.WorkflowExecutionCount" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowExecutionCount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "truncated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newWorkflowExecutionCount Source #

Create a value of WorkflowExecutionCount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:truncated:WorkflowExecutionCount', workflowExecutionCount_truncated - If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.

$sel:count:WorkflowExecutionCount', workflowExecutionCount_count - The number of workflow executions.

CountOpenWorkflowExecutions

data CountOpenWorkflowExecutions Source #

See: newCountOpenWorkflowExecutions smart constructor.

Instances

Instances details
ToJSON CountOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountOpenWorkflowExecutions

ToHeaders CountOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountOpenWorkflowExecutions

ToPath CountOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountOpenWorkflowExecutions

ToQuery CountOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountOpenWorkflowExecutions

AWSRequest CountOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountOpenWorkflowExecutions

Generic CountOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountOpenWorkflowExecutions

Associated Types

type Rep CountOpenWorkflowExecutions :: Type -> Type #

Read CountOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountOpenWorkflowExecutions

Show CountOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountOpenWorkflowExecutions

NFData CountOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountOpenWorkflowExecutions

Eq CountOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountOpenWorkflowExecutions

Hashable CountOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountOpenWorkflowExecutions

type AWSResponse CountOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountOpenWorkflowExecutions

type Rep CountOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountOpenWorkflowExecutions

type Rep CountOpenWorkflowExecutions = D1 ('MetaData "CountOpenWorkflowExecutions" "Amazonka.SWF.CountOpenWorkflowExecutions" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "CountOpenWorkflowExecutions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "executionFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionFilter)) :*: S1 ('MetaSel ('Just "tagFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TagFilter))) :*: (S1 ('MetaSel ('Just "typeFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowTypeFilter)) :*: (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "startTimeFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ExecutionTimeFilter)))))

newCountOpenWorkflowExecutions Source #

Create a value of CountOpenWorkflowExecutions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:executionFilter:CountOpenWorkflowExecutions', countOpenWorkflowExecutions_executionFilter - If specified, only workflow executions matching the WorkflowId in the filter are counted.

executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

$sel:tagFilter:CountOpenWorkflowExecutions', countOpenWorkflowExecutions_tagFilter - If specified, only executions that have a tag that matches the filter are counted.

executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

$sel:typeFilter:CountOpenWorkflowExecutions', countOpenWorkflowExecutions_typeFilter - Specifies the type of the workflow executions to be counted.

executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

$sel:domain:CountOpenWorkflowExecutions', countOpenWorkflowExecutions_domain - The name of the domain containing the workflow executions to count.

$sel:startTimeFilter:CountOpenWorkflowExecutions', countOpenWorkflowExecutions_startTimeFilter - Specifies the start time criteria that workflow executions must meet in order to be counted.

data WorkflowExecutionCount Source #

Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions

See: newWorkflowExecutionCount smart constructor.

Instances

Instances details
FromJSON WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Generic WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Associated Types

type Rep WorkflowExecutionCount :: Type -> Type #

Read WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Show WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

NFData WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Methods

rnf :: WorkflowExecutionCount -> () #

Eq WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Hashable WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

type Rep WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

type Rep WorkflowExecutionCount = D1 ('MetaData "WorkflowExecutionCount" "Amazonka.SWF.Types.WorkflowExecutionCount" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowExecutionCount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "truncated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newWorkflowExecutionCount Source #

Create a value of WorkflowExecutionCount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:truncated:WorkflowExecutionCount', workflowExecutionCount_truncated - If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.

$sel:count:WorkflowExecutionCount', workflowExecutionCount_count - The number of workflow executions.

CountPendingActivityTasks

data CountPendingActivityTasks Source #

See: newCountPendingActivityTasks smart constructor.

Instances

Instances details
ToJSON CountPendingActivityTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingActivityTasks

ToHeaders CountPendingActivityTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingActivityTasks

ToPath CountPendingActivityTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingActivityTasks

ToQuery CountPendingActivityTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingActivityTasks

AWSRequest CountPendingActivityTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingActivityTasks

Generic CountPendingActivityTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingActivityTasks

Associated Types

type Rep CountPendingActivityTasks :: Type -> Type #

Read CountPendingActivityTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingActivityTasks

Show CountPendingActivityTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingActivityTasks

NFData CountPendingActivityTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingActivityTasks

Eq CountPendingActivityTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingActivityTasks

Hashable CountPendingActivityTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingActivityTasks

type AWSResponse CountPendingActivityTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingActivityTasks

type Rep CountPendingActivityTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingActivityTasks

type Rep CountPendingActivityTasks = D1 ('MetaData "CountPendingActivityTasks" "Amazonka.SWF.CountPendingActivityTasks" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "CountPendingActivityTasks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaskList)))

newCountPendingActivityTasks Source #

Create a value of CountPendingActivityTasks with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domain:CountPendingActivityTasks', countPendingActivityTasks_domain - The name of the domain that contains the task list.

CountPendingActivityTasks, countPendingActivityTasks_taskList - The name of the task list.

data PendingTaskCount Source #

Contains the count of tasks in a task list.

See: newPendingTaskCount smart constructor.

Instances

Instances details
FromJSON PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Generic PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Associated Types

type Rep PendingTaskCount :: Type -> Type #

Read PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Show PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

NFData PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Methods

rnf :: PendingTaskCount -> () #

Eq PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Hashable PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

type Rep PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

type Rep PendingTaskCount = D1 ('MetaData "PendingTaskCount" "Amazonka.SWF.Types.PendingTaskCount" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "PendingTaskCount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "truncated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newPendingTaskCount Source #

Create a value of PendingTaskCount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:truncated:PendingTaskCount', pendingTaskCount_truncated - If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.

$sel:count:PendingTaskCount', pendingTaskCount_count - The number of tasks in the task list.

CountPendingDecisionTasks

data CountPendingDecisionTasks Source #

See: newCountPendingDecisionTasks smart constructor.

Instances

Instances details
ToJSON CountPendingDecisionTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingDecisionTasks

ToHeaders CountPendingDecisionTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingDecisionTasks

ToPath CountPendingDecisionTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingDecisionTasks

ToQuery CountPendingDecisionTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingDecisionTasks

AWSRequest CountPendingDecisionTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingDecisionTasks

Generic CountPendingDecisionTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingDecisionTasks

Associated Types

type Rep CountPendingDecisionTasks :: Type -> Type #

Read CountPendingDecisionTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingDecisionTasks

Show CountPendingDecisionTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingDecisionTasks

NFData CountPendingDecisionTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingDecisionTasks

Eq CountPendingDecisionTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingDecisionTasks

Hashable CountPendingDecisionTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingDecisionTasks

type AWSResponse CountPendingDecisionTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingDecisionTasks

type Rep CountPendingDecisionTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingDecisionTasks

type Rep CountPendingDecisionTasks = D1 ('MetaData "CountPendingDecisionTasks" "Amazonka.SWF.CountPendingDecisionTasks" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "CountPendingDecisionTasks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaskList)))

newCountPendingDecisionTasks Source #

Create a value of CountPendingDecisionTasks with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domain:CountPendingDecisionTasks', countPendingDecisionTasks_domain - The name of the domain that contains the task list.

CountPendingDecisionTasks, countPendingDecisionTasks_taskList - The name of the task list.

data PendingTaskCount Source #

Contains the count of tasks in a task list.

See: newPendingTaskCount smart constructor.

Instances

Instances details
FromJSON PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Generic PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Associated Types

type Rep PendingTaskCount :: Type -> Type #

Read PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Show PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

NFData PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Methods

rnf :: PendingTaskCount -> () #

Eq PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Hashable PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

type Rep PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

type Rep PendingTaskCount = D1 ('MetaData "PendingTaskCount" "Amazonka.SWF.Types.PendingTaskCount" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "PendingTaskCount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "truncated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newPendingTaskCount Source #

Create a value of PendingTaskCount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:truncated:PendingTaskCount', pendingTaskCount_truncated - If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.

$sel:count:PendingTaskCount', pendingTaskCount_count - The number of tasks in the task list.

DeprecateActivityType

data DeprecateActivityType Source #

See: newDeprecateActivityType smart constructor.

Instances

Instances details
ToJSON DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

ToHeaders DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

ToPath DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

ToQuery DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

AWSRequest DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Associated Types

type AWSResponse DeprecateActivityType #

Generic DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Associated Types

type Rep DeprecateActivityType :: Type -> Type #

Read DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Show DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

NFData DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Methods

rnf :: DeprecateActivityType -> () #

Eq DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Hashable DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

type AWSResponse DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

type Rep DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

type Rep DeprecateActivityType = D1 ('MetaData "DeprecateActivityType" "Amazonka.SWF.DeprecateActivityType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DeprecateActivityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "activityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActivityType)))

newDeprecateActivityType Source #

Create a value of DeprecateActivityType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domain:DeprecateActivityType', deprecateActivityType_domain - The name of the domain in which the activity type is registered.

DeprecateActivityType, deprecateActivityType_activityType - The activity type to deprecate.

data DeprecateActivityTypeResponse Source #

See: newDeprecateActivityTypeResponse smart constructor.

Instances

Instances details
Generic DeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Associated Types

type Rep DeprecateActivityTypeResponse :: Type -> Type #

Read DeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Show DeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

NFData DeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Eq DeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

type Rep DeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

type Rep DeprecateActivityTypeResponse = D1 ('MetaData "DeprecateActivityTypeResponse" "Amazonka.SWF.DeprecateActivityType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DeprecateActivityTypeResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeprecateActivityTypeResponse :: DeprecateActivityTypeResponse Source #

Create a value of DeprecateActivityTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeprecateDomain

data DeprecateDomain Source #

See: newDeprecateDomain smart constructor.

Constructors

DeprecateDomain' Text 

Instances

Instances details
ToJSON DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

ToHeaders DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

ToPath DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

ToQuery DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

AWSRequest DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

Associated Types

type AWSResponse DeprecateDomain #

Generic DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

Associated Types

type Rep DeprecateDomain :: Type -> Type #

Read DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

Show DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

NFData DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

Methods

rnf :: DeprecateDomain -> () #

Eq DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

Hashable DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

type AWSResponse DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

type Rep DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

type Rep DeprecateDomain = D1 ('MetaData "DeprecateDomain" "Amazonka.SWF.DeprecateDomain" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DeprecateDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeprecateDomain Source #

Create a value of DeprecateDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeprecateDomain, deprecateDomain_name - The name of the domain to deprecate.

data DeprecateDomainResponse Source #

See: newDeprecateDomainResponse smart constructor.

Instances

Instances details
Generic DeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

Associated Types

type Rep DeprecateDomainResponse :: Type -> Type #

Read DeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

Show DeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

NFData DeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

Methods

rnf :: DeprecateDomainResponse -> () #

Eq DeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

type Rep DeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

type Rep DeprecateDomainResponse = D1 ('MetaData "DeprecateDomainResponse" "Amazonka.SWF.DeprecateDomain" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DeprecateDomainResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeprecateDomainResponse :: DeprecateDomainResponse Source #

Create a value of DeprecateDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeprecateWorkflowType

data DeprecateWorkflowType Source #

See: newDeprecateWorkflowType smart constructor.

Instances

Instances details
ToJSON DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

ToHeaders DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

ToPath DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

ToQuery DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

AWSRequest DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

Associated Types

type AWSResponse DeprecateWorkflowType #

Generic DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

Associated Types

type Rep DeprecateWorkflowType :: Type -> Type #

Read DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

Show DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

NFData DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

Methods

rnf :: DeprecateWorkflowType -> () #

Eq DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

Hashable DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

type AWSResponse DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

type Rep DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

type Rep DeprecateWorkflowType = D1 ('MetaData "DeprecateWorkflowType" "Amazonka.SWF.DeprecateWorkflowType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DeprecateWorkflowType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType)))

newDeprecateWorkflowType Source #

Create a value of DeprecateWorkflowType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domain:DeprecateWorkflowType', deprecateWorkflowType_domain - The name of the domain in which the workflow type is registered.

DeprecateWorkflowType, deprecateWorkflowType_workflowType - The workflow type to deprecate.

data DeprecateWorkflowTypeResponse Source #

See: newDeprecateWorkflowTypeResponse smart constructor.

Instances

Instances details
Generic DeprecateWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

Associated Types

type Rep DeprecateWorkflowTypeResponse :: Type -> Type #

Read DeprecateWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

Show DeprecateWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

NFData DeprecateWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

Eq DeprecateWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

type Rep DeprecateWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

type Rep DeprecateWorkflowTypeResponse = D1 ('MetaData "DeprecateWorkflowTypeResponse" "Amazonka.SWF.DeprecateWorkflowType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DeprecateWorkflowTypeResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeprecateWorkflowTypeResponse :: DeprecateWorkflowTypeResponse Source #

Create a value of DeprecateWorkflowTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DescribeActivityType

data DescribeActivityType Source #

See: newDescribeActivityType smart constructor.

Instances

Instances details
ToJSON DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

ToHeaders DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

ToPath DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

ToQuery DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

AWSRequest DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

Associated Types

type AWSResponse DescribeActivityType #

Generic DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

Associated Types

type Rep DescribeActivityType :: Type -> Type #

Read DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

Show DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

NFData DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

Methods

rnf :: DescribeActivityType -> () #

Eq DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

Hashable DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

type AWSResponse DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

type Rep DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

type Rep DescribeActivityType = D1 ('MetaData "DescribeActivityType" "Amazonka.SWF.DescribeActivityType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DescribeActivityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "activityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActivityType)))

newDescribeActivityType Source #

Create a value of DescribeActivityType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domain:DescribeActivityType', describeActivityType_domain - The name of the domain in which the activity type is registered.

DescribeActivityType, describeActivityType_activityType - The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.

data DescribeActivityTypeResponse Source #

Detailed information about an activity type.

See: newDescribeActivityTypeResponse smart constructor.

Instances

Instances details
Generic DescribeActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

Associated Types

type Rep DescribeActivityTypeResponse :: Type -> Type #

Read DescribeActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

Show DescribeActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

NFData DescribeActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

Eq DescribeActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

type Rep DescribeActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

type Rep DescribeActivityTypeResponse = D1 ('MetaData "DescribeActivityTypeResponse" "Amazonka.SWF.DescribeActivityType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DescribeActivityTypeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "typeInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActivityTypeInfo) :*: S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActivityTypeConfiguration))))

newDescribeActivityTypeResponse Source #

Create a value of DescribeActivityTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DescribeActivityTypeResponse', describeActivityTypeResponse_httpStatus - The response's http status code.

$sel:typeInfo:DescribeActivityTypeResponse', describeActivityTypeResponse_typeInfo - General information about the activity type.

The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.

  • REGISTERED – The type is registered and available. Workers supporting this type should be running.
  • DEPRECATED – The type was deprecated using DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.

$sel:configuration:DescribeActivityTypeResponse', describeActivityTypeResponse_configuration - The configuration settings registered with the activity type.

DescribeDomain

data DescribeDomain Source #

See: newDescribeDomain smart constructor.

Constructors

DescribeDomain' Text 

Instances

Instances details
ToJSON DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

ToHeaders DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

ToPath DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

ToQuery DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

AWSRequest DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

Associated Types

type AWSResponse DescribeDomain #

Generic DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

Associated Types

type Rep DescribeDomain :: Type -> Type #

Read DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

Show DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

NFData DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

Methods

rnf :: DescribeDomain -> () #

Eq DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

Hashable DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

type AWSResponse DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

type Rep DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

type Rep DescribeDomain = D1 ('MetaData "DescribeDomain" "Amazonka.SWF.DescribeDomain" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DescribeDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeDomain Source #

Create a value of DescribeDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDomain, describeDomain_name - The name of the domain to describe.

data DescribeDomainResponse Source #

Contains details of a domain.

See: newDescribeDomainResponse smart constructor.

Instances

Instances details
Generic DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

Associated Types

type Rep DescribeDomainResponse :: Type -> Type #

Read DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

Show DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

NFData DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

Methods

rnf :: DescribeDomainResponse -> () #

Eq DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

type Rep DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

type Rep DescribeDomainResponse = D1 ('MetaData "DescribeDomainResponse" "Amazonka.SWF.DescribeDomain" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DescribeDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "domainInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DomainInfo) :*: S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DomainConfiguration))))

newDescribeDomainResponse Source #

Create a value of DescribeDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DescribeDomainResponse', describeDomainResponse_httpStatus - The response's http status code.

$sel:domainInfo:DescribeDomainResponse', describeDomainResponse_domainInfo - The basic information about a domain, such as its name, status, and description.

$sel:configuration:DescribeDomainResponse', describeDomainResponse_configuration - The domain configuration. Currently, this includes only the domain's retention period.

DescribeWorkflowExecution

data DescribeWorkflowExecution Source #

See: newDescribeWorkflowExecution smart constructor.

Instances

Instances details
ToJSON DescribeWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

ToHeaders DescribeWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

ToPath DescribeWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

ToQuery DescribeWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

AWSRequest DescribeWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

Generic DescribeWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

Associated Types

type Rep DescribeWorkflowExecution :: Type -> Type #

Read DescribeWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

Show DescribeWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

NFData DescribeWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

Eq DescribeWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

Hashable DescribeWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

type AWSResponse DescribeWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

type Rep DescribeWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

type Rep DescribeWorkflowExecution = D1 ('MetaData "DescribeWorkflowExecution" "Amazonka.SWF.DescribeWorkflowExecution" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DescribeWorkflowExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "execution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecution)))

newDescribeWorkflowExecution Source #

Create a value of DescribeWorkflowExecution with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domain:DescribeWorkflowExecution', describeWorkflowExecution_domain - The name of the domain containing the workflow execution.

DescribeWorkflowExecution, describeWorkflowExecution_execution - The workflow execution to describe.

data DescribeWorkflowExecutionResponse Source #

Contains details about a workflow execution.

See: newDescribeWorkflowExecutionResponse smart constructor.

Instances

Instances details
Generic DescribeWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

Associated Types

type Rep DescribeWorkflowExecutionResponse :: Type -> Type #

Read DescribeWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

Show DescribeWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

NFData DescribeWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

Eq DescribeWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

type Rep DescribeWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

type Rep DescribeWorkflowExecutionResponse = D1 ('MetaData "DescribeWorkflowExecutionResponse" "Amazonka.SWF.DescribeWorkflowExecution" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DescribeWorkflowExecutionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "latestActivityTaskTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "latestExecutionContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: (S1 ('MetaSel ('Just "executionInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecutionInfo) :*: (S1 ('MetaSel ('Just "executionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecutionConfiguration) :*: S1 ('MetaSel ('Just "openCounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecutionOpenCounts)))))

newDescribeWorkflowExecutionResponse Source #

Create a value of DescribeWorkflowExecutionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:latestActivityTaskTimestamp:DescribeWorkflowExecutionResponse', describeWorkflowExecutionResponse_latestActivityTaskTimestamp - The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.

$sel:latestExecutionContext:DescribeWorkflowExecutionResponse', describeWorkflowExecutionResponse_latestExecutionContext - The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.

$sel:httpStatus:DescribeWorkflowExecutionResponse', describeWorkflowExecutionResponse_httpStatus - The response's http status code.

$sel:executionInfo:DescribeWorkflowExecutionResponse', describeWorkflowExecutionResponse_executionInfo - Information about the workflow execution.

$sel:executionConfiguration:DescribeWorkflowExecutionResponse', describeWorkflowExecutionResponse_executionConfiguration - The configuration settings for this workflow execution including timeout values, tasklist etc.

$sel:openCounts:DescribeWorkflowExecutionResponse', describeWorkflowExecutionResponse_openCounts - The number of tasks for this workflow execution. This includes open and closed tasks of all types.

DescribeWorkflowType

data DescribeWorkflowType Source #

See: newDescribeWorkflowType smart constructor.

Instances

Instances details
ToJSON DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

ToHeaders DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

ToPath DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

ToQuery DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

AWSRequest DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

Associated Types

type AWSResponse DescribeWorkflowType #

Generic DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

Associated Types

type Rep DescribeWorkflowType :: Type -> Type #

Read DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

Show DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

NFData DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

Methods

rnf :: DescribeWorkflowType -> () #

Eq DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

Hashable DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

type AWSResponse DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

type Rep DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

type Rep DescribeWorkflowType = D1 ('MetaData "DescribeWorkflowType" "Amazonka.SWF.DescribeWorkflowType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DescribeWorkflowType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType)))

newDescribeWorkflowType Source #

Create a value of DescribeWorkflowType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domain:DescribeWorkflowType', describeWorkflowType_domain - The name of the domain in which this workflow type is registered.

DescribeWorkflowType, describeWorkflowType_workflowType - The workflow type to describe.

data DescribeWorkflowTypeResponse Source #

Contains details about a workflow type.

See: newDescribeWorkflowTypeResponse smart constructor.

Instances

Instances details
Generic DescribeWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

Associated Types

type Rep DescribeWorkflowTypeResponse :: Type -> Type #

Read DescribeWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

Show DescribeWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

NFData DescribeWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

Eq DescribeWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

type Rep DescribeWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

type Rep DescribeWorkflowTypeResponse = D1 ('MetaData "DescribeWorkflowTypeResponse" "Amazonka.SWF.DescribeWorkflowType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DescribeWorkflowTypeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "typeInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowTypeInfo) :*: S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowTypeConfiguration))))

newDescribeWorkflowTypeResponse Source #

Create a value of DescribeWorkflowTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DescribeWorkflowTypeResponse', describeWorkflowTypeResponse_httpStatus - The response's http status code.

$sel:typeInfo:DescribeWorkflowTypeResponse', describeWorkflowTypeResponse_typeInfo - General information about the workflow type.

The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.

  • REGISTERED – The type is registered and available. Workers supporting this type should be running.
  • DEPRECATED – The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.

$sel:configuration:DescribeWorkflowTypeResponse', describeWorkflowTypeResponse_configuration - Configuration settings of the workflow type registered through RegisterWorkflowType

GetWorkflowExecutionHistory (Paginated)

data GetWorkflowExecutionHistory Source #

See: newGetWorkflowExecutionHistory smart constructor.

Instances

Instances details
ToJSON GetWorkflowExecutionHistory Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

ToHeaders GetWorkflowExecutionHistory Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

ToPath GetWorkflowExecutionHistory Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

ToQuery GetWorkflowExecutionHistory Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

AWSPager GetWorkflowExecutionHistory Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

AWSRequest GetWorkflowExecutionHistory Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

Generic GetWorkflowExecutionHistory Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

Associated Types

type Rep GetWorkflowExecutionHistory :: Type -> Type #

Read GetWorkflowExecutionHistory Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

Show GetWorkflowExecutionHistory Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

NFData GetWorkflowExecutionHistory Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

Eq GetWorkflowExecutionHistory Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

Hashable GetWorkflowExecutionHistory Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

type AWSResponse GetWorkflowExecutionHistory Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

type Rep GetWorkflowExecutionHistory Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

type Rep GetWorkflowExecutionHistory = D1 ('MetaData "GetWorkflowExecutionHistory" "Amazonka.SWF.GetWorkflowExecutionHistory" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "GetWorkflowExecutionHistory'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maximumPageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "reverseOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "execution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecution)))))

newGetWorkflowExecutionHistory Source #

Create a value of GetWorkflowExecutionHistory with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maximumPageSize:GetWorkflowExecutionHistory', getWorkflowExecutionHistory_maximumPageSize - The maximum number of results that are returned per call. Use nextPageToken to obtain further pages of results.

GetWorkflowExecutionHistory, getWorkflowExecutionHistory_nextPageToken - If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 60 seconds. Using an expired pagination token will return a 400 error: "Specified token has exceeded its maximum lifetime".

The configured maximumPageSize determines how many results can be returned in a single call.

$sel:reverseOrder:GetWorkflowExecutionHistory', getWorkflowExecutionHistory_reverseOrder - When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.

$sel:domain:GetWorkflowExecutionHistory', getWorkflowExecutionHistory_domain - The name of the domain containing the workflow execution.

GetWorkflowExecutionHistory, getWorkflowExecutionHistory_execution - Specifies the workflow execution for which to return the history.

data GetWorkflowExecutionHistoryResponse Source #

Paginated representation of a workflow history for a workflow execution. This is the up to date, complete and authoritative record of the events related to all tasks and events in the life of the workflow execution.

See: newGetWorkflowExecutionHistoryResponse smart constructor.

Instances

Instances details
Generic GetWorkflowExecutionHistoryResponse Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

Read GetWorkflowExecutionHistoryResponse Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

Show GetWorkflowExecutionHistoryResponse Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

NFData GetWorkflowExecutionHistoryResponse Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

Eq GetWorkflowExecutionHistoryResponse Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

type Rep GetWorkflowExecutionHistoryResponse Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

type Rep GetWorkflowExecutionHistoryResponse = D1 ('MetaData "GetWorkflowExecutionHistoryResponse" "Amazonka.SWF.GetWorkflowExecutionHistory" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "GetWorkflowExecutionHistoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "events") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HistoryEvent]))))

newGetWorkflowExecutionHistoryResponse Source #

Create a value of GetWorkflowExecutionHistoryResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetWorkflowExecutionHistory, getWorkflowExecutionHistoryResponse_nextPageToken - If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged.

The configured maximumPageSize determines how many results can be returned in a single call.

$sel:httpStatus:GetWorkflowExecutionHistoryResponse', getWorkflowExecutionHistoryResponse_httpStatus - The response's http status code.

$sel:events:GetWorkflowExecutionHistoryResponse', getWorkflowExecutionHistoryResponse_events - The list of history events.

ListActivityTypes (Paginated)

data ListActivityTypes Source #

See: newListActivityTypes smart constructor.

Instances

Instances details
ToJSON ListActivityTypes Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

ToHeaders ListActivityTypes Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

ToPath ListActivityTypes Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

ToQuery ListActivityTypes Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

AWSPager ListActivityTypes Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

AWSRequest ListActivityTypes Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

Associated Types

type AWSResponse ListActivityTypes #

Generic ListActivityTypes Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

Associated Types

type Rep ListActivityTypes :: Type -> Type #

Read ListActivityTypes Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

Show ListActivityTypes Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

NFData ListActivityTypes Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

Methods

rnf :: ListActivityTypes -> () #

Eq ListActivityTypes Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

Hashable ListActivityTypes Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

type AWSResponse ListActivityTypes Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

type Rep ListActivityTypes Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

type Rep ListActivityTypes = D1 ('MetaData "ListActivityTypes" "Amazonka.SWF.ListActivityTypes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ListActivityTypes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maximumPageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "reverseOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "registrationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RegistrationStatus)))))

newListActivityTypes Source #

Create a value of ListActivityTypes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maximumPageSize:ListActivityTypes', listActivityTypes_maximumPageSize - The maximum number of results that are returned per call. Use nextPageToken to obtain further pages of results.

ListActivityTypes, listActivityTypes_name - If specified, only lists the activity types that have this name.

ListActivityTypes, listActivityTypes_nextPageToken - If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 60 seconds. Using an expired pagination token will return a 400 error: "Specified token has exceeded its maximum lifetime".

The configured maximumPageSize determines how many results can be returned in a single call.

$sel:reverseOrder:ListActivityTypes', listActivityTypes_reverseOrder - When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.

$sel:domain:ListActivityTypes', listActivityTypes_domain - The name of the domain in which the activity types have been registered.

$sel:registrationStatus:ListActivityTypes', listActivityTypes_registrationStatus - Specifies the registration status of the activity types to list.

data ListActivityTypesResponse Source #

Contains a paginated list of activity type information structures.

See: newListActivityTypesResponse smart constructor.

Instances

Instances details
Generic ListActivityTypesResponse Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

Associated Types

type Rep ListActivityTypesResponse :: Type -> Type #

Read ListActivityTypesResponse Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

Show ListActivityTypesResponse Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

NFData ListActivityTypesResponse Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

Eq ListActivityTypesResponse Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

type Rep ListActivityTypesResponse Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

type Rep ListActivityTypesResponse = D1 ('MetaData "ListActivityTypesResponse" "Amazonka.SWF.ListActivityTypes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ListActivityTypesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "typeInfos") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ActivityTypeInfo]))))

newListActivityTypesResponse Source #

Create a value of ListActivityTypesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ListActivityTypes, listActivityTypesResponse_nextPageToken - If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged.

The configured maximumPageSize determines how many results can be returned in a single call.

$sel:httpStatus:ListActivityTypesResponse', listActivityTypesResponse_httpStatus - The response's http status code.

$sel:typeInfos:ListActivityTypesResponse', listActivityTypesResponse_typeInfos - List of activity type information.

ListClosedWorkflowExecutions (Paginated)

data ListClosedWorkflowExecutions Source #

See: newListClosedWorkflowExecutions smart constructor.

Instances

Instances details
ToJSON ListClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListClosedWorkflowExecutions

ToHeaders ListClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListClosedWorkflowExecutions

ToPath ListClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListClosedWorkflowExecutions

ToQuery ListClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListClosedWorkflowExecutions

AWSPager ListClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListClosedWorkflowExecutions

AWSRequest ListClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListClosedWorkflowExecutions

Generic ListClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListClosedWorkflowExecutions

Associated Types

type Rep ListClosedWorkflowExecutions :: Type -> Type #

Read ListClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListClosedWorkflowExecutions

Show ListClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListClosedWorkflowExecutions

NFData ListClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListClosedWorkflowExecutions

Eq ListClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListClosedWorkflowExecutions

Hashable ListClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListClosedWorkflowExecutions

type AWSResponse ListClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListClosedWorkflowExecutions

type Rep ListClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListClosedWorkflowExecutions

type Rep ListClosedWorkflowExecutions = D1 ('MetaData "ListClosedWorkflowExecutions" "Amazonka.SWF.ListClosedWorkflowExecutions" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ListClosedWorkflowExecutions'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "closeStatusFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloseStatusFilter)) :*: S1 ('MetaSel ('Just "closeTimeFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionTimeFilter))) :*: (S1 ('MetaSel ('Just "executionFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionFilter)) :*: (S1 ('MetaSel ('Just "maximumPageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "reverseOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "startTimeFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionTimeFilter))) :*: (S1 ('MetaSel ('Just "tagFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TagFilter)) :*: (S1 ('MetaSel ('Just "typeFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowTypeFilter)) :*: S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newListClosedWorkflowExecutions Source #

Create a value of ListClosedWorkflowExecutions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:closeStatusFilter:ListClosedWorkflowExecutions', listClosedWorkflowExecutions_closeStatusFilter - If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

$sel:closeTimeFilter:ListClosedWorkflowExecutions', listClosedWorkflowExecutions_closeTimeFilter - If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.

$sel:executionFilter:ListClosedWorkflowExecutions', listClosedWorkflowExecutions_executionFilter - If specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

$sel:maximumPageSize:ListClosedWorkflowExecutions', listClosedWorkflowExecutions_maximumPageSize - The maximum number of results that are returned per call. Use nextPageToken to obtain further pages of results.

ListClosedWorkflowExecutions, listClosedWorkflowExecutions_nextPageToken - If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 60 seconds. Using an expired pagination token will return a 400 error: "Specified token has exceeded its maximum lifetime".

The configured maximumPageSize determines how many results can be returned in a single call.

$sel:reverseOrder:ListClosedWorkflowExecutions', listClosedWorkflowExecutions_reverseOrder - When set to true, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.

$sel:startTimeFilter:ListClosedWorkflowExecutions', listClosedWorkflowExecutions_startTimeFilter - If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.

$sel:tagFilter:ListClosedWorkflowExecutions', listClosedWorkflowExecutions_tagFilter - If specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

$sel:typeFilter:ListClosedWorkflowExecutions', listClosedWorkflowExecutions_typeFilter - If specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

$sel:domain:ListClosedWorkflowExecutions', listClosedWorkflowExecutions_domain - The name of the domain that contains the workflow executions to list.

data WorkflowExecutionInfos Source #

Contains a paginated list of information about workflow executions.

See: newWorkflowExecutionInfos smart constructor.

Instances

Instances details
FromJSON WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Generic WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Associated Types

type Rep WorkflowExecutionInfos :: Type -> Type #

Read WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Show WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

NFData WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Methods

rnf :: WorkflowExecutionInfos -> () #

Eq WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Hashable WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

type Rep WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

type Rep WorkflowExecutionInfos = D1 ('MetaData "WorkflowExecutionInfos" "Amazonka.SWF.Types.WorkflowExecutionInfos" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowExecutionInfos'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionInfos") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [WorkflowExecutionInfo])))

newWorkflowExecutionInfos :: WorkflowExecutionInfos Source #

Create a value of WorkflowExecutionInfos with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextPageToken:WorkflowExecutionInfos', workflowExecutionInfos_nextPageToken - If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged.

The configured maximumPageSize determines how many results can be returned in a single call.

$sel:executionInfos:WorkflowExecutionInfos', workflowExecutionInfos_executionInfos - The list of workflow information structures.

ListDomains (Paginated)

data ListDomains Source #

See: newListDomains smart constructor.

Instances

Instances details
ToJSON ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

ToHeaders ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

Methods

toHeaders :: ListDomains -> [Header] #

ToPath ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

ToQuery ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

AWSPager ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

AWSRequest ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

Associated Types

type AWSResponse ListDomains #

Generic ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

Associated Types

type Rep ListDomains :: Type -> Type #

Read ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

Show ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

NFData ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

Methods

rnf :: ListDomains -> () #

Eq ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

Hashable ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

type AWSResponse ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

type Rep ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

type Rep ListDomains = D1 ('MetaData "ListDomains" "Amazonka.SWF.ListDomains" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ListDomains'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maximumPageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "reverseOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "registrationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RegistrationStatus))))

newListDomains Source #

Create a value of ListDomains with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maximumPageSize:ListDomains', listDomains_maximumPageSize - The maximum number of results that are returned per call. Use nextPageToken to obtain further pages of results.

ListDomains, listDomains_nextPageToken - If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 60 seconds. Using an expired pagination token will return a 400 error: "Specified token has exceeded its maximum lifetime".

The configured maximumPageSize determines how many results can be returned in a single call.

$sel:reverseOrder:ListDomains', listDomains_reverseOrder - When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.

$sel:registrationStatus:ListDomains', listDomains_registrationStatus - Specifies the registration status of the domains to list.

data ListDomainsResponse Source #

Contains a paginated collection of DomainInfo structures.

See: newListDomainsResponse smart constructor.

Instances

Instances details
Generic ListDomainsResponse Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

Associated Types

type Rep ListDomainsResponse :: Type -> Type #

Read ListDomainsResponse Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

Show ListDomainsResponse Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

NFData ListDomainsResponse Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

Methods

rnf :: ListDomainsResponse -> () #

Eq ListDomainsResponse Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

type Rep ListDomainsResponse Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

type Rep ListDomainsResponse = D1 ('MetaData "ListDomainsResponse" "Amazonka.SWF.ListDomains" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ListDomainsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "domainInfos") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DomainInfo]))))

newListDomainsResponse Source #

Create a value of ListDomainsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ListDomains, listDomainsResponse_nextPageToken - If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged.

The configured maximumPageSize determines how many results can be returned in a single call.

$sel:httpStatus:ListDomainsResponse', listDomainsResponse_httpStatus - The response's http status code.

$sel:domainInfos:ListDomainsResponse', listDomainsResponse_domainInfos - A list of DomainInfo structures.

ListOpenWorkflowExecutions (Paginated)

data ListOpenWorkflowExecutions Source #

See: newListOpenWorkflowExecutions smart constructor.

Instances

Instances details
ToJSON ListOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListOpenWorkflowExecutions

ToHeaders ListOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListOpenWorkflowExecutions

ToPath ListOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListOpenWorkflowExecutions

ToQuery ListOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListOpenWorkflowExecutions

AWSPager ListOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListOpenWorkflowExecutions

AWSRequest ListOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListOpenWorkflowExecutions

Generic ListOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListOpenWorkflowExecutions

Associated Types

type Rep ListOpenWorkflowExecutions :: Type -> Type #

Read ListOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListOpenWorkflowExecutions

Show ListOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListOpenWorkflowExecutions

NFData ListOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListOpenWorkflowExecutions

Eq ListOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListOpenWorkflowExecutions

Hashable ListOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListOpenWorkflowExecutions

type AWSResponse ListOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListOpenWorkflowExecutions

type Rep ListOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListOpenWorkflowExecutions

newListOpenWorkflowExecutions Source #

Create a value of ListOpenWorkflowExecutions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:executionFilter:ListOpenWorkflowExecutions', listOpenWorkflowExecutions_executionFilter - If specified, only workflow executions matching the workflow ID specified in the filter are returned.

executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

$sel:maximumPageSize:ListOpenWorkflowExecutions', listOpenWorkflowExecutions_maximumPageSize - The maximum number of results that are returned per call. Use nextPageToken to obtain further pages of results.

ListOpenWorkflowExecutions, listOpenWorkflowExecutions_nextPageToken - If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 60 seconds. Using an expired pagination token will return a 400 error: "Specified token has exceeded its maximum lifetime".

The configured maximumPageSize determines how many results can be returned in a single call.

$sel:reverseOrder:ListOpenWorkflowExecutions', listOpenWorkflowExecutions_reverseOrder - When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.

$sel:tagFilter:ListOpenWorkflowExecutions', listOpenWorkflowExecutions_tagFilter - If specified, only executions that have the matching tag are listed.

executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

$sel:typeFilter:ListOpenWorkflowExecutions', listOpenWorkflowExecutions_typeFilter - If specified, only executions of the type specified in the filter are returned.

executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.

$sel:domain:ListOpenWorkflowExecutions', listOpenWorkflowExecutions_domain - The name of the domain that contains the workflow executions to list.

$sel:startTimeFilter:ListOpenWorkflowExecutions', listOpenWorkflowExecutions_startTimeFilter - Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.

data WorkflowExecutionInfos Source #

Contains a paginated list of information about workflow executions.

See: newWorkflowExecutionInfos smart constructor.

Instances

Instances details
FromJSON WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Generic WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Associated Types

type Rep WorkflowExecutionInfos :: Type -> Type #

Read WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Show WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

NFData WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Methods

rnf :: WorkflowExecutionInfos -> () #

Eq WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Hashable WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

type Rep WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

type Rep WorkflowExecutionInfos = D1 ('MetaData "WorkflowExecutionInfos" "Amazonka.SWF.Types.WorkflowExecutionInfos" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowExecutionInfos'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionInfos") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [WorkflowExecutionInfo])))

newWorkflowExecutionInfos :: WorkflowExecutionInfos Source #

Create a value of WorkflowExecutionInfos with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextPageToken:WorkflowExecutionInfos', workflowExecutionInfos_nextPageToken - If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged.

The configured maximumPageSize determines how many results can be returned in a single call.

$sel:executionInfos:WorkflowExecutionInfos', workflowExecutionInfos_executionInfos - The list of workflow information structures.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.SWF.ListTagsForResource" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListTagsForResource Source #

Create a value of ListTagsForResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon Resource Name (ARN) for the Amazon SWF domain.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.SWF.ListTagsForResource" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceTag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - An array of tags associated with the domain.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

ListWorkflowTypes (Paginated)

data ListWorkflowTypes Source #

See: newListWorkflowTypes smart constructor.

Instances

Instances details
ToJSON ListWorkflowTypes Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

ToHeaders ListWorkflowTypes Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

ToPath ListWorkflowTypes Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

ToQuery ListWorkflowTypes Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

AWSPager ListWorkflowTypes Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

AWSRequest ListWorkflowTypes Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

Associated Types

type AWSResponse ListWorkflowTypes #

Generic ListWorkflowTypes Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

Associated Types

type Rep ListWorkflowTypes :: Type -> Type #

Read ListWorkflowTypes Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

Show ListWorkflowTypes Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

NFData ListWorkflowTypes Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

Methods

rnf :: ListWorkflowTypes -> () #

Eq ListWorkflowTypes Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

Hashable ListWorkflowTypes Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

type AWSResponse ListWorkflowTypes Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

type Rep ListWorkflowTypes Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

type Rep ListWorkflowTypes = D1 ('MetaData "ListWorkflowTypes" "Amazonka.SWF.ListWorkflowTypes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ListWorkflowTypes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maximumPageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "reverseOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "registrationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RegistrationStatus)))))

newListWorkflowTypes Source #

Create a value of ListWorkflowTypes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maximumPageSize:ListWorkflowTypes', listWorkflowTypes_maximumPageSize - The maximum number of results that are returned per call. Use nextPageToken to obtain further pages of results.

ListWorkflowTypes, listWorkflowTypes_name - If specified, lists the workflow type with this name.

ListWorkflowTypes, listWorkflowTypes_nextPageToken - If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 60 seconds. Using an expired pagination token will return a 400 error: "Specified token has exceeded its maximum lifetime".

The configured maximumPageSize determines how many results can be returned in a single call.

$sel:reverseOrder:ListWorkflowTypes', listWorkflowTypes_reverseOrder - When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.

$sel:domain:ListWorkflowTypes', listWorkflowTypes_domain - The name of the domain in which the workflow types have been registered.

$sel:registrationStatus:ListWorkflowTypes', listWorkflowTypes_registrationStatus - Specifies the registration status of the workflow types to list.

data ListWorkflowTypesResponse Source #

Contains a paginated list of information structures about workflow types.

See: newListWorkflowTypesResponse smart constructor.

Instances

Instances details
Generic ListWorkflowTypesResponse Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

Associated Types

type Rep ListWorkflowTypesResponse :: Type -> Type #

Read ListWorkflowTypesResponse Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

Show ListWorkflowTypesResponse Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

NFData ListWorkflowTypesResponse Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

Eq ListWorkflowTypesResponse Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

type Rep ListWorkflowTypesResponse Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

type Rep ListWorkflowTypesResponse = D1 ('MetaData "ListWorkflowTypesResponse" "Amazonka.SWF.ListWorkflowTypes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ListWorkflowTypesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "typeInfos") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [WorkflowTypeInfo]))))

newListWorkflowTypesResponse Source #

Create a value of ListWorkflowTypesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ListWorkflowTypes, listWorkflowTypesResponse_nextPageToken - If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged.

The configured maximumPageSize determines how many results can be returned in a single call.

$sel:httpStatus:ListWorkflowTypesResponse', listWorkflowTypesResponse_httpStatus - The response's http status code.

$sel:typeInfos:ListWorkflowTypesResponse', listWorkflowTypesResponse_typeInfos - The list of workflow type information.

PollForActivityTask

data PollForActivityTask Source #

See: newPollForActivityTask smart constructor.

Instances

Instances details
ToJSON PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

ToHeaders PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

ToPath PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

ToQuery PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

AWSRequest PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

Associated Types

type AWSResponse PollForActivityTask #

Generic PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

Associated Types

type Rep PollForActivityTask :: Type -> Type #

Read PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

Show PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

NFData PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

Methods

rnf :: PollForActivityTask -> () #

Eq PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

Hashable PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

type AWSResponse PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

type Rep PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

type Rep PollForActivityTask = D1 ('MetaData "PollForActivityTask" "Amazonka.SWF.PollForActivityTask" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "PollForActivityTask'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaskList))))

newPollForActivityTask Source #

Create a value of PollForActivityTask with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

PollForActivityTask, pollForActivityTask_identity - Identity of the worker making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

$sel:domain:PollForActivityTask', pollForActivityTask_domain - The name of the domain that contains the task lists being polled.

PollForActivityTask, pollForActivityTask_taskList - Specifies the task list to poll for activity tasks.

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 be the literal string arn.

data PollForActivityTaskResponse Source #

Unit of work sent to an activity worker.

See: newPollForActivityTaskResponse smart constructor.

Instances

Instances details
Generic PollForActivityTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

Associated Types

type Rep PollForActivityTaskResponse :: Type -> Type #

Read PollForActivityTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

Show PollForActivityTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

NFData PollForActivityTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

Eq PollForActivityTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

type Rep PollForActivityTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

type Rep PollForActivityTaskResponse = D1 ('MetaData "PollForActivityTaskResponse" "Amazonka.SWF.PollForActivityTask" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "PollForActivityTaskResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "activityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "activityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityType)) :*: S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "taskToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecution))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newPollForActivityTaskResponse Source #

Create a value of PollForActivityTaskResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

PollForActivityTaskResponse, pollForActivityTaskResponse_activityId - The unique ID of the task.

PollForActivityTaskResponse, pollForActivityTaskResponse_activityType - The type of this activity task.

PollForActivityTaskResponse, pollForActivityTaskResponse_input - The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.

$sel:taskToken:PollForActivityTaskResponse', pollForActivityTaskResponse_taskToken - The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

PollForActivityTaskResponse, pollForActivityTaskResponse_workflowExecution - The workflow execution that started this activity task.

$sel:httpStatus:PollForActivityTaskResponse', pollForActivityTaskResponse_httpStatus - The response's http status code.

PollForActivityTaskResponse, pollForActivityTaskResponse_startedEventId - The ID of the ActivityTaskStarted event recorded in the history.

PollForDecisionTask (Paginated)

data PollForDecisionTask Source #

See: newPollForDecisionTask smart constructor.

Instances

Instances details
ToJSON PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

ToHeaders PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

ToPath PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

ToQuery PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

AWSPager PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

AWSRequest PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

Associated Types

type AWSResponse PollForDecisionTask #

Generic PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

Associated Types

type Rep PollForDecisionTask :: Type -> Type #

Read PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

Show PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

NFData PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

Methods

rnf :: PollForDecisionTask -> () #

Eq PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

Hashable PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

type AWSResponse PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

type Rep PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

type Rep PollForDecisionTask = D1 ('MetaData "PollForDecisionTask" "Amazonka.SWF.PollForDecisionTask" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "PollForDecisionTask'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "identity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maximumPageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "reverseOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaskList)))))

newPollForDecisionTask Source #

Create a value of PollForDecisionTask with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

PollForDecisionTask, pollForDecisionTask_identity - Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

$sel:maximumPageSize:PollForDecisionTask', pollForDecisionTask_maximumPageSize - The maximum number of results that are returned per call. Use nextPageToken to obtain further pages of results.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

PollForDecisionTask, pollForDecisionTask_nextPageToken - If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 60 seconds. Using an expired pagination token will return a 400 error: "Specified token has exceeded its maximum lifetime".

The configured maximumPageSize determines how many results can be returned in a single call.

The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken doesn't return a new decision task.

$sel:reverseOrder:PollForDecisionTask', pollForDecisionTask_reverseOrder - When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.

$sel:domain:PollForDecisionTask', pollForDecisionTask_domain - The name of the domain containing the task lists to poll.

PollForDecisionTask, pollForDecisionTask_taskList - Specifies the task list to poll for decision tasks.

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 be the literal string arn.

data PollForDecisionTaskResponse Source #

A structure that represents a decision task. Decision tasks are sent to deciders in order for them to make decisions.

See: newPollForDecisionTaskResponse smart constructor.

Instances

Instances details
Generic PollForDecisionTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

Associated Types

type Rep PollForDecisionTaskResponse :: Type -> Type #

Read PollForDecisionTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

Show PollForDecisionTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

NFData PollForDecisionTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

Eq PollForDecisionTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

type Rep PollForDecisionTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

newPollForDecisionTaskResponse Source #

Create a value of PollForDecisionTaskResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:events:PollForDecisionTaskResponse', pollForDecisionTaskResponse_events - A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.

PollForDecisionTask, pollForDecisionTaskResponse_nextPageToken - If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged.

The configured maximumPageSize determines how many results can be returned in a single call.

$sel:previousStartedEventId:PollForDecisionTaskResponse', pollForDecisionTaskResponse_previousStartedEventId - The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.

$sel:taskToken:PollForDecisionTaskResponse', pollForDecisionTaskResponse_taskToken - The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

PollForDecisionTaskResponse, pollForDecisionTaskResponse_workflowExecution - The workflow execution for which this decision task was created.

PollForDecisionTaskResponse, pollForDecisionTaskResponse_workflowType - The type of the workflow execution for which this decision task was created.

$sel:httpStatus:PollForDecisionTaskResponse', pollForDecisionTaskResponse_httpStatus - The response's http status code.

PollForDecisionTaskResponse, pollForDecisionTaskResponse_startedEventId - The ID of the DecisionTaskStarted event recorded in the history.

RecordActivityTaskHeartbeat

data RecordActivityTaskHeartbeat Source #

See: newRecordActivityTaskHeartbeat smart constructor.

Instances

Instances details
ToJSON RecordActivityTaskHeartbeat Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

ToHeaders RecordActivityTaskHeartbeat Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

ToPath RecordActivityTaskHeartbeat Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

ToQuery RecordActivityTaskHeartbeat Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

AWSRequest RecordActivityTaskHeartbeat Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

Generic RecordActivityTaskHeartbeat Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

Associated Types

type Rep RecordActivityTaskHeartbeat :: Type -> Type #

Read RecordActivityTaskHeartbeat Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

Show RecordActivityTaskHeartbeat Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

NFData RecordActivityTaskHeartbeat Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

Eq RecordActivityTaskHeartbeat Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

Hashable RecordActivityTaskHeartbeat Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

type AWSResponse RecordActivityTaskHeartbeat Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

type Rep RecordActivityTaskHeartbeat Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

type Rep RecordActivityTaskHeartbeat = D1 ('MetaData "RecordActivityTaskHeartbeat" "Amazonka.SWF.RecordActivityTaskHeartbeat" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RecordActivityTaskHeartbeat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRecordActivityTaskHeartbeat Source #

Create a value of RecordActivityTaskHeartbeat with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RecordActivityTaskHeartbeat, recordActivityTaskHeartbeat_details - If specified, contains details about the progress of the task.

$sel:taskToken:RecordActivityTaskHeartbeat', recordActivityTaskHeartbeat_taskToken - The taskToken of the ActivityTask.

taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.

data RecordActivityTaskHeartbeatResponse Source #

Status information about an activity task.

See: newRecordActivityTaskHeartbeatResponse smart constructor.

Instances

Instances details
Generic RecordActivityTaskHeartbeatResponse Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

Read RecordActivityTaskHeartbeatResponse Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

Show RecordActivityTaskHeartbeatResponse Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

NFData RecordActivityTaskHeartbeatResponse Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

Eq RecordActivityTaskHeartbeatResponse Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

type Rep RecordActivityTaskHeartbeatResponse Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

type Rep RecordActivityTaskHeartbeatResponse = D1 ('MetaData "RecordActivityTaskHeartbeatResponse" "Amazonka.SWF.RecordActivityTaskHeartbeat" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RecordActivityTaskHeartbeatResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "cancelRequested") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newRecordActivityTaskHeartbeatResponse Source #

Create a value of RecordActivityTaskHeartbeatResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:RecordActivityTaskHeartbeatResponse', recordActivityTaskHeartbeatResponse_httpStatus - The response's http status code.

RecordActivityTaskHeartbeatResponse, recordActivityTaskHeartbeatResponse_cancelRequested - Set to true if cancellation of the task is requested.

RegisterActivityType

data RegisterActivityType Source #

See: newRegisterActivityType smart constructor.

Instances

Instances details
ToJSON RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

ToHeaders RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

ToPath RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

ToQuery RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

AWSRequest RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

Associated Types

type AWSResponse RegisterActivityType #

Generic RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

Associated Types

type Rep RegisterActivityType :: Type -> Type #

Read RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

Show RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

NFData RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

Methods

rnf :: RegisterActivityType -> () #

Eq RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

Hashable RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

type AWSResponse RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

type Rep RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

type Rep RegisterActivityType = D1 ('MetaData "RegisterActivityType" "Amazonka.SWF.RegisterActivityType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RegisterActivityType'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "defaultTaskHeartbeatTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultTaskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskList))) :*: (S1 ('MetaSel ('Just "defaultTaskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultTaskScheduleToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultTaskScheduleToStartTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "defaultTaskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newRegisterActivityType Source #

Create a value of RegisterActivityType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RegisterActivityType, registerActivityType_defaultTaskHeartbeatTimeout - If set, specifies the default 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. This default can be overridden when scheduling an activity task using 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.

RegisterActivityType, registerActivityType_defaultTaskList - If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list isn't provided when a task is scheduled through the ScheduleActivityTask Decision.

RegisterActivityType, registerActivityType_defaultTaskPriority - The default task priority to assign to the activity type. If not assigned, then 0 is used. 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 in the Amazon SWF Developer Guide..

RegisterActivityType, registerActivityType_defaultTaskScheduleToCloseTimeout - If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using 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.

RegisterActivityType, registerActivityType_defaultTaskScheduleToStartTimeout - If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using 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.

RegisterActivityType, registerActivityType_defaultTaskStartToCloseTimeout - If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using 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.

RegisterActivityType, registerActivityType_description - A textual description of the activity type.

$sel:domain:RegisterActivityType', registerActivityType_domain - The name of the domain in which this activity is to be registered.

RegisterActivityType, registerActivityType_name - The name of the activity type within the domain.

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 be the literal string arn.

RegisterActivityType, registerActivityType_version - The version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

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 be the literal string arn.

data RegisterActivityTypeResponse Source #

See: newRegisterActivityTypeResponse smart constructor.

Instances

Instances details
Generic RegisterActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

Associated Types

type Rep RegisterActivityTypeResponse :: Type -> Type #

Read RegisterActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

Show RegisterActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

NFData RegisterActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

Eq RegisterActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

type Rep RegisterActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

type Rep RegisterActivityTypeResponse = D1 ('MetaData "RegisterActivityTypeResponse" "Amazonka.SWF.RegisterActivityType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RegisterActivityTypeResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newRegisterActivityTypeResponse :: RegisterActivityTypeResponse Source #

Create a value of RegisterActivityTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

RegisterDomain

data RegisterDomain Source #

See: newRegisterDomain smart constructor.

Instances

Instances details
ToJSON RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

ToHeaders RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

ToPath RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

ToQuery RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

AWSRequest RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

Associated Types

type AWSResponse RegisterDomain #

Generic RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

Associated Types

type Rep RegisterDomain :: Type -> Type #

Read RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

Show RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

NFData RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

Methods

rnf :: RegisterDomain -> () #

Eq RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

Hashable RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

type AWSResponse RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

type Rep RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

type Rep RegisterDomain = D1 ('MetaData "RegisterDomain" "Amazonka.SWF.RegisterDomain" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RegisterDomain'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceTag]))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workflowExecutionRetentionPeriodInDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRegisterDomain Source #

Create a value of RegisterDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RegisterDomain, registerDomain_description - A text description of the domain.

$sel:tags:RegisterDomain', registerDomain_tags - Tags to be added when registering a domain.

Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

RegisterDomain, registerDomain_name - Name of the domain to register. The name must be unique in the region that the domain is registered in.

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 be the literal string arn.

RegisterDomain, registerDomain_workflowExecutionRetentionPeriodInDays - The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution isn't available in the results of visibility calls.

If you pass the value NONE or 0 (zero), then the workflow execution history isn't retained. As soon as the workflow execution completes, the execution record and its history are deleted.

The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.

data RegisterDomainResponse Source #

See: newRegisterDomainResponse smart constructor.

Instances

Instances details
Generic RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

Associated Types

type Rep RegisterDomainResponse :: Type -> Type #

Read RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

Show RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

NFData RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

Methods

rnf :: RegisterDomainResponse -> () #

Eq RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

type Rep RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

type Rep RegisterDomainResponse = D1 ('MetaData "RegisterDomainResponse" "Amazonka.SWF.RegisterDomain" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RegisterDomainResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newRegisterDomainResponse :: RegisterDomainResponse Source #

Create a value of RegisterDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

RegisterWorkflowType

data RegisterWorkflowType Source #

See: newRegisterWorkflowType smart constructor.

Instances

Instances details
ToJSON RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

ToHeaders RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

ToPath RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

ToQuery RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

AWSRequest RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

Associated Types

type AWSResponse RegisterWorkflowType #

Generic RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

Associated Types

type Rep RegisterWorkflowType :: Type -> Type #

Read RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

Show RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

NFData RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

Methods

rnf :: RegisterWorkflowType -> () #

Eq RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

Hashable RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

type AWSResponse RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

type Rep RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

type Rep RegisterWorkflowType = D1 ('MetaData "RegisterWorkflowType" "Amazonka.SWF.RegisterWorkflowType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RegisterWorkflowType'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "defaultChildPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildPolicy)) :*: S1 ('MetaSel ('Just "defaultExecutionStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "defaultLambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultTaskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskList)) :*: S1 ('MetaSel ('Just "defaultTaskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "defaultTaskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newRegisterWorkflowType Source #

Create a value of RegisterWorkflowType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RegisterWorkflowType, registerWorkflowType_defaultChildPolicy - If set, specifies 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.

RegisterWorkflowType, registerWorkflowType_defaultExecutionStartToCloseTimeout - If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution Action or StartChildWorkflowExecution Decision.

The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of "NONE" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit always causes the workflow execution to time out.

RegisterWorkflowType, registerWorkflowType_defaultLambdaRole - The default IAM role attached to this workflow type.

Executions of this workflow type need IAM roles to invoke Lambda functions. If you don't specify an IAM role when you start this workflow type, the default Lambda role is attached to the execution. For more information, see https://docs.aws.amazon.com/amazonswf/latest/developerguide/lambda-task.html in the Amazon SWF Developer Guide.

RegisterWorkflowType, registerWorkflowType_defaultTaskList - If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list isn't provided when starting the execution through the StartWorkflowExecution Action or StartChildWorkflowExecution Decision.

RegisterWorkflowType, registerWorkflowType_defaultTaskPriority - The default task priority to assign to the workflow type. If not assigned, then 0 is used. 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.

RegisterWorkflowType, registerWorkflowType_defaultTaskStartToCloseTimeout - If set, specifies the default maximum duration of decision tasks for 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.

RegisterWorkflowType, registerWorkflowType_description - Textual description of the workflow type.

$sel:domain:RegisterWorkflowType', registerWorkflowType_domain - The name of the domain in which to register the workflow type.

RegisterWorkflowType, registerWorkflowType_name - The name of the workflow type.

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 be the literal string arn.

RegisterWorkflowType, registerWorkflowType_version - The version of the workflow type.

The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

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 be the literal string arn.

data RegisterWorkflowTypeResponse Source #

See: newRegisterWorkflowTypeResponse smart constructor.

Instances

Instances details
Generic RegisterWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

Associated Types

type Rep RegisterWorkflowTypeResponse :: Type -> Type #

Read RegisterWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

Show RegisterWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

NFData RegisterWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

Eq RegisterWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

type Rep RegisterWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

type Rep RegisterWorkflowTypeResponse = D1 ('MetaData "RegisterWorkflowTypeResponse" "Amazonka.SWF.RegisterWorkflowType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RegisterWorkflowTypeResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newRegisterWorkflowTypeResponse :: RegisterWorkflowTypeResponse Source #

Create a value of RegisterWorkflowTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

RequestCancelWorkflowExecution

data RequestCancelWorkflowExecution Source #

See: newRequestCancelWorkflowExecution smart constructor.

Instances

Instances details
ToJSON RequestCancelWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

ToHeaders RequestCancelWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

ToPath RequestCancelWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

ToQuery RequestCancelWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

AWSRequest RequestCancelWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

Generic RequestCancelWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

Associated Types

type Rep RequestCancelWorkflowExecution :: Type -> Type #

Read RequestCancelWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

Show RequestCancelWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

NFData RequestCancelWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

Eq RequestCancelWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

Hashable RequestCancelWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

type AWSResponse RequestCancelWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

type Rep RequestCancelWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

type Rep RequestCancelWorkflowExecution = D1 ('MetaData "RequestCancelWorkflowExecution" "Amazonka.SWF.RequestCancelWorkflowExecution" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RequestCancelWorkflowExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRequestCancelWorkflowExecution Source #

Create a value of RequestCancelWorkflowExecution with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RequestCancelWorkflowExecution, requestCancelWorkflowExecution_runId - The runId of the workflow execution to cancel.

$sel:domain:RequestCancelWorkflowExecution', requestCancelWorkflowExecution_domain - The name of the domain containing the workflow execution to cancel.

RequestCancelWorkflowExecution, requestCancelWorkflowExecution_workflowId - The workflowId of the workflow execution to cancel.

data RequestCancelWorkflowExecutionResponse Source #

Instances

Instances details
Generic RequestCancelWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

Read RequestCancelWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

Show RequestCancelWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

NFData RequestCancelWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

Eq RequestCancelWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

type Rep RequestCancelWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

type Rep RequestCancelWorkflowExecutionResponse = D1 ('MetaData "RequestCancelWorkflowExecutionResponse" "Amazonka.SWF.RequestCancelWorkflowExecution" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RequestCancelWorkflowExecutionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newRequestCancelWorkflowExecutionResponse :: RequestCancelWorkflowExecutionResponse Source #

Create a value of RequestCancelWorkflowExecutionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

RespondActivityTaskCanceled

data RespondActivityTaskCanceled Source #

See: newRespondActivityTaskCanceled smart constructor.

Instances

Instances details
ToJSON RespondActivityTaskCanceled Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

ToHeaders RespondActivityTaskCanceled Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

ToPath RespondActivityTaskCanceled Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

ToQuery RespondActivityTaskCanceled Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

AWSRequest RespondActivityTaskCanceled Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

Generic RespondActivityTaskCanceled Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

Associated Types

type Rep RespondActivityTaskCanceled :: Type -> Type #

Read RespondActivityTaskCanceled Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

Show RespondActivityTaskCanceled Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

NFData RespondActivityTaskCanceled Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

Eq RespondActivityTaskCanceled Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

Hashable RespondActivityTaskCanceled Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

type AWSResponse RespondActivityTaskCanceled Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

type Rep RespondActivityTaskCanceled Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

type Rep RespondActivityTaskCanceled = D1 ('MetaData "RespondActivityTaskCanceled" "Amazonka.SWF.RespondActivityTaskCanceled" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RespondActivityTaskCanceled'" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRespondActivityTaskCanceled Source #

Create a value of RespondActivityTaskCanceled with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RespondActivityTaskCanceled, respondActivityTaskCanceled_details - Information about the cancellation.

$sel:taskToken:RespondActivityTaskCanceled', respondActivityTaskCanceled_taskToken - The taskToken of the ActivityTask.

taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.

data RespondActivityTaskCanceledResponse Source #

Instances

Instances details
Generic RespondActivityTaskCanceledResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

Read RespondActivityTaskCanceledResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

Show RespondActivityTaskCanceledResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

NFData RespondActivityTaskCanceledResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

Eq RespondActivityTaskCanceledResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

type Rep RespondActivityTaskCanceledResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

type Rep RespondActivityTaskCanceledResponse = D1 ('MetaData "RespondActivityTaskCanceledResponse" "Amazonka.SWF.RespondActivityTaskCanceled" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RespondActivityTaskCanceledResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newRespondActivityTaskCanceledResponse :: RespondActivityTaskCanceledResponse Source #

Create a value of RespondActivityTaskCanceledResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

RespondActivityTaskCompleted

data RespondActivityTaskCompleted Source #

See: newRespondActivityTaskCompleted smart constructor.

Instances

Instances details
ToJSON RespondActivityTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

ToHeaders RespondActivityTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

ToPath RespondActivityTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

ToQuery RespondActivityTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

AWSRequest RespondActivityTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

Generic RespondActivityTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

Associated Types

type Rep RespondActivityTaskCompleted :: Type -> Type #

Read RespondActivityTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

Show RespondActivityTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

NFData RespondActivityTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

Eq RespondActivityTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

Hashable RespondActivityTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

type AWSResponse RespondActivityTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

type Rep RespondActivityTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

type Rep RespondActivityTaskCompleted = D1 ('MetaData "RespondActivityTaskCompleted" "Amazonka.SWF.RespondActivityTaskCompleted" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RespondActivityTaskCompleted'" 'PrefixI 'True) (S1 ('MetaSel ('Just "result") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRespondActivityTaskCompleted Source #

Create a value of RespondActivityTaskCompleted with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RespondActivityTaskCompleted, respondActivityTaskCompleted_result - The result of the activity task. It is a free form string that is implementation specific.

$sel:taskToken:RespondActivityTaskCompleted', respondActivityTaskCompleted_taskToken - The taskToken of the ActivityTask.

taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.

data RespondActivityTaskCompletedResponse Source #

Instances

Instances details
Generic RespondActivityTaskCompletedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

Read RespondActivityTaskCompletedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

Show RespondActivityTaskCompletedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

NFData RespondActivityTaskCompletedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

Eq RespondActivityTaskCompletedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

type Rep RespondActivityTaskCompletedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

type Rep RespondActivityTaskCompletedResponse = D1 ('MetaData "RespondActivityTaskCompletedResponse" "Amazonka.SWF.RespondActivityTaskCompleted" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RespondActivityTaskCompletedResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newRespondActivityTaskCompletedResponse :: RespondActivityTaskCompletedResponse Source #

Create a value of RespondActivityTaskCompletedResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

RespondActivityTaskFailed

data RespondActivityTaskFailed Source #

See: newRespondActivityTaskFailed smart constructor.

Instances

Instances details
ToJSON RespondActivityTaskFailed Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

ToHeaders RespondActivityTaskFailed Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

ToPath RespondActivityTaskFailed Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

ToQuery RespondActivityTaskFailed Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

AWSRequest RespondActivityTaskFailed Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

Generic RespondActivityTaskFailed Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

Associated Types

type Rep RespondActivityTaskFailed :: Type -> Type #

Read RespondActivityTaskFailed Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

Show RespondActivityTaskFailed Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

NFData RespondActivityTaskFailed Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

Eq RespondActivityTaskFailed Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

Hashable RespondActivityTaskFailed Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

type AWSResponse RespondActivityTaskFailed Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

type Rep RespondActivityTaskFailed Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

type Rep RespondActivityTaskFailed = D1 ('MetaData "RespondActivityTaskFailed" "Amazonka.SWF.RespondActivityTaskFailed" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RespondActivityTaskFailed'" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRespondActivityTaskFailed Source #

Create a value of RespondActivityTaskFailed with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RespondActivityTaskFailed, respondActivityTaskFailed_details - Detailed information about the failure.

RespondActivityTaskFailed, respondActivityTaskFailed_reason - Description of the error that may assist in diagnostics.

$sel:taskToken:RespondActivityTaskFailed', respondActivityTaskFailed_taskToken - The taskToken of the ActivityTask.

taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.

data RespondActivityTaskFailedResponse Source #

See: newRespondActivityTaskFailedResponse smart constructor.

Instances

Instances details
Generic RespondActivityTaskFailedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

Associated Types

type Rep RespondActivityTaskFailedResponse :: Type -> Type #

Read RespondActivityTaskFailedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

Show RespondActivityTaskFailedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

NFData RespondActivityTaskFailedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

Eq RespondActivityTaskFailedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

type Rep RespondActivityTaskFailedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

type Rep RespondActivityTaskFailedResponse = D1 ('MetaData "RespondActivityTaskFailedResponse" "Amazonka.SWF.RespondActivityTaskFailed" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RespondActivityTaskFailedResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newRespondActivityTaskFailedResponse :: RespondActivityTaskFailedResponse Source #

Create a value of RespondActivityTaskFailedResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

RespondDecisionTaskCompleted

data RespondDecisionTaskCompleted Source #

Input data for a TaskCompleted response to a decision task.

See: newRespondDecisionTaskCompleted smart constructor.

Instances

Instances details
ToJSON RespondDecisionTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

ToHeaders RespondDecisionTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

ToPath RespondDecisionTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

ToQuery RespondDecisionTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

AWSRequest RespondDecisionTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

Generic RespondDecisionTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

Associated Types

type Rep RespondDecisionTaskCompleted :: Type -> Type #

Read RespondDecisionTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

Show RespondDecisionTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

NFData RespondDecisionTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

Eq RespondDecisionTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

Hashable RespondDecisionTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

type AWSResponse RespondDecisionTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

type Rep RespondDecisionTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

type Rep RespondDecisionTaskCompleted = D1 ('MetaData "RespondDecisionTaskCompleted" "Amazonka.SWF.RespondDecisionTaskCompleted" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RespondDecisionTaskCompleted'" 'PrefixI 'True) (S1 ('MetaSel ('Just "decisions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Decision])) :*: (S1 ('MetaSel ('Just "executionContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRespondDecisionTaskCompleted Source #

Create a value of RespondDecisionTaskCompleted with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:decisions:RespondDecisionTaskCompleted', respondDecisionTaskCompleted_decisions - The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the Decision structure for details.

RespondDecisionTaskCompleted, respondDecisionTaskCompleted_executionContext - User defined context to add to workflow execution.

$sel:taskToken:RespondDecisionTaskCompleted', respondDecisionTaskCompleted_taskToken - The taskToken from the DecisionTask.

taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.

data RespondDecisionTaskCompletedResponse Source #

Instances

Instances details
Generic RespondDecisionTaskCompletedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

Read RespondDecisionTaskCompletedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

Show RespondDecisionTaskCompletedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

NFData RespondDecisionTaskCompletedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

Eq RespondDecisionTaskCompletedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

type Rep RespondDecisionTaskCompletedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

type Rep RespondDecisionTaskCompletedResponse = D1 ('MetaData "RespondDecisionTaskCompletedResponse" "Amazonka.SWF.RespondDecisionTaskCompleted" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RespondDecisionTaskCompletedResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newRespondDecisionTaskCompletedResponse :: RespondDecisionTaskCompletedResponse Source #

Create a value of RespondDecisionTaskCompletedResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

SignalWorkflowExecution

data SignalWorkflowExecution Source #

See: newSignalWorkflowExecution smart constructor.

Instances

Instances details
ToJSON SignalWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

ToHeaders SignalWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

ToPath SignalWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

ToQuery SignalWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

AWSRequest SignalWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

Generic SignalWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

Associated Types

type Rep SignalWorkflowExecution :: Type -> Type #

Read SignalWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

Show SignalWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

NFData SignalWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

Methods

rnf :: SignalWorkflowExecution -> () #

Eq SignalWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

Hashable SignalWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

type AWSResponse SignalWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

type Rep SignalWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

type Rep SignalWorkflowExecution = D1 ('MetaData "SignalWorkflowExecution" "Amazonka.SWF.SignalWorkflowExecution" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "SignalWorkflowExecution'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "signalName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newSignalWorkflowExecution Source #

Create a value of SignalWorkflowExecution with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

SignalWorkflowExecution, signalWorkflowExecution_input - Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.

SignalWorkflowExecution, signalWorkflowExecution_runId - The runId of the workflow execution to signal.

$sel:domain:SignalWorkflowExecution', signalWorkflowExecution_domain - The name of the domain containing the workflow execution to signal.

SignalWorkflowExecution, signalWorkflowExecution_workflowId - The workflowId of the workflow execution to signal.

SignalWorkflowExecution, signalWorkflowExecution_signalName - The name of the signal. This name must be meaningful to the target workflow.

data SignalWorkflowExecutionResponse Source #

See: newSignalWorkflowExecutionResponse smart constructor.

Instances

Instances details
Generic SignalWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

Associated Types

type Rep SignalWorkflowExecutionResponse :: Type -> Type #

Read SignalWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

Show SignalWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

NFData SignalWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

Eq SignalWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

type Rep SignalWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

type Rep SignalWorkflowExecutionResponse = D1 ('MetaData "SignalWorkflowExecutionResponse" "Amazonka.SWF.SignalWorkflowExecution" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "SignalWorkflowExecutionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newSignalWorkflowExecutionResponse :: SignalWorkflowExecutionResponse Source #

Create a value of SignalWorkflowExecutionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

StartWorkflowExecution

data StartWorkflowExecution Source #

See: newStartWorkflowExecution smart constructor.

Instances

Instances details
ToJSON StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

ToHeaders StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

ToPath StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

ToQuery StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

AWSRequest StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

Associated Types

type AWSResponse StartWorkflowExecution #

Generic StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

Associated Types

type Rep StartWorkflowExecution :: Type -> Type #

Read StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

Show StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

NFData StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

Methods

rnf :: StartWorkflowExecution -> () #

Eq StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

Hashable StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

type AWSResponse StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

type Rep StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

type Rep StartWorkflowExecution = D1 ('MetaData "StartWorkflowExecution" "Amazonka.SWF.StartWorkflowExecution" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "StartWorkflowExecution'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "childPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildPolicy)) :*: S1 ('MetaSel ('Just "executionStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))) :*: ((S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskList)) :*: (S1 ('MetaSel ('Just "taskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType))))))

newStartWorkflowExecution Source #

Create a value of StartWorkflowExecution with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StartWorkflowExecution, startWorkflowExecution_childPolicy - If set, specifies the policy to use for the child workflow executions of this workflow 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.

A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.

StartWorkflowExecution, startWorkflowExecution_executionStartToCloseTimeout - The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.

The duration is specified in seconds; an integer greater than or equal to 0. Exceeding this limit causes the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of "NONE" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is returned.

StartWorkflowExecution, startWorkflowExecution_input - The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.

StartWorkflowExecution, startWorkflowExecution_lambdaRole - The IAM role to attach to this workflow execution.

Executions of this workflow type need IAM roles to invoke Lambda functions. If you don't attach an IAM role, any attempt to schedule a Lambda task fails. This results in a ScheduleLambdaFunctionFailed history event. For more information, see https://docs.aws.amazon.com/amazonswf/latest/developerguide/lambda-task.html in the Amazon SWF Developer Guide.

StartWorkflowExecution, startWorkflowExecution_tagList - The list of tags to associate with the workflow execution. You can specify a maximum of 5 tags. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.

StartWorkflowExecution, startWorkflowExecution_taskList - The task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault is returned.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.

StartWorkflowExecution, startWorkflowExecution_taskPriority - The task priority to use for this workflow execution. This overrides any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type is used. 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.

StartWorkflowExecution, startWorkflowExecution_taskStartToCloseTimeout - Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering the workflow type using RegisterWorkflowType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault is returned.

$sel:domain:StartWorkflowExecution', startWorkflowExecution_domain - The name of the domain in which the workflow execution is created.

StartWorkflowExecution, startWorkflowExecution_workflowId - The user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time within the same domain.

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 be the literal string arn.

StartWorkflowExecution, startWorkflowExecution_workflowType - The type of the workflow to start.

data StartWorkflowExecutionResponse Source #

Specifies the runId of a workflow execution.

See: newStartWorkflowExecutionResponse smart constructor.

Instances

Instances details
Generic StartWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

Associated Types

type Rep StartWorkflowExecutionResponse :: Type -> Type #

Read StartWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

Show StartWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

NFData StartWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

Eq StartWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

type Rep StartWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

type Rep StartWorkflowExecutionResponse = D1 ('MetaData "StartWorkflowExecutionResponse" "Amazonka.SWF.StartWorkflowExecution" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "StartWorkflowExecutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartWorkflowExecutionResponse Source #

Create a value of StartWorkflowExecutionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StartWorkflowExecutionResponse, startWorkflowExecutionResponse_runId - The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

$sel:httpStatus:StartWorkflowExecutionResponse', startWorkflowExecutionResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text [ResourceTag] 

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.SWF.TagResource" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ResourceTag])))

newTagResource Source #

Create a value of TagResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:TagResource', tagResource_resourceArn - The Amazon Resource Name (ARN) for the Amazon SWF domain.

$sel:tags:TagResource', tagResource_tags - The list of tags to add to a domain.

Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Constructors

TagResourceResponse' 

newTagResourceResponse :: TagResourceResponse Source #

Create a value of TagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

TerminateWorkflowExecution

data TerminateWorkflowExecution Source #

See: newTerminateWorkflowExecution smart constructor.

Instances

Instances details
ToJSON TerminateWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

ToHeaders TerminateWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

ToPath TerminateWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

ToQuery TerminateWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

AWSRequest TerminateWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

Generic TerminateWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

Associated Types

type Rep TerminateWorkflowExecution :: Type -> Type #

Read TerminateWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

Show TerminateWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

NFData TerminateWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

Eq TerminateWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

Hashable TerminateWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

type AWSResponse TerminateWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

type Rep TerminateWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

type Rep TerminateWorkflowExecution = D1 ('MetaData "TerminateWorkflowExecution" "Amazonka.SWF.TerminateWorkflowExecution" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "TerminateWorkflowExecution'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "childPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildPolicy)) :*: (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newTerminateWorkflowExecution Source #

Create a value of TerminateWorkflowExecution with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

TerminateWorkflowExecution, terminateWorkflowExecution_childPolicy - If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the 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.

A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.

TerminateWorkflowExecution, terminateWorkflowExecution_details - Details for terminating the workflow execution.

TerminateWorkflowExecution, terminateWorkflowExecution_reason - A descriptive reason for terminating the workflow execution.

TerminateWorkflowExecution, terminateWorkflowExecution_runId - The runId of the workflow execution to terminate.

$sel:domain:TerminateWorkflowExecution', terminateWorkflowExecution_domain - The domain of the workflow execution to terminate.

TerminateWorkflowExecution, terminateWorkflowExecution_workflowId - The workflowId of the workflow execution to terminate.

data TerminateWorkflowExecutionResponse Source #

Instances

Instances details
Generic TerminateWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

Associated Types

type Rep TerminateWorkflowExecutionResponse :: Type -> Type #

Read TerminateWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

Show TerminateWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

NFData TerminateWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

Eq TerminateWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

type Rep TerminateWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

type Rep TerminateWorkflowExecutionResponse = D1 ('MetaData "TerminateWorkflowExecutionResponse" "Amazonka.SWF.TerminateWorkflowExecution" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "TerminateWorkflowExecutionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newTerminateWorkflowExecutionResponse :: TerminateWorkflowExecutionResponse Source #

Create a value of TerminateWorkflowExecutionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

UndeprecateActivityType

data UndeprecateActivityType Source #

See: newUndeprecateActivityType smart constructor.

Instances

Instances details
ToJSON UndeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

ToHeaders UndeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

ToPath UndeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

ToQuery UndeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

AWSRequest UndeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

Generic UndeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

Associated Types

type Rep UndeprecateActivityType :: Type -> Type #

Read UndeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

Show UndeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

NFData UndeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

Methods

rnf :: UndeprecateActivityType -> () #

Eq UndeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

Hashable UndeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

type AWSResponse UndeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

type Rep UndeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

type Rep UndeprecateActivityType = D1 ('MetaData "UndeprecateActivityType" "Amazonka.SWF.UndeprecateActivityType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "UndeprecateActivityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "activityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActivityType)))

newUndeprecateActivityType Source #

Create a value of UndeprecateActivityType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domain:UndeprecateActivityType', undeprecateActivityType_domain - The name of the domain of the deprecated activity type.

UndeprecateActivityType, undeprecateActivityType_activityType - The activity type to undeprecate.

data UndeprecateActivityTypeResponse Source #

See: newUndeprecateActivityTypeResponse smart constructor.

Instances

Instances details
Generic UndeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

Associated Types

type Rep UndeprecateActivityTypeResponse :: Type -> Type #

Read UndeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

Show UndeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

NFData UndeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

Eq UndeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

type Rep UndeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

type Rep UndeprecateActivityTypeResponse = D1 ('MetaData "UndeprecateActivityTypeResponse" "Amazonka.SWF.UndeprecateActivityType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "UndeprecateActivityTypeResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUndeprecateActivityTypeResponse :: UndeprecateActivityTypeResponse Source #

Create a value of UndeprecateActivityTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

UndeprecateDomain

data UndeprecateDomain Source #

See: newUndeprecateDomain smart constructor.

Constructors

UndeprecateDomain' Text 

Instances

Instances details
ToJSON UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

ToHeaders UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

ToPath UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

ToQuery UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

AWSRequest UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

Associated Types

type AWSResponse UndeprecateDomain #

Generic UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

Associated Types

type Rep UndeprecateDomain :: Type -> Type #

Read UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

Show UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

NFData UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

Methods

rnf :: UndeprecateDomain -> () #

Eq UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

Hashable UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

type AWSResponse UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

type Rep UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

type Rep UndeprecateDomain = D1 ('MetaData "UndeprecateDomain" "Amazonka.SWF.UndeprecateDomain" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "UndeprecateDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUndeprecateDomain Source #

Create a value of UndeprecateDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

UndeprecateDomain, undeprecateDomain_name - The name of the domain of the deprecated workflow type.

data UndeprecateDomainResponse Source #

See: newUndeprecateDomainResponse smart constructor.

Instances

Instances details
Generic UndeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

Associated Types

type Rep UndeprecateDomainResponse :: Type -> Type #

Read UndeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

Show UndeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

NFData UndeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

Eq UndeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

type Rep UndeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

type Rep UndeprecateDomainResponse = D1 ('MetaData "UndeprecateDomainResponse" "Amazonka.SWF.UndeprecateDomain" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "UndeprecateDomainResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUndeprecateDomainResponse :: UndeprecateDomainResponse Source #

Create a value of UndeprecateDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

UndeprecateWorkflowType

data UndeprecateWorkflowType Source #

See: newUndeprecateWorkflowType smart constructor.

Instances

Instances details
ToJSON UndeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

ToHeaders UndeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

ToPath UndeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

ToQuery UndeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

AWSRequest UndeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

Generic UndeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

Associated Types

type Rep UndeprecateWorkflowType :: Type -> Type #

Read UndeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

Show UndeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

NFData UndeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

Methods

rnf :: UndeprecateWorkflowType -> () #

Eq UndeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

Hashable UndeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

type AWSResponse UndeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

type Rep UndeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

type Rep UndeprecateWorkflowType = D1 ('MetaData "UndeprecateWorkflowType" "Amazonka.SWF.UndeprecateWorkflowType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "UndeprecateWorkflowType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType)))

newUndeprecateWorkflowType Source #

Create a value of UndeprecateWorkflowType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domain:UndeprecateWorkflowType', undeprecateWorkflowType_domain - The name of the domain of the deprecated workflow type.

UndeprecateWorkflowType, undeprecateWorkflowType_workflowType - The name of the domain of the deprecated workflow type.

data UndeprecateWorkflowTypeResponse Source #

See: newUndeprecateWorkflowTypeResponse smart constructor.

Instances

Instances details
Generic UndeprecateWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

Associated Types

type Rep UndeprecateWorkflowTypeResponse :: Type -> Type #

Read UndeprecateWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

Show UndeprecateWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

NFData UndeprecateWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

Eq UndeprecateWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

type Rep UndeprecateWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

type Rep UndeprecateWorkflowTypeResponse = D1 ('MetaData "UndeprecateWorkflowTypeResponse" "Amazonka.SWF.UndeprecateWorkflowType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "UndeprecateWorkflowTypeResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUndeprecateWorkflowTypeResponse :: UndeprecateWorkflowTypeResponse Source #

Create a value of UndeprecateWorkflowTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.SWF.UntagResource" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newUntagResource Source #

Create a value of UntagResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) for the Amazon SWF domain.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The list of tags to remove from the Amazon SWF domain.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.SWF.UntagResource" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUntagResourceResponse :: UntagResourceResponse Source #

Create a value of UntagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Types

ActivityTaskTimeoutType

newtype ActivityTaskTimeoutType Source #

Instances

Instances details
FromJSON ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

FromJSONKey ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

ToJSON ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

ToJSONKey ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

ToByteString ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

ToHeader ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

ToLog ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

ToQuery ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

FromText ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

ToText ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

FromXML ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

ToXML ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

Generic ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

Associated Types

type Rep ActivityTaskTimeoutType :: Type -> Type #

Read ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

Show ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

NFData ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

Methods

rnf :: ActivityTaskTimeoutType -> () #

Eq ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

Ord ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

Hashable ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

type Rep ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

type Rep ActivityTaskTimeoutType = D1 ('MetaData "ActivityTaskTimeoutType" "Amazonka.SWF.Types.ActivityTaskTimeoutType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "ActivityTaskTimeoutType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromActivityTaskTimeoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CancelTimerFailedCause

newtype CancelTimerFailedCause Source #

Instances

Instances details
FromJSON CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

FromJSONKey CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

ToJSON CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

ToJSONKey CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

ToByteString CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

ToHeader CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

ToLog CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

ToQuery CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

FromText CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

ToText CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

FromXML CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

ToXML CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

Generic CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

Associated Types

type Rep CancelTimerFailedCause :: Type -> Type #

Read CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

Show CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

NFData CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

Methods

rnf :: CancelTimerFailedCause -> () #

Eq CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

Ord CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

Hashable CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

type Rep CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

type Rep CancelTimerFailedCause = D1 ('MetaData "CancelTimerFailedCause" "Amazonka.SWF.Types.CancelTimerFailedCause" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "CancelTimerFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCancelTimerFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CancelWorkflowExecutionFailedCause

newtype CancelWorkflowExecutionFailedCause Source #

Instances

Instances details
FromJSON CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

FromJSONKey CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

ToJSON CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

ToJSONKey CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

ToByteString CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

ToHeader CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

ToLog CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

ToQuery CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

FromText CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

ToText CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

FromXML CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

ToXML CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

Generic CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

Associated Types

type Rep CancelWorkflowExecutionFailedCause :: Type -> Type #

Read CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

Show CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

NFData CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

Eq CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

Ord CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

Hashable CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

type Rep CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

type Rep CancelWorkflowExecutionFailedCause = D1 ('MetaData "CancelWorkflowExecutionFailedCause" "Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "CancelWorkflowExecutionFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCancelWorkflowExecutionFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChildPolicy

newtype ChildPolicy Source #

Constructors

ChildPolicy' 

Instances

Instances details
FromJSON ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

FromJSONKey ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

ToJSON ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

ToJSONKey ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

ToByteString ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

ToHeader ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

ToLog ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

ToQuery ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

FromText ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

ToText ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

Methods

toText :: ChildPolicy -> Text #

FromXML ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

ToXML ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

Methods

toXML :: ChildPolicy -> XML #

Generic ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

Associated Types

type Rep ChildPolicy :: Type -> Type #

Read ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

Show ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

NFData ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

Methods

rnf :: ChildPolicy -> () #

Eq ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

Ord ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

Hashable ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

type Rep ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

type Rep ChildPolicy = D1 ('MetaData "ChildPolicy" "Amazonka.SWF.Types.ChildPolicy" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "ChildPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChildPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CloseStatus

newtype CloseStatus Source #

Constructors

CloseStatus' 

Instances

Instances details
FromJSON CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

FromJSONKey CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

ToJSON CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

ToJSONKey CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

ToByteString CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

ToHeader CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

ToLog CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

ToQuery CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

FromText CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

ToText CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

Methods

toText :: CloseStatus -> Text #

FromXML CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

ToXML CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

Methods

toXML :: CloseStatus -> XML #

Generic CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

Associated Types

type Rep CloseStatus :: Type -> Type #

Read CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

Show CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

NFData CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

Methods

rnf :: CloseStatus -> () #

Eq CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

Ord CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

Hashable CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

type Rep CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

type Rep CloseStatus = D1 ('MetaData "CloseStatus" "Amazonka.SWF.Types.CloseStatus" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "CloseStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCloseStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CompleteWorkflowExecutionFailedCause

newtype CompleteWorkflowExecutionFailedCause Source #

Instances

Instances details
FromJSON CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

FromJSONKey CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

ToJSON CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

ToJSONKey CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

ToByteString CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

ToHeader CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

ToLog CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

ToQuery CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

FromText CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

ToText CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

FromXML CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

ToXML CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

Generic CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

Read CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

Show CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

NFData CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

Eq CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

Ord CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

Hashable CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

type Rep CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

type Rep CompleteWorkflowExecutionFailedCause = D1 ('MetaData "CompleteWorkflowExecutionFailedCause" "Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "CompleteWorkflowExecutionFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCompleteWorkflowExecutionFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ContinueAsNewWorkflowExecutionFailedCause

newtype ContinueAsNewWorkflowExecutionFailedCause Source #

Instances

Instances details
FromJSON ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

FromJSONKey ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

ToJSON ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

ToJSONKey ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

ToByteString ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

ToHeader ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

ToLog ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

ToQuery ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

FromText ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

ToText ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

FromXML ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

ToXML ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

Generic ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

Read ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

Show ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

NFData ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

Eq ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

Ord ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

Hashable ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

type Rep ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

type Rep ContinueAsNewWorkflowExecutionFailedCause = D1 ('MetaData "ContinueAsNewWorkflowExecutionFailedCause" "Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "ContinueAsNewWorkflowExecutionFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromContinueAsNewWorkflowExecutionFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DecisionTaskTimeoutType

newtype DecisionTaskTimeoutType Source #

Instances

Instances details
FromJSON DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

FromJSONKey DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

ToJSON DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

ToJSONKey DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

ToByteString DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

ToHeader DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

ToLog DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

ToQuery DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

FromText DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

ToText DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

FromXML DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

ToXML DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

Generic DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

Associated Types

type Rep DecisionTaskTimeoutType :: Type -> Type #

Read DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

Show DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

NFData DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

Methods

rnf :: DecisionTaskTimeoutType -> () #

Eq DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

Ord DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

Hashable DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

type Rep DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

type Rep DecisionTaskTimeoutType = D1 ('MetaData "DecisionTaskTimeoutType" "Amazonka.SWF.Types.DecisionTaskTimeoutType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "DecisionTaskTimeoutType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDecisionTaskTimeoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DecisionType

newtype DecisionType Source #

Constructors

DecisionType' 

Instances

Instances details
FromJSON DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

FromJSONKey DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

ToJSON DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

ToJSONKey DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

ToByteString DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

ToHeader DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

ToLog DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

ToQuery DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

FromText DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

ToText DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

Methods

toText :: DecisionType -> Text #

FromXML DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

ToXML DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

Methods

toXML :: DecisionType -> XML #

Generic DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

Associated Types

type Rep DecisionType :: Type -> Type #

Read DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

Show DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

NFData DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

Methods

rnf :: DecisionType -> () #

Eq DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

Ord DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

Hashable DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

type Rep DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

type Rep DecisionType = D1 ('MetaData "DecisionType" "Amazonka.SWF.Types.DecisionType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "DecisionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDecisionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EventType

newtype EventType Source #

Constructors

EventType' 

Fields

Bundled Patterns

pattern EventType_ActivityTaskCancelRequested :: EventType 
pattern EventType_ActivityTaskCanceled :: EventType 
pattern EventType_ActivityTaskCompleted :: EventType 
pattern EventType_ActivityTaskFailed :: EventType 
pattern EventType_ActivityTaskScheduled :: EventType 
pattern EventType_ActivityTaskStarted :: EventType 
pattern EventType_ActivityTaskTimedOut :: EventType 
pattern EventType_CancelTimerFailed :: EventType 
pattern EventType_CancelWorkflowExecutionFailed :: EventType 
pattern EventType_ChildWorkflowExecutionCanceled :: EventType 
pattern EventType_ChildWorkflowExecutionCompleted :: EventType 
pattern EventType_ChildWorkflowExecutionFailed :: EventType 
pattern EventType_ChildWorkflowExecutionStarted :: EventType 
pattern EventType_ChildWorkflowExecutionTerminated :: EventType 
pattern EventType_ChildWorkflowExecutionTimedOut :: EventType 
pattern EventType_CompleteWorkflowExecutionFailed :: EventType 
pattern EventType_ContinueAsNewWorkflowExecutionFailed :: EventType 
pattern EventType_DecisionTaskCompleted :: EventType 
pattern EventType_DecisionTaskScheduled :: EventType 
pattern EventType_DecisionTaskStarted :: EventType 
pattern EventType_DecisionTaskTimedOut :: EventType 
pattern EventType_ExternalWorkflowExecutionCancelRequested :: EventType 
pattern EventType_ExternalWorkflowExecutionSignaled :: EventType 
pattern EventType_FailWorkflowExecutionFailed :: EventType 
pattern EventType_LambdaFunctionCompleted :: EventType 
pattern EventType_LambdaFunctionFailed :: EventType 
pattern EventType_LambdaFunctionScheduled :: EventType 
pattern EventType_LambdaFunctionStarted :: EventType 
pattern EventType_LambdaFunctionTimedOut :: EventType 
pattern EventType_MarkerRecorded :: EventType 
pattern EventType_RecordMarkerFailed :: EventType 
pattern EventType_RequestCancelActivityTaskFailed :: EventType 
pattern EventType_RequestCancelExternalWorkflowExecutionFailed :: EventType 
pattern EventType_RequestCancelExternalWorkflowExecutionInitiated :: EventType 
pattern EventType_ScheduleActivityTaskFailed :: EventType 
pattern EventType_ScheduleLambdaFunctionFailed :: EventType 
pattern EventType_SignalExternalWorkflowExecutionFailed :: EventType 
pattern EventType_SignalExternalWorkflowExecutionInitiated :: EventType 
pattern EventType_StartChildWorkflowExecutionFailed :: EventType 
pattern EventType_StartChildWorkflowExecutionInitiated :: EventType 
pattern EventType_StartLambdaFunctionFailed :: EventType 
pattern EventType_StartTimerFailed :: EventType 
pattern EventType_TimerCanceled :: EventType 
pattern EventType_TimerFired :: EventType 
pattern EventType_TimerStarted :: EventType 
pattern EventType_WorkflowExecutionCancelRequested :: EventType 
pattern EventType_WorkflowExecutionCanceled :: EventType 
pattern EventType_WorkflowExecutionCompleted :: EventType 
pattern EventType_WorkflowExecutionContinuedAsNew :: EventType 
pattern EventType_WorkflowExecutionFailed :: EventType 
pattern EventType_WorkflowExecutionSignaled :: EventType 
pattern EventType_WorkflowExecutionStarted :: EventType 
pattern EventType_WorkflowExecutionTerminated :: EventType 
pattern EventType_WorkflowExecutionTimedOut :: EventType 

Instances

Instances details
FromJSON EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

FromJSONKey EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

ToJSON EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

ToJSONKey EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

ToByteString EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Methods

toBS :: EventType -> ByteString #

ToHeader EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

ToLog EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

ToQuery EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

FromText EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

ToText EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Methods

toText :: EventType -> Text #

FromXML EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

ToXML EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Methods

toXML :: EventType -> XML #

Generic EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Associated Types

type Rep EventType :: Type -> Type #

Read EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Show EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

NFData EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Methods

rnf :: EventType -> () #

Eq EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Ord EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Hashable EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

type Rep EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

type Rep EventType = D1 ('MetaData "EventType" "Amazonka.SWF.Types.EventType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "EventType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExecutionStatus

newtype ExecutionStatus Source #

Constructors

ExecutionStatus' 

Instances

Instances details
FromJSON ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

FromJSONKey ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

ToJSON ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

ToJSONKey ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

ToByteString ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

ToHeader ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

ToLog ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

ToQuery ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

FromText ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

ToText ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

FromXML ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

ToXML ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

Methods

toXML :: ExecutionStatus -> XML #

Generic ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

Associated Types

type Rep ExecutionStatus :: Type -> Type #

Read ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

Show ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

NFData ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

Methods

rnf :: ExecutionStatus -> () #

Eq ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

Ord ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

Hashable ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

type Rep ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

type Rep ExecutionStatus = D1 ('MetaData "ExecutionStatus" "Amazonka.SWF.Types.ExecutionStatus" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "ExecutionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FailWorkflowExecutionFailedCause

newtype FailWorkflowExecutionFailedCause Source #

Instances

Instances details
FromJSON FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

FromJSONKey FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

ToJSON FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

ToJSONKey FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

ToByteString FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

ToHeader FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

ToLog FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

ToQuery FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

FromText FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

ToText FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

FromXML FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

ToXML FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

Generic FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

Associated Types

type Rep FailWorkflowExecutionFailedCause :: Type -> Type #

Read FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

Show FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

NFData FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

Eq FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

Ord FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

Hashable FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

type Rep FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

type Rep FailWorkflowExecutionFailedCause = D1 ('MetaData "FailWorkflowExecutionFailedCause" "Amazonka.SWF.Types.FailWorkflowExecutionFailedCause" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "FailWorkflowExecutionFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFailWorkflowExecutionFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LambdaFunctionTimeoutType

newtype LambdaFunctionTimeoutType Source #

Instances

Instances details
FromJSON LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

FromJSONKey LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

ToJSON LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

ToJSONKey LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

ToByteString LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

ToHeader LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

ToLog LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

ToQuery LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

FromText LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

ToText LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

FromXML LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

ToXML LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

Generic LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

Associated Types

type Rep LambdaFunctionTimeoutType :: Type -> Type #

Read LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

Show LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

NFData LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

Eq LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

Ord LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

Hashable LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

type Rep LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

type Rep LambdaFunctionTimeoutType = D1 ('MetaData "LambdaFunctionTimeoutType" "Amazonka.SWF.Types.LambdaFunctionTimeoutType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "LambdaFunctionTimeoutType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLambdaFunctionTimeoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RecordMarkerFailedCause

newtype RecordMarkerFailedCause Source #

Instances

Instances details
FromJSON RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

FromJSONKey RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

ToJSON RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

ToJSONKey RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

ToByteString RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

ToHeader RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

ToLog RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

ToQuery RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

FromText RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

ToText RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

FromXML RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

ToXML RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

Generic RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

Associated Types

type Rep RecordMarkerFailedCause :: Type -> Type #

Read RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

Show RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

NFData RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

Methods

rnf :: RecordMarkerFailedCause -> () #

Eq RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

Ord RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

Hashable RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

type Rep RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

type Rep RecordMarkerFailedCause = D1 ('MetaData "RecordMarkerFailedCause" "Amazonka.SWF.Types.RecordMarkerFailedCause" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "RecordMarkerFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRecordMarkerFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RegistrationStatus

newtype RegistrationStatus Source #

Instances

Instances details
FromJSON RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

FromJSONKey RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

ToJSON RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

ToJSONKey RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

ToByteString RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

ToHeader RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

ToLog RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

ToQuery RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

FromText RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

ToText RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

FromXML RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

ToXML RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

Generic RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

Associated Types

type Rep RegistrationStatus :: Type -> Type #

Read RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

Show RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

NFData RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

Methods

rnf :: RegistrationStatus -> () #

Eq RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

Ord RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

Hashable RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

type Rep RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

type Rep RegistrationStatus = D1 ('MetaData "RegistrationStatus" "Amazonka.SWF.Types.RegistrationStatus" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "RegistrationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRegistrationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RequestCancelActivityTaskFailedCause

newtype RequestCancelActivityTaskFailedCause Source #

Instances

Instances details
FromJSON RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

FromJSONKey RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

ToJSON RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

ToJSONKey RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

ToByteString RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

ToHeader RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

ToLog RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

ToQuery RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

FromText RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

ToText RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

FromXML RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

ToXML RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

Generic RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

Read RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

Show RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

NFData RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

Eq RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

Ord RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

Hashable RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

type Rep RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

type Rep RequestCancelActivityTaskFailedCause = D1 ('MetaData "RequestCancelActivityTaskFailedCause" "Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "RequestCancelActivityTaskFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRequestCancelActivityTaskFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RequestCancelExternalWorkflowExecutionFailedCause

newtype RequestCancelExternalWorkflowExecutionFailedCause Source #

Instances

Instances details
FromJSON RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

FromJSONKey RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

ToJSON RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

ToJSONKey RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

ToByteString RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

ToHeader RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

ToLog RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

ToQuery RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

FromText RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

ToText RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

FromXML RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

ToXML RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

Generic RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

Read RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

Show RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

NFData RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

Eq RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

Ord RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

Hashable RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

type Rep RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

type Rep RequestCancelExternalWorkflowExecutionFailedCause = D1 ('MetaData "RequestCancelExternalWorkflowExecutionFailedCause" "Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "RequestCancelExternalWorkflowExecutionFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRequestCancelExternalWorkflowExecutionFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ScheduleActivityTaskFailedCause

newtype ScheduleActivityTaskFailedCause Source #

Instances

Instances details
FromJSON ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

FromJSONKey ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

ToJSON ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

ToJSONKey ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

ToByteString ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

ToHeader ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

ToLog ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

ToQuery ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

FromText ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

ToText ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

FromXML ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

ToXML ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

Generic ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

Associated Types

type Rep ScheduleActivityTaskFailedCause :: Type -> Type #

Read ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

Show ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

NFData ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

Eq ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

Ord ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

Hashable ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

type Rep ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

type Rep ScheduleActivityTaskFailedCause = D1 ('MetaData "ScheduleActivityTaskFailedCause" "Amazonka.SWF.Types.ScheduleActivityTaskFailedCause" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "ScheduleActivityTaskFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScheduleActivityTaskFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ScheduleLambdaFunctionFailedCause

newtype ScheduleLambdaFunctionFailedCause Source #

Instances

Instances details
FromJSON ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

FromJSONKey ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

ToJSON ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

ToJSONKey ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

ToByteString ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

ToHeader ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

ToLog ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

ToQuery ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

FromText ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

ToText ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

FromXML ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

ToXML ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

Generic ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

Associated Types

type Rep ScheduleLambdaFunctionFailedCause :: Type -> Type #

Read ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

Show ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

NFData ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

Eq ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

Ord ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

Hashable ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

type Rep ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

type Rep ScheduleLambdaFunctionFailedCause = D1 ('MetaData "ScheduleLambdaFunctionFailedCause" "Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "ScheduleLambdaFunctionFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScheduleLambdaFunctionFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SignalExternalWorkflowExecutionFailedCause

newtype SignalExternalWorkflowExecutionFailedCause Source #

Instances

Instances details
FromJSON SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

FromJSONKey SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

ToJSON SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

ToJSONKey SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

ToByteString SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

ToHeader SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

ToLog SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

ToQuery SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

FromText SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

ToText SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

FromXML SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

ToXML SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

Generic SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

Read SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

Show SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

NFData SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

Eq SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

Ord SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

Hashable SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

type Rep SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

type Rep SignalExternalWorkflowExecutionFailedCause = D1 ('MetaData "SignalExternalWorkflowExecutionFailedCause" "Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "SignalExternalWorkflowExecutionFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSignalExternalWorkflowExecutionFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StartChildWorkflowExecutionFailedCause

newtype StartChildWorkflowExecutionFailedCause Source #

Instances

Instances details
FromJSON StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

FromJSONKey StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

ToJSON StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

ToJSONKey StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

ToByteString StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

ToHeader StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

ToLog StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

ToQuery StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

FromText StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

ToText StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

FromXML StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

ToXML StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

Generic StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

Read StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

Show StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

NFData StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

Eq StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

Ord StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

Hashable StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

type Rep StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

type Rep StartChildWorkflowExecutionFailedCause = D1 ('MetaData "StartChildWorkflowExecutionFailedCause" "Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "StartChildWorkflowExecutionFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStartChildWorkflowExecutionFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StartLambdaFunctionFailedCause

newtype StartLambdaFunctionFailedCause Source #

Instances

Instances details
FromJSON StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

FromJSONKey StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

ToJSON StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

ToJSONKey StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

ToByteString StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

ToHeader StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

ToLog StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

ToQuery StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

FromText StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

ToText StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

FromXML StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

ToXML StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

Generic StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

Associated Types

type Rep StartLambdaFunctionFailedCause :: Type -> Type #

Read StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

Show StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

NFData StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

Eq StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

Ord StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

Hashable StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

type Rep StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

type Rep StartLambdaFunctionFailedCause = D1 ('MetaData "StartLambdaFunctionFailedCause" "Amazonka.SWF.Types.StartLambdaFunctionFailedCause" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "StartLambdaFunctionFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStartLambdaFunctionFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StartTimerFailedCause

newtype StartTimerFailedCause Source #

Instances

Instances details
FromJSON StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

FromJSONKey StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

ToJSON StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

ToJSONKey StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

ToByteString StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

ToHeader StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

ToLog StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

ToQuery StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

FromText StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

ToText StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

FromXML StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

ToXML StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

Generic StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

Associated Types

type Rep StartTimerFailedCause :: Type -> Type #

Read StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

Show StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

NFData StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

Methods

rnf :: StartTimerFailedCause -> () #

Eq StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

Ord StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

Hashable StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

type Rep StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

type Rep StartTimerFailedCause = D1 ('MetaData "StartTimerFailedCause" "Amazonka.SWF.Types.StartTimerFailedCause" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "StartTimerFailedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStartTimerFailedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WorkflowExecutionCancelRequestedCause

newtype WorkflowExecutionCancelRequestedCause Source #

Instances

Instances details
FromJSON WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

FromJSONKey WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

ToJSON WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

ToJSONKey WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

ToByteString WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

ToHeader WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

ToLog WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

ToQuery WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

FromText WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

ToText WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

FromXML WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

ToXML WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

Generic WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

Read WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

Show WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

NFData WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

Eq WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

Ord WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

Hashable WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

type Rep WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

type Rep WorkflowExecutionCancelRequestedCause = D1 ('MetaData "WorkflowExecutionCancelRequestedCause" "Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "WorkflowExecutionCancelRequestedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWorkflowExecutionCancelRequestedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WorkflowExecutionTerminatedCause

newtype WorkflowExecutionTerminatedCause Source #

Instances

Instances details
FromJSON WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

FromJSONKey WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

ToJSON WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

ToJSONKey WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

ToByteString WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

ToHeader WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

ToLog WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

ToQuery WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

FromText WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

ToText WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

FromXML WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

ToXML WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

Generic WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

Associated Types

type Rep WorkflowExecutionTerminatedCause :: Type -> Type #

Read WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

Show WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

NFData WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

Eq WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

Ord WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

Hashable WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

type Rep WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

type Rep WorkflowExecutionTerminatedCause = D1 ('MetaData "WorkflowExecutionTerminatedCause" "Amazonka.SWF.Types.WorkflowExecutionTerminatedCause" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "WorkflowExecutionTerminatedCause'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWorkflowExecutionTerminatedCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WorkflowExecutionTimeoutType

newtype WorkflowExecutionTimeoutType Source #

Instances

Instances details
FromJSON WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

FromJSONKey WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

ToJSON WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

ToJSONKey WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

ToByteString WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

ToHeader WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

ToLog WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

ToQuery WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

FromText WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

ToText WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

FromXML WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

ToXML WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

Generic WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

Associated Types

type Rep WorkflowExecutionTimeoutType :: Type -> Type #

Read WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

Show WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

NFData WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

Eq WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

Ord WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

Hashable WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

type Rep WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

type Rep WorkflowExecutionTimeoutType = D1 ('MetaData "WorkflowExecutionTimeoutType" "Amazonka.SWF.Types.WorkflowExecutionTimeoutType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'True) (C1 ('MetaCons "WorkflowExecutionTimeoutType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWorkflowExecutionTimeoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ActivityTaskCancelRequestedEventAttributes

data ActivityTaskCancelRequestedEventAttributes Source #

Provides the details of the ActivityTaskCancelRequested event.

See: newActivityTaskCancelRequestedEventAttributes smart constructor.

Instances

Instances details
FromJSON ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCancelRequestedEventAttributes

Generic ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCancelRequestedEventAttributes

Read ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCancelRequestedEventAttributes

Show ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCancelRequestedEventAttributes

NFData ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCancelRequestedEventAttributes

Eq ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCancelRequestedEventAttributes

Hashable ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCancelRequestedEventAttributes

type Rep ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCancelRequestedEventAttributes

type Rep ActivityTaskCancelRequestedEventAttributes = D1 ('MetaData "ActivityTaskCancelRequestedEventAttributes" "Amazonka.SWF.Types.ActivityTaskCancelRequestedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ActivityTaskCancelRequestedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "activityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newActivityTaskCancelRequestedEventAttributes Source #

Create a value of ActivityTaskCancelRequestedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:decisionTaskCompletedEventId:ActivityTaskCancelRequestedEventAttributes', activityTaskCancelRequestedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:activityId:ActivityTaskCancelRequestedEventAttributes', activityTaskCancelRequestedEventAttributes_activityId - The unique ID of the task.

ActivityTaskCanceledEventAttributes

data ActivityTaskCanceledEventAttributes Source #

Provides the details of the ActivityTaskCanceled event.

See: newActivityTaskCanceledEventAttributes smart constructor.

Instances

Instances details
FromJSON ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCanceledEventAttributes

Generic ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCanceledEventAttributes

Read ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCanceledEventAttributes

Show ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCanceledEventAttributes

NFData ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCanceledEventAttributes

Eq ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCanceledEventAttributes

Hashable ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCanceledEventAttributes

type Rep ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCanceledEventAttributes

type Rep ActivityTaskCanceledEventAttributes = D1 ('MetaData "ActivityTaskCanceledEventAttributes" "Amazonka.SWF.Types.ActivityTaskCanceledEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ActivityTaskCanceledEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "latestCancelRequestedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newActivityTaskCanceledEventAttributes Source #

Create a value of ActivityTaskCanceledEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:details:ActivityTaskCanceledEventAttributes', activityTaskCanceledEventAttributes_details - Details of the cancellation.

$sel:latestCancelRequestedEventId:ActivityTaskCanceledEventAttributes', activityTaskCanceledEventAttributes_latestCancelRequestedEventId - If set, contains the ID of the last ActivityTaskCancelRequested event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:scheduledEventId:ActivityTaskCanceledEventAttributes', activityTaskCanceledEventAttributes_scheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:ActivityTaskCanceledEventAttributes', activityTaskCanceledEventAttributes_startedEventId - The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ActivityTaskCompletedEventAttributes

data ActivityTaskCompletedEventAttributes Source #

Provides the details of the ActivityTaskCompleted event.

See: newActivityTaskCompletedEventAttributes smart constructor.

Instances

Instances details
FromJSON ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

Generic ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

Read ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

Show ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

NFData ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

Eq ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

Hashable ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

type Rep ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

type Rep ActivityTaskCompletedEventAttributes = D1 ('MetaData "ActivityTaskCompletedEventAttributes" "Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ActivityTaskCompletedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "result") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newActivityTaskCompletedEventAttributes Source #

Create a value of ActivityTaskCompletedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:result:ActivityTaskCompletedEventAttributes', activityTaskCompletedEventAttributes_result - The results of the activity task.

$sel:scheduledEventId:ActivityTaskCompletedEventAttributes', activityTaskCompletedEventAttributes_scheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:ActivityTaskCompletedEventAttributes', activityTaskCompletedEventAttributes_startedEventId - The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ActivityTaskFailedEventAttributes

data ActivityTaskFailedEventAttributes Source #

Provides the details of the ActivityTaskFailed event.

See: newActivityTaskFailedEventAttributes smart constructor.

Instances

Instances details
FromJSON ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskFailedEventAttributes

Generic ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskFailedEventAttributes

Associated Types

type Rep ActivityTaskFailedEventAttributes :: Type -> Type #

Read ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskFailedEventAttributes

Show ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskFailedEventAttributes

NFData ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskFailedEventAttributes

Eq ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskFailedEventAttributes

Hashable ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskFailedEventAttributes

type Rep ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskFailedEventAttributes

type Rep ActivityTaskFailedEventAttributes = D1 ('MetaData "ActivityTaskFailedEventAttributes" "Amazonka.SWF.Types.ActivityTaskFailedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ActivityTaskFailedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newActivityTaskFailedEventAttributes Source #

Create a value of ActivityTaskFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:details:ActivityTaskFailedEventAttributes', activityTaskFailedEventAttributes_details - The details of the failure.

$sel:reason:ActivityTaskFailedEventAttributes', activityTaskFailedEventAttributes_reason - The reason provided for the failure.

$sel:scheduledEventId:ActivityTaskFailedEventAttributes', activityTaskFailedEventAttributes_scheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:ActivityTaskFailedEventAttributes', activityTaskFailedEventAttributes_startedEventId - The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ActivityTaskScheduledEventAttributes

data ActivityTaskScheduledEventAttributes Source #

Provides the details of the ActivityTaskScheduled event.

See: newActivityTaskScheduledEventAttributes smart constructor.

Instances

Instances details
FromJSON ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskScheduledEventAttributes

Generic ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskScheduledEventAttributes

Read ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskScheduledEventAttributes

Show ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskScheduledEventAttributes

NFData ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskScheduledEventAttributes

Eq ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskScheduledEventAttributes

Hashable ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskScheduledEventAttributes

type Rep ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskScheduledEventAttributes

type Rep ActivityTaskScheduledEventAttributes = D1 ('MetaData "ActivityTaskScheduledEventAttributes" "Amazonka.SWF.Types.ActivityTaskScheduledEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ActivityTaskScheduledEventAttributes'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "heartbeatTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scheduleToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "scheduleToStartTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "startToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "taskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "activityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActivityType))) :*: (S1 ('MetaSel ('Just "activityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaskList) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))))

newActivityTaskScheduledEventAttributes Source #

Create a value of ActivityTaskScheduledEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_control - Data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the activity.

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

$sel:input:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_input - The input provided to the activity task.

$sel:scheduleToCloseTimeout:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_scheduleToCloseTimeout - The maximum amount of time for this activity task.

$sel:scheduleToStartTimeout:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_scheduleToStartTimeout - The maximum amount of time the activity task can wait to be assigned to a worker.

$sel:startToCloseTimeout:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_startToCloseTimeout - The maximum amount of time a worker may take to process the activity task.

$sel:taskPriority:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_taskPriority - The priority to assign to the scheduled activity task. If set, this overrides any default priority value that was assigned when the activity type was registered.

Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

$sel:activityType:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_activityType - The type of the activity task.

$sel:activityId:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_activityId - The unique ID of the activity task.

$sel:taskList:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_taskList - The task list in which the activity task has been scheduled.

$sel:decisionTaskCompletedEventId:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ActivityTaskStartedEventAttributes

data ActivityTaskStartedEventAttributes Source #

Provides the details of the ActivityTaskStarted event.

See: newActivityTaskStartedEventAttributes smart constructor.

Instances

Instances details
FromJSON ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

Generic ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

Associated Types

type Rep ActivityTaskStartedEventAttributes :: Type -> Type #

Read ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

Show ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

NFData ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

Eq ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

Hashable ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

type Rep ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

type Rep ActivityTaskStartedEventAttributes = D1 ('MetaData "ActivityTaskStartedEventAttributes" "Amazonka.SWF.Types.ActivityTaskStartedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ActivityTaskStartedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newActivityTaskStartedEventAttributes Source #

Create a value of ActivityTaskStartedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:identity:ActivityTaskStartedEventAttributes', activityTaskStartedEventAttributes_identity - Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.

$sel:scheduledEventId:ActivityTaskStartedEventAttributes', activityTaskStartedEventAttributes_scheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ActivityTaskTimedOutEventAttributes

data ActivityTaskTimedOutEventAttributes Source #

Provides the details of the ActivityTaskTimedOut event.

See: newActivityTaskTimedOutEventAttributes smart constructor.

Instances

Instances details
FromJSON ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimedOutEventAttributes

Generic ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimedOutEventAttributes

Read ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimedOutEventAttributes

Show ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimedOutEventAttributes

NFData ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimedOutEventAttributes

Eq ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimedOutEventAttributes

Hashable ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimedOutEventAttributes

type Rep ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimedOutEventAttributes

type Rep ActivityTaskTimedOutEventAttributes = D1 ('MetaData "ActivityTaskTimedOutEventAttributes" "Amazonka.SWF.Types.ActivityTaskTimedOutEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ActivityTaskTimedOutEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timeoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActivityTaskTimeoutType)) :*: (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newActivityTaskTimedOutEventAttributes Source #

Create a value of ActivityTaskTimedOutEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:details:ActivityTaskTimedOutEventAttributes', activityTaskTimedOutEventAttributes_details - Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.

$sel:timeoutType:ActivityTaskTimedOutEventAttributes', activityTaskTimedOutEventAttributes_timeoutType - The type of the timeout that caused this event.

$sel:scheduledEventId:ActivityTaskTimedOutEventAttributes', activityTaskTimedOutEventAttributes_scheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:ActivityTaskTimedOutEventAttributes', activityTaskTimedOutEventAttributes_startedEventId - The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ActivityType

data ActivityType Source #

Represents an activity type.

See: newActivityType smart constructor.

Constructors

ActivityType' Text Text 

Instances

Instances details
FromJSON ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

ToJSON ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

Generic ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

Associated Types

type Rep ActivityType :: Type -> Type #

Read ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

Show ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

NFData ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

Methods

rnf :: ActivityType -> () #

Eq ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

Hashable ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

type Rep ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

type Rep ActivityType = D1 ('MetaData "ActivityType" "Amazonka.SWF.Types.ActivityType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ActivityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newActivityType Source #

Create a value of ActivityType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:ActivityType', activityType_name - The name of this activity.

The combination of activity type name and version must be unique within a domain.

$sel:version:ActivityType', activityType_version - The version of this activity.

The combination of activity type name and version must be unique with in a domain.

ActivityTypeConfiguration

data ActivityTypeConfiguration Source #

Configuration settings registered with the activity type.

See: newActivityTypeConfiguration smart constructor.

Instances

Instances details
FromJSON ActivityTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeConfiguration

Generic ActivityTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeConfiguration

Associated Types

type Rep ActivityTypeConfiguration :: Type -> Type #

Read ActivityTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeConfiguration

Show ActivityTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeConfiguration

NFData ActivityTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeConfiguration

Eq ActivityTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeConfiguration

Hashable ActivityTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeConfiguration

type Rep ActivityTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeConfiguration

type Rep ActivityTypeConfiguration = D1 ('MetaData "ActivityTypeConfiguration" "Amazonka.SWF.Types.ActivityTypeConfiguration" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ActivityTypeConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultTaskHeartbeatTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultTaskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskList)) :*: S1 ('MetaSel ('Just "defaultTaskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "defaultTaskScheduleToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultTaskScheduleToStartTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultTaskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newActivityTypeConfiguration :: ActivityTypeConfiguration Source #

Create a value of ActivityTypeConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:defaultTaskHeartbeatTimeout:ActivityTypeConfiguration', activityTypeConfiguration_defaultTaskHeartbeatTimeout - The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask Decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

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

$sel:defaultTaskPriority:ActivityTypeConfiguration', activityTypeConfiguration_defaultTaskPriority - The default task priority for tasks of this activity type, specified at registration. If not set, then 0 is used as the default priority. This default can be overridden when scheduling an activity task.

Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

$sel:defaultTaskScheduleToCloseTimeout:ActivityTypeConfiguration', activityTypeConfiguration_defaultTaskScheduleToCloseTimeout - The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:defaultTaskScheduleToStartTimeout:ActivityTypeConfiguration', activityTypeConfiguration_defaultTaskScheduleToStartTimeout - The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:defaultTaskStartToCloseTimeout:ActivityTypeConfiguration', activityTypeConfiguration_defaultTaskStartToCloseTimeout - The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

ActivityTypeInfo

data ActivityTypeInfo Source #

Detailed information about an activity type.

See: newActivityTypeInfo smart constructor.

Instances

Instances details
FromJSON ActivityTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeInfo

Generic ActivityTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeInfo

Associated Types

type Rep ActivityTypeInfo :: Type -> Type #

Read ActivityTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeInfo

Show ActivityTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeInfo

NFData ActivityTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeInfo

Methods

rnf :: ActivityTypeInfo -> () #

Eq ActivityTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeInfo

Hashable ActivityTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeInfo

type Rep ActivityTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeInfo

type Rep ActivityTypeInfo = D1 ('MetaData "ActivityTypeInfo" "Amazonka.SWF.Types.ActivityTypeInfo" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ActivityTypeInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deprecationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "activityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActivityType) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RegistrationStatus) :*: S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newActivityTypeInfo Source #

Create a value of ActivityTypeInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deprecationDate:ActivityTypeInfo', activityTypeInfo_deprecationDate - If DEPRECATED, the date and time DeprecateActivityType was called.

$sel:description:ActivityTypeInfo', activityTypeInfo_description - The description of the activity type provided in RegisterActivityType.

$sel:activityType:ActivityTypeInfo', activityTypeInfo_activityType - The ActivityType type structure representing the activity type.

$sel:status:ActivityTypeInfo', activityTypeInfo_status - The current status of the activity type.

$sel:creationDate:ActivityTypeInfo', activityTypeInfo_creationDate - The date and time this activity type was created through RegisterActivityType.

CancelTimerDecisionAttributes

data CancelTimerDecisionAttributes Source #

Provides the details of the CancelTimer decision.

Access Control

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

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

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

See: newCancelTimerDecisionAttributes smart constructor.

Instances

Instances details
ToJSON CancelTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerDecisionAttributes

Generic CancelTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerDecisionAttributes

Associated Types

type Rep CancelTimerDecisionAttributes :: Type -> Type #

Read CancelTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerDecisionAttributes

Show CancelTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerDecisionAttributes

NFData CancelTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerDecisionAttributes

Eq CancelTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerDecisionAttributes

Hashable CancelTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerDecisionAttributes

type Rep CancelTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerDecisionAttributes

type Rep CancelTimerDecisionAttributes = D1 ('MetaData "CancelTimerDecisionAttributes" "Amazonka.SWF.Types.CancelTimerDecisionAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "CancelTimerDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCancelTimerDecisionAttributes Source #

Create a value of CancelTimerDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timerId:CancelTimerDecisionAttributes', cancelTimerDecisionAttributes_timerId - The unique ID of the timer to cancel.

CancelTimerFailedEventAttributes

data CancelTimerFailedEventAttributes Source #

Provides the details of the CancelTimerFailed event.

See: newCancelTimerFailedEventAttributes smart constructor.

Instances

Instances details
FromJSON CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedEventAttributes

Generic CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedEventAttributes

Associated Types

type Rep CancelTimerFailedEventAttributes :: Type -> Type #

Read CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedEventAttributes

Show CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedEventAttributes

NFData CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedEventAttributes

Eq CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedEventAttributes

Hashable CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedEventAttributes

type Rep CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedEventAttributes

type Rep CancelTimerFailedEventAttributes = D1 ('MetaData "CancelTimerFailedEventAttributes" "Amazonka.SWF.Types.CancelTimerFailedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "CancelTimerFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CancelTimerFailedCause) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newCancelTimerFailedEventAttributes Source #

Create a value of CancelTimerFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timerId:CancelTimerFailedEventAttributes', cancelTimerFailedEventAttributes_timerId - The timerId provided in the CancelTimer decision that failed.

$sel:cause:CancelTimerFailedEventAttributes', cancelTimerFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:decisionTaskCompletedEventId:CancelTimerFailedEventAttributes', cancelTimerFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelTimer decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

CancelWorkflowExecutionDecisionAttributes

data CancelWorkflowExecutionDecisionAttributes Source #

Provides the details of the CancelWorkflowExecution decision.

Access Control

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

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

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

See: newCancelWorkflowExecutionDecisionAttributes smart constructor.

Instances

Instances details
ToJSON CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes

Generic CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes

Read CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes

Show CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes

NFData CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes

Eq CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes

Hashable CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes

type Rep CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes

type Rep CancelWorkflowExecutionDecisionAttributes = D1 ('MetaData "CancelWorkflowExecutionDecisionAttributes" "Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "CancelWorkflowExecutionDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCancelWorkflowExecutionDecisionAttributes :: CancelWorkflowExecutionDecisionAttributes Source #

Create a value of CancelWorkflowExecutionDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:details:CancelWorkflowExecutionDecisionAttributes', cancelWorkflowExecutionDecisionAttributes_details - Details of the cancellation.

CancelWorkflowExecutionFailedEventAttributes

data CancelWorkflowExecutionFailedEventAttributes Source #

Provides the details of the CancelWorkflowExecutionFailed event.

See: newCancelWorkflowExecutionFailedEventAttributes smart constructor.

Instances

Instances details
FromJSON CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedEventAttributes

Generic CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedEventAttributes

Read CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedEventAttributes

Show CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedEventAttributes

NFData CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedEventAttributes

Eq CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedEventAttributes

Hashable CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedEventAttributes

type Rep CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedEventAttributes

type Rep CancelWorkflowExecutionFailedEventAttributes = D1 ('MetaData "CancelWorkflowExecutionFailedEventAttributes" "Amazonka.SWF.Types.CancelWorkflowExecutionFailedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "CancelWorkflowExecutionFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CancelWorkflowExecutionFailedCause) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newCancelWorkflowExecutionFailedEventAttributes Source #

Create a value of CancelWorkflowExecutionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cause:CancelWorkflowExecutionFailedEventAttributes', cancelWorkflowExecutionFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:decisionTaskCompletedEventId:CancelWorkflowExecutionFailedEventAttributes', cancelWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ChildWorkflowExecutionCanceledEventAttributes

data ChildWorkflowExecutionCanceledEventAttributes Source #

Provide details of the ChildWorkflowExecutionCanceled event.

See: newChildWorkflowExecutionCanceledEventAttributes smart constructor.

Instances

Instances details
FromJSON ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCanceledEventAttributes

Generic ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCanceledEventAttributes

Read ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCanceledEventAttributes

Show ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCanceledEventAttributes

NFData ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCanceledEventAttributes

Eq ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCanceledEventAttributes

Hashable ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCanceledEventAttributes

type Rep ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCanceledEventAttributes

type Rep ChildWorkflowExecutionCanceledEventAttributes = D1 ('MetaData "ChildWorkflowExecutionCanceledEventAttributes" "Amazonka.SWF.Types.ChildWorkflowExecutionCanceledEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ChildWorkflowExecutionCanceledEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecution)) :*: (S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType) :*: (S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newChildWorkflowExecutionCanceledEventAttributes Source #

Create a value of ChildWorkflowExecutionCanceledEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:details:ChildWorkflowExecutionCanceledEventAttributes', childWorkflowExecutionCanceledEventAttributes_details - Details of the cancellation (if provided).

$sel:workflowExecution:ChildWorkflowExecutionCanceledEventAttributes', childWorkflowExecutionCanceledEventAttributes_workflowExecution - The child workflow execution that was canceled.

$sel:workflowType:ChildWorkflowExecutionCanceledEventAttributes', childWorkflowExecutionCanceledEventAttributes_workflowType - The type of the child workflow execution.

$sel:initiatedEventId:ChildWorkflowExecutionCanceledEventAttributes', childWorkflowExecutionCanceledEventAttributes_initiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:ChildWorkflowExecutionCanceledEventAttributes', childWorkflowExecutionCanceledEventAttributes_startedEventId - The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ChildWorkflowExecutionCompletedEventAttributes

data ChildWorkflowExecutionCompletedEventAttributes Source #

Provides the details of the ChildWorkflowExecutionCompleted event.

See: newChildWorkflowExecutionCompletedEventAttributes smart constructor.

Instances

Instances details
FromJSON ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCompletedEventAttributes

Generic ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCompletedEventAttributes

Read ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCompletedEventAttributes

Show ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCompletedEventAttributes

NFData ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCompletedEventAttributes

Eq ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCompletedEventAttributes

Hashable ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCompletedEventAttributes

type Rep ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCompletedEventAttributes

type Rep ChildWorkflowExecutionCompletedEventAttributes = D1 ('MetaData "ChildWorkflowExecutionCompletedEventAttributes" "Amazonka.SWF.Types.ChildWorkflowExecutionCompletedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ChildWorkflowExecutionCompletedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "result") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecution)) :*: (S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType) :*: (S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newChildWorkflowExecutionCompletedEventAttributes Source #

Create a value of ChildWorkflowExecutionCompletedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:result:ChildWorkflowExecutionCompletedEventAttributes', childWorkflowExecutionCompletedEventAttributes_result - The result of the child workflow execution.

$sel:workflowExecution:ChildWorkflowExecutionCompletedEventAttributes', childWorkflowExecutionCompletedEventAttributes_workflowExecution - The child workflow execution that was completed.

$sel:workflowType:ChildWorkflowExecutionCompletedEventAttributes', childWorkflowExecutionCompletedEventAttributes_workflowType - The type of the child workflow execution.

$sel:initiatedEventId:ChildWorkflowExecutionCompletedEventAttributes', childWorkflowExecutionCompletedEventAttributes_initiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:ChildWorkflowExecutionCompletedEventAttributes', childWorkflowExecutionCompletedEventAttributes_startedEventId - The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ChildWorkflowExecutionFailedEventAttributes

data ChildWorkflowExecutionFailedEventAttributes Source #

Provides the details of the ChildWorkflowExecutionFailed event.

See: newChildWorkflowExecutionFailedEventAttributes smart constructor.

Instances

Instances details
FromJSON ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionFailedEventAttributes

Generic ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionFailedEventAttributes

Read ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionFailedEventAttributes

Show ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionFailedEventAttributes

NFData ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionFailedEventAttributes

Eq ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionFailedEventAttributes

Hashable ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionFailedEventAttributes

type Rep ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionFailedEventAttributes

type Rep ChildWorkflowExecutionFailedEventAttributes = D1 ('MetaData "ChildWorkflowExecutionFailedEventAttributes" "Amazonka.SWF.Types.ChildWorkflowExecutionFailedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ChildWorkflowExecutionFailedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecution))) :*: (S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType) :*: (S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newChildWorkflowExecutionFailedEventAttributes Source #

Create a value of ChildWorkflowExecutionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:details:ChildWorkflowExecutionFailedEventAttributes', childWorkflowExecutionFailedEventAttributes_details - The details of the failure (if provided).

$sel:reason:ChildWorkflowExecutionFailedEventAttributes', childWorkflowExecutionFailedEventAttributes_reason - The reason for the failure (if provided).

$sel:workflowExecution:ChildWorkflowExecutionFailedEventAttributes', childWorkflowExecutionFailedEventAttributes_workflowExecution - The child workflow execution that failed.

$sel:workflowType:ChildWorkflowExecutionFailedEventAttributes', childWorkflowExecutionFailedEventAttributes_workflowType - The type of the child workflow execution.

$sel:initiatedEventId:ChildWorkflowExecutionFailedEventAttributes', childWorkflowExecutionFailedEventAttributes_initiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:ChildWorkflowExecutionFailedEventAttributes', childWorkflowExecutionFailedEventAttributes_startedEventId - The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ChildWorkflowExecutionStartedEventAttributes

data ChildWorkflowExecutionStartedEventAttributes Source #

Provides the details of the ChildWorkflowExecutionStarted event.

See: newChildWorkflowExecutionStartedEventAttributes smart constructor.

Instances

Instances details
FromJSON ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

Generic ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

Read ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

Show ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

NFData ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

Eq ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

Hashable ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

type Rep ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

type Rep ChildWorkflowExecutionStartedEventAttributes = D1 ('MetaData "ChildWorkflowExecutionStartedEventAttributes" "Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ChildWorkflowExecutionStartedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecution) :*: (S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType) :*: S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newChildWorkflowExecutionStartedEventAttributes Source #

Create a value of ChildWorkflowExecutionStartedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:workflowExecution:ChildWorkflowExecutionStartedEventAttributes', childWorkflowExecutionStartedEventAttributes_workflowExecution - The child workflow execution that was started.

$sel:workflowType:ChildWorkflowExecutionStartedEventAttributes', childWorkflowExecutionStartedEventAttributes_workflowType - The type of the child workflow execution.

$sel:initiatedEventId:ChildWorkflowExecutionStartedEventAttributes', childWorkflowExecutionStartedEventAttributes_initiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ChildWorkflowExecutionTerminatedEventAttributes

data ChildWorkflowExecutionTerminatedEventAttributes Source #

Provides the details of the ChildWorkflowExecutionTerminated event.

See: newChildWorkflowExecutionTerminatedEventAttributes smart constructor.

Instances

Instances details
FromJSON ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

Generic ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

Read ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

Show ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

NFData ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

Eq ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

Hashable ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

type Rep ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

type Rep ChildWorkflowExecutionTerminatedEventAttributes = D1 ('MetaData "ChildWorkflowExecutionTerminatedEventAttributes" "Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ChildWorkflowExecutionTerminatedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "workflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecution) :*: S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType)) :*: (S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newChildWorkflowExecutionTerminatedEventAttributes Source #

Create a value of ChildWorkflowExecutionTerminatedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:workflowExecution:ChildWorkflowExecutionTerminatedEventAttributes', childWorkflowExecutionTerminatedEventAttributes_workflowExecution - The child workflow execution that was terminated.

$sel:workflowType:ChildWorkflowExecutionTerminatedEventAttributes', childWorkflowExecutionTerminatedEventAttributes_workflowType - The type of the child workflow execution.

$sel:initiatedEventId:ChildWorkflowExecutionTerminatedEventAttributes', childWorkflowExecutionTerminatedEventAttributes_initiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:ChildWorkflowExecutionTerminatedEventAttributes', childWorkflowExecutionTerminatedEventAttributes_startedEventId - The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ChildWorkflowExecutionTimedOutEventAttributes

data ChildWorkflowExecutionTimedOutEventAttributes Source #

Provides the details of the ChildWorkflowExecutionTimedOut event.

See: newChildWorkflowExecutionTimedOutEventAttributes smart constructor.

Instances

Instances details
FromJSON ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

Generic ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

Read ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

Show ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

NFData ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

Eq ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

Hashable ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

type Rep ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

type Rep ChildWorkflowExecutionTimedOutEventAttributes = D1 ('MetaData "ChildWorkflowExecutionTimedOutEventAttributes" "Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ChildWorkflowExecutionTimedOutEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "workflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecution) :*: S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType)) :*: (S1 ('MetaSel ('Just "timeoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecutionTimeoutType) :*: (S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newChildWorkflowExecutionTimedOutEventAttributes Source #

Create a value of ChildWorkflowExecutionTimedOutEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:workflowExecution:ChildWorkflowExecutionTimedOutEventAttributes', childWorkflowExecutionTimedOutEventAttributes_workflowExecution - The child workflow execution that timed out.

$sel:workflowType:ChildWorkflowExecutionTimedOutEventAttributes', childWorkflowExecutionTimedOutEventAttributes_workflowType - The type of the child workflow execution.

$sel:timeoutType:ChildWorkflowExecutionTimedOutEventAttributes', childWorkflowExecutionTimedOutEventAttributes_timeoutType - The type of the timeout that caused the child workflow execution to time out.

$sel:initiatedEventId:ChildWorkflowExecutionTimedOutEventAttributes', childWorkflowExecutionTimedOutEventAttributes_initiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:ChildWorkflowExecutionTimedOutEventAttributes', childWorkflowExecutionTimedOutEventAttributes_startedEventId - The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

CloseStatusFilter

data CloseStatusFilter Source #

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

See: newCloseStatusFilter smart constructor.

Instances

Instances details
ToJSON CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

Generic CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

Associated Types

type Rep CloseStatusFilter :: Type -> Type #

Read CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

Show CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

NFData CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

Methods

rnf :: CloseStatusFilter -> () #

Eq CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

Hashable CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

type Rep CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

type Rep CloseStatusFilter = D1 ('MetaData "CloseStatusFilter" "Amazonka.SWF.Types.CloseStatusFilter" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "CloseStatusFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CloseStatus)))

newCloseStatusFilter Source #

Create a value of CloseStatusFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:CloseStatusFilter', closeStatusFilter_status - The close status that must match the close status of an execution for it to meet the criteria of this filter.

CompleteWorkflowExecutionDecisionAttributes

data CompleteWorkflowExecutionDecisionAttributes Source #

Provides the details of the CompleteWorkflowExecution decision.

Access Control

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

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

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

See: newCompleteWorkflowExecutionDecisionAttributes smart constructor.

Instances

Instances details
ToJSON CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes

Generic CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes

Read CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes

Show CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes

NFData CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes

Eq CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes

Hashable CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes

type Rep CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes

type Rep CompleteWorkflowExecutionDecisionAttributes = D1 ('MetaData "CompleteWorkflowExecutionDecisionAttributes" "Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "CompleteWorkflowExecutionDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "result") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCompleteWorkflowExecutionDecisionAttributes :: CompleteWorkflowExecutionDecisionAttributes Source #

Create a value of CompleteWorkflowExecutionDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:result:CompleteWorkflowExecutionDecisionAttributes', completeWorkflowExecutionDecisionAttributes_result - The result of the workflow execution. The form of the result is implementation defined.

CompleteWorkflowExecutionFailedEventAttributes

data CompleteWorkflowExecutionFailedEventAttributes Source #

Provides the details of the CompleteWorkflowExecutionFailed event.

See: newCompleteWorkflowExecutionFailedEventAttributes smart constructor.

Instances

Instances details
FromJSON CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedEventAttributes

Generic CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedEventAttributes

Read CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedEventAttributes

Show CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedEventAttributes

NFData CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedEventAttributes

Eq CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedEventAttributes

Hashable CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedEventAttributes

type Rep CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedEventAttributes

type Rep CompleteWorkflowExecutionFailedEventAttributes = D1 ('MetaData "CompleteWorkflowExecutionFailedEventAttributes" "Amazonka.SWF.Types.CompleteWorkflowExecutionFailedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "CompleteWorkflowExecutionFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CompleteWorkflowExecutionFailedCause) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newCompleteWorkflowExecutionFailedEventAttributes Source #

Create a value of CompleteWorkflowExecutionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cause:CompleteWorkflowExecutionFailedEventAttributes', completeWorkflowExecutionFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:decisionTaskCompletedEventId:CompleteWorkflowExecutionFailedEventAttributes', completeWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

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: newContinueAsNewWorkflowExecutionDecisionAttributes smart constructor.

Instances

Instances details
ToJSON ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionDecisionAttributes

Generic ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionDecisionAttributes

Read ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionDecisionAttributes

Show ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionDecisionAttributes

NFData ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionDecisionAttributes

Eq ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionDecisionAttributes

Hashable ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionDecisionAttributes

type Rep ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionDecisionAttributes

type Rep ContinueAsNewWorkflowExecutionDecisionAttributes = D1 ('MetaData "ContinueAsNewWorkflowExecutionDecisionAttributes" "Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionDecisionAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ContinueAsNewWorkflowExecutionDecisionAttributes'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "childPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildPolicy)) :*: S1 ('MetaSel ('Just "executionStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskList))) :*: (S1 ('MetaSel ('Just "taskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "taskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workflowTypeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newContinueAsNewWorkflowExecutionDecisionAttributes :: ContinueAsNewWorkflowExecutionDecisionAttributes Source #

Create a value of ContinueAsNewWorkflowExecutionDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:childPolicy:ContinueAsNewWorkflowExecutionDecisionAttributes', continueAsNewWorkflowExecutionDecisionAttributes_childPolicy - If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording 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.

A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.

$sel:executionStartToCloseTimeout:ContinueAsNewWorkflowExecutionDecisionAttributes', continueAsNewWorkflowExecutionDecisionAttributes_executionStartToCloseTimeout - If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault is returned.

$sel:input:ContinueAsNewWorkflowExecutionDecisionAttributes', continueAsNewWorkflowExecutionDecisionAttributes_input - The input provided to the new workflow execution.

$sel:lambdaRole:ContinueAsNewWorkflowExecutionDecisionAttributes', continueAsNewWorkflowExecutionDecisionAttributes_lambdaRole - The IAM role to attach to the new (continued) execution.

$sel:tagList:ContinueAsNewWorkflowExecutionDecisionAttributes', continueAsNewWorkflowExecutionDecisionAttributes_tagList - The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.

$sel:taskList:ContinueAsNewWorkflowExecutionDecisionAttributes', continueAsNewWorkflowExecutionDecisionAttributes_taskList - The task list to use for the decisions of the new (continued) workflow execution.

$sel:taskPriority:ContinueAsNewWorkflowExecutionDecisionAttributes', continueAsNewWorkflowExecutionDecisionAttributes_taskPriority - The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

$sel:taskStartToCloseTimeout:ContinueAsNewWorkflowExecutionDecisionAttributes', continueAsNewWorkflowExecutionDecisionAttributes_taskStartToCloseTimeout - Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering the workflow type using RegisterWorkflowType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault is returned.

$sel:workflowTypeVersion:ContinueAsNewWorkflowExecutionDecisionAttributes', continueAsNewWorkflowExecutionDecisionAttributes_workflowTypeVersion - The version of the workflow to start.

ContinueAsNewWorkflowExecutionFailedEventAttributes

data ContinueAsNewWorkflowExecutionFailedEventAttributes Source #

Provides the details of the ContinueAsNewWorkflowExecutionFailed event.

See: newContinueAsNewWorkflowExecutionFailedEventAttributes smart constructor.

Instances

Instances details
FromJSON ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedEventAttributes

Generic ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedEventAttributes

Read ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedEventAttributes

Show ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedEventAttributes

NFData ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedEventAttributes

Eq ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedEventAttributes

Hashable ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedEventAttributes

type Rep ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedEventAttributes

type Rep ContinueAsNewWorkflowExecutionFailedEventAttributes = D1 ('MetaData "ContinueAsNewWorkflowExecutionFailedEventAttributes" "Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ContinueAsNewWorkflowExecutionFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ContinueAsNewWorkflowExecutionFailedCause) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newContinueAsNewWorkflowExecutionFailedEventAttributes Source #

Create a value of ContinueAsNewWorkflowExecutionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cause:ContinueAsNewWorkflowExecutionFailedEventAttributes', continueAsNewWorkflowExecutionFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:decisionTaskCompletedEventId:ContinueAsNewWorkflowExecutionFailedEventAttributes', continueAsNewWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

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.

A workflow execution may be closed by the decider by returning one of the following decisions when completing a decision task: CompleteWorkflowExecution, FailWorkflowExecution, CancelWorkflowExecution and ContinueAsNewWorkflowExecution. An UnhandledDecision fault is returned if a workflow closing decision is specified and a signal or activity event had been added to the history while the decision task was being performed by the decider. Unlike the above situations which are logic issues, this fault is always possible because of race conditions in a distributed system. The right action here is to call RespondDecisionTaskCompleted without any decisions. This would result in another decision task with these new events included in the history. The decider should handle the new events and may decide to close the workflow execution.

How to Code a Decision

You code a decision by first setting the decision type field to one of the above decision values, and then set the corresponding attributes field shown below:

  • ScheduleActivityTaskDecisionAttributes
  • RequestCancelActivityTaskDecisionAttributes
  • CompleteWorkflowExecutionDecisionAttributes
  • FailWorkflowExecutionDecisionAttributes
  • CancelWorkflowExecutionDecisionAttributes
  • ContinueAsNewWorkflowExecutionDecisionAttributes
  • RecordMarkerDecisionAttributes
  • StartTimerDecisionAttributes
  • CancelTimerDecisionAttributes
  • SignalExternalWorkflowExecutionDecisionAttributes
  • RequestCancelExternalWorkflowExecutionDecisionAttributes
  • StartChildWorkflowExecutionDecisionAttributes

See: newDecision smart constructor.

Instances

Instances details
ToJSON Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

Generic Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

Associated Types

type Rep Decision :: Type -> Type #

Methods

from :: Decision -> Rep Decision x #

to :: Rep Decision x -> Decision #

Read Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

Show Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

NFData Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

Methods

rnf :: Decision -> () #

Eq Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

Hashable Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

Methods

hashWithSalt :: Int -> Decision -> Int #

hash :: Decision -> Int #

type Rep Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

type Rep Decision = D1 ('MetaData "Decision" "Amazonka.SWF.Types.Decision" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "Decision'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "cancelTimerDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CancelTimerDecisionAttributes)) :*: (S1 ('MetaSel ('Just "cancelWorkflowExecutionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CancelWorkflowExecutionDecisionAttributes)) :*: S1 ('MetaSel ('Just "completeWorkflowExecutionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CompleteWorkflowExecutionDecisionAttributes)))) :*: ((S1 ('MetaSel ('Just "continueAsNewWorkflowExecutionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContinueAsNewWorkflowExecutionDecisionAttributes)) :*: S1 ('MetaSel ('Just "failWorkflowExecutionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailWorkflowExecutionDecisionAttributes))) :*: (S1 ('MetaSel ('Just "recordMarkerDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecordMarkerDecisionAttributes)) :*: S1 ('MetaSel ('Just "requestCancelActivityTaskDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestCancelActivityTaskDecisionAttributes))))) :*: ((S1 ('MetaSel ('Just "requestCancelExternalWorkflowExecutionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestCancelExternalWorkflowExecutionDecisionAttributes)) :*: (S1 ('MetaSel ('Just "scheduleActivityTaskDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleActivityTaskDecisionAttributes)) :*: S1 ('MetaSel ('Just "scheduleLambdaFunctionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleLambdaFunctionDecisionAttributes)))) :*: ((S1 ('MetaSel ('Just "signalExternalWorkflowExecutionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SignalExternalWorkflowExecutionDecisionAttributes)) :*: S1 ('MetaSel ('Just "startChildWorkflowExecutionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartChildWorkflowExecutionDecisionAttributes))) :*: (S1 ('MetaSel ('Just "startTimerDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartTimerDecisionAttributes)) :*: S1 ('MetaSel ('Just "decisionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DecisionType))))))

newDecision Source #

Create a value of Decision with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cancelTimerDecisionAttributes:Decision', decision_cancelTimerDecisionAttributes - Provides the details of the CancelTimer decision. It isn't set for other decision types.

$sel:cancelWorkflowExecutionDecisionAttributes:Decision', decision_cancelWorkflowExecutionDecisionAttributes - Provides the details of the CancelWorkflowExecution decision. It isn't set for other decision types.

$sel:completeWorkflowExecutionDecisionAttributes:Decision', decision_completeWorkflowExecutionDecisionAttributes - Provides the details of the CompleteWorkflowExecution decision. It isn't set for other decision types.

$sel:continueAsNewWorkflowExecutionDecisionAttributes:Decision', decision_continueAsNewWorkflowExecutionDecisionAttributes - Provides the details of the ContinueAsNewWorkflowExecution decision. It isn't set for other decision types.

$sel:failWorkflowExecutionDecisionAttributes:Decision', decision_failWorkflowExecutionDecisionAttributes - Provides the details of the FailWorkflowExecution decision. It isn't set for other decision types.

$sel:recordMarkerDecisionAttributes:Decision', decision_recordMarkerDecisionAttributes - Provides the details of the RecordMarker decision. It isn't set for other decision types.

$sel:requestCancelActivityTaskDecisionAttributes:Decision', decision_requestCancelActivityTaskDecisionAttributes - Provides the details of the RequestCancelActivityTask decision. It isn't set for other decision types.

$sel:requestCancelExternalWorkflowExecutionDecisionAttributes:Decision', decision_requestCancelExternalWorkflowExecutionDecisionAttributes - Provides the details of the RequestCancelExternalWorkflowExecution decision. It isn't set for other decision types.

$sel:scheduleActivityTaskDecisionAttributes:Decision', decision_scheduleActivityTaskDecisionAttributes - Provides the details of the ScheduleActivityTask decision. It isn't set for other decision types.

$sel:scheduleLambdaFunctionDecisionAttributes:Decision', decision_scheduleLambdaFunctionDecisionAttributes - Provides the details of the ScheduleLambdaFunction decision. It isn't set for other decision types.

$sel:signalExternalWorkflowExecutionDecisionAttributes:Decision', decision_signalExternalWorkflowExecutionDecisionAttributes - Provides the details of the SignalExternalWorkflowExecution decision. It isn't set for other decision types.

$sel:startChildWorkflowExecutionDecisionAttributes:Decision', decision_startChildWorkflowExecutionDecisionAttributes - Provides the details of the StartChildWorkflowExecution decision. It isn't set for other decision types.

$sel:startTimerDecisionAttributes:Decision', decision_startTimerDecisionAttributes - Provides the details of the StartTimer decision. It isn't set for other decision types.

$sel:decisionType:Decision', decision_decisionType - Specifies the type of the decision.

DecisionTaskCompletedEventAttributes

data DecisionTaskCompletedEventAttributes Source #

Provides the details of the DecisionTaskCompleted event.

See: newDecisionTaskCompletedEventAttributes smart constructor.

Instances

Instances details
FromJSON DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

Generic DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

Read DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

Show DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

NFData DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

Eq DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

Hashable DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

type Rep DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

type Rep DecisionTaskCompletedEventAttributes = D1 ('MetaData "DecisionTaskCompletedEventAttributes" "Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DecisionTaskCompletedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "executionContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newDecisionTaskCompletedEventAttributes Source #

Create a value of DecisionTaskCompletedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:executionContext:DecisionTaskCompletedEventAttributes', decisionTaskCompletedEventAttributes_executionContext - User defined context for the workflow execution.

$sel:scheduledEventId:DecisionTaskCompletedEventAttributes', decisionTaskCompletedEventAttributes_scheduledEventId - The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:DecisionTaskCompletedEventAttributes', decisionTaskCompletedEventAttributes_startedEventId - The ID of the DecisionTaskStarted event recorded when this decision task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

DecisionTaskScheduledEventAttributes

data DecisionTaskScheduledEventAttributes Source #

Provides details about the DecisionTaskScheduled event.

See: newDecisionTaskScheduledEventAttributes smart constructor.

Instances

Instances details
FromJSON DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskScheduledEventAttributes

Generic DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskScheduledEventAttributes

Read DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskScheduledEventAttributes

Show DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskScheduledEventAttributes

NFData DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskScheduledEventAttributes

Eq DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskScheduledEventAttributes

Hashable DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskScheduledEventAttributes

type Rep DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskScheduledEventAttributes

type Rep DecisionTaskScheduledEventAttributes = D1 ('MetaData "DecisionTaskScheduledEventAttributes" "Amazonka.SWF.Types.DecisionTaskScheduledEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DecisionTaskScheduledEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "taskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaskList))))

newDecisionTaskScheduledEventAttributes Source #

Create a value of DecisionTaskScheduledEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:startToCloseTimeout:DecisionTaskScheduledEventAttributes', decisionTaskScheduledEventAttributes_startToCloseTimeout - The maximum duration for this decision task. The task is considered timed out if it doesn't completed within this duration.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:taskPriority:DecisionTaskScheduledEventAttributes', decisionTaskScheduledEventAttributes_taskPriority - A task priority that, if set, specifies the priority for this decision task. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

$sel:taskList:DecisionTaskScheduledEventAttributes', decisionTaskScheduledEventAttributes_taskList - The name of the task list in which the decision task was scheduled.

DecisionTaskStartedEventAttributes

data DecisionTaskStartedEventAttributes Source #

Provides the details of the DecisionTaskStarted event.

See: newDecisionTaskStartedEventAttributes smart constructor.

Instances

Instances details
FromJSON DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

Generic DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

Associated Types

type Rep DecisionTaskStartedEventAttributes :: Type -> Type #

Read DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

Show DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

NFData DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

Eq DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

Hashable DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

type Rep DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

type Rep DecisionTaskStartedEventAttributes = D1 ('MetaData "DecisionTaskStartedEventAttributes" "Amazonka.SWF.Types.DecisionTaskStartedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DecisionTaskStartedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newDecisionTaskStartedEventAttributes Source #

Create a value of DecisionTaskStartedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:identity:DecisionTaskStartedEventAttributes', decisionTaskStartedEventAttributes_identity - Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

$sel:scheduledEventId:DecisionTaskStartedEventAttributes', decisionTaskStartedEventAttributes_scheduledEventId - The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

DecisionTaskTimedOutEventAttributes

data DecisionTaskTimedOutEventAttributes Source #

Provides the details of the DecisionTaskTimedOut event.

See: newDecisionTaskTimedOutEventAttributes smart constructor.

Instances

Instances details
FromJSON DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes

Generic DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes

Read DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes

Show DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes

NFData DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes

Eq DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes

Hashable DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes

type Rep DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes

type Rep DecisionTaskTimedOutEventAttributes = D1 ('MetaData "DecisionTaskTimedOutEventAttributes" "Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DecisionTaskTimedOutEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DecisionTaskTimeoutType) :*: (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newDecisionTaskTimedOutEventAttributes Source #

Create a value of DecisionTaskTimedOutEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timeoutType:DecisionTaskTimedOutEventAttributes', decisionTaskTimedOutEventAttributes_timeoutType - The type of timeout that expired before the decision task could be completed.

$sel:scheduledEventId:DecisionTaskTimedOutEventAttributes', decisionTaskTimedOutEventAttributes_scheduledEventId - The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:DecisionTaskTimedOutEventAttributes', decisionTaskTimedOutEventAttributes_startedEventId - The ID of the DecisionTaskStarted event recorded when this decision task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

DomainConfiguration

data DomainConfiguration Source #

Contains the configuration settings of a domain.

See: newDomainConfiguration smart constructor.

Instances

Instances details
FromJSON DomainConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainConfiguration

Generic DomainConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainConfiguration

Associated Types

type Rep DomainConfiguration :: Type -> Type #

Read DomainConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainConfiguration

Show DomainConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainConfiguration

NFData DomainConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainConfiguration

Methods

rnf :: DomainConfiguration -> () #

Eq DomainConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainConfiguration

Hashable DomainConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainConfiguration

type Rep DomainConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainConfiguration

type Rep DomainConfiguration = D1 ('MetaData "DomainConfiguration" "Amazonka.SWF.Types.DomainConfiguration" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DomainConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workflowExecutionRetentionPeriodInDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDomainConfiguration Source #

Create a value of DomainConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:workflowExecutionRetentionPeriodInDays:DomainConfiguration', domainConfiguration_workflowExecutionRetentionPeriodInDays - The retention period for workflow executions in this domain.

DomainInfo

data DomainInfo Source #

Contains general information about a domain.

See: newDomainInfo smart constructor.

Instances

Instances details
FromJSON DomainInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainInfo

Generic DomainInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainInfo

Associated Types

type Rep DomainInfo :: Type -> Type #

Read DomainInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainInfo

Show DomainInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainInfo

NFData DomainInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainInfo

Methods

rnf :: DomainInfo -> () #

Eq DomainInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainInfo

Hashable DomainInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainInfo

type Rep DomainInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainInfo

type Rep DomainInfo = D1 ('MetaData "DomainInfo" "Amazonka.SWF.Types.DomainInfo" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "DomainInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RegistrationStatus))))

newDomainInfo Source #

Create a value of DomainInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:DomainInfo', domainInfo_arn - The ARN of the domain.

$sel:description:DomainInfo', domainInfo_description - The description of the domain provided through RegisterDomain.

$sel:name:DomainInfo', domainInfo_name - The name of the domain. This name is unique within the account.

$sel:status:DomainInfo', domainInfo_status - The status of the domain:

  • REGISTERED – The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
  • DEPRECATED – The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.

ExecutionTimeFilter

data ExecutionTimeFilter Source #

Used to filter the workflow executions in visibility APIs by various time-based rules. Each parameter, if specified, defines a rule that must be satisfied by each returned query result. The parameter values are in the Unix Time format. For example: "oldestDate": 1325376070.

See: newExecutionTimeFilter smart constructor.

Instances

Instances details
ToJSON ExecutionTimeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionTimeFilter

Generic ExecutionTimeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionTimeFilter

Associated Types

type Rep ExecutionTimeFilter :: Type -> Type #

Read ExecutionTimeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionTimeFilter

Show ExecutionTimeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionTimeFilter

NFData ExecutionTimeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionTimeFilter

Methods

rnf :: ExecutionTimeFilter -> () #

Eq ExecutionTimeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionTimeFilter

Hashable ExecutionTimeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionTimeFilter

type Rep ExecutionTimeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionTimeFilter

type Rep ExecutionTimeFilter = D1 ('MetaData "ExecutionTimeFilter" "Amazonka.SWF.Types.ExecutionTimeFilter" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ExecutionTimeFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "latestDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "oldestDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))

newExecutionTimeFilter Source #

Create a value of ExecutionTimeFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:latestDate:ExecutionTimeFilter', executionTimeFilter_latestDate - Specifies the latest start or close date and time to return.

$sel:oldestDate:ExecutionTimeFilter', executionTimeFilter_oldestDate - Specifies the oldest start or close date and time to return.

ExternalWorkflowExecutionCancelRequestedEventAttributes

data ExternalWorkflowExecutionCancelRequestedEventAttributes Source #

Provides the details of the ExternalWorkflowExecutionCancelRequested event.

See: newExternalWorkflowExecutionCancelRequestedEventAttributes smart constructor.

Instances

Instances details
FromJSON ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

Generic ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

Read ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

Show ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

NFData ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

Eq ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

Hashable ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

type Rep ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

type Rep ExternalWorkflowExecutionCancelRequestedEventAttributes = D1 ('MetaData "ExternalWorkflowExecutionCancelRequestedEventAttributes" "Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ExternalWorkflowExecutionCancelRequestedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecution) :*: S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newExternalWorkflowExecutionCancelRequestedEventAttributes Source #

Create a value of ExternalWorkflowExecutionCancelRequestedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:workflowExecution:ExternalWorkflowExecutionCancelRequestedEventAttributes', externalWorkflowExecutionCancelRequestedEventAttributes_workflowExecution - The external workflow execution to which the cancellation request was delivered.

$sel:initiatedEventId:ExternalWorkflowExecutionCancelRequestedEventAttributes', externalWorkflowExecutionCancelRequestedEventAttributes_initiatedEventId - The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ExternalWorkflowExecutionSignaledEventAttributes

data ExternalWorkflowExecutionSignaledEventAttributes Source #

Provides the details of the ExternalWorkflowExecutionSignaled event.

See: newExternalWorkflowExecutionSignaledEventAttributes smart constructor.

Instances

Instances details
FromJSON ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

Generic ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

Read ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

Show ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

NFData ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

Eq ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

Hashable ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

type Rep ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

type Rep ExternalWorkflowExecutionSignaledEventAttributes = D1 ('MetaData "ExternalWorkflowExecutionSignaledEventAttributes" "Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ExternalWorkflowExecutionSignaledEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecution) :*: S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newExternalWorkflowExecutionSignaledEventAttributes Source #

Create a value of ExternalWorkflowExecutionSignaledEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:workflowExecution:ExternalWorkflowExecutionSignaledEventAttributes', externalWorkflowExecutionSignaledEventAttributes_workflowExecution - The external workflow execution that the signal was delivered to.

$sel:initiatedEventId:ExternalWorkflowExecutionSignaledEventAttributes', externalWorkflowExecutionSignaledEventAttributes_initiatedEventId - The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

FailWorkflowExecutionDecisionAttributes

data FailWorkflowExecutionDecisionAttributes Source #

Provides the details of the FailWorkflowExecution decision.

Access Control

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

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

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

See: newFailWorkflowExecutionDecisionAttributes smart constructor.

Instances

Instances details
ToJSON FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionDecisionAttributes

Generic FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionDecisionAttributes

Read FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionDecisionAttributes

Show FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionDecisionAttributes

NFData FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionDecisionAttributes

Eq FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionDecisionAttributes

Hashable FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionDecisionAttributes

type Rep FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionDecisionAttributes

type Rep FailWorkflowExecutionDecisionAttributes = D1 ('MetaData "FailWorkflowExecutionDecisionAttributes" "Amazonka.SWF.Types.FailWorkflowExecutionDecisionAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "FailWorkflowExecutionDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newFailWorkflowExecutionDecisionAttributes :: FailWorkflowExecutionDecisionAttributes Source #

Create a value of FailWorkflowExecutionDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:details:FailWorkflowExecutionDecisionAttributes', failWorkflowExecutionDecisionAttributes_details - Details of the failure.

$sel:reason:FailWorkflowExecutionDecisionAttributes', failWorkflowExecutionDecisionAttributes_reason - A descriptive reason for the failure that may help in diagnostics.

FailWorkflowExecutionFailedEventAttributes

data FailWorkflowExecutionFailedEventAttributes Source #

Provides the details of the FailWorkflowExecutionFailed event.

See: newFailWorkflowExecutionFailedEventAttributes smart constructor.

Instances

Instances details
FromJSON FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedEventAttributes

Generic FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedEventAttributes

Read FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedEventAttributes

Show FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedEventAttributes

NFData FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedEventAttributes

Eq FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedEventAttributes

Hashable FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedEventAttributes

type Rep FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedEventAttributes

type Rep FailWorkflowExecutionFailedEventAttributes = D1 ('MetaData "FailWorkflowExecutionFailedEventAttributes" "Amazonka.SWF.Types.FailWorkflowExecutionFailedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "FailWorkflowExecutionFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FailWorkflowExecutionFailedCause) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newFailWorkflowExecutionFailedEventAttributes Source #

Create a value of FailWorkflowExecutionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cause:FailWorkflowExecutionFailedEventAttributes', failWorkflowExecutionFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:decisionTaskCompletedEventId:FailWorkflowExecutionFailedEventAttributes', failWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution decision to fail this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

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: newHistoryEvent smart constructor.

Constructors

HistoryEvent' (Maybe ActivityTaskCancelRequestedEventAttributes) (Maybe ActivityTaskCanceledEventAttributes) (Maybe ActivityTaskCompletedEventAttributes) (Maybe ActivityTaskFailedEventAttributes) (Maybe ActivityTaskScheduledEventAttributes) (Maybe ActivityTaskStartedEventAttributes) (Maybe ActivityTaskTimedOutEventAttributes) (Maybe CancelTimerFailedEventAttributes) (Maybe CancelWorkflowExecutionFailedEventAttributes) (Maybe ChildWorkflowExecutionCanceledEventAttributes) (Maybe ChildWorkflowExecutionCompletedEventAttributes) (Maybe ChildWorkflowExecutionFailedEventAttributes) (Maybe ChildWorkflowExecutionStartedEventAttributes) (Maybe ChildWorkflowExecutionTerminatedEventAttributes) (Maybe ChildWorkflowExecutionTimedOutEventAttributes) (Maybe CompleteWorkflowExecutionFailedEventAttributes) (Maybe ContinueAsNewWorkflowExecutionFailedEventAttributes) (Maybe DecisionTaskCompletedEventAttributes) (Maybe DecisionTaskScheduledEventAttributes) (Maybe DecisionTaskStartedEventAttributes) (Maybe DecisionTaskTimedOutEventAttributes) (Maybe ExternalWorkflowExecutionCancelRequestedEventAttributes) (Maybe ExternalWorkflowExecutionSignaledEventAttributes) (Maybe FailWorkflowExecutionFailedEventAttributes) (Maybe LambdaFunctionCompletedEventAttributes) (Maybe LambdaFunctionFailedEventAttributes) (Maybe LambdaFunctionScheduledEventAttributes) (Maybe LambdaFunctionStartedEventAttributes) (Maybe LambdaFunctionTimedOutEventAttributes) (Maybe MarkerRecordedEventAttributes) (Maybe RecordMarkerFailedEventAttributes) (Maybe RequestCancelActivityTaskFailedEventAttributes) (Maybe RequestCancelExternalWorkflowExecutionFailedEventAttributes) (Maybe RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) (Maybe ScheduleActivityTaskFailedEventAttributes) (Maybe ScheduleLambdaFunctionFailedEventAttributes) (Maybe SignalExternalWorkflowExecutionFailedEventAttributes) (Maybe SignalExternalWorkflowExecutionInitiatedEventAttributes) (Maybe StartChildWorkflowExecutionFailedEventAttributes) (Maybe StartChildWorkflowExecutionInitiatedEventAttributes) (Maybe StartLambdaFunctionFailedEventAttributes) (Maybe StartTimerFailedEventAttributes) (Maybe TimerCanceledEventAttributes) (Maybe TimerFiredEventAttributes) (Maybe TimerStartedEventAttributes) (Maybe WorkflowExecutionCancelRequestedEventAttributes) (Maybe WorkflowExecutionCanceledEventAttributes) (Maybe WorkflowExecutionCompletedEventAttributes) (Maybe WorkflowExecutionContinuedAsNewEventAttributes) (Maybe WorkflowExecutionFailedEventAttributes) (Maybe WorkflowExecutionSignaledEventAttributes) (Maybe WorkflowExecutionStartedEventAttributes) (Maybe WorkflowExecutionTerminatedEventAttributes) (Maybe WorkflowExecutionTimedOutEventAttributes) POSIX EventType Integer 

Instances

Instances details
FromJSON HistoryEvent Source # 
Instance details

Defined in Amazonka.SWF.Types.HistoryEvent

Generic HistoryEvent Source # 
Instance details

Defined in Amazonka.SWF.Types.HistoryEvent

Associated Types

type Rep HistoryEvent :: Type -> Type #

Read HistoryEvent Source # 
Instance details

Defined in Amazonka.SWF.Types.HistoryEvent

Show HistoryEvent Source # 
Instance details

Defined in Amazonka.SWF.Types.HistoryEvent

NFData HistoryEvent Source # 
Instance details

Defined in Amazonka.SWF.Types.HistoryEvent

Methods

rnf :: HistoryEvent -> () #

Eq HistoryEvent Source # 
Instance details

Defined in Amazonka.SWF.Types.HistoryEvent

Hashable HistoryEvent Source # 
Instance details

Defined in Amazonka.SWF.Types.HistoryEvent

type Rep HistoryEvent Source # 
Instance details

Defined in Amazonka.SWF.Types.HistoryEvent

type Rep HistoryEvent = D1 ('MetaData "HistoryEvent" "Amazonka.SWF.Types.HistoryEvent" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "HistoryEvent'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "activityTaskCancelRequestedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityTaskCancelRequestedEventAttributes)) :*: (S1 ('MetaSel ('Just "activityTaskCanceledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityTaskCanceledEventAttributes)) :*: S1 ('MetaSel ('Just "activityTaskCompletedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityTaskCompletedEventAttributes)))) :*: ((S1 ('MetaSel ('Just "activityTaskFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityTaskFailedEventAttributes)) :*: S1 ('MetaSel ('Just "activityTaskScheduledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityTaskScheduledEventAttributes))) :*: (S1 ('MetaSel ('Just "activityTaskStartedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityTaskStartedEventAttributes)) :*: S1 ('MetaSel ('Just "activityTaskTimedOutEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityTaskTimedOutEventAttributes))))) :*: ((S1 ('MetaSel ('Just "cancelTimerFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CancelTimerFailedEventAttributes)) :*: (S1 ('MetaSel ('Just "cancelWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CancelWorkflowExecutionFailedEventAttributes)) :*: S1 ('MetaSel ('Just "childWorkflowExecutionCanceledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionCanceledEventAttributes)))) :*: ((S1 ('MetaSel ('Just "childWorkflowExecutionCompletedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionCompletedEventAttributes)) :*: S1 ('MetaSel ('Just "childWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionFailedEventAttributes))) :*: (S1 ('MetaSel ('Just "childWorkflowExecutionStartedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionStartedEventAttributes)) :*: S1 ('MetaSel ('Just "childWorkflowExecutionTerminatedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionTerminatedEventAttributes)))))) :*: (((S1 ('MetaSel ('Just "childWorkflowExecutionTimedOutEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionTimedOutEventAttributes)) :*: (S1 ('MetaSel ('Just "completeWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CompleteWorkflowExecutionFailedEventAttributes)) :*: S1 ('MetaSel ('Just "continueAsNewWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContinueAsNewWorkflowExecutionFailedEventAttributes)))) :*: ((S1 ('MetaSel ('Just "decisionTaskCompletedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DecisionTaskCompletedEventAttributes)) :*: S1 ('MetaSel ('Just "decisionTaskScheduledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DecisionTaskScheduledEventAttributes))) :*: (S1 ('MetaSel ('Just "decisionTaskStartedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DecisionTaskStartedEventAttributes)) :*: S1 ('MetaSel ('Just "decisionTaskTimedOutEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DecisionTaskTimedOutEventAttributes))))) :*: ((S1 ('MetaSel ('Just "externalWorkflowExecutionCancelRequestedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExternalWorkflowExecutionCancelRequestedEventAttributes)) :*: (S1 ('MetaSel ('Just "externalWorkflowExecutionSignaledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExternalWorkflowExecutionSignaledEventAttributes)) :*: S1 ('MetaSel ('Just "failWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailWorkflowExecutionFailedEventAttributes)))) :*: ((S1 ('MetaSel ('Just "lambdaFunctionCompletedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionCompletedEventAttributes)) :*: S1 ('MetaSel ('Just "lambdaFunctionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionFailedEventAttributes))) :*: (S1 ('MetaSel ('Just "lambdaFunctionScheduledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionScheduledEventAttributes)) :*: S1 ('MetaSel ('Just "lambdaFunctionStartedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionStartedEventAttributes))))))) :*: ((((S1 ('MetaSel ('Just "lambdaFunctionTimedOutEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionTimedOutEventAttributes)) :*: (S1 ('MetaSel ('Just "markerRecordedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MarkerRecordedEventAttributes)) :*: S1 ('MetaSel ('Just "recordMarkerFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecordMarkerFailedEventAttributes)))) :*: ((S1 ('MetaSel ('Just "requestCancelActivityTaskFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestCancelActivityTaskFailedEventAttributes)) :*: S1 ('MetaSel ('Just "requestCancelExternalWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestCancelExternalWorkflowExecutionFailedEventAttributes))) :*: (S1 ('MetaSel ('Just "requestCancelExternalWorkflowExecutionInitiatedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestCancelExternalWorkflowExecutionInitiatedEventAttributes)) :*: S1 ('MetaSel ('Just "scheduleActivityTaskFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleActivityTaskFailedEventAttributes))))) :*: ((S1 ('MetaSel ('Just "scheduleLambdaFunctionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleLambdaFunctionFailedEventAttributes)) :*: (S1 ('MetaSel ('Just "signalExternalWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SignalExternalWorkflowExecutionFailedEventAttributes)) :*: S1 ('MetaSel ('Just "signalExternalWorkflowExecutionInitiatedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SignalExternalWorkflowExecutionInitiatedEventAttributes)))) :*: ((S1 ('MetaSel ('Just "startChildWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartChildWorkflowExecutionFailedEventAttributes)) :*: S1 ('MetaSel ('Just "startChildWorkflowExecutionInitiatedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartChildWorkflowExecutionInitiatedEventAttributes))) :*: (S1 ('MetaSel ('Just "startLambdaFunctionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartLambdaFunctionFailedEventAttributes)) :*: S1 ('MetaSel ('Just "startTimerFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartTimerFailedEventAttributes)))))) :*: (((S1 ('MetaSel ('Just "timerCanceledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimerCanceledEventAttributes)) :*: (S1 ('MetaSel ('Just "timerFiredEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimerFiredEventAttributes)) :*: S1 ('MetaSel ('Just "timerStartedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimerStartedEventAttributes)))) :*: ((S1 ('MetaSel ('Just "workflowExecutionCancelRequestedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionCancelRequestedEventAttributes)) :*: S1 ('MetaSel ('Just "workflowExecutionCanceledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionCanceledEventAttributes))) :*: (S1 ('MetaSel ('Just "workflowExecutionCompletedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionCompletedEventAttributes)) :*: S1 ('MetaSel ('Just "workflowExecutionContinuedAsNewEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionContinuedAsNewEventAttributes))))) :*: (((S1 ('MetaSel ('Just "workflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionFailedEventAttributes)) :*: S1 ('MetaSel ('Just "workflowExecutionSignaledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionSignaledEventAttributes))) :*: (S1 ('MetaSel ('Just "workflowExecutionStartedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionStartedEventAttributes)) :*: S1 ('MetaSel ('Just "workflowExecutionTerminatedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionTerminatedEventAttributes)))) :*: ((S1 ('MetaSel ('Just "workflowExecutionTimedOutEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionTimedOutEventAttributes)) :*: S1 ('MetaSel ('Just "eventTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)) :*: (S1 ('MetaSel ('Just "eventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EventType) :*: S1 ('MetaSel ('Just "eventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))))))

newHistoryEvent Source #

Create a value of HistoryEvent with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:activityTaskCancelRequestedEventAttributes:HistoryEvent', historyEvent_activityTaskCancelRequestedEventAttributes - If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:activityTaskCanceledEventAttributes:HistoryEvent', historyEvent_activityTaskCanceledEventAttributes - If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:activityTaskCompletedEventAttributes:HistoryEvent', historyEvent_activityTaskCompletedEventAttributes - If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:activityTaskFailedEventAttributes:HistoryEvent', historyEvent_activityTaskFailedEventAttributes - If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:activityTaskScheduledEventAttributes:HistoryEvent', historyEvent_activityTaskScheduledEventAttributes - If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:activityTaskStartedEventAttributes:HistoryEvent', historyEvent_activityTaskStartedEventAttributes - If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:activityTaskTimedOutEventAttributes:HistoryEvent', historyEvent_activityTaskTimedOutEventAttributes - If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:cancelTimerFailedEventAttributes:HistoryEvent', historyEvent_cancelTimerFailedEventAttributes - If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:cancelWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_cancelWorkflowExecutionFailedEventAttributes - If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:childWorkflowExecutionCanceledEventAttributes:HistoryEvent', historyEvent_childWorkflowExecutionCanceledEventAttributes - If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:childWorkflowExecutionCompletedEventAttributes:HistoryEvent', historyEvent_childWorkflowExecutionCompletedEventAttributes - If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:childWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_childWorkflowExecutionFailedEventAttributes - If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:childWorkflowExecutionStartedEventAttributes:HistoryEvent', historyEvent_childWorkflowExecutionStartedEventAttributes - If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:childWorkflowExecutionTerminatedEventAttributes:HistoryEvent', historyEvent_childWorkflowExecutionTerminatedEventAttributes - If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:childWorkflowExecutionTimedOutEventAttributes:HistoryEvent', historyEvent_childWorkflowExecutionTimedOutEventAttributes - If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:completeWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_completeWorkflowExecutionFailedEventAttributes - If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:continueAsNewWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_continueAsNewWorkflowExecutionFailedEventAttributes - If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:decisionTaskCompletedEventAttributes:HistoryEvent', historyEvent_decisionTaskCompletedEventAttributes - If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:decisionTaskScheduledEventAttributes:HistoryEvent', historyEvent_decisionTaskScheduledEventAttributes - If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:decisionTaskStartedEventAttributes:HistoryEvent', historyEvent_decisionTaskStartedEventAttributes - If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:decisionTaskTimedOutEventAttributes:HistoryEvent', historyEvent_decisionTaskTimedOutEventAttributes - If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:externalWorkflowExecutionCancelRequestedEventAttributes:HistoryEvent', historyEvent_externalWorkflowExecutionCancelRequestedEventAttributes - If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:externalWorkflowExecutionSignaledEventAttributes:HistoryEvent', historyEvent_externalWorkflowExecutionSignaledEventAttributes - If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:failWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_failWorkflowExecutionFailedEventAttributes - If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:lambdaFunctionCompletedEventAttributes:HistoryEvent', historyEvent_lambdaFunctionCompletedEventAttributes - Provides the details of the LambdaFunctionCompleted event. It isn't set for other event types.

$sel:lambdaFunctionFailedEventAttributes:HistoryEvent', historyEvent_lambdaFunctionFailedEventAttributes - Provides the details of the LambdaFunctionFailed event. It isn't set for other event types.

$sel:lambdaFunctionScheduledEventAttributes:HistoryEvent', historyEvent_lambdaFunctionScheduledEventAttributes - Provides the details of the LambdaFunctionScheduled event. It isn't set for other event types.

$sel:lambdaFunctionStartedEventAttributes:HistoryEvent', historyEvent_lambdaFunctionStartedEventAttributes - Provides the details of the LambdaFunctionStarted event. It isn't set for other event types.

$sel:lambdaFunctionTimedOutEventAttributes:HistoryEvent', historyEvent_lambdaFunctionTimedOutEventAttributes - Provides the details of the LambdaFunctionTimedOut event. It isn't set for other event types.

$sel:markerRecordedEventAttributes:HistoryEvent', historyEvent_markerRecordedEventAttributes - If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:recordMarkerFailedEventAttributes:HistoryEvent', historyEvent_recordMarkerFailedEventAttributes - If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:requestCancelActivityTaskFailedEventAttributes:HistoryEvent', historyEvent_requestCancelActivityTaskFailedEventAttributes - If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:requestCancelExternalWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_requestCancelExternalWorkflowExecutionFailedEventAttributes - If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:requestCancelExternalWorkflowExecutionInitiatedEventAttributes:HistoryEvent', historyEvent_requestCancelExternalWorkflowExecutionInitiatedEventAttributes - If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:scheduleActivityTaskFailedEventAttributes:HistoryEvent', historyEvent_scheduleActivityTaskFailedEventAttributes - If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:scheduleLambdaFunctionFailedEventAttributes:HistoryEvent', historyEvent_scheduleLambdaFunctionFailedEventAttributes - Provides the details of the ScheduleLambdaFunctionFailed event. It isn't set for other event types.

$sel:signalExternalWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_signalExternalWorkflowExecutionFailedEventAttributes - If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:signalExternalWorkflowExecutionInitiatedEventAttributes:HistoryEvent', historyEvent_signalExternalWorkflowExecutionInitiatedEventAttributes - If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:startChildWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_startChildWorkflowExecutionFailedEventAttributes - If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:startChildWorkflowExecutionInitiatedEventAttributes:HistoryEvent', historyEvent_startChildWorkflowExecutionInitiatedEventAttributes - If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:startLambdaFunctionFailedEventAttributes:HistoryEvent', historyEvent_startLambdaFunctionFailedEventAttributes - Provides the details of the StartLambdaFunctionFailed event. It isn't set for other event types.

$sel:startTimerFailedEventAttributes:HistoryEvent', historyEvent_startTimerFailedEventAttributes - If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:timerCanceledEventAttributes:HistoryEvent', historyEvent_timerCanceledEventAttributes - If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:timerFiredEventAttributes:HistoryEvent', historyEvent_timerFiredEventAttributes - If the event is of type TimerFired then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:timerStartedEventAttributes:HistoryEvent', historyEvent_timerStartedEventAttributes - If the event is of type TimerStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:workflowExecutionCancelRequestedEventAttributes:HistoryEvent', historyEvent_workflowExecutionCancelRequestedEventAttributes - If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:workflowExecutionCanceledEventAttributes:HistoryEvent', historyEvent_workflowExecutionCanceledEventAttributes - If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:workflowExecutionCompletedEventAttributes:HistoryEvent', historyEvent_workflowExecutionCompletedEventAttributes - If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:workflowExecutionContinuedAsNewEventAttributes:HistoryEvent', historyEvent_workflowExecutionContinuedAsNewEventAttributes - If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:workflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_workflowExecutionFailedEventAttributes - If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:workflowExecutionSignaledEventAttributes:HistoryEvent', historyEvent_workflowExecutionSignaledEventAttributes - If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:workflowExecutionStartedEventAttributes:HistoryEvent', historyEvent_workflowExecutionStartedEventAttributes - If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:workflowExecutionTerminatedEventAttributes:HistoryEvent', historyEvent_workflowExecutionTerminatedEventAttributes - If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:workflowExecutionTimedOutEventAttributes:HistoryEvent', historyEvent_workflowExecutionTimedOutEventAttributes - If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:eventTimestamp:HistoryEvent', historyEvent_eventTimestamp - The date and time when the event occurred.

$sel:eventType:HistoryEvent', historyEvent_eventType - The type of the history event.

$sel:eventId:HistoryEvent', historyEvent_eventId - The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.

LambdaFunctionCompletedEventAttributes

data LambdaFunctionCompletedEventAttributes Source #

Provides the details of the LambdaFunctionCompleted event. It isn't set for other event types.

See: newLambdaFunctionCompletedEventAttributes smart constructor.

Instances

Instances details
FromJSON LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

Generic LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

Read LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

Show LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

NFData LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

Eq LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

Hashable LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

type Rep LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

type Rep LambdaFunctionCompletedEventAttributes = D1 ('MetaData "LambdaFunctionCompletedEventAttributes" "Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "LambdaFunctionCompletedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "result") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newLambdaFunctionCompletedEventAttributes Source #

Create a value of LambdaFunctionCompletedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:result:LambdaFunctionCompletedEventAttributes', lambdaFunctionCompletedEventAttributes_result - The results of the Lambda task.

$sel:scheduledEventId:LambdaFunctionCompletedEventAttributes', lambdaFunctionCompletedEventAttributes_scheduledEventId - The ID of the LambdaFunctionScheduled event that was recorded when this Lambda task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

$sel:startedEventId:LambdaFunctionCompletedEventAttributes', lambdaFunctionCompletedEventAttributes_startedEventId - The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

LambdaFunctionFailedEventAttributes

data LambdaFunctionFailedEventAttributes Source #

Provides the details of the LambdaFunctionFailed event. It isn't set for other event types.

See: newLambdaFunctionFailedEventAttributes smart constructor.

Instances

Instances details
FromJSON LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

Generic LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

Read LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

Show LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

NFData LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

Eq LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

Hashable LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

type Rep LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

type Rep LambdaFunctionFailedEventAttributes = D1 ('MetaData "LambdaFunctionFailedEventAttributes" "Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "LambdaFunctionFailedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newLambdaFunctionFailedEventAttributes Source #

Create a value of LambdaFunctionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:details:LambdaFunctionFailedEventAttributes', lambdaFunctionFailedEventAttributes_details - The details of the failure.

$sel:reason:LambdaFunctionFailedEventAttributes', lambdaFunctionFailedEventAttributes_reason - The reason provided for the failure.

$sel:scheduledEventId:LambdaFunctionFailedEventAttributes', lambdaFunctionFailedEventAttributes_scheduledEventId - The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

$sel:startedEventId:LambdaFunctionFailedEventAttributes', lambdaFunctionFailedEventAttributes_startedEventId - The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

LambdaFunctionScheduledEventAttributes

data LambdaFunctionScheduledEventAttributes Source #

Provides the details of the LambdaFunctionScheduled event. It isn't set for other event types.

See: newLambdaFunctionScheduledEventAttributes smart constructor.

Instances

Instances details
FromJSON LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionScheduledEventAttributes

Generic LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionScheduledEventAttributes

Read LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionScheduledEventAttributes

Show LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionScheduledEventAttributes

NFData LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionScheduledEventAttributes

Eq LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionScheduledEventAttributes

Hashable LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionScheduledEventAttributes

type Rep LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionScheduledEventAttributes

type Rep LambdaFunctionScheduledEventAttributes = D1 ('MetaData "LambdaFunctionScheduledEventAttributes" "Amazonka.SWF.Types.LambdaFunctionScheduledEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "LambdaFunctionScheduledEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newLambdaFunctionScheduledEventAttributes Source #

Create a value of LambdaFunctionScheduledEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:LambdaFunctionScheduledEventAttributes', lambdaFunctionScheduledEventAttributes_control - Data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.

$sel:input:LambdaFunctionScheduledEventAttributes', lambdaFunctionScheduledEventAttributes_input - The input provided to the Lambda task.

$sel:startToCloseTimeout:LambdaFunctionScheduledEventAttributes', lambdaFunctionScheduledEventAttributes_startToCloseTimeout - The maximum amount of time a worker can take to process the Lambda task.

$sel:id:LambdaFunctionScheduledEventAttributes', lambdaFunctionScheduledEventAttributes_id - The unique ID of the Lambda task.

$sel:name:LambdaFunctionScheduledEventAttributes', lambdaFunctionScheduledEventAttributes_name - The name of the Lambda function.

$sel:decisionTaskCompletedEventId:LambdaFunctionScheduledEventAttributes', lambdaFunctionScheduledEventAttributes_decisionTaskCompletedEventId - The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this activity task. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

LambdaFunctionStartedEventAttributes

data LambdaFunctionStartedEventAttributes Source #

Provides the details of the LambdaFunctionStarted event. It isn't set for other event types.

See: newLambdaFunctionStartedEventAttributes smart constructor.

Instances

Instances details
FromJSON LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

Generic LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

Read LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

Show LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

NFData LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

Eq LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

Hashable LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

type Rep LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

type Rep LambdaFunctionStartedEventAttributes = D1 ('MetaData "LambdaFunctionStartedEventAttributes" "Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "LambdaFunctionStartedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newLambdaFunctionStartedEventAttributes Source #

Create a value of LambdaFunctionStartedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:scheduledEventId:LambdaFunctionStartedEventAttributes', lambdaFunctionStartedEventAttributes_scheduledEventId - The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

LambdaFunctionTimedOutEventAttributes

data LambdaFunctionTimedOutEventAttributes Source #

Provides details of the LambdaFunctionTimedOut event.

See: newLambdaFunctionTimedOutEventAttributes smart constructor.

Instances

Instances details
FromJSON LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

Generic LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

Read LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

Show LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

NFData LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

Eq LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

Hashable LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

type Rep LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

type Rep LambdaFunctionTimedOutEventAttributes = D1 ('MetaData "LambdaFunctionTimedOutEventAttributes" "Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "LambdaFunctionTimedOutEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionTimeoutType)) :*: (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newLambdaFunctionTimedOutEventAttributes Source #

Create a value of LambdaFunctionTimedOutEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timeoutType:LambdaFunctionTimedOutEventAttributes', lambdaFunctionTimedOutEventAttributes_timeoutType - The type of the timeout that caused this event.

$sel:scheduledEventId:LambdaFunctionTimedOutEventAttributes', lambdaFunctionTimedOutEventAttributes_scheduledEventId - The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

$sel:startedEventId:LambdaFunctionTimedOutEventAttributes', lambdaFunctionTimedOutEventAttributes_startedEventId - The ID of the ActivityTaskStarted event that was recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

MarkerRecordedEventAttributes

data MarkerRecordedEventAttributes Source #

Provides the details of the MarkerRecorded event.

See: newMarkerRecordedEventAttributes smart constructor.

Instances

Instances details
FromJSON MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

Generic MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

Associated Types

type Rep MarkerRecordedEventAttributes :: Type -> Type #

Read MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

Show MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

NFData MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

Eq MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

Hashable MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

type Rep MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

type Rep MarkerRecordedEventAttributes = D1 ('MetaData "MarkerRecordedEventAttributes" "Amazonka.SWF.Types.MarkerRecordedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "MarkerRecordedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "markerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newMarkerRecordedEventAttributes Source #

Create a value of MarkerRecordedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:details:MarkerRecordedEventAttributes', markerRecordedEventAttributes_details - The details of the marker.

$sel:markerName:MarkerRecordedEventAttributes', markerRecordedEventAttributes_markerName - The name of the marker.

$sel:decisionTaskCompletedEventId:MarkerRecordedEventAttributes', markerRecordedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarker decision that requested this marker. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

PendingTaskCount

data PendingTaskCount Source #

Contains the count of tasks in a task list.

See: newPendingTaskCount smart constructor.

Instances

Instances details
FromJSON PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Generic PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Associated Types

type Rep PendingTaskCount :: Type -> Type #

Read PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Show PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

NFData PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Methods

rnf :: PendingTaskCount -> () #

Eq PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Hashable PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

type Rep PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

type Rep PendingTaskCount = D1 ('MetaData "PendingTaskCount" "Amazonka.SWF.Types.PendingTaskCount" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "PendingTaskCount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "truncated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newPendingTaskCount Source #

Create a value of PendingTaskCount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:truncated:PendingTaskCount', pendingTaskCount_truncated - If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.

$sel:count:PendingTaskCount', pendingTaskCount_count - The number of tasks in the task list.

RecordMarkerDecisionAttributes

data RecordMarkerDecisionAttributes Source #

Provides the details of the RecordMarker decision.

Access Control

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

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

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

See: newRecordMarkerDecisionAttributes smart constructor.

Instances

Instances details
ToJSON RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

Generic RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

Associated Types

type Rep RecordMarkerDecisionAttributes :: Type -> Type #

Read RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

Show RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

NFData RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

Eq RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

Hashable RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

type Rep RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

type Rep RecordMarkerDecisionAttributes = D1 ('MetaData "RecordMarkerDecisionAttributes" "Amazonka.SWF.Types.RecordMarkerDecisionAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RecordMarkerDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "markerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRecordMarkerDecisionAttributes Source #

Create a value of RecordMarkerDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:details:RecordMarkerDecisionAttributes', recordMarkerDecisionAttributes_details - The details of the marker.

$sel:markerName:RecordMarkerDecisionAttributes', recordMarkerDecisionAttributes_markerName - The name of the marker.

RecordMarkerFailedEventAttributes

data RecordMarkerFailedEventAttributes Source #

Provides the details of the RecordMarkerFailed event.

See: newRecordMarkerFailedEventAttributes smart constructor.

Instances

Instances details
FromJSON RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedEventAttributes

Generic RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedEventAttributes

Associated Types

type Rep RecordMarkerFailedEventAttributes :: Type -> Type #

Read RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedEventAttributes

Show RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedEventAttributes

NFData RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedEventAttributes

Eq RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedEventAttributes

Hashable RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedEventAttributes

type Rep RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedEventAttributes

type Rep RecordMarkerFailedEventAttributes = D1 ('MetaData "RecordMarkerFailedEventAttributes" "Amazonka.SWF.Types.RecordMarkerFailedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RecordMarkerFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "markerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RecordMarkerFailedCause) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newRecordMarkerFailedEventAttributes Source #

Create a value of RecordMarkerFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:markerName:RecordMarkerFailedEventAttributes', recordMarkerFailedEventAttributes_markerName - The marker's name.

$sel:cause:RecordMarkerFailedEventAttributes', recordMarkerFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:decisionTaskCompletedEventId:RecordMarkerFailedEventAttributes', recordMarkerFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarkerFailed decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

RequestCancelActivityTaskDecisionAttributes

data RequestCancelActivityTaskDecisionAttributes Source #

Provides the details of the RequestCancelActivityTask decision.

Access Control

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

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

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

See: newRequestCancelActivityTaskDecisionAttributes smart constructor.

Instances

Instances details
ToJSON RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes

Generic RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes

Read RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes

Show RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes

NFData RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes

Eq RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes

Hashable RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes

type Rep RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes

type Rep RequestCancelActivityTaskDecisionAttributes = D1 ('MetaData "RequestCancelActivityTaskDecisionAttributes" "Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RequestCancelActivityTaskDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "activityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRequestCancelActivityTaskDecisionAttributes Source #

Create a value of RequestCancelActivityTaskDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:activityId:RequestCancelActivityTaskDecisionAttributes', requestCancelActivityTaskDecisionAttributes_activityId - The activityId of the activity task to be canceled.

RequestCancelActivityTaskFailedEventAttributes

data RequestCancelActivityTaskFailedEventAttributes Source #

Provides the details of the RequestCancelActivityTaskFailed event.

See: newRequestCancelActivityTaskFailedEventAttributes smart constructor.

Instances

Instances details
FromJSON RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedEventAttributes

Generic RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedEventAttributes

Read RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedEventAttributes

Show RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedEventAttributes

NFData RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedEventAttributes

Eq RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedEventAttributes

Hashable RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedEventAttributes

type Rep RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedEventAttributes

type Rep RequestCancelActivityTaskFailedEventAttributes = D1 ('MetaData "RequestCancelActivityTaskFailedEventAttributes" "Amazonka.SWF.Types.RequestCancelActivityTaskFailedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RequestCancelActivityTaskFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "activityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RequestCancelActivityTaskFailedCause) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newRequestCancelActivityTaskFailedEventAttributes Source #

Create a value of RequestCancelActivityTaskFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:activityId:RequestCancelActivityTaskFailedEventAttributes', requestCancelActivityTaskFailedEventAttributes_activityId - The activityId provided in the RequestCancelActivityTask decision that failed.

$sel:cause:RequestCancelActivityTaskFailedEventAttributes', requestCancelActivityTaskFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:decisionTaskCompletedEventId:RequestCancelActivityTaskFailedEventAttributes', requestCancelActivityTaskFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

RequestCancelExternalWorkflowExecutionDecisionAttributes

data RequestCancelExternalWorkflowExecutionDecisionAttributes Source #

Provides the details of the RequestCancelExternalWorkflowExecution decision.

Access Control

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

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

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

See: newRequestCancelExternalWorkflowExecutionDecisionAttributes smart constructor.

Instances

Instances details
ToJSON RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes

Generic RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes

Read RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes

Show RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes

NFData RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes

Eq RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes

Hashable RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes

type Rep RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes

type Rep RequestCancelExternalWorkflowExecutionDecisionAttributes = D1 ('MetaData "RequestCancelExternalWorkflowExecutionDecisionAttributes" "Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RequestCancelExternalWorkflowExecutionDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

RequestCancelExternalWorkflowExecutionFailedEventAttributes

data RequestCancelExternalWorkflowExecutionFailedEventAttributes Source #

Provides the details of the RequestCancelExternalWorkflowExecutionFailed event.

See: newRequestCancelExternalWorkflowExecutionFailedEventAttributes smart constructor.

Instances

Instances details
FromJSON RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedEventAttributes

Generic RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedEventAttributes

Read RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedEventAttributes

Show RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedEventAttributes

NFData RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedEventAttributes

Eq RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedEventAttributes

Hashable RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedEventAttributes

type Rep RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedEventAttributes

type Rep RequestCancelExternalWorkflowExecutionFailedEventAttributes = D1 ('MetaData "RequestCancelExternalWorkflowExecutionFailedEventAttributes" "Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RequestCancelExternalWorkflowExecutionFailedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RequestCancelExternalWorkflowExecutionFailedCause) :*: (S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newRequestCancelExternalWorkflowExecutionFailedEventAttributes Source #

Create a value of RequestCancelExternalWorkflowExecutionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:RequestCancelExternalWorkflowExecutionFailedEventAttributes', requestCancelExternalWorkflowExecutionFailedEventAttributes_control - The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.

$sel:runId:RequestCancelExternalWorkflowExecutionFailedEventAttributes', requestCancelExternalWorkflowExecutionFailedEventAttributes_runId - The runId of the external workflow execution.

$sel:workflowId:RequestCancelExternalWorkflowExecutionFailedEventAttributes', requestCancelExternalWorkflowExecutionFailedEventAttributes_workflowId - The workflowId of the external workflow to which the cancel request was to be delivered.

$sel:cause:RequestCancelExternalWorkflowExecutionFailedEventAttributes', requestCancelExternalWorkflowExecutionFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:initiatedEventId:RequestCancelExternalWorkflowExecutionFailedEventAttributes', requestCancelExternalWorkflowExecutionFailedEventAttributes_initiatedEventId - The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:decisionTaskCompletedEventId:RequestCancelExternalWorkflowExecutionFailedEventAttributes', requestCancelExternalWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

data RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source #

Provides the details of the RequestCancelExternalWorkflowExecutionInitiated event.

See: newRequestCancelExternalWorkflowExecutionInitiatedEventAttributes smart constructor.

Instances

Instances details
FromJSON RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

Generic RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

Read RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

Show RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

NFData RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

Eq RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

Hashable RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

type Rep RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

type Rep RequestCancelExternalWorkflowExecutionInitiatedEventAttributes = D1 ('MetaData "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes" "Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newRequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source #

Create a value of RequestCancelExternalWorkflowExecutionInitiatedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:RequestCancelExternalWorkflowExecutionInitiatedEventAttributes', requestCancelExternalWorkflowExecutionInitiatedEventAttributes_control - Data attached to the event that can be used by the decider in subsequent workflow tasks.

$sel:runId:RequestCancelExternalWorkflowExecutionInitiatedEventAttributes', requestCancelExternalWorkflowExecutionInitiatedEventAttributes_runId - The runId of the external workflow execution to be canceled.

$sel:workflowId:RequestCancelExternalWorkflowExecutionInitiatedEventAttributes', requestCancelExternalWorkflowExecutionInitiatedEventAttributes_workflowId - The workflowId of the external workflow execution to be canceled.

$sel:decisionTaskCompletedEventId:RequestCancelExternalWorkflowExecutionInitiatedEventAttributes', requestCancelExternalWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ResourceTag

data ResourceTag Source #

Tags are key-value pairs that can be associated with Amazon SWF state machines and activities.

Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

See: newResourceTag smart constructor.

Constructors

ResourceTag' (Maybe Text) Text 

Instances

Instances details
FromJSON ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

ToJSON ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

Generic ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

Associated Types

type Rep ResourceTag :: Type -> Type #

Read ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

Show ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

NFData ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

Methods

rnf :: ResourceTag -> () #

Eq ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

Hashable ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

type Rep ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

type Rep ResourceTag = D1 ('MetaData "ResourceTag" "Amazonka.SWF.Types.ResourceTag" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ResourceTag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newResourceTag Source #

Create a value of ResourceTag with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:value:ResourceTag', resourceTag_value - The value of a tag.

$sel:key:ResourceTag', resourceTag_key - The key of a tag.

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: newScheduleActivityTaskDecisionAttributes smart constructor.

Instances

Instances details
ToJSON ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskDecisionAttributes

Generic ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskDecisionAttributes

Read ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskDecisionAttributes

Show ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskDecisionAttributes

NFData ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskDecisionAttributes

Eq ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskDecisionAttributes

Hashable ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskDecisionAttributes

type Rep ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskDecisionAttributes

type Rep ScheduleActivityTaskDecisionAttributes = D1 ('MetaData "ScheduleActivityTaskDecisionAttributes" "Amazonka.SWF.Types.ScheduleActivityTaskDecisionAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ScheduleActivityTaskDecisionAttributes'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "heartbeatTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scheduleToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "scheduleToStartTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "startToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskList))) :*: (S1 ('MetaSel ('Just "taskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "activityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActivityType) :*: S1 ('MetaSel ('Just "activityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newScheduleActivityTaskDecisionAttributes Source #

Create a value of ScheduleActivityTaskDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_control - Data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the activity.

$sel:heartbeatTimeout:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_heartbeatTimeout - If set, specifies the maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or returns a result, it is ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:input:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_input - The input provided to the activity task.

$sel:scheduleToCloseTimeout:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_scheduleToCloseTimeout - The maximum duration for this activity task.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault is returned.

$sel:scheduleToStartTimeout:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_scheduleToStartTimeout - If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault is returned.

$sel:startToCloseTimeout:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_startToCloseTimeout - If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault is returned.

$sel:taskList:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_taskList - If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type is used.

A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default task list was specified at registration time then a fault is returned.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not contain the literal string arn.

$sel:taskPriority:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_taskPriority - If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

$sel:activityType:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_activityType - The type of the activity task to schedule.

$sel:activityId:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_activityId - The activityId of the activity task.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not contain the literal string arn.

ScheduleActivityTaskFailedEventAttributes

data ScheduleActivityTaskFailedEventAttributes Source #

Provides the details of the ScheduleActivityTaskFailed event.

See: newScheduleActivityTaskFailedEventAttributes smart constructor.

Instances

Instances details
FromJSON ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedEventAttributes

Generic ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedEventAttributes

Read ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedEventAttributes

Show ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedEventAttributes

NFData ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedEventAttributes

Eq ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedEventAttributes

Hashable ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedEventAttributes

type Rep ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedEventAttributes

type Rep ScheduleActivityTaskFailedEventAttributes = D1 ('MetaData "ScheduleActivityTaskFailedEventAttributes" "Amazonka.SWF.Types.ScheduleActivityTaskFailedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ScheduleActivityTaskFailedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "activityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActivityType) :*: S1 ('MetaSel ('Just "activityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScheduleActivityTaskFailedCause) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newScheduleActivityTaskFailedEventAttributes Source #

Create a value of ScheduleActivityTaskFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:activityType:ScheduleActivityTaskFailedEventAttributes', scheduleActivityTaskFailedEventAttributes_activityType - The activity type provided in the ScheduleActivityTask decision that failed.

$sel:activityId:ScheduleActivityTaskFailedEventAttributes', scheduleActivityTaskFailedEventAttributes_activityId - The activityId provided in the ScheduleActivityTask decision that failed.

$sel:cause:ScheduleActivityTaskFailedEventAttributes', scheduleActivityTaskFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:decisionTaskCompletedEventId:ScheduleActivityTaskFailedEventAttributes', scheduleActivityTaskFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ScheduleLambdaFunctionDecisionAttributes

data ScheduleLambdaFunctionDecisionAttributes Source #

Decision attributes specified in scheduleLambdaFunctionDecisionAttributes within the list of decisions decisions passed to RespondDecisionTaskCompleted.

See: newScheduleLambdaFunctionDecisionAttributes smart constructor.

Instances

Instances details
ToJSON ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionDecisionAttributes

Generic ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionDecisionAttributes

Read ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionDecisionAttributes

Show ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionDecisionAttributes

NFData ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionDecisionAttributes

Eq ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionDecisionAttributes

Hashable ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionDecisionAttributes

type Rep ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionDecisionAttributes

type Rep ScheduleLambdaFunctionDecisionAttributes = D1 ('MetaData "ScheduleLambdaFunctionDecisionAttributes" "Amazonka.SWF.Types.ScheduleLambdaFunctionDecisionAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ScheduleLambdaFunctionDecisionAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "startToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newScheduleLambdaFunctionDecisionAttributes Source #

Create a value of ScheduleLambdaFunctionDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:ScheduleLambdaFunctionDecisionAttributes', scheduleLambdaFunctionDecisionAttributes_control - The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.

$sel:input:ScheduleLambdaFunctionDecisionAttributes', scheduleLambdaFunctionDecisionAttributes_input - The optional input data to be supplied to the Lambda function.

$sel:startToCloseTimeout:ScheduleLambdaFunctionDecisionAttributes', scheduleLambdaFunctionDecisionAttributes_startToCloseTimeout - The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started. This can be any integer from 1-300 (1s-5m). If no value is supplied, than a default value of 300s is assumed.

$sel:id:ScheduleLambdaFunctionDecisionAttributes', scheduleLambdaFunctionDecisionAttributes_id - A string that identifies the Lambda function execution in the event history.

$sel:name:ScheduleLambdaFunctionDecisionAttributes', scheduleLambdaFunctionDecisionAttributes_name - The name, or ARN, of the Lambda function to schedule.

ScheduleLambdaFunctionFailedEventAttributes

data ScheduleLambdaFunctionFailedEventAttributes Source #

Provides the details of the ScheduleLambdaFunctionFailed event. It isn't set for other event types.

See: newScheduleLambdaFunctionFailedEventAttributes smart constructor.

Instances

Instances details
FromJSON ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedEventAttributes

Generic ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedEventAttributes

Read ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedEventAttributes

Show ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedEventAttributes

NFData ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedEventAttributes

Eq ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedEventAttributes

Hashable ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedEventAttributes

type Rep ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedEventAttributes

type Rep ScheduleLambdaFunctionFailedEventAttributes = D1 ('MetaData "ScheduleLambdaFunctionFailedEventAttributes" "Amazonka.SWF.Types.ScheduleLambdaFunctionFailedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ScheduleLambdaFunctionFailedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScheduleLambdaFunctionFailedCause) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newScheduleLambdaFunctionFailedEventAttributes Source #

Create a value of ScheduleLambdaFunctionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:ScheduleLambdaFunctionFailedEventAttributes', scheduleLambdaFunctionFailedEventAttributes_id - The ID provided in the ScheduleLambdaFunction decision that failed.

$sel:name:ScheduleLambdaFunctionFailedEventAttributes', scheduleLambdaFunctionFailedEventAttributes_name - The name of the Lambda function.

$sel:cause:ScheduleLambdaFunctionFailedEventAttributes', scheduleLambdaFunctionFailedEventAttributes_cause - The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:decisionTaskCompletedEventId:ScheduleLambdaFunctionFailedEventAttributes', scheduleLambdaFunctionFailedEventAttributes_decisionTaskCompletedEventId - The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this Lambda task. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

SignalExternalWorkflowExecutionDecisionAttributes

data SignalExternalWorkflowExecutionDecisionAttributes Source #

Provides the details of the SignalExternalWorkflowExecution decision.

Access Control

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

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

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

See: newSignalExternalWorkflowExecutionDecisionAttributes smart constructor.

Instances

Instances details
ToJSON SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionDecisionAttributes

Generic SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionDecisionAttributes

Read SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionDecisionAttributes

Show SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionDecisionAttributes

NFData SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionDecisionAttributes

Eq SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionDecisionAttributes

Hashable SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionDecisionAttributes

type Rep SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionDecisionAttributes

type Rep SignalExternalWorkflowExecutionDecisionAttributes = D1 ('MetaData "SignalExternalWorkflowExecutionDecisionAttributes" "Amazonka.SWF.Types.SignalExternalWorkflowExecutionDecisionAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "SignalExternalWorkflowExecutionDecisionAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "signalName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newSignalExternalWorkflowExecutionDecisionAttributes Source #

Create a value of SignalExternalWorkflowExecutionDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:SignalExternalWorkflowExecutionDecisionAttributes', signalExternalWorkflowExecutionDecisionAttributes_control - The data attached to the event that can be used by the decider in subsequent decision tasks.

$sel:input:SignalExternalWorkflowExecutionDecisionAttributes', signalExternalWorkflowExecutionDecisionAttributes_input - The input data to be provided with the signal. The target workflow execution uses the signal name and input data to process the signal.

$sel:runId:SignalExternalWorkflowExecutionDecisionAttributes', signalExternalWorkflowExecutionDecisionAttributes_runId - The runId of the workflow execution to be signaled.

$sel:workflowId:SignalExternalWorkflowExecutionDecisionAttributes', signalExternalWorkflowExecutionDecisionAttributes_workflowId - The workflowId of the workflow execution to be signaled.

$sel:signalName:SignalExternalWorkflowExecutionDecisionAttributes', signalExternalWorkflowExecutionDecisionAttributes_signalName - The name of the signal.The target workflow execution uses the signal name and input to process the signal.

SignalExternalWorkflowExecutionFailedEventAttributes

data SignalExternalWorkflowExecutionFailedEventAttributes Source #

Provides the details of the SignalExternalWorkflowExecutionFailed event.

See: newSignalExternalWorkflowExecutionFailedEventAttributes smart constructor.

Instances

Instances details
FromJSON SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedEventAttributes

Generic SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedEventAttributes

Read SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedEventAttributes

Show SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedEventAttributes

NFData SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedEventAttributes

Eq SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedEventAttributes

Hashable SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedEventAttributes

type Rep SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedEventAttributes

type Rep SignalExternalWorkflowExecutionFailedEventAttributes = D1 ('MetaData "SignalExternalWorkflowExecutionFailedEventAttributes" "Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "SignalExternalWorkflowExecutionFailedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SignalExternalWorkflowExecutionFailedCause) :*: (S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newSignalExternalWorkflowExecutionFailedEventAttributes Source #

Create a value of SignalExternalWorkflowExecutionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:SignalExternalWorkflowExecutionFailedEventAttributes', signalExternalWorkflowExecutionFailedEventAttributes_control - The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.

$sel:runId:SignalExternalWorkflowExecutionFailedEventAttributes', signalExternalWorkflowExecutionFailedEventAttributes_runId - The runId of the external workflow execution that the signal was being delivered to.

$sel:workflowId:SignalExternalWorkflowExecutionFailedEventAttributes', signalExternalWorkflowExecutionFailedEventAttributes_workflowId - The workflowId of the external workflow execution that the signal was being delivered to.

$sel:cause:SignalExternalWorkflowExecutionFailedEventAttributes', signalExternalWorkflowExecutionFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:initiatedEventId:SignalExternalWorkflowExecutionFailedEventAttributes', signalExternalWorkflowExecutionFailedEventAttributes_initiatedEventId - The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:decisionTaskCompletedEventId:SignalExternalWorkflowExecutionFailedEventAttributes', signalExternalWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

SignalExternalWorkflowExecutionInitiatedEventAttributes

data SignalExternalWorkflowExecutionInitiatedEventAttributes Source #

Provides the details of the SignalExternalWorkflowExecutionInitiated event.

See: newSignalExternalWorkflowExecutionInitiatedEventAttributes smart constructor.

Instances

Instances details
FromJSON SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionInitiatedEventAttributes

Generic SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionInitiatedEventAttributes

Read SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionInitiatedEventAttributes

Show SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionInitiatedEventAttributes

NFData SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionInitiatedEventAttributes

Eq SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionInitiatedEventAttributes

Hashable SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionInitiatedEventAttributes

type Rep SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionInitiatedEventAttributes

type Rep SignalExternalWorkflowExecutionInitiatedEventAttributes = D1 ('MetaData "SignalExternalWorkflowExecutionInitiatedEventAttributes" "Amazonka.SWF.Types.SignalExternalWorkflowExecutionInitiatedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "SignalExternalWorkflowExecutionInitiatedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "signalName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newSignalExternalWorkflowExecutionInitiatedEventAttributes Source #

Create a value of SignalExternalWorkflowExecutionInitiatedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:SignalExternalWorkflowExecutionInitiatedEventAttributes', signalExternalWorkflowExecutionInitiatedEventAttributes_control - Data attached to the event that can be used by the decider in subsequent decision tasks.

$sel:input:SignalExternalWorkflowExecutionInitiatedEventAttributes', signalExternalWorkflowExecutionInitiatedEventAttributes_input - The input provided to the signal.

$sel:runId:SignalExternalWorkflowExecutionInitiatedEventAttributes', signalExternalWorkflowExecutionInitiatedEventAttributes_runId - The runId of the external workflow execution to send the signal to.

$sel:workflowId:SignalExternalWorkflowExecutionInitiatedEventAttributes', signalExternalWorkflowExecutionInitiatedEventAttributes_workflowId - The workflowId of the external workflow execution.

$sel:signalName:SignalExternalWorkflowExecutionInitiatedEventAttributes', signalExternalWorkflowExecutionInitiatedEventAttributes_signalName - The name of the signal.

$sel:decisionTaskCompletedEventId:SignalExternalWorkflowExecutionInitiatedEventAttributes', signalExternalWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

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: newStartChildWorkflowExecutionDecisionAttributes smart constructor.

Instances

Instances details
ToJSON StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionDecisionAttributes

Generic StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionDecisionAttributes

Read StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionDecisionAttributes

Show StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionDecisionAttributes

NFData StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionDecisionAttributes

Eq StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionDecisionAttributes

Hashable StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionDecisionAttributes

type Rep StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionDecisionAttributes

type Rep StartChildWorkflowExecutionDecisionAttributes = D1 ('MetaData "StartChildWorkflowExecutionDecisionAttributes" "Amazonka.SWF.Types.StartChildWorkflowExecutionDecisionAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "StartChildWorkflowExecutionDecisionAttributes'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "childPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildPolicy)) :*: S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "executionStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskList)) :*: S1 ('MetaSel ('Just "taskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "taskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType) :*: S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newStartChildWorkflowExecutionDecisionAttributes Source #

Create a value of StartChildWorkflowExecutionDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:childPolicy:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_childPolicy - If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording 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.

A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.

$sel:control:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_control - The data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the child workflow execution.

$sel:executionStartToCloseTimeout:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_executionStartToCloseTimeout - The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault is returned.

$sel:input:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_input - The input to be provided to the workflow execution.

$sel:lambdaRole:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_lambdaRole - The IAM role attached to the child workflow execution.

$sel:tagList:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_tagList - The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.

$sel:taskList:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_taskList - The name of the task list to be used for decision tasks of the child workflow execution.

A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault is returned.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not contain the literal string arn.

$sel:taskPriority:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_taskPriority - A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

$sel:taskStartToCloseTimeout:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_taskStartToCloseTimeout - Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering the workflow type using RegisterWorkflowType.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault is returned.

$sel:workflowType:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_workflowType - The type of the workflow execution to be started.

$sel:workflowId:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_workflowId - The workflowId of the workflow execution.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not contain the literal string arn.

StartChildWorkflowExecutionFailedEventAttributes

data StartChildWorkflowExecutionFailedEventAttributes Source #

Provides the details of the StartChildWorkflowExecutionFailed event.

See: newStartChildWorkflowExecutionFailedEventAttributes smart constructor.

Instances

Instances details
FromJSON StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedEventAttributes

Generic StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedEventAttributes

Read StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedEventAttributes

Show StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedEventAttributes

NFData StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedEventAttributes

Eq StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedEventAttributes

Hashable StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedEventAttributes

type Rep StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedEventAttributes

type Rep StartChildWorkflowExecutionFailedEventAttributes = D1 ('MetaData "StartChildWorkflowExecutionFailedEventAttributes" "Amazonka.SWF.Types.StartChildWorkflowExecutionFailedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "StartChildWorkflowExecutionFailedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType) :*: S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StartChildWorkflowExecutionFailedCause))) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newStartChildWorkflowExecutionFailedEventAttributes Source #

Create a value of StartChildWorkflowExecutionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:StartChildWorkflowExecutionFailedEventAttributes', startChildWorkflowExecutionFailedEventAttributes_control - The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the child workflow execution.

$sel:workflowType:StartChildWorkflowExecutionFailedEventAttributes', startChildWorkflowExecutionFailedEventAttributes_workflowType - The workflow type provided in the StartChildWorkflowExecution Decision that failed.

$sel:cause:StartChildWorkflowExecutionFailedEventAttributes', startChildWorkflowExecutionFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

When cause is set to OPERATION_NOT_PERMITTED, the decision fails because it lacks sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:workflowId:StartChildWorkflowExecutionFailedEventAttributes', startChildWorkflowExecutionFailedEventAttributes_workflowId - The workflowId of the child workflow execution.

$sel:initiatedEventId:StartChildWorkflowExecutionFailedEventAttributes', startChildWorkflowExecutionFailedEventAttributes_initiatedEventId - When the cause is WORKFLOW_ALREADY_RUNNING, initiatedEventId is the ID of the StartChildWorkflowExecutionInitiated event that corresponds to the StartChildWorkflowExecution Decision to start the workflow execution. You can use this information to diagnose problems by tracing back the chain of events leading up to this event.

When the cause isn't WORKFLOW_ALREADY_RUNNING, initiatedEventId is set to 0 because the StartChildWorkflowExecutionInitiated event doesn't exist.

$sel:decisionTaskCompletedEventId:StartChildWorkflowExecutionFailedEventAttributes', startChildWorkflowExecutionFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events.

StartChildWorkflowExecutionInitiatedEventAttributes

data StartChildWorkflowExecutionInitiatedEventAttributes Source #

Provides the details of the StartChildWorkflowExecutionInitiated event.

See: newStartChildWorkflowExecutionInitiatedEventAttributes smart constructor.

Instances

Instances details
FromJSON StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionInitiatedEventAttributes

Generic StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionInitiatedEventAttributes

Read StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionInitiatedEventAttributes

Show StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionInitiatedEventAttributes

NFData StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionInitiatedEventAttributes

Eq StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionInitiatedEventAttributes

Hashable StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionInitiatedEventAttributes

type Rep StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionInitiatedEventAttributes

type Rep StartChildWorkflowExecutionInitiatedEventAttributes = D1 ('MetaData "StartChildWorkflowExecutionInitiatedEventAttributes" "Amazonka.SWF.Types.StartChildWorkflowExecutionInitiatedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "StartChildWorkflowExecutionInitiatedEventAttributes'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "executionStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "taskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "taskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType))) :*: (S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaskList) :*: (S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "childPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChildPolicy))))))

newStartChildWorkflowExecutionInitiatedEventAttributes Source #

Create a value of StartChildWorkflowExecutionInitiatedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_control - Data attached to the event that can be used by the decider in subsequent decision tasks. This data isn't sent to the activity.

$sel:executionStartToCloseTimeout:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_executionStartToCloseTimeout - The maximum duration for the child workflow execution. If the workflow execution isn't closed within this duration, it is timed out and force-terminated.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:input:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_input - The inputs provided to the child workflow execution.

$sel:lambdaRole:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_lambdaRole - The IAM role to attach to the child workflow execution.

$sel:tagList:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_tagList - The list of tags to associated with the child workflow execution.

$sel:taskPriority:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_taskPriority - The priority assigned for the decision tasks for this workflow execution. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

$sel:taskStartToCloseTimeout:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_taskStartToCloseTimeout - The maximum duration allowed for the decision tasks for this workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:workflowId:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_workflowId - The workflowId of the child workflow execution.

$sel:workflowType:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_workflowType - The type of the child workflow execution.

$sel:taskList:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_taskList - The name of the task list used for the decision tasks of the child workflow execution.

$sel:decisionTaskCompletedEventId:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.

$sel:childPolicy:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_childPolicy - The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording 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: newStartLambdaFunctionFailedEventAttributes smart constructor.

Instances

Instances details
FromJSON StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedEventAttributes

Generic StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedEventAttributes

Read StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedEventAttributes

Show StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedEventAttributes

NFData StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedEventAttributes

Eq StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedEventAttributes

Hashable StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedEventAttributes

type Rep StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedEventAttributes

type Rep StartLambdaFunctionFailedEventAttributes = D1 ('MetaData "StartLambdaFunctionFailedEventAttributes" "Amazonka.SWF.Types.StartLambdaFunctionFailedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "StartLambdaFunctionFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartLambdaFunctionFailedCause)) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newStartLambdaFunctionFailedEventAttributes :: StartLambdaFunctionFailedEventAttributes Source #

Create a value of StartLambdaFunctionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cause:StartLambdaFunctionFailedEventAttributes', startLambdaFunctionFailedEventAttributes_cause - The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because the IAM role attached to the execution lacked sufficient permissions. For details and example IAM policies, see Lambda Tasks in the Amazon SWF Developer Guide.

$sel:message:StartLambdaFunctionFailedEventAttributes', startLambdaFunctionFailedEventAttributes_message - A description that can help diagnose the cause of the fault.

$sel:scheduledEventId:StartLambdaFunctionFailedEventAttributes', startLambdaFunctionFailedEventAttributes_scheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

StartTimerDecisionAttributes

data StartTimerDecisionAttributes Source #

Provides the details of the StartTimer decision.

Access Control

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

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

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

See: newStartTimerDecisionAttributes smart constructor.

Instances

Instances details
ToJSON StartTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerDecisionAttributes

Generic StartTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerDecisionAttributes

Associated Types

type Rep StartTimerDecisionAttributes :: Type -> Type #

Read StartTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerDecisionAttributes

Show StartTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerDecisionAttributes

NFData StartTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerDecisionAttributes

Eq StartTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerDecisionAttributes

Hashable StartTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerDecisionAttributes

type Rep StartTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerDecisionAttributes

type Rep StartTimerDecisionAttributes = D1 ('MetaData "StartTimerDecisionAttributes" "Amazonka.SWF.Types.StartTimerDecisionAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "StartTimerDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "timerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "startToFireTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newStartTimerDecisionAttributes Source #

Create a value of StartTimerDecisionAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:StartTimerDecisionAttributes', startTimerDecisionAttributes_control - The data attached to the event that can be used by the decider in subsequent workflow tasks.

$sel:timerId:StartTimerDecisionAttributes', startTimerDecisionAttributes_timerId - The unique ID of the timer.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not contain the literal string arn.

$sel:startToFireTimeout:StartTimerDecisionAttributes', startTimerDecisionAttributes_startToFireTimeout - The duration to wait before firing the timer.

The duration is specified in seconds, an integer greater than or equal to 0.

StartTimerFailedEventAttributes

data StartTimerFailedEventAttributes Source #

Provides the details of the StartTimerFailed event.

See: newStartTimerFailedEventAttributes smart constructor.

Instances

Instances details
FromJSON StartTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedEventAttributes

Generic StartTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedEventAttributes

Associated Types

type Rep StartTimerFailedEventAttributes :: Type -> Type #

Read StartTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedEventAttributes

Show StartTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedEventAttributes

NFData StartTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedEventAttributes

Eq StartTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedEventAttributes

Hashable StartTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedEventAttributes

type Rep StartTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedEventAttributes

type Rep StartTimerFailedEventAttributes = D1 ('MetaData "StartTimerFailedEventAttributes" "Amazonka.SWF.Types.StartTimerFailedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "StartTimerFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StartTimerFailedCause) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newStartTimerFailedEventAttributes Source #

Create a value of StartTimerFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timerId:StartTimerFailedEventAttributes', startTimerFailedEventAttributes_timerId - The timerId provided in the StartTimer decision that failed.

$sel:cause:StartTimerFailedEventAttributes', startTimerFailedEventAttributes_cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

$sel:decisionTaskCompletedEventId:StartTimerFailedEventAttributes', startTimerFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

TagFilter

data TagFilter Source #

Used to filter the workflow executions in visibility APIs based on a tag.

See: newTagFilter smart constructor.

Constructors

TagFilter' Text 

Instances

Instances details
ToJSON TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

Generic TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

Associated Types

type Rep TagFilter :: Type -> Type #

Read TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

Show TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

NFData TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

Methods

rnf :: TagFilter -> () #

Eq TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

Hashable TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

type Rep TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

type Rep TagFilter = D1 ('MetaData "TagFilter" "Amazonka.SWF.Types.TagFilter" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "TagFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTagFilter Source #

Create a value of TagFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tag:TagFilter', tagFilter_tag - Specifies the tag that must be associated with the execution for it to meet the filter criteria.

Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

TaskList

data TaskList Source #

Represents a task list.

See: newTaskList smart constructor.

Constructors

TaskList' Text 

Instances

Instances details
FromJSON TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

ToJSON TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

Generic TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

Associated Types

type Rep TaskList :: Type -> Type #

Methods

from :: TaskList -> Rep TaskList x #

to :: Rep TaskList x -> TaskList #

Read TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

Show TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

NFData TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

Methods

rnf :: TaskList -> () #

Eq TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

Hashable TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

Methods

hashWithSalt :: Int -> TaskList -> Int #

hash :: TaskList -> Int #

type Rep TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

type Rep TaskList = D1 ('MetaData "TaskList" "Amazonka.SWF.Types.TaskList" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "TaskList'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTaskList Source #

Create a value of TaskList with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:TaskList', taskList_name - The name of the task list.

TimerCanceledEventAttributes

data TimerCanceledEventAttributes Source #

Provides the details of the TimerCanceled event.

See: newTimerCanceledEventAttributes smart constructor.

Instances

Instances details
FromJSON TimerCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerCanceledEventAttributes

Generic TimerCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerCanceledEventAttributes

Associated Types

type Rep TimerCanceledEventAttributes :: Type -> Type #

Read TimerCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerCanceledEventAttributes

Show TimerCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerCanceledEventAttributes

NFData TimerCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerCanceledEventAttributes

Eq TimerCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerCanceledEventAttributes

Hashable TimerCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerCanceledEventAttributes

type Rep TimerCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerCanceledEventAttributes

type Rep TimerCanceledEventAttributes = D1 ('MetaData "TimerCanceledEventAttributes" "Amazonka.SWF.Types.TimerCanceledEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "TimerCanceledEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newTimerCanceledEventAttributes Source #

Create a value of TimerCanceledEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timerId:TimerCanceledEventAttributes', timerCanceledEventAttributes_timerId - The unique ID of the timer that was canceled.

$sel:startedEventId:TimerCanceledEventAttributes', timerCanceledEventAttributes_startedEventId - The ID of the TimerStarted event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:decisionTaskCompletedEventId:TimerCanceledEventAttributes', timerCanceledEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelTimer decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

TimerFiredEventAttributes

data TimerFiredEventAttributes Source #

Provides the details of the TimerFired event.

See: newTimerFiredEventAttributes smart constructor.

Instances

Instances details
FromJSON TimerFiredEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerFiredEventAttributes

Generic TimerFiredEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerFiredEventAttributes

Associated Types

type Rep TimerFiredEventAttributes :: Type -> Type #

Read TimerFiredEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerFiredEventAttributes

Show TimerFiredEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerFiredEventAttributes

NFData TimerFiredEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerFiredEventAttributes

Eq TimerFiredEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerFiredEventAttributes

Hashable TimerFiredEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerFiredEventAttributes

type Rep TimerFiredEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerFiredEventAttributes

type Rep TimerFiredEventAttributes = D1 ('MetaData "TimerFiredEventAttributes" "Amazonka.SWF.Types.TimerFiredEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "TimerFiredEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newTimerFiredEventAttributes Source #

Create a value of TimerFiredEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timerId:TimerFiredEventAttributes', timerFiredEventAttributes_timerId - The unique ID of the timer that fired.

$sel:startedEventId:TimerFiredEventAttributes', timerFiredEventAttributes_startedEventId - The ID of the TimerStarted event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

TimerStartedEventAttributes

data TimerStartedEventAttributes Source #

Provides the details of the TimerStarted event.

See: newTimerStartedEventAttributes smart constructor.

Instances

Instances details
FromJSON TimerStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerStartedEventAttributes

Generic TimerStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerStartedEventAttributes

Associated Types

type Rep TimerStartedEventAttributes :: Type -> Type #

Read TimerStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerStartedEventAttributes

Show TimerStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerStartedEventAttributes

NFData TimerStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerStartedEventAttributes

Eq TimerStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerStartedEventAttributes

Hashable TimerStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerStartedEventAttributes

type Rep TimerStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerStartedEventAttributes

type Rep TimerStartedEventAttributes = D1 ('MetaData "TimerStartedEventAttributes" "Amazonka.SWF.Types.TimerStartedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "TimerStartedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "startToFireTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newTimerStartedEventAttributes Source #

Create a value of TimerStartedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:TimerStartedEventAttributes', timerStartedEventAttributes_control - Data attached to the event that can be used by the decider in subsequent workflow tasks.

$sel:timerId:TimerStartedEventAttributes', timerStartedEventAttributes_timerId - The unique ID of the timer that was started.

$sel:startToFireTimeout:TimerStartedEventAttributes', timerStartedEventAttributes_startToFireTimeout - The duration of time after which the timer fires.

The duration is specified in seconds, an integer greater than or equal to 0.

$sel:decisionTaskCompletedEventId:TimerStartedEventAttributes', timerStartedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

WorkflowExecution

data WorkflowExecution Source #

Represents a workflow execution.

See: newWorkflowExecution smart constructor.

Instances

Instances details
FromJSON WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

ToJSON WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

Generic WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

Associated Types

type Rep WorkflowExecution :: Type -> Type #

Read WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

Show WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

NFData WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

Methods

rnf :: WorkflowExecution -> () #

Eq WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

Hashable WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

type Rep WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

type Rep WorkflowExecution = D1 ('MetaData "WorkflowExecution" "Amazonka.SWF.Types.WorkflowExecution" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newWorkflowExecution Source #

Create a value of WorkflowExecution with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:workflowId:WorkflowExecution', workflowExecution_workflowId - The user defined identifier associated with the workflow execution.

$sel:runId:WorkflowExecution', workflowExecution_runId - A system-generated unique identifier for the workflow execution.

WorkflowExecutionCancelRequestedEventAttributes

data WorkflowExecutionCancelRequestedEventAttributes Source #

Provides the details of the WorkflowExecutionCancelRequested event.

See: newWorkflowExecutionCancelRequestedEventAttributes smart constructor.

Instances

Instances details
FromJSON WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedEventAttributes

Generic WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedEventAttributes

Read WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedEventAttributes

Show WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedEventAttributes

NFData WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedEventAttributes

Eq WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedEventAttributes

Hashable WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedEventAttributes

type Rep WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedEventAttributes

type Rep WorkflowExecutionCancelRequestedEventAttributes = D1 ('MetaData "WorkflowExecutionCancelRequestedEventAttributes" "Amazonka.SWF.Types.WorkflowExecutionCancelRequestedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowExecutionCancelRequestedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionCancelRequestedCause)) :*: (S1 ('MetaSel ('Just "externalInitiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "externalWorkflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecution)))))

newWorkflowExecutionCancelRequestedEventAttributes :: WorkflowExecutionCancelRequestedEventAttributes Source #

Create a value of WorkflowExecutionCancelRequestedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cause:WorkflowExecutionCancelRequestedEventAttributes', workflowExecutionCancelRequestedEventAttributes_cause - If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.

$sel:externalInitiatedEventId:WorkflowExecutionCancelRequestedEventAttributes', workflowExecutionCancelRequestedEventAttributes_externalInitiatedEventId - The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:externalWorkflowExecution:WorkflowExecutionCancelRequestedEventAttributes', workflowExecutionCancelRequestedEventAttributes_externalWorkflowExecution - The external workflow execution for which the cancellation was requested.

WorkflowExecutionCanceledEventAttributes

data WorkflowExecutionCanceledEventAttributes Source #

Provides the details of the WorkflowExecutionCanceled event.

See: newWorkflowExecutionCanceledEventAttributes smart constructor.

Instances

Instances details
FromJSON WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

Generic WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

Read WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

Show WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

NFData WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

Eq WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

Hashable WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

type Rep WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

type Rep WorkflowExecutionCanceledEventAttributes = D1 ('MetaData "WorkflowExecutionCanceledEventAttributes" "Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowExecutionCanceledEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newWorkflowExecutionCanceledEventAttributes Source #

Create a value of WorkflowExecutionCanceledEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:details:WorkflowExecutionCanceledEventAttributes', workflowExecutionCanceledEventAttributes_details - The details of the cancellation.

$sel:decisionTaskCompletedEventId:WorkflowExecutionCanceledEventAttributes', workflowExecutionCanceledEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

WorkflowExecutionCompletedEventAttributes

data WorkflowExecutionCompletedEventAttributes Source #

Provides the details of the WorkflowExecutionCompleted event.

See: newWorkflowExecutionCompletedEventAttributes smart constructor.

Instances

Instances details
FromJSON WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

Generic WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

Read WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

Show WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

NFData WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

Eq WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

Hashable WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

type Rep WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

type Rep WorkflowExecutionCompletedEventAttributes = D1 ('MetaData "WorkflowExecutionCompletedEventAttributes" "Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowExecutionCompletedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "result") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newWorkflowExecutionCompletedEventAttributes Source #

Create a value of WorkflowExecutionCompletedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:result:WorkflowExecutionCompletedEventAttributes', workflowExecutionCompletedEventAttributes_result - The result produced by the workflow execution upon successful completion.

$sel:decisionTaskCompletedEventId:WorkflowExecutionCompletedEventAttributes', workflowExecutionCompletedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

WorkflowExecutionConfiguration

data WorkflowExecutionConfiguration Source #

The configuration settings for a workflow execution including timeout values, tasklist etc. These configuration settings are determined from the defaults specified when registering the workflow type and those specified when starting the workflow execution.

See: newWorkflowExecutionConfiguration smart constructor.

Instances

Instances details
FromJSON WorkflowExecutionConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionConfiguration

Generic WorkflowExecutionConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionConfiguration

Associated Types

type Rep WorkflowExecutionConfiguration :: Type -> Type #

Read WorkflowExecutionConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionConfiguration

Show WorkflowExecutionConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionConfiguration

NFData WorkflowExecutionConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionConfiguration

Eq WorkflowExecutionConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionConfiguration

Hashable WorkflowExecutionConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionConfiguration

type Rep WorkflowExecutionConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionConfiguration

type Rep WorkflowExecutionConfiguration = D1 ('MetaData "WorkflowExecutionConfiguration" "Amazonka.SWF.Types.WorkflowExecutionConfiguration" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowExecutionConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "taskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "executionStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaskList) :*: S1 ('MetaSel ('Just "childPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChildPolicy)))))

newWorkflowExecutionConfiguration Source #

Create a value of WorkflowExecutionConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lambdaRole:WorkflowExecutionConfiguration', workflowExecutionConfiguration_lambdaRole - The IAM role attached to the child workflow execution.

$sel:taskPriority:WorkflowExecutionConfiguration', workflowExecutionConfiguration_taskPriority - The priority assigned to decision tasks for this workflow execution. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

$sel:taskStartToCloseTimeout:WorkflowExecutionConfiguration', workflowExecutionConfiguration_taskStartToCloseTimeout - The maximum duration allowed for decision tasks for this workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:executionStartToCloseTimeout:WorkflowExecutionConfiguration', workflowExecutionConfiguration_executionStartToCloseTimeout - The total duration for this workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:taskList:WorkflowExecutionConfiguration', workflowExecutionConfiguration_taskList - The task list used for the decision tasks generated for this workflow execution.

$sel:childPolicy:WorkflowExecutionConfiguration', workflowExecutionConfiguration_childPolicy - The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording 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: newWorkflowExecutionContinuedAsNewEventAttributes smart constructor.

Instances

Instances details
FromJSON WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionContinuedAsNewEventAttributes

Generic WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionContinuedAsNewEventAttributes

Read WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionContinuedAsNewEventAttributes

Show WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionContinuedAsNewEventAttributes

NFData WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionContinuedAsNewEventAttributes

Eq WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionContinuedAsNewEventAttributes

Hashable WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionContinuedAsNewEventAttributes

type Rep WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionContinuedAsNewEventAttributes

type Rep WorkflowExecutionContinuedAsNewEventAttributes = D1 ('MetaData "WorkflowExecutionContinuedAsNewEventAttributes" "Amazonka.SWF.Types.WorkflowExecutionContinuedAsNewEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowExecutionContinuedAsNewEventAttributes'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "executionStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "taskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "taskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "newExecutionRunId'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaskList) :*: (S1 ('MetaSel ('Just "childPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChildPolicy) :*: S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType))))))

newWorkflowExecutionContinuedAsNewEventAttributes Source #

Create a value of WorkflowExecutionContinuedAsNewEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:executionStartToCloseTimeout:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_executionStartToCloseTimeout - The total duration allowed for the new workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:input:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_input - The input provided to the new workflow execution.

$sel:lambdaRole:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_lambdaRole - The IAM role to attach to the new (continued) workflow execution.

$sel:tagList:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_tagList - The list of tags associated with the new workflow execution.

$sel:taskPriority:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_taskPriority - The priority of the task to use for the decisions of the new (continued) workflow execution.

$sel:taskStartToCloseTimeout:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_taskStartToCloseTimeout - The maximum duration of decision tasks for the new workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:decisionTaskCompletedEventId:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:newExecutionRunId':WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_newExecutionRunId - The runId of the new workflow execution.

$sel:taskList:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_taskList - The task list to use for the decisions of the new (continued) workflow execution.

$sel:childPolicy:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_childPolicy - The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording 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.

$sel:workflowType:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_workflowType - The workflow type of this execution.

WorkflowExecutionCount

data WorkflowExecutionCount Source #

Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions

See: newWorkflowExecutionCount smart constructor.

Instances

Instances details
FromJSON WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Generic WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Associated Types

type Rep WorkflowExecutionCount :: Type -> Type #

Read WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Show WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

NFData WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Methods

rnf :: WorkflowExecutionCount -> () #

Eq WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Hashable WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

type Rep WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

type Rep WorkflowExecutionCount = D1 ('MetaData "WorkflowExecutionCount" "Amazonka.SWF.Types.WorkflowExecutionCount" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowExecutionCount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "truncated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newWorkflowExecutionCount Source #

Create a value of WorkflowExecutionCount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:truncated:WorkflowExecutionCount', workflowExecutionCount_truncated - If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.

$sel:count:WorkflowExecutionCount', workflowExecutionCount_count - The number of workflow executions.

WorkflowExecutionFailedEventAttributes

data WorkflowExecutionFailedEventAttributes Source #

Provides the details of the WorkflowExecutionFailed event.

See: newWorkflowExecutionFailedEventAttributes smart constructor.

Instances

Instances details
FromJSON WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFailedEventAttributes

Generic WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFailedEventAttributes

Read WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFailedEventAttributes

Show WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFailedEventAttributes

NFData WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFailedEventAttributes

Eq WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFailedEventAttributes

Hashable WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFailedEventAttributes

type Rep WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFailedEventAttributes

type Rep WorkflowExecutionFailedEventAttributes = D1 ('MetaData "WorkflowExecutionFailedEventAttributes" "Amazonka.SWF.Types.WorkflowExecutionFailedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowExecutionFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newWorkflowExecutionFailedEventAttributes Source #

Create a value of WorkflowExecutionFailedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:details:WorkflowExecutionFailedEventAttributes', workflowExecutionFailedEventAttributes_details - The details of the failure.

$sel:reason:WorkflowExecutionFailedEventAttributes', workflowExecutionFailedEventAttributes_reason - The descriptive reason provided for the failure.

$sel:decisionTaskCompletedEventId:WorkflowExecutionFailedEventAttributes', workflowExecutionFailedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution decision to fail this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

WorkflowExecutionFilter

data WorkflowExecutionFilter Source #

Used to filter the workflow executions in visibility APIs by their workflowId.

See: newWorkflowExecutionFilter smart constructor.

Instances

Instances details
ToJSON WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

Generic WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

Associated Types

type Rep WorkflowExecutionFilter :: Type -> Type #

Read WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

Show WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

NFData WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

Methods

rnf :: WorkflowExecutionFilter -> () #

Eq WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

Hashable WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

type Rep WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

type Rep WorkflowExecutionFilter = D1 ('MetaData "WorkflowExecutionFilter" "Amazonka.SWF.Types.WorkflowExecutionFilter" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowExecutionFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newWorkflowExecutionFilter Source #

Create a value of WorkflowExecutionFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:workflowId:WorkflowExecutionFilter', workflowExecutionFilter_workflowId - The workflowId to pass of match the criteria of this filter.

WorkflowExecutionInfo

data WorkflowExecutionInfo Source #

Contains information about a workflow execution.

See: newWorkflowExecutionInfo smart constructor.

Instances

Instances details
FromJSON WorkflowExecutionInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfo

Generic WorkflowExecutionInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfo

Associated Types

type Rep WorkflowExecutionInfo :: Type -> Type #

Read WorkflowExecutionInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfo

Show WorkflowExecutionInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfo

NFData WorkflowExecutionInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfo

Methods

rnf :: WorkflowExecutionInfo -> () #

Eq WorkflowExecutionInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfo

Hashable WorkflowExecutionInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfo

type Rep WorkflowExecutionInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfo

newWorkflowExecutionInfo Source #

Create a value of WorkflowExecutionInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cancelRequested:WorkflowExecutionInfo', workflowExecutionInfo_cancelRequested - Set to true if a cancellation is requested for this workflow execution.

$sel:closeStatus:WorkflowExecutionInfo', workflowExecutionInfo_closeStatus - If the execution status is closed then this specifies how the execution was closed:

  • COMPLETED – the execution was successfully completed.
  • CANCELED – the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed.
  • TERMINATED – the execution was force terminated.
  • FAILED – the execution failed to complete.
  • TIMED_OUT – the execution did not complete in the alloted time and was automatically timed out.
  • CONTINUED_AS_NEW – the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow.

$sel:closeTimestamp:WorkflowExecutionInfo', workflowExecutionInfo_closeTimestamp - The time when the workflow execution was closed. Set only if the execution status is CLOSED.

$sel:parent:WorkflowExecutionInfo', workflowExecutionInfo_parent - If this workflow execution is a child of another execution then contains the workflow execution that started this execution.

$sel:tagList:WorkflowExecutionInfo', workflowExecutionInfo_tagList - The list of tags associated with the workflow execution. Tags can be used to identify and list workflow executions of interest through the visibility APIs. A workflow execution can have a maximum of 5 tags.

$sel:execution:WorkflowExecutionInfo', workflowExecutionInfo_execution - The workflow execution this information is about.

$sel:workflowType:WorkflowExecutionInfo', workflowExecutionInfo_workflowType - The type of the workflow execution.

$sel:startTimestamp:WorkflowExecutionInfo', workflowExecutionInfo_startTimestamp - The time when the execution was started.

$sel:executionStatus:WorkflowExecutionInfo', workflowExecutionInfo_executionStatus - The current status of the execution.

WorkflowExecutionInfos

data WorkflowExecutionInfos Source #

Contains a paginated list of information about workflow executions.

See: newWorkflowExecutionInfos smart constructor.

Instances

Instances details
FromJSON WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Generic WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Associated Types

type Rep WorkflowExecutionInfos :: Type -> Type #

Read WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Show WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

NFData WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Methods

rnf :: WorkflowExecutionInfos -> () #

Eq WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Hashable WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

type Rep WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

type Rep WorkflowExecutionInfos = D1 ('MetaData "WorkflowExecutionInfos" "Amazonka.SWF.Types.WorkflowExecutionInfos" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowExecutionInfos'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionInfos") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [WorkflowExecutionInfo])))

newWorkflowExecutionInfos :: WorkflowExecutionInfos Source #

Create a value of WorkflowExecutionInfos with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextPageToken:WorkflowExecutionInfos', workflowExecutionInfos_nextPageToken - If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged.

The configured maximumPageSize determines how many results can be returned in a single call.

$sel:executionInfos:WorkflowExecutionInfos', workflowExecutionInfos_executionInfos - The list of workflow information structures.

WorkflowExecutionOpenCounts

data WorkflowExecutionOpenCounts Source #

Contains the counts of open tasks, child workflow executions and timers for a workflow execution.

See: newWorkflowExecutionOpenCounts smart constructor.

Instances

Instances details
FromJSON WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionOpenCounts

Generic WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionOpenCounts

Associated Types

type Rep WorkflowExecutionOpenCounts :: Type -> Type #

Read WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionOpenCounts

Show WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionOpenCounts

NFData WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionOpenCounts

Eq WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionOpenCounts

Hashable WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionOpenCounts

type Rep WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionOpenCounts

type Rep WorkflowExecutionOpenCounts = D1 ('MetaData "WorkflowExecutionOpenCounts" "Amazonka.SWF.Types.WorkflowExecutionOpenCounts" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowExecutionOpenCounts'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "openLambdaFunctions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "openActivityTasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)) :*: (S1 ('MetaSel ('Just "openDecisionTasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: (S1 ('MetaSel ('Just "openTimers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "openChildWorkflowExecutions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))))

newWorkflowExecutionOpenCounts Source #

Create a value of WorkflowExecutionOpenCounts with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:openLambdaFunctions:WorkflowExecutionOpenCounts', workflowExecutionOpenCounts_openLambdaFunctions - The count of Lambda tasks whose status is OPEN.

$sel:openActivityTasks:WorkflowExecutionOpenCounts', workflowExecutionOpenCounts_openActivityTasks - The count of activity tasks whose status is OPEN.

$sel:openDecisionTasks:WorkflowExecutionOpenCounts', workflowExecutionOpenCounts_openDecisionTasks - The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.

$sel:openTimers:WorkflowExecutionOpenCounts', workflowExecutionOpenCounts_openTimers - The count of timers started by this workflow execution that have not fired yet.

$sel:openChildWorkflowExecutions:WorkflowExecutionOpenCounts', workflowExecutionOpenCounts_openChildWorkflowExecutions - The count of child workflow executions whose status is OPEN.

WorkflowExecutionSignaledEventAttributes

data WorkflowExecutionSignaledEventAttributes Source #

Provides the details of the WorkflowExecutionSignaled event.

See: newWorkflowExecutionSignaledEventAttributes smart constructor.

Instances

Instances details
FromJSON WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionSignaledEventAttributes

Generic WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionSignaledEventAttributes

Read WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionSignaledEventAttributes

Show WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionSignaledEventAttributes

NFData WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionSignaledEventAttributes

Eq WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionSignaledEventAttributes

Hashable WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionSignaledEventAttributes

type Rep WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionSignaledEventAttributes

type Rep WorkflowExecutionSignaledEventAttributes = D1 ('MetaData "WorkflowExecutionSignaledEventAttributes" "Amazonka.SWF.Types.WorkflowExecutionSignaledEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowExecutionSignaledEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "externalInitiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "externalWorkflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecution))) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "signalName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newWorkflowExecutionSignaledEventAttributes Source #

Create a value of WorkflowExecutionSignaledEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:externalInitiatedEventId:WorkflowExecutionSignaledEventAttributes', workflowExecutionSignaledEventAttributes_externalInitiatedEventId - The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.

$sel:externalWorkflowExecution:WorkflowExecutionSignaledEventAttributes', workflowExecutionSignaledEventAttributes_externalWorkflowExecution - The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.

$sel:input:WorkflowExecutionSignaledEventAttributes', workflowExecutionSignaledEventAttributes_input - The inputs provided with the signal. The decider can use the signal name and inputs to determine how to process the signal.

$sel:signalName:WorkflowExecutionSignaledEventAttributes', workflowExecutionSignaledEventAttributes_signalName - The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.

WorkflowExecutionStartedEventAttributes

data WorkflowExecutionStartedEventAttributes Source #

Provides details of WorkflowExecutionStarted event.

See: newWorkflowExecutionStartedEventAttributes smart constructor.

Instances

Instances details
FromJSON WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionStartedEventAttributes

Generic WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionStartedEventAttributes

Read WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionStartedEventAttributes

Show WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionStartedEventAttributes

NFData WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionStartedEventAttributes

Eq WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionStartedEventAttributes

Hashable WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionStartedEventAttributes

type Rep WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionStartedEventAttributes

type Rep WorkflowExecutionStartedEventAttributes = D1 ('MetaData "WorkflowExecutionStartedEventAttributes" "Amazonka.SWF.Types.WorkflowExecutionStartedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowExecutionStartedEventAttributes'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "continuedExecutionRunId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "executionStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "parentInitiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "parentWorkflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecution))))) :*: ((S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "taskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "childPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChildPolicy) :*: (S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaskList) :*: S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType))))))

newWorkflowExecutionStartedEventAttributes Source #

Create a value of WorkflowExecutionStartedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:continuedExecutionRunId:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_continuedExecutionRunId - If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

$sel:executionStartToCloseTimeout:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_executionStartToCloseTimeout - The maximum duration for this workflow execution.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:input:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_input - The input provided to the workflow execution.

$sel:lambdaRole:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_lambdaRole - The IAM role attached to the workflow execution.

$sel:parentInitiatedEventId:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_parentInitiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this workflow execution. The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:parentWorkflowExecution:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_parentWorkflowExecution - The source workflow execution that started this workflow execution. The member isn't set if the workflow execution was not started by a workflow.

$sel:tagList:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_tagList - The list of tags associated with this workflow execution. An execution can have up to 5 tags.

$sel:taskPriority:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_taskPriority - The priority of the decision tasks in the workflow execution.

$sel:taskStartToCloseTimeout:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_taskStartToCloseTimeout - The maximum duration of decision tasks for this workflow type.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:childPolicy:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_childPolicy - The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording 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.

$sel:taskList:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_taskList - The name of the task list for scheduling the decision tasks for this workflow execution.

$sel:workflowType:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_workflowType - The workflow type of this execution.

WorkflowExecutionTerminatedEventAttributes

data WorkflowExecutionTerminatedEventAttributes Source #

Provides the details of the WorkflowExecutionTerminated event.

See: newWorkflowExecutionTerminatedEventAttributes smart constructor.

Instances

Instances details
FromJSON WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedEventAttributes

Generic WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedEventAttributes

Read WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedEventAttributes

Show WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedEventAttributes

NFData WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedEventAttributes

Eq WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedEventAttributes

Hashable WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedEventAttributes

type Rep WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedEventAttributes

type Rep WorkflowExecutionTerminatedEventAttributes = D1 ('MetaData "WorkflowExecutionTerminatedEventAttributes" "Amazonka.SWF.Types.WorkflowExecutionTerminatedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowExecutionTerminatedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionTerminatedCause)) :*: S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "childPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChildPolicy))))

newWorkflowExecutionTerminatedEventAttributes Source #

Create a value of WorkflowExecutionTerminatedEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cause:WorkflowExecutionTerminatedEventAttributes', workflowExecutionTerminatedEventAttributes_cause - If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.

$sel:details:WorkflowExecutionTerminatedEventAttributes', workflowExecutionTerminatedEventAttributes_details - The details provided for the termination.

$sel:reason:WorkflowExecutionTerminatedEventAttributes', workflowExecutionTerminatedEventAttributes_reason - The reason provided for the termination.

$sel:childPolicy:WorkflowExecutionTerminatedEventAttributes', workflowExecutionTerminatedEventAttributes_childPolicy - The policy used for the child workflow executions of this workflow execution.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording 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: newWorkflowExecutionTimedOutEventAttributes smart constructor.

Instances

Instances details
FromJSON WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimedOutEventAttributes

Generic WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimedOutEventAttributes

Read WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimedOutEventAttributes

Show WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimedOutEventAttributes

NFData WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimedOutEventAttributes

Eq WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimedOutEventAttributes

Hashable WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimedOutEventAttributes

type Rep WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimedOutEventAttributes

type Rep WorkflowExecutionTimedOutEventAttributes = D1 ('MetaData "WorkflowExecutionTimedOutEventAttributes" "Amazonka.SWF.Types.WorkflowExecutionTimedOutEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowExecutionTimedOutEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeoutType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecutionTimeoutType) :*: S1 ('MetaSel ('Just "childPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChildPolicy)))

newWorkflowExecutionTimedOutEventAttributes Source #

Create a value of WorkflowExecutionTimedOutEventAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timeoutType:WorkflowExecutionTimedOutEventAttributes', workflowExecutionTimedOutEventAttributes_timeoutType - The type of timeout that caused this event.

$sel:childPolicy:WorkflowExecutionTimedOutEventAttributes', workflowExecutionTimedOutEventAttributes_childPolicy - The policy used for the child workflow executions of this workflow execution.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording 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: newWorkflowType smart constructor.

Constructors

WorkflowType' Text Text 

Instances

Instances details
FromJSON WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

ToJSON WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

Generic WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

Associated Types

type Rep WorkflowType :: Type -> Type #

Read WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

Show WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

NFData WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

Methods

rnf :: WorkflowType -> () #

Eq WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

Hashable WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

type Rep WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

type Rep WorkflowType = D1 ('MetaData "WorkflowType" "Amazonka.SWF.Types.WorkflowType" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newWorkflowType Source #

Create a value of WorkflowType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:WorkflowType', workflowType_name - The name of the workflow type.

The combination of workflow type name and version must be unique with in a domain.

$sel:version:WorkflowType', workflowType_version - The version of the workflow type.

The combination of workflow type name and version must be unique with in a domain.

WorkflowTypeConfiguration

data WorkflowTypeConfiguration Source #

The configuration settings of a workflow type.

See: newWorkflowTypeConfiguration smart constructor.

Instances

Instances details
FromJSON WorkflowTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeConfiguration

Generic WorkflowTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeConfiguration

Associated Types

type Rep WorkflowTypeConfiguration :: Type -> Type #

Read WorkflowTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeConfiguration

Show WorkflowTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeConfiguration

NFData WorkflowTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeConfiguration

Eq WorkflowTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeConfiguration

Hashable WorkflowTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeConfiguration

type Rep WorkflowTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeConfiguration

type Rep WorkflowTypeConfiguration = D1 ('MetaData "WorkflowTypeConfiguration" "Amazonka.SWF.Types.WorkflowTypeConfiguration" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowTypeConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultChildPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildPolicy)) :*: (S1 ('MetaSel ('Just "defaultExecutionStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultLambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "defaultTaskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskList)) :*: (S1 ('MetaSel ('Just "defaultTaskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultTaskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newWorkflowTypeConfiguration :: WorkflowTypeConfiguration Source #

Create a value of WorkflowTypeConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:defaultChildPolicy:WorkflowTypeConfiguration', workflowTypeConfiguration_defaultChildPolicy - The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording 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.

$sel:defaultExecutionStartToCloseTimeout:WorkflowTypeConfiguration', workflowTypeConfiguration_defaultExecutionStartToCloseTimeout - The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

$sel:defaultLambdaRole:WorkflowTypeConfiguration', workflowTypeConfiguration_defaultLambdaRole - The default IAM role attached to this workflow type.

Executions of this workflow type need IAM roles to invoke Lambda functions. If you don't specify an IAM role when starting this workflow type, the default Lambda role is attached to the execution. For more information, see https://docs.aws.amazon.com/amazonswf/latest/developerguide/lambda-task.html in the Amazon SWF Developer Guide.

$sel:defaultTaskList:WorkflowTypeConfiguration', workflowTypeConfiguration_defaultTaskList - The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

$sel:defaultTaskPriority:WorkflowTypeConfiguration', workflowTypeConfiguration_defaultTaskPriority - The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.

$sel:defaultTaskStartToCloseTimeout:WorkflowTypeConfiguration', workflowTypeConfiguration_defaultTaskStartToCloseTimeout - The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task doesn'tdo close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.

WorkflowTypeFilter

data WorkflowTypeFilter Source #

Used to filter workflow execution query results by type. Each parameter, if specified, defines a rule that must be satisfied by each returned result.

See: newWorkflowTypeFilter smart constructor.

Instances

Instances details
ToJSON WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

Generic WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

Associated Types

type Rep WorkflowTypeFilter :: Type -> Type #

Read WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

Show WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

NFData WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

Methods

rnf :: WorkflowTypeFilter -> () #

Eq WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

Hashable WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

type Rep WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

type Rep WorkflowTypeFilter = D1 ('MetaData "WorkflowTypeFilter" "Amazonka.SWF.Types.WorkflowTypeFilter" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowTypeFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newWorkflowTypeFilter Source #

Create a value of WorkflowTypeFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:version:WorkflowTypeFilter', workflowTypeFilter_version - Version of the workflow type.

$sel:name:WorkflowTypeFilter', workflowTypeFilter_name - Name of the workflow type.

WorkflowTypeInfo

data WorkflowTypeInfo Source #

Contains information about a workflow type.

See: newWorkflowTypeInfo smart constructor.

Instances

Instances details
FromJSON WorkflowTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeInfo

Generic WorkflowTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeInfo

Associated Types

type Rep WorkflowTypeInfo :: Type -> Type #

Read WorkflowTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeInfo

Show WorkflowTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeInfo

NFData WorkflowTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeInfo

Methods

rnf :: WorkflowTypeInfo -> () #

Eq WorkflowTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeInfo

Hashable WorkflowTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeInfo

type Rep WorkflowTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeInfo

type Rep WorkflowTypeInfo = D1 ('MetaData "WorkflowTypeInfo" "Amazonka.SWF.Types.WorkflowTypeInfo" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "WorkflowTypeInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deprecationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RegistrationStatus) :*: S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newWorkflowTypeInfo Source #

Create a value of WorkflowTypeInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deprecationDate:WorkflowTypeInfo', workflowTypeInfo_deprecationDate - If the type is in deprecated state, then it is set to the date when the type was deprecated.

$sel:description:WorkflowTypeInfo', workflowTypeInfo_description - The description of the type registered through RegisterWorkflowType.

$sel:workflowType:WorkflowTypeInfo', workflowTypeInfo_workflowType - The workflow type this information is about.

$sel:status:WorkflowTypeInfo', workflowTypeInfo_status - The current status of the workflow type.

$sel:creationDate:WorkflowTypeInfo', workflowTypeInfo_creationDate - The date when this type was registered.