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

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.

DomainAlreadyExistsFault

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

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

LimitExceededFault

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

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

WorkflowExecutionAlreadyStartedFault

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

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

OperationNotPermittedFault

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

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

UnknownResourceFault

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

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

DefaultUndefinedFault

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

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

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

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

TypeDeprecatedFault

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

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

TooManyTagsFault

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

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

TypeAlreadyExistsFault

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

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

DomainDeprecatedFault

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

Returned when the specified domain has been deprecated.

Waiters

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

Operations

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

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

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

ListOpenWorkflowExecutions (Paginated)

data ListOpenWorkflowExecutions Source #

See: newListOpenWorkflowExecutions smart constructor.

Instances

Instances details
Eq ListOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListOpenWorkflowExecutions

Read ListOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListOpenWorkflowExecutions

Show 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 #

NFData ListOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListOpenWorkflowExecutions

Hashable ListOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListOpenWorkflowExecutions

ToJSON 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

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

type Rep ListOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListOpenWorkflowExecutions

type AWSResponse 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:nextPageToken: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: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: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: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:maximumPageSize:ListOpenWorkflowExecutions', listOpenWorkflowExecutions_maximumPageSize - The maximum number of results that are returned per call. Use nextPageToken to obtain further pages of results.

$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
Eq WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Read WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Show 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 #

NFData WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Methods

rnf :: WorkflowExecutionInfos -> () #

Hashable WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

RegisterActivityType

data RegisterActivityType Source #

See: newRegisterActivityType smart constructor.

Instances

Instances details
Eq RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

Read RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

Show RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

Generic RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

Associated Types

type Rep RegisterActivityType :: Type -> Type #

NFData RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

Methods

rnf :: RegisterActivityType -> () #

Hashable RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

ToJSON RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

AWSRequest RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

Associated Types

type AWSResponse 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

type Rep RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

type Rep RegisterActivityType = D1 ('MetaData "RegisterActivityType" "Amazonka.SWF.RegisterActivityType" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "RegisterActivityType'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "defaultTaskScheduleToStartTimeout") '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 "defaultTaskHeartbeatTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultTaskScheduleToCloseTimeout") '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))))))
type AWSResponse RegisterActivityType Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

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:

$sel:defaultTaskScheduleToStartTimeout: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.

$sel:defaultTaskList: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.

$sel:defaultTaskPriority: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..

$sel:defaultTaskHeartbeatTimeout: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.

$sel:defaultTaskScheduleToCloseTimeout: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.

$sel:defaultTaskStartToCloseTimeout: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.

$sel:description: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.

$sel:name: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.

$sel:version: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
Eq RegisterActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

Read RegisterActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

Show RegisterActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

Generic RegisterActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterActivityType

Associated Types

type Rep RegisterActivityTypeResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

ListActivityTypes (Paginated)

data ListActivityTypes Source #

See: newListActivityTypes smart constructor.

Instances

Instances details
Eq ListActivityTypes Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

Read ListActivityTypes Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

Show ListActivityTypes Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

Generic ListActivityTypes Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

Associated Types

type Rep ListActivityTypes :: Type -> Type #

NFData ListActivityTypes Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

Methods

rnf :: ListActivityTypes -> () #

Hashable ListActivityTypes Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

ToJSON 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 #

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

type Rep ListActivityTypes Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

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

Defined in Amazonka.SWF.ListActivityTypes

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:nextPageToken: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:name:ListActivityTypes', listActivityTypes_name - If specified, only lists the activity types that have this name.

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

$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
Eq ListActivityTypesResponse Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

Read ListActivityTypesResponse Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

Show ListActivityTypesResponse Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

Generic ListActivityTypesResponse Source # 
Instance details

Defined in Amazonka.SWF.ListActivityTypes

Associated Types

type Rep ListActivityTypesResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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:

$sel:nextPageToken: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.

CountPendingActivityTasks

data CountPendingActivityTasks Source #

See: newCountPendingActivityTasks smart constructor.

Instances

Instances details
Eq CountPendingActivityTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingActivityTasks

Read CountPendingActivityTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingActivityTasks

Show 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 #

NFData CountPendingActivityTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingActivityTasks

Hashable CountPendingActivityTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingActivityTasks

ToJSON CountPendingActivityTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingActivityTasks

AWSRequest 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

type Rep CountPendingActivityTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingActivityTasks

type Rep CountPendingActivityTasks = D1 ('MetaData "CountPendingActivityTasks" "Amazonka.SWF.CountPendingActivityTasks" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "CountPendingActivityTasks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaskList)))
type AWSResponse CountPendingActivityTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingActivityTasks

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.

$sel:taskList: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
Eq PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Read PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Show 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 #

NFData PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Methods

rnf :: PendingTaskCount -> () #

Hashable PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

RegisterWorkflowType

data RegisterWorkflowType Source #

See: newRegisterWorkflowType smart constructor.

Instances

Instances details
Eq RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

Read RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

Show RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

Generic RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

Associated Types

type Rep RegisterWorkflowType :: Type -> Type #

NFData RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

Methods

rnf :: RegisterWorkflowType -> () #

Hashable RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

ToJSON RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

AWSRequest RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

Associated Types

type AWSResponse 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

type Rep RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

type Rep RegisterWorkflowType = D1 ('MetaData "RegisterWorkflowType" "Amazonka.SWF.RegisterWorkflowType" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "RegisterWorkflowType'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "defaultLambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultChildPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildPolicy))) :*: (S1 ('MetaSel ('Just "defaultTaskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskList)) :*: (S1 ('MetaSel ('Just "defaultTaskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultExecutionStartToCloseTimeout") '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))))))
type AWSResponse RegisterWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

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:

$sel:defaultLambdaRole: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.

$sel:defaultChildPolicy: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.

$sel:defaultTaskList: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.

$sel:defaultTaskPriority: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.

$sel:defaultExecutionStartToCloseTimeout: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.

$sel:defaultTaskStartToCloseTimeout: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.

$sel:description: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.

$sel:name: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.

$sel:version: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
Eq RegisterWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

Read RegisterWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

Show RegisterWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

Generic RegisterWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterWorkflowType

Associated Types

type Rep RegisterWorkflowTypeResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

ListWorkflowTypes (Paginated)

data ListWorkflowTypes Source #

See: newListWorkflowTypes smart constructor.

Instances

Instances details
Eq ListWorkflowTypes Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

Read ListWorkflowTypes Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

Show ListWorkflowTypes Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

Generic ListWorkflowTypes Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

Associated Types

type Rep ListWorkflowTypes :: Type -> Type #

NFData ListWorkflowTypes Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

Methods

rnf :: ListWorkflowTypes -> () #

Hashable ListWorkflowTypes Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

ToJSON 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 #

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

type Rep ListWorkflowTypes Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

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

Defined in Amazonka.SWF.ListWorkflowTypes

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:nextPageToken: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:name:ListWorkflowTypes', listWorkflowTypes_name - If specified, lists the workflow type with this name.

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

$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
Eq ListWorkflowTypesResponse Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

Read ListWorkflowTypesResponse Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

Show ListWorkflowTypesResponse Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

Generic ListWorkflowTypesResponse Source # 
Instance details

Defined in Amazonka.SWF.ListWorkflowTypes

Associated Types

type Rep ListWorkflowTypesResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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:

$sel:nextPageToken: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.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

Associated Types

type AWSResponse 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

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.SWF.ListTagsForResource" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

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
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

RespondActivityTaskFailed

data RespondActivityTaskFailed Source #

See: newRespondActivityTaskFailed smart constructor.

Instances

Instances details
Eq RespondActivityTaskFailed Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

Read RespondActivityTaskFailed Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

Show 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 #

NFData RespondActivityTaskFailed Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

Hashable RespondActivityTaskFailed Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

ToJSON RespondActivityTaskFailed Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

AWSRequest 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

type Rep RespondActivityTaskFailed Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

type Rep RespondActivityTaskFailed = D1 ('MetaData "RespondActivityTaskFailed" "Amazonka.SWF.RespondActivityTaskFailed" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "RespondActivityTaskFailed'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse RespondActivityTaskFailed Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

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:

$sel:reason:RespondActivityTaskFailed', respondActivityTaskFailed_reason - Description of the error that may assist in diagnostics.

$sel:details:RespondActivityTaskFailed', respondActivityTaskFailed_details - Detailed information about the failure.

$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
Eq RespondActivityTaskFailedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

Read RespondActivityTaskFailedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

Show RespondActivityTaskFailedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

Generic RespondActivityTaskFailedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskFailed

Associated Types

type Rep RespondActivityTaskFailedResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

CountOpenWorkflowExecutions

data CountOpenWorkflowExecutions Source #

See: newCountOpenWorkflowExecutions smart constructor.

Instances

Instances details
Eq CountOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountOpenWorkflowExecutions

Read CountOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountOpenWorkflowExecutions

Show 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 #

NFData CountOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountOpenWorkflowExecutions

Hashable CountOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountOpenWorkflowExecutions

ToJSON CountOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountOpenWorkflowExecutions

AWSRequest 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

type Rep CountOpenWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountOpenWorkflowExecutions

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

Defined in Amazonka.SWF.CountOpenWorkflowExecutions

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: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: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: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
Eq WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Read WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Show 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 #

NFData WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Methods

rnf :: WorkflowExecutionCount -> () #

Hashable WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

UndeprecateDomain

data UndeprecateDomain Source #

See: newUndeprecateDomain smart constructor.

Constructors

UndeprecateDomain' Text 

Instances

Instances details
Eq UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

Read UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

Show UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

Generic UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

Associated Types

type Rep UndeprecateDomain :: Type -> Type #

NFData UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

Methods

rnf :: UndeprecateDomain -> () #

Hashable UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

ToJSON UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

AWSRequest UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

Associated Types

type AWSResponse 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

type Rep UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

type Rep UndeprecateDomain = D1 ('MetaData "UndeprecateDomain" "Amazonka.SWF.UndeprecateDomain" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "UndeprecateDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UndeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

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:

$sel:name:UndeprecateDomain', undeprecateDomain_name - The name of the domain of the deprecated workflow type.

data UndeprecateDomainResponse Source #

See: newUndeprecateDomainResponse smart constructor.

Instances

Instances details
Eq UndeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

Read UndeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

Show UndeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

Generic UndeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateDomain

Associated Types

type Rep UndeprecateDomainResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

DescribeWorkflowType

data DescribeWorkflowType Source #

See: newDescribeWorkflowType smart constructor.

Instances

Instances details
Eq DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

Read DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

Show DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

Generic DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

Associated Types

type Rep DescribeWorkflowType :: Type -> Type #

NFData DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

Methods

rnf :: DescribeWorkflowType -> () #

Hashable DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

ToJSON DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

AWSRequest DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

Associated Types

type AWSResponse 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

type Rep DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

type Rep DescribeWorkflowType = D1 ('MetaData "DescribeWorkflowType" "Amazonka.SWF.DescribeWorkflowType" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "DescribeWorkflowType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType)))
type AWSResponse DescribeWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

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.

$sel:workflowType:DescribeWorkflowType', describeWorkflowType_workflowType - The workflow type to describe.

data DescribeWorkflowTypeResponse Source #

Contains details about a workflow type.

See: newDescribeWorkflowTypeResponse smart constructor.

Instances

Instances details
Eq DescribeWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

Read DescribeWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

Show DescribeWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

Generic DescribeWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowType

Associated Types

type Rep DescribeWorkflowTypeResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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

DeprecateWorkflowType

data DeprecateWorkflowType Source #

See: newDeprecateWorkflowType smart constructor.

Instances

Instances details
Eq DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

Read DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

Show DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

Generic DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

Associated Types

type Rep DeprecateWorkflowType :: Type -> Type #

NFData DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

Methods

rnf :: DeprecateWorkflowType -> () #

Hashable DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

ToJSON DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

AWSRequest DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

Associated Types

type AWSResponse 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

type Rep DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

type Rep DeprecateWorkflowType = D1 ('MetaData "DeprecateWorkflowType" "Amazonka.SWF.DeprecateWorkflowType" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "DeprecateWorkflowType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType)))
type AWSResponse DeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

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.

$sel:workflowType:DeprecateWorkflowType', deprecateWorkflowType_workflowType - The workflow type to deprecate.

data DeprecateWorkflowTypeResponse Source #

See: newDeprecateWorkflowTypeResponse smart constructor.

Instances

Instances details
Eq DeprecateWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

Read DeprecateWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

Show DeprecateWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

Generic DeprecateWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateWorkflowType

Associated Types

type Rep DeprecateWorkflowTypeResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

RequestCancelWorkflowExecution

data RequestCancelWorkflowExecution Source #

See: newRequestCancelWorkflowExecution smart constructor.

Instances

Instances details
Eq RequestCancelWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

Read RequestCancelWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

Show 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 #

NFData RequestCancelWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

Hashable RequestCancelWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

ToJSON RequestCancelWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

AWSRequest 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

type Rep RequestCancelWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

type Rep RequestCancelWorkflowExecution = D1 ('MetaData "RequestCancelWorkflowExecution" "Amazonka.SWF.RequestCancelWorkflowExecution" "libZSservicesZSamazonka-swfZSamazonka-swf" '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))))
type AWSResponse RequestCancelWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

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:

$sel:runId: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.

$sel:workflowId:RequestCancelWorkflowExecution', requestCancelWorkflowExecution_workflowId - The workflowId of the workflow execution to cancel.

data RequestCancelWorkflowExecutionResponse Source #

Instances

Instances details
Eq 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

Generic RequestCancelWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.RequestCancelWorkflowExecution

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

RegisterDomain

data RegisterDomain Source #

See: newRegisterDomain smart constructor.

Instances

Instances details
Eq RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

Read RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

Show RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

Generic RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

Associated Types

type Rep RegisterDomain :: Type -> Type #

NFData RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

Methods

rnf :: RegisterDomain -> () #

Hashable RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

ToJSON RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

AWSRequest RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

Associated Types

type AWSResponse 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

type Rep RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

type Rep RegisterDomain = D1 ('MetaData "RegisterDomain" "Amazonka.SWF.RegisterDomain" "libZSservicesZSamazonka-swfZSamazonka-swf" '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))))
type AWSResponse RegisterDomain Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

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:

$sel:description: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: _ . : / = + - @.

$sel:name: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.

$sel:workflowExecutionRetentionPeriodInDays: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
Eq RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

Read RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

Show RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

Generic RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

Associated Types

type Rep RegisterDomainResponse :: Type -> Type #

NFData RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

Methods

rnf :: RegisterDomainResponse -> () #

type Rep RegisterDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.RegisterDomain

type Rep RegisterDomainResponse = D1 ('MetaData "RegisterDomainResponse" "Amazonka.SWF.RegisterDomain" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

RespondDecisionTaskCompleted

data RespondDecisionTaskCompleted Source #

Input data for a TaskCompleted response to a decision task.

See: newRespondDecisionTaskCompleted smart constructor.

Instances

Instances details
Eq RespondDecisionTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

Read RespondDecisionTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

Show 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 #

NFData RespondDecisionTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

Hashable RespondDecisionTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

ToJSON RespondDecisionTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

AWSRequest 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

type Rep RespondDecisionTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

type Rep RespondDecisionTaskCompleted = D1 ('MetaData "RespondDecisionTaskCompleted" "Amazonka.SWF.RespondDecisionTaskCompleted" "libZSservicesZSamazonka-swfZSamazonka-swf" '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))))
type AWSResponse RespondDecisionTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

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.

$sel:executionContext: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
Eq 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

Generic RespondDecisionTaskCompletedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondDecisionTaskCompleted

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

PollForActivityTask

data PollForActivityTask Source #

See: newPollForActivityTask smart constructor.

Instances

Instances details
Eq PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

Read PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

Show PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

Generic PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

Associated Types

type Rep PollForActivityTask :: Type -> Type #

NFData PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

Methods

rnf :: PollForActivityTask -> () #

Hashable PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

ToJSON PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

AWSRequest PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

Associated Types

type AWSResponse 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

type Rep PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

type Rep PollForActivityTask = D1 ('MetaData "PollForActivityTask" "Amazonka.SWF.PollForActivityTask" "libZSservicesZSamazonka-swfZSamazonka-swf" '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))))
type AWSResponse PollForActivityTask Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

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:

$sel:identity: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.

$sel:taskList: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
Eq PollForActivityTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

Read PollForActivityTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

Show PollForActivityTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

Generic PollForActivityTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForActivityTask

Associated Types

type Rep PollForActivityTaskResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "PollForActivityTaskResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "activityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityType)) :*: (S1 ('MetaSel ('Just "activityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

$sel:activityType:PollForActivityTaskResponse', pollForActivityTaskResponse_activityType - The type of this activity task.

$sel:activityId:PollForActivityTaskResponse', pollForActivityTaskResponse_activityId - The unique ID of the task.

$sel:input: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.

$sel:workflowExecution:PollForActivityTaskResponse', pollForActivityTaskResponse_workflowExecution - The workflow execution that started this activity task.

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

$sel:startedEventId:PollForActivityTaskResponse', pollForActivityTaskResponse_startedEventId - The ID of the ActivityTaskStarted event recorded in the history.

RespondActivityTaskCompleted

data RespondActivityTaskCompleted Source #

See: newRespondActivityTaskCompleted smart constructor.

Instances

Instances details
Eq RespondActivityTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

Read RespondActivityTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

Show 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 #

NFData RespondActivityTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

Hashable RespondActivityTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

ToJSON RespondActivityTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

AWSRequest 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

type Rep RespondActivityTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

type Rep RespondActivityTaskCompleted = D1 ('MetaData "RespondActivityTaskCompleted" "Amazonka.SWF.RespondActivityTaskCompleted" "libZSservicesZSamazonka-swfZSamazonka-swf" '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)))
type AWSResponse RespondActivityTaskCompleted Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

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:

$sel:result: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
Eq 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

Generic RespondActivityTaskCompletedResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCompleted

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

DescribeWorkflowExecution

data DescribeWorkflowExecution Source #

See: newDescribeWorkflowExecution smart constructor.

Instances

Instances details
Eq DescribeWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

Read DescribeWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

Show 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 #

NFData DescribeWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

Hashable DescribeWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

ToJSON DescribeWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

AWSRequest 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

type Rep DescribeWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

type Rep DescribeWorkflowExecution = D1 ('MetaData "DescribeWorkflowExecution" "Amazonka.SWF.DescribeWorkflowExecution" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "DescribeWorkflowExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "execution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecution)))
type AWSResponse DescribeWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

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.

$sel: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
Eq DescribeWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

Read DescribeWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

Show DescribeWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

Generic DescribeWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeWorkflowExecution

Associated Types

type Rep DescribeWorkflowExecutionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

SignalWorkflowExecution

data SignalWorkflowExecution Source #

See: newSignalWorkflowExecution smart constructor.

Instances

Instances details
Eq SignalWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

Read SignalWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

Show 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 #

NFData SignalWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

Methods

rnf :: SignalWorkflowExecution -> () #

Hashable SignalWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

ToJSON SignalWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

AWSRequest 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

type Rep SignalWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

type Rep SignalWorkflowExecution = D1 ('MetaData "SignalWorkflowExecution" "Amazonka.SWF.SignalWorkflowExecution" "libZSservicesZSamazonka-swfZSamazonka-swf" '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)))))
type AWSResponse SignalWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

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:

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

$sel:runId: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.

$sel:workflowId:SignalWorkflowExecution', signalWorkflowExecution_workflowId - The workflowId of the workflow execution to signal.

$sel:signalName: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
Eq SignalWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

Read SignalWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

Show SignalWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

Generic SignalWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.SignalWorkflowExecution

Associated Types

type Rep SignalWorkflowExecutionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

CountPendingDecisionTasks

data CountPendingDecisionTasks Source #

See: newCountPendingDecisionTasks smart constructor.

Instances

Instances details
Eq CountPendingDecisionTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingDecisionTasks

Read CountPendingDecisionTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingDecisionTasks

Show 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 #

NFData CountPendingDecisionTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingDecisionTasks

Hashable CountPendingDecisionTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingDecisionTasks

ToJSON CountPendingDecisionTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingDecisionTasks

AWSRequest 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

type Rep CountPendingDecisionTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingDecisionTasks

type Rep CountPendingDecisionTasks = D1 ('MetaData "CountPendingDecisionTasks" "Amazonka.SWF.CountPendingDecisionTasks" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "CountPendingDecisionTasks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "taskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaskList)))
type AWSResponse CountPendingDecisionTasks Source # 
Instance details

Defined in Amazonka.SWF.CountPendingDecisionTasks

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.

$sel:taskList: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
Eq PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Read PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Show 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 #

NFData PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Methods

rnf :: PendingTaskCount -> () #

Hashable PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

ListClosedWorkflowExecutions (Paginated)

data ListClosedWorkflowExecutions Source #

See: newListClosedWorkflowExecutions smart constructor.

Instances

Instances details
Eq ListClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListClosedWorkflowExecutions

Read ListClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListClosedWorkflowExecutions

Show 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 #

NFData ListClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListClosedWorkflowExecutions

Hashable ListClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListClosedWorkflowExecutions

ToJSON 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

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

type Rep ListClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.ListClosedWorkflowExecutions

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

Defined in Amazonka.SWF.ListClosedWorkflowExecutions

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:nextPageToken: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: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: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: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: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: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: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: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:maximumPageSize:ListClosedWorkflowExecutions', listClosedWorkflowExecutions_maximumPageSize - The maximum number of results that are returned per call. Use nextPageToken to obtain further pages of results.

$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
Eq WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Read WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Show 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 #

NFData WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Methods

rnf :: WorkflowExecutionInfos -> () #

Hashable WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

RecordActivityTaskHeartbeat

data RecordActivityTaskHeartbeat Source #

See: newRecordActivityTaskHeartbeat smart constructor.

Instances

Instances details
Eq RecordActivityTaskHeartbeat Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

Read RecordActivityTaskHeartbeat Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

Show 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 #

NFData RecordActivityTaskHeartbeat Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

Hashable RecordActivityTaskHeartbeat Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

ToJSON RecordActivityTaskHeartbeat Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

AWSRequest 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

type Rep RecordActivityTaskHeartbeat Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

type Rep RecordActivityTaskHeartbeat = D1 ('MetaData "RecordActivityTaskHeartbeat" "Amazonka.SWF.RecordActivityTaskHeartbeat" "libZSservicesZSamazonka-swfZSamazonka-swf" '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)))
type AWSResponse RecordActivityTaskHeartbeat Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

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:

$sel:details: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
Eq 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

Generic RecordActivityTaskHeartbeatResponse Source # 
Instance details

Defined in Amazonka.SWF.RecordActivityTaskHeartbeat

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

$sel:cancelRequested:RecordActivityTaskHeartbeatResponse', recordActivityTaskHeartbeatResponse_cancelRequested - Set to true if cancellation of the task is requested.

DescribeDomain

data DescribeDomain Source #

See: newDescribeDomain smart constructor.

Constructors

DescribeDomain' Text 

Instances

Instances details
Eq DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

Read DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

Show DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

Generic DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

Associated Types

type Rep DescribeDomain :: Type -> Type #

NFData DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

Methods

rnf :: DescribeDomain -> () #

Hashable DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

ToJSON DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

AWSRequest DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

Associated Types

type AWSResponse 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

type Rep DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

type Rep DescribeDomain = D1 ('MetaData "DescribeDomain" "Amazonka.SWF.DescribeDomain" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "DescribeDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeDomain Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

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:

$sel:name: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
Eq DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

Read DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

Show DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

Generic DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

Associated Types

type Rep DescribeDomainResponse :: Type -> Type #

NFData DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

Methods

rnf :: DescribeDomainResponse -> () #

type Rep DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeDomain

type Rep DescribeDomainResponse = D1 ('MetaData "DescribeDomainResponse" "Amazonka.SWF.DescribeDomain" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

GetWorkflowExecutionHistory (Paginated)

data GetWorkflowExecutionHistory Source #

See: newGetWorkflowExecutionHistory smart constructor.

Instances

Instances details
Eq GetWorkflowExecutionHistory Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

Read GetWorkflowExecutionHistory Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

Show 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 #

NFData GetWorkflowExecutionHistory Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

Hashable GetWorkflowExecutionHistory Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

ToJSON 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

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

type Rep GetWorkflowExecutionHistory Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

type Rep GetWorkflowExecutionHistory = D1 ('MetaData "GetWorkflowExecutionHistory" "Amazonka.SWF.GetWorkflowExecutionHistory" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "GetWorkflowExecutionHistory'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reverseOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "maximumPageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "execution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecution)))))
type AWSResponse GetWorkflowExecutionHistory Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

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:nextPageToken: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:maximumPageSize:GetWorkflowExecutionHistory', getWorkflowExecutionHistory_maximumPageSize - The maximum number of results that are returned per call. Use nextPageToken to obtain further pages of results.

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

$sel: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
Eq 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

Generic GetWorkflowExecutionHistoryResponse Source # 
Instance details

Defined in Amazonka.SWF.GetWorkflowExecutionHistory

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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:

$sel:nextPageToken: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.

DeprecateDomain

data DeprecateDomain Source #

See: newDeprecateDomain smart constructor.

Constructors

DeprecateDomain' Text 

Instances

Instances details
Eq DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

Read DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

Show DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

Generic DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

Associated Types

type Rep DeprecateDomain :: Type -> Type #

NFData DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

Methods

rnf :: DeprecateDomain -> () #

Hashable DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

ToJSON DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

AWSRequest DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

Associated Types

type AWSResponse 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

type Rep DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

type Rep DeprecateDomain = D1 ('MetaData "DeprecateDomain" "Amazonka.SWF.DeprecateDomain" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "DeprecateDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeprecateDomain Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

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:

$sel:name:DeprecateDomain', deprecateDomain_name - The name of the domain to deprecate.

data DeprecateDomainResponse Source #

See: newDeprecateDomainResponse smart constructor.

Instances

Instances details
Eq DeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

Read DeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

Show DeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

Generic DeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

Associated Types

type Rep DeprecateDomainResponse :: Type -> Type #

NFData DeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

Methods

rnf :: DeprecateDomainResponse -> () #

type Rep DeprecateDomainResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateDomain

type Rep DeprecateDomainResponse = D1 ('MetaData "DeprecateDomainResponse" "Amazonka.SWF.DeprecateDomain" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

UndeprecateWorkflowType

data UndeprecateWorkflowType Source #

See: newUndeprecateWorkflowType smart constructor.

Instances

Instances details
Eq UndeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

Read UndeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

Show 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 #

NFData UndeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

Methods

rnf :: UndeprecateWorkflowType -> () #

Hashable UndeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

ToJSON UndeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

AWSRequest 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

type Rep UndeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

type Rep UndeprecateWorkflowType = D1 ('MetaData "UndeprecateWorkflowType" "Amazonka.SWF.UndeprecateWorkflowType" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "UndeprecateWorkflowType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowType)))
type AWSResponse UndeprecateWorkflowType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

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.

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

data UndeprecateWorkflowTypeResponse Source #

See: newUndeprecateWorkflowTypeResponse smart constructor.

Instances

Instances details
Eq UndeprecateWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

Read UndeprecateWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

Show UndeprecateWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

Generic UndeprecateWorkflowTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateWorkflowType

Associated Types

type Rep UndeprecateWorkflowTypeResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

TerminateWorkflowExecution

data TerminateWorkflowExecution Source #

See: newTerminateWorkflowExecution smart constructor.

Instances

Instances details
Eq TerminateWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

Read TerminateWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

Show 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 #

NFData TerminateWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

Hashable TerminateWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

ToJSON TerminateWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

AWSRequest 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

type Rep TerminateWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

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

Defined in Amazonka.SWF.TerminateWorkflowExecution

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:

$sel:reason:TerminateWorkflowExecution', terminateWorkflowExecution_reason - A descriptive reason for terminating the workflow execution.

$sel:runId:TerminateWorkflowExecution', terminateWorkflowExecution_runId - The runId of the workflow execution to terminate.

$sel:childPolicy: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.

$sel:details:TerminateWorkflowExecution', terminateWorkflowExecution_details - Details for terminating the workflow execution.

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

$sel:workflowId:TerminateWorkflowExecution', terminateWorkflowExecution_workflowId - The workflowId of the workflow execution to terminate.

data TerminateWorkflowExecutionResponse Source #

Instances

Instances details
Eq TerminateWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

Read TerminateWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

Show TerminateWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

Generic TerminateWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.TerminateWorkflowExecution

Associated Types

type Rep TerminateWorkflowExecutionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

DescribeActivityType

data DescribeActivityType Source #

See: newDescribeActivityType smart constructor.

Instances

Instances details
Eq DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

Read DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

Show DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

Generic DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

Associated Types

type Rep DescribeActivityType :: Type -> Type #

NFData DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

Methods

rnf :: DescribeActivityType -> () #

Hashable DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

ToJSON DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

AWSRequest DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

Associated Types

type AWSResponse 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

type Rep DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

type Rep DescribeActivityType = D1 ('MetaData "DescribeActivityType" "Amazonka.SWF.DescribeActivityType" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "DescribeActivityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "activityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActivityType)))
type AWSResponse DescribeActivityType Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

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.

$sel:activityType: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
Eq DescribeActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

Read DescribeActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

Show DescribeActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

Generic DescribeActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DescribeActivityType

Associated Types

type Rep DescribeActivityTypeResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text [ResourceTag] 

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

Associated Types

type AWSResponse 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

type Rep TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.SWF.TagResource" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ResourceTag])))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.SWF.TagResource

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.

DeprecateActivityType

data DeprecateActivityType Source #

See: newDeprecateActivityType smart constructor.

Instances

Instances details
Eq DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Read DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Show DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Generic DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Associated Types

type Rep DeprecateActivityType :: Type -> Type #

NFData DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Methods

rnf :: DeprecateActivityType -> () #

Hashable DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

ToJSON DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

AWSRequest DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Associated Types

type AWSResponse 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

type Rep DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

type Rep DeprecateActivityType = D1 ('MetaData "DeprecateActivityType" "Amazonka.SWF.DeprecateActivityType" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "DeprecateActivityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "activityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActivityType)))
type AWSResponse DeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

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.

$sel:activityType:DeprecateActivityType', deprecateActivityType_activityType - The activity type to deprecate.

data DeprecateActivityTypeResponse Source #

See: newDeprecateActivityTypeResponse smart constructor.

Instances

Instances details
Eq DeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Read DeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Show DeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Generic DeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.DeprecateActivityType

Associated Types

type Rep DeprecateActivityTypeResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

UndeprecateActivityType

data UndeprecateActivityType Source #

See: newUndeprecateActivityType smart constructor.

Instances

Instances details
Eq UndeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

Read UndeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

Show 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 #

NFData UndeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

Methods

rnf :: UndeprecateActivityType -> () #

Hashable UndeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

ToJSON UndeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

AWSRequest 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

type Rep UndeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

type Rep UndeprecateActivityType = D1 ('MetaData "UndeprecateActivityType" "Amazonka.SWF.UndeprecateActivityType" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "UndeprecateActivityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "activityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActivityType)))
type AWSResponse UndeprecateActivityType Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

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.

$sel:activityType:UndeprecateActivityType', undeprecateActivityType_activityType - The activity type to undeprecate.

data UndeprecateActivityTypeResponse Source #

See: newUndeprecateActivityTypeResponse smart constructor.

Instances

Instances details
Eq UndeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

Read UndeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

Show UndeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

Generic UndeprecateActivityTypeResponse Source # 
Instance details

Defined in Amazonka.SWF.UndeprecateActivityType

Associated Types

type Rep UndeprecateActivityTypeResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

CountClosedWorkflowExecutions

data CountClosedWorkflowExecutions Source #

See: newCountClosedWorkflowExecutions smart constructor.

Instances

Instances details
Eq CountClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountClosedWorkflowExecutions

Read CountClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountClosedWorkflowExecutions

Show 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 #

NFData CountClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountClosedWorkflowExecutions

Hashable CountClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountClosedWorkflowExecutions

ToJSON CountClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountClosedWorkflowExecutions

AWSRequest 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

type Rep CountClosedWorkflowExecutions Source # 
Instance details

Defined in Amazonka.SWF.CountClosedWorkflowExecutions

type AWSResponse 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: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: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: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: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: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: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: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
Eq WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Read WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Show 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 #

NFData WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Methods

rnf :: WorkflowExecutionCount -> () #

Hashable WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

Associated Types

type AWSResponse 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

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.SWF.UntagResource" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

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
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SWF.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.SWF.UntagResource" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

RespondActivityTaskCanceled

data RespondActivityTaskCanceled Source #

See: newRespondActivityTaskCanceled smart constructor.

Instances

Instances details
Eq RespondActivityTaskCanceled Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

Read RespondActivityTaskCanceled Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

Show 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 #

NFData RespondActivityTaskCanceled Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

Hashable RespondActivityTaskCanceled Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

ToJSON RespondActivityTaskCanceled Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

AWSRequest 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

type Rep RespondActivityTaskCanceled Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

type Rep RespondActivityTaskCanceled = D1 ('MetaData "RespondActivityTaskCanceled" "Amazonka.SWF.RespondActivityTaskCanceled" "libZSservicesZSamazonka-swfZSamazonka-swf" '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)))
type AWSResponse RespondActivityTaskCanceled Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

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:

$sel:details: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
Eq 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

Generic RespondActivityTaskCanceledResponse Source # 
Instance details

Defined in Amazonka.SWF.RespondActivityTaskCanceled

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.

StartWorkflowExecution

data StartWorkflowExecution Source #

See: newStartWorkflowExecution smart constructor.

Instances

Instances details
Eq StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

Read StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

Show StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

Generic StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

Associated Types

type Rep StartWorkflowExecution :: Type -> Type #

NFData StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

Methods

rnf :: StartWorkflowExecution -> () #

Hashable StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

ToJSON StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

AWSRequest StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

Associated Types

type AWSResponse 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

type Rep StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

type Rep StartWorkflowExecution = D1 ('MetaData "StartWorkflowExecution" "Amazonka.SWF.StartWorkflowExecution" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "StartWorkflowExecution'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "taskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionStartToCloseTimeout") '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 "childPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildPolicy)))) :*: (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))))))
type AWSResponse StartWorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

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:

$sel:tagList: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.

$sel:taskStartToCloseTimeout: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:lambdaRole: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.

$sel:input: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.

$sel:executionStartToCloseTimeout: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.

$sel:taskList: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.

$sel:taskPriority: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.

$sel:childPolicy: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.

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

$sel:workflowId: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.

$sel:workflowType: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
Eq StartWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

Read StartWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

Show StartWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

Generic StartWorkflowExecutionResponse Source # 
Instance details

Defined in Amazonka.SWF.StartWorkflowExecution

Associated Types

type Rep StartWorkflowExecutionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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:

$sel:runId: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.

PollForDecisionTask (Paginated)

data PollForDecisionTask Source #

See: newPollForDecisionTask smart constructor.

Instances

Instances details
Eq PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

Read PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

Show PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

Generic PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

Associated Types

type Rep PollForDecisionTask :: Type -> Type #

NFData PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

Methods

rnf :: PollForDecisionTask -> () #

Hashable PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

ToJSON 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 #

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

type Rep PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

type Rep PollForDecisionTask = D1 ('MetaData "PollForDecisionTask" "Amazonka.SWF.PollForDecisionTask" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "PollForDecisionTask'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reverseOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "maximumPageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (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)))))
type AWSResponse PollForDecisionTask Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

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:

$sel:nextPageToken: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: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.

$sel:identity: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:domain:PollForDecisionTask', pollForDecisionTask_domain - The name of the domain containing the task lists to poll.

$sel:taskList: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
Eq PollForDecisionTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

Read PollForDecisionTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

Show PollForDecisionTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

Generic PollForDecisionTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

Associated Types

type Rep PollForDecisionTaskResponse :: Type -> Type #

NFData PollForDecisionTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

type Rep PollForDecisionTaskResponse Source # 
Instance details

Defined in Amazonka.SWF.PollForDecisionTask

type Rep PollForDecisionTaskResponse = D1 ('MetaData "PollForDecisionTaskResponse" "Amazonka.SWF.PollForDecisionTask" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "PollForDecisionTaskResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workflowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowType))) :*: (S1 ('MetaSel ('Just "previousStartedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "events") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HistoryEvent])))) :*: ((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)))))

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:nextPageToken: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:workflowType:PollForDecisionTaskResponse', pollForDecisionTaskResponse_workflowType - The type of the workflow execution for which this decision task was created.

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

$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.

$sel:workflowExecution:PollForDecisionTaskResponse', pollForDecisionTaskResponse_workflowExecution - The workflow execution for which this decision task was created.

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

$sel:startedEventId:PollForDecisionTaskResponse', pollForDecisionTaskResponse_startedEventId - The ID of the DecisionTaskStarted event recorded in the history.

ListDomains (Paginated)

data ListDomains Source #

See: newListDomains smart constructor.

Instances

Instances details
Eq ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

Read ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

Show ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

Generic ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

Associated Types

type Rep ListDomains :: Type -> Type #

NFData ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

Methods

rnf :: ListDomains -> () #

Hashable ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

ToJSON 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 #

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

type Rep ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

type Rep ListDomains = D1 ('MetaData "ListDomains" "Amazonka.SWF.ListDomains" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ListDomains'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reverseOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "maximumPageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "registrationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RegistrationStatus))))
type AWSResponse ListDomains Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

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:nextPageToken: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:maximumPageSize:ListDomains', listDomains_maximumPageSize - The maximum number of results that are returned per call. Use nextPageToken to obtain further pages of results.

$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
Eq ListDomainsResponse Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

Read ListDomainsResponse Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

Show ListDomainsResponse Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

Generic ListDomainsResponse Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

Associated Types

type Rep ListDomainsResponse :: Type -> Type #

NFData ListDomainsResponse Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

Methods

rnf :: ListDomainsResponse -> () #

type Rep ListDomainsResponse Source # 
Instance details

Defined in Amazonka.SWF.ListDomains

type Rep ListDomainsResponse = D1 ('MetaData "ListDomainsResponse" "Amazonka.SWF.ListDomains" "libZSservicesZSamazonka-swfZSamazonka-swf" '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:

$sel:nextPageToken: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.

Types

ActivityTaskTimeoutType

newtype ActivityTaskTimeoutType Source #

Instances

Instances details
Eq ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

Ord ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

Read ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

Show 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 #

NFData ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

Methods

rnf :: ActivityTaskTimeoutType -> () #

Hashable 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

FromJSON ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

FromJSONKey ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

ToLog ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

ToHeader ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

ToQuery 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

ToByteString 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

type Rep ActivityTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimeoutType

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

CancelTimerFailedCause

newtype CancelTimerFailedCause Source #

Instances

Instances details
Eq CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

Ord CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

Read CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

Show 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 #

NFData CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

Methods

rnf :: CancelTimerFailedCause -> () #

Hashable 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

FromJSON CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

FromJSONKey CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

ToLog CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

ToHeader CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

ToQuery 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

ToByteString 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

type Rep CancelTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedCause

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

CancelWorkflowExecutionFailedCause

newtype CancelWorkflowExecutionFailedCause Source #

Instances

Instances details
Eq CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

Ord CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

Read CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

Show 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 #

NFData CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

Hashable 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

FromJSON CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

FromJSONKey CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

ToLog CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

ToHeader CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

ToQuery 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

ToByteString 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

type Rep CancelWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedCause

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

ChildPolicy

newtype ChildPolicy Source #

Constructors

ChildPolicy' 

Instances

Instances details
Eq ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

Ord ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

Read ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

Show ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

Generic ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

Associated Types

type Rep ChildPolicy :: Type -> Type #

NFData ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

Methods

rnf :: ChildPolicy -> () #

Hashable 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

FromJSON ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

FromJSONKey ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

ToLog ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

ToHeader ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

ToQuery ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

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 #

ToByteString 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 #

type Rep ChildPolicy Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildPolicy

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

CloseStatus

newtype CloseStatus Source #

Constructors

CloseStatus' 

Instances

Instances details
Eq CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

Ord CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

Read CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

Show CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

Generic CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

Associated Types

type Rep CloseStatus :: Type -> Type #

NFData CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

Methods

rnf :: CloseStatus -> () #

Hashable 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

FromJSON CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

FromJSONKey CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

ToLog CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

ToHeader CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

ToQuery CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

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 #

ToByteString 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 #

type Rep CloseStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatus

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

CompleteWorkflowExecutionFailedCause

newtype CompleteWorkflowExecutionFailedCause Source #

Instances

Instances details
Eq CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

Ord 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

Generic CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

NFData CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

Hashable 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

FromJSON CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

FromJSONKey CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

ToLog CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

ToHeader CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

ToQuery 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

ToByteString 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

type Rep CompleteWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedCause

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

ContinueAsNewWorkflowExecutionFailedCause

newtype ContinueAsNewWorkflowExecutionFailedCause Source #

Instances

Instances details
Eq ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

Ord 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

Generic ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

NFData ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

Hashable 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

FromJSON ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

FromJSONKey ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

ToLog ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

ToHeader ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

ToQuery 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

ToByteString 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

type Rep ContinueAsNewWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedCause

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

DecisionTaskTimeoutType

newtype DecisionTaskTimeoutType Source #

Instances

Instances details
Eq DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

Ord DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

Read DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

Show 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 #

NFData DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

Methods

rnf :: DecisionTaskTimeoutType -> () #

Hashable 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

FromJSON DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

FromJSONKey DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

ToLog DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

ToHeader DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

ToQuery 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

ToByteString 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

type Rep DecisionTaskTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimeoutType

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

DecisionType

newtype DecisionType Source #

Constructors

DecisionType' 

Instances

Instances details
Eq DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

Ord DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

Read DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

Show DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

Generic DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

Associated Types

type Rep DecisionType :: Type -> Type #

NFData DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

Methods

rnf :: DecisionType -> () #

Hashable 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

FromJSON DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

FromJSONKey DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

ToLog DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

ToHeader DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

ToQuery DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

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 #

ToByteString 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 #

type Rep DecisionType Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionType

type Rep DecisionType = D1 ('MetaData "DecisionType" "Amazonka.SWF.Types.DecisionType" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Ord EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Read EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Show EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Generic EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Associated Types

type Rep EventType :: Type -> Type #

NFData EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Methods

rnf :: EventType -> () #

Hashable 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

FromJSON EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

FromJSONKey EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

ToLog EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

ToHeader EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

ToQuery EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

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 #

ToByteString EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

Methods

toBS :: EventType -> ByteString #

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 #

type Rep EventType Source # 
Instance details

Defined in Amazonka.SWF.Types.EventType

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

ExecutionStatus

newtype ExecutionStatus Source #

Constructors

ExecutionStatus' 

Instances

Instances details
Eq ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

Ord ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

Read ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

Show ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

Generic ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

Associated Types

type Rep ExecutionStatus :: Type -> Type #

NFData ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

Methods

rnf :: ExecutionStatus -> () #

Hashable 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

FromJSON ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

FromJSONKey ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

ToLog ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

ToHeader ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

ToQuery 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 #

ToByteString 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

type Rep ExecutionStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionStatus

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

FailWorkflowExecutionFailedCause

newtype FailWorkflowExecutionFailedCause Source #

Instances

Instances details
Eq FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

Ord FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

Read FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

Show 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 #

NFData FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

Hashable 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

FromJSON FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

FromJSONKey FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

ToLog FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

ToHeader FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

ToQuery 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

ToByteString 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

type Rep FailWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedCause

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

LambdaFunctionTimeoutType

newtype LambdaFunctionTimeoutType Source #

Instances

Instances details
Eq LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

Ord LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

Read LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

Show 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 #

NFData LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

Hashable 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

FromJSON LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

FromJSONKey LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

ToLog LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

ToHeader LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

ToQuery 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

ToByteString 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

type Rep LambdaFunctionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimeoutType

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

RecordMarkerFailedCause

newtype RecordMarkerFailedCause Source #

Instances

Instances details
Eq RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

Ord RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

Read RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

Show 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 #

NFData RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

Methods

rnf :: RecordMarkerFailedCause -> () #

Hashable 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

FromJSON RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

FromJSONKey RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

ToLog RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

ToHeader RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

ToQuery 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

ToByteString 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

type Rep RecordMarkerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedCause

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

RegistrationStatus

newtype RegistrationStatus Source #

Instances

Instances details
Eq RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

Ord RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

Read RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

Show 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 #

NFData RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

Methods

rnf :: RegistrationStatus -> () #

Hashable 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

FromJSON RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

FromJSONKey RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

ToLog RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

ToHeader RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

ToQuery 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

ToByteString 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

type Rep RegistrationStatus Source # 
Instance details

Defined in Amazonka.SWF.Types.RegistrationStatus

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

RequestCancelActivityTaskFailedCause

newtype RequestCancelActivityTaskFailedCause Source #

Instances

Instances details
Eq RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

Ord 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

Generic RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

NFData RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

Hashable 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

FromJSON RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

FromJSONKey RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

ToLog RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

ToHeader RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

ToQuery 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

ToByteString 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

type Rep RequestCancelActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedCause

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

RequestCancelExternalWorkflowExecutionFailedCause

newtype RequestCancelExternalWorkflowExecutionFailedCause Source #

Instances

Instances details
Eq RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

Ord 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

Generic RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

NFData RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

Hashable 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

FromJSON RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

FromJSONKey RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

ToLog RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

ToHeader RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

ToQuery 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

ToByteString 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

type Rep RequestCancelExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedCause

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

ScheduleActivityTaskFailedCause

newtype ScheduleActivityTaskFailedCause Source #

Instances

Instances details
Eq ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

Ord ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

Read ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

Show 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 #

NFData ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

Hashable 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

FromJSON ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

FromJSONKey ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

ToLog ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

ToHeader ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

ToQuery 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

ToByteString 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

type Rep ScheduleActivityTaskFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedCause

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

ScheduleLambdaFunctionFailedCause

newtype ScheduleLambdaFunctionFailedCause Source #

Instances

Instances details
Eq ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

Ord ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

Read ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

Show 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 #

NFData ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

Hashable 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

FromJSON ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

FromJSONKey ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

ToLog ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

ToHeader ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

ToQuery 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

ToByteString 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

type Rep ScheduleLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedCause

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

SignalExternalWorkflowExecutionFailedCause

newtype SignalExternalWorkflowExecutionFailedCause Source #

Instances

Instances details
Eq SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

Ord 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

Generic SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

NFData SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

Hashable 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

FromJSON SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

FromJSONKey SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

ToLog SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

ToHeader SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

ToQuery 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

ToByteString 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

type Rep SignalExternalWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedCause

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

StartChildWorkflowExecutionFailedCause

newtype StartChildWorkflowExecutionFailedCause Source #

Instances

Instances details
Eq StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

Ord 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

Generic StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

NFData StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

Hashable 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

FromJSON StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

FromJSONKey StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

ToLog StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

ToHeader StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

ToQuery 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

ToByteString 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

type Rep StartChildWorkflowExecutionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedCause

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

StartLambdaFunctionFailedCause

newtype StartLambdaFunctionFailedCause Source #

Instances

Instances details
Eq StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

Ord StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

Read StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

Show 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 #

NFData StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

Hashable 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

FromJSON StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

FromJSONKey StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

ToLog StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

ToHeader StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

ToQuery 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

ToByteString 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

type Rep StartLambdaFunctionFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedCause

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

StartTimerFailedCause

newtype StartTimerFailedCause Source #

Instances

Instances details
Eq StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

Ord StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

Read StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

Show 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 #

NFData StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

Methods

rnf :: StartTimerFailedCause -> () #

Hashable 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

FromJSON StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

FromJSONKey StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

ToLog StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

ToHeader StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

ToQuery 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

ToByteString 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

type Rep StartTimerFailedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedCause

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

WorkflowExecutionCancelRequestedCause

newtype WorkflowExecutionCancelRequestedCause Source #

Instances

Instances details
Eq WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

Ord 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

Generic WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

NFData WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

Hashable 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

FromJSON WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

FromJSONKey WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

ToLog WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

ToHeader WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

ToQuery 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

ToByteString 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

type Rep WorkflowExecutionCancelRequestedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedCause

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

WorkflowExecutionTerminatedCause

newtype WorkflowExecutionTerminatedCause Source #

Instances

Instances details
Eq WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

Ord WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

Read WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

Show 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 #

NFData WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

Hashable 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

FromJSON WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

FromJSONKey WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

ToLog WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

ToHeader WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

ToQuery 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

ToByteString 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

type Rep WorkflowExecutionTerminatedCause Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedCause

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

WorkflowExecutionTimeoutType

newtype WorkflowExecutionTimeoutType Source #

Instances

Instances details
Eq WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

Ord WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

Read WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

Show 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 #

NFData WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

Hashable 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

FromJSON WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

FromJSONKey WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

ToLog WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

ToHeader WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

ToQuery 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

ToByteString 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

type Rep WorkflowExecutionTimeoutType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimeoutType

type Rep WorkflowExecutionTimeoutType = D1 ('MetaData "WorkflowExecutionTimeoutType" "Amazonka.SWF.Types.WorkflowExecutionTimeoutType" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCancelRequestedEventAttributes

NFData ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCancelRequestedEventAttributes

Hashable ActivityTaskCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCancelRequestedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCanceledEventAttributes

NFData ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCanceledEventAttributes

Hashable ActivityTaskCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCanceledEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ActivityTaskCanceledEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "latestCancelRequestedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (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:latestCancelRequestedEventId:ActivityTaskCanceledEventAttributes', activityTaskCanceledEventAttributes_latestCancelRequestedEventId - If set, contains the ID of the last ActivityTaskCancelRequested event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

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

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

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

ActivityTaskCompletedEventAttributes

data ActivityTaskCompletedEventAttributes Source #

Provides the details of the ActivityTaskCompleted event.

See: newActivityTaskCompletedEventAttributes smart constructor.

Instances

Instances details
Eq 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

Generic ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

NFData ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

Hashable ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskFailedEventAttributes

Read ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskFailedEventAttributes

Show 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 #

NFData ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskFailedEventAttributes

Hashable ActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskFailedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ActivityTaskFailedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "details") '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:reason:ActivityTaskFailedEventAttributes', activityTaskFailedEventAttributes_reason - The reason provided for the failure.

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

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

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

ActivityTaskScheduledEventAttributes

data ActivityTaskScheduledEventAttributes Source #

Provides the details of the ActivityTaskScheduled event.

See: newActivityTaskScheduledEventAttributes smart constructor.

Instances

Instances details
Eq 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

Generic ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskScheduledEventAttributes

NFData ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskScheduledEventAttributes

Hashable ActivityTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskScheduledEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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 "scheduleToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskPriority") '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 "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:scheduleToCloseTimeout:ActivityTaskScheduledEventAttributes', activityTaskScheduledEventAttributes_scheduleToCloseTimeout - The maximum amount of time for this activity task.

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

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

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

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

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

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

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

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

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

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

ActivityTaskStartedEventAttributes

data ActivityTaskStartedEventAttributes Source #

Provides the details of the ActivityTaskStarted event.

See: newActivityTaskStartedEventAttributes smart constructor.

Instances

Instances details
Eq ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

Read ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

Show 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 #

NFData ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

Hashable ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimedOutEventAttributes

NFData ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimedOutEventAttributes

Hashable ActivityTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskTimedOutEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

Read ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

Show 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 #

NFData ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

Methods

rnf :: ActivityType -> () #

Hashable ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

ToJSON ActivityType Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityType

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq ActivityTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeConfiguration

Read ActivityTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeConfiguration

Show 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 #

NFData ActivityTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeConfiguration

Hashable ActivityTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeConfiguration

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ActivityTypeConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultTaskScheduleToStartTimeout") '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 "defaultTaskHeartbeatTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultTaskScheduleToCloseTimeout") '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:defaultTaskScheduleToStartTimeout:ActivityTypeConfiguration', activityTypeConfiguration_defaultTaskScheduleToStartTimeout - The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask Decision.

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

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

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

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

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

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

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

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

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

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

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

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

ActivityTypeInfo

data ActivityTypeInfo Source #

Detailed information about an activity type.

See: newActivityTypeInfo smart constructor.

Instances

Instances details
Eq ActivityTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeInfo

Read ActivityTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeInfo

Show 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 #

NFData ActivityTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeInfo

Methods

rnf :: ActivityTypeInfo -> () #

Hashable ActivityTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTypeInfo

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq CancelTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerDecisionAttributes

Read CancelTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerDecisionAttributes

Show 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 #

NFData CancelTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerDecisionAttributes

Hashable CancelTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerDecisionAttributes

ToJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedEventAttributes

Read CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedEventAttributes

Show 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 #

NFData CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedEventAttributes

Hashable CancelTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelTimerFailedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes

NFData CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes

Hashable CancelWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionDecisionAttributes

ToJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "CancelWorkflowExecutionDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCancelWorkflowExecutionDecisionAttributes :: CancelWorkflowExecutionDecisionAttributes Source #

Create a value of CancelWorkflowExecutionDecisionAttributes with all optional fields omitted.

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

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

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

CancelWorkflowExecutionFailedEventAttributes

data CancelWorkflowExecutionFailedEventAttributes Source #

Provides the details of the CancelWorkflowExecutionFailed event.

See: newCancelWorkflowExecutionFailedEventAttributes smart constructor.

Instances

Instances details
Eq 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

Generic CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedEventAttributes

NFData CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedEventAttributes

Hashable CancelWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CancelWorkflowExecutionFailedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCanceledEventAttributes

NFData ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCanceledEventAttributes

Hashable ChildWorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCanceledEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCompletedEventAttributes

NFData ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCompletedEventAttributes

Hashable ChildWorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionCompletedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionFailedEventAttributes

NFData ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionFailedEventAttributes

Hashable ChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionFailedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ChildWorkflowExecutionFailedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (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)))))

newChildWorkflowExecutionFailedEventAttributes Source #

Create a value of ChildWorkflowExecutionFailedEventAttributes with all optional fields omitted.

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

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

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

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

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

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

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

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

ChildWorkflowExecutionStartedEventAttributes

data ChildWorkflowExecutionStartedEventAttributes Source #

Provides the details of the ChildWorkflowExecutionStarted event.

See: newChildWorkflowExecutionStartedEventAttributes smart constructor.

Instances

Instances details
Eq 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

Generic ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

NFData ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

Hashable ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

NFData ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

Hashable ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

NFData ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

Hashable ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

Read CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

Show 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 #

NFData CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

Methods

rnf :: CloseStatusFilter -> () #

Hashable CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

ToJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes

NFData CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes

Hashable CompleteWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionDecisionAttributes

ToJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "CompleteWorkflowExecutionDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "result") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCompleteWorkflowExecutionDecisionAttributes :: CompleteWorkflowExecutionDecisionAttributes Source #

Create a value of CompleteWorkflowExecutionDecisionAttributes with all optional fields omitted.

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

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

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

CompleteWorkflowExecutionFailedEventAttributes

data CompleteWorkflowExecutionFailedEventAttributes Source #

Provides the details of the CompleteWorkflowExecutionFailed event.

See: newCompleteWorkflowExecutionFailedEventAttributes smart constructor.

Instances

Instances details
Eq 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

Generic CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedEventAttributes

NFData CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedEventAttributes

Hashable CompleteWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.CompleteWorkflowExecutionFailedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionDecisionAttributes

NFData ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionDecisionAttributes

Hashable ContinueAsNewWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionDecisionAttributes

ToJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ContinueAsNewWorkflowExecutionDecisionAttributes'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "taskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "workflowTypeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionStartToCloseTimeout") '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 "childPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildPolicy)))))))

newContinueAsNewWorkflowExecutionDecisionAttributes :: ContinueAsNewWorkflowExecutionDecisionAttributes Source #

Create a value of ContinueAsNewWorkflowExecutionDecisionAttributes with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

The supported child policies are:

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

ContinueAsNewWorkflowExecutionFailedEventAttributes

data ContinueAsNewWorkflowExecutionFailedEventAttributes Source #

Provides the details of the ContinueAsNewWorkflowExecutionFailed event.

See: newContinueAsNewWorkflowExecutionFailedEventAttributes smart constructor.

Instances

Instances details
Eq 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

Generic ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedEventAttributes

NFData ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedEventAttributes

Hashable ContinueAsNewWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ContinueAsNewWorkflowExecutionFailedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

Read Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

Show 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 #

NFData Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

Methods

rnf :: Decision -> () #

Hashable Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

Methods

hashWithSalt :: Int -> Decision -> Int #

hash :: Decision -> Int #

ToJSON Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

type Rep Decision Source # 
Instance details

Defined in Amazonka.SWF.Types.Decision

type Rep Decision = D1 ('MetaData "Decision" "Amazonka.SWF.Types.Decision" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "Decision'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "requestCancelExternalWorkflowExecutionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestCancelExternalWorkflowExecutionDecisionAttributes)) :*: (S1 ('MetaSel ('Just "scheduleActivityTaskDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleActivityTaskDecisionAttributes)) :*: S1 ('MetaSel ('Just "signalExternalWorkflowExecutionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SignalExternalWorkflowExecutionDecisionAttributes)))) :*: ((S1 ('MetaSel ('Just "startTimerDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartTimerDecisionAttributes)) :*: S1 ('MetaSel ('Just "recordMarkerDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecordMarkerDecisionAttributes))) :*: (S1 ('MetaSel ('Just "failWorkflowExecutionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailWorkflowExecutionDecisionAttributes)) :*: S1 ('MetaSel ('Just "startChildWorkflowExecutionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartChildWorkflowExecutionDecisionAttributes))))) :*: ((S1 ('MetaSel ('Just "completeWorkflowExecutionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CompleteWorkflowExecutionDecisionAttributes)) :*: (S1 ('MetaSel ('Just "scheduleLambdaFunctionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleLambdaFunctionDecisionAttributes)) :*: S1 ('MetaSel ('Just "requestCancelActivityTaskDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestCancelActivityTaskDecisionAttributes)))) :*: ((S1 ('MetaSel ('Just "cancelWorkflowExecutionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CancelWorkflowExecutionDecisionAttributes)) :*: S1 ('MetaSel ('Just "cancelTimerDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CancelTimerDecisionAttributes))) :*: (S1 ('MetaSel ('Just "continueAsNewWorkflowExecutionDecisionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContinueAsNewWorkflowExecutionDecisionAttributes)) :*: 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:requestCancelExternalWorkflowExecutionDecisionAttributes:Decision', decision_requestCancelExternalWorkflowExecutionDecisionAttributes - Provides the details of the RequestCancelExternalWorkflowExecution decision. It isn't set for other decision types.

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

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

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

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

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

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

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

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

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

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

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

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

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

DecisionTaskCompletedEventAttributes

data DecisionTaskCompletedEventAttributes Source #

Provides the details of the DecisionTaskCompleted event.

See: newDecisionTaskCompletedEventAttributes smart constructor.

Instances

Instances details
Eq 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

Generic DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

NFData DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

Hashable DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskScheduledEventAttributes

NFData DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskScheduledEventAttributes

Hashable DecisionTaskScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskScheduledEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "DecisionTaskScheduledEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "taskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "startToCloseTimeout") '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:taskPriority:DecisionTaskScheduledEventAttributes', decisionTaskScheduledEventAttributes_taskPriority - A task priority that, if set, specifies the priority for this decision task. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

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

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

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

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

DecisionTaskStartedEventAttributes

data DecisionTaskStartedEventAttributes Source #

Provides the details of the DecisionTaskStarted event.

See: newDecisionTaskStartedEventAttributes smart constructor.

Instances

Instances details
Eq DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

Read DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

Show 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 #

NFData DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

Hashable DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes

NFData DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes

Hashable DecisionTaskTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq DomainConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainConfiguration

Read DomainConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainConfiguration

Show 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 #

NFData DomainConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainConfiguration

Methods

rnf :: DomainConfiguration -> () #

Hashable DomainConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainConfiguration

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq DomainInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainInfo

Read DomainInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainInfo

Show 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 #

NFData DomainInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainInfo

Methods

rnf :: DomainInfo -> () #

Hashable DomainInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.DomainInfo

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq ExecutionTimeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionTimeFilter

Read ExecutionTimeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionTimeFilter

Show 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 #

NFData ExecutionTimeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionTimeFilter

Methods

rnf :: ExecutionTimeFilter -> () #

Hashable ExecutionTimeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.ExecutionTimeFilter

ToJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

NFData ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

Hashable ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

NFData ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

Hashable ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionDecisionAttributes

NFData FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionDecisionAttributes

Hashable FailWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionDecisionAttributes

ToJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "FailWorkflowExecutionDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "details") '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:reason:FailWorkflowExecutionDecisionAttributes', failWorkflowExecutionDecisionAttributes_reason - A descriptive reason for the failure that may help in diagnostics.

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

FailWorkflowExecutionFailedEventAttributes

data FailWorkflowExecutionFailedEventAttributes Source #

Provides the details of the FailWorkflowExecutionFailed event.

See: newFailWorkflowExecutionFailedEventAttributes smart constructor.

Instances

Instances details
Eq 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

Generic FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedEventAttributes

NFData FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedEventAttributes

Hashable FailWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.FailWorkflowExecutionFailedEventAttributes

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

Instances

Instances details
Eq HistoryEvent Source # 
Instance details

Defined in Amazonka.SWF.Types.HistoryEvent

Read HistoryEvent Source # 
Instance details

Defined in Amazonka.SWF.Types.HistoryEvent

Show 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 #

NFData HistoryEvent Source # 
Instance details

Defined in Amazonka.SWF.Types.HistoryEvent

Methods

rnf :: HistoryEvent -> () #

Hashable HistoryEvent Source # 
Instance details

Defined in Amazonka.SWF.Types.HistoryEvent

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "HistoryEvent'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "workflowExecutionCancelRequestedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionCancelRequestedEventAttributes)) :*: (S1 ('MetaSel ('Just "recordMarkerFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecordMarkerFailedEventAttributes)) :*: S1 ('MetaSel ('Just "requestCancelExternalWorkflowExecutionInitiatedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestCancelExternalWorkflowExecutionInitiatedEventAttributes)))) :*: ((S1 ('MetaSel ('Just "lambdaFunctionStartedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionStartedEventAttributes)) :*: S1 ('MetaSel ('Just "decisionTaskScheduledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DecisionTaskScheduledEventAttributes))) :*: (S1 ('MetaSel ('Just "workflowExecutionCompletedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionCompletedEventAttributes)) :*: S1 ('MetaSel ('Just "startTimerFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartTimerFailedEventAttributes))))) :*: ((S1 ('MetaSel ('Just "activityTaskScheduledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityTaskScheduledEventAttributes)) :*: (S1 ('MetaSel ('Just "scheduleActivityTaskFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleActivityTaskFailedEventAttributes)) :*: S1 ('MetaSel ('Just "childWorkflowExecutionCompletedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionCompletedEventAttributes)))) :*: ((S1 ('MetaSel ('Just "markerRecordedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MarkerRecordedEventAttributes)) :*: S1 ('MetaSel ('Just "scheduleLambdaFunctionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleLambdaFunctionFailedEventAttributes))) :*: (S1 ('MetaSel ('Just "completeWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CompleteWorkflowExecutionFailedEventAttributes)) :*: S1 ('MetaSel ('Just "lambdaFunctionCompletedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionCompletedEventAttributes)))))) :*: (((S1 ('MetaSel ('Just "requestCancelExternalWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestCancelExternalWorkflowExecutionFailedEventAttributes)) :*: (S1 ('MetaSel ('Just "timerCanceledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimerCanceledEventAttributes)) :*: S1 ('MetaSel ('Just "workflowExecutionStartedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionStartedEventAttributes)))) :*: ((S1 ('MetaSel ('Just "activityTaskCompletedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityTaskCompletedEventAttributes)) :*: S1 ('MetaSel ('Just "decisionTaskTimedOutEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DecisionTaskTimedOutEventAttributes))) :*: (S1 ('MetaSel ('Just "cancelTimerFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CancelTimerFailedEventAttributes)) :*: S1 ('MetaSel ('Just "childWorkflowExecutionStartedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionStartedEventAttributes))))) :*: ((S1 ('MetaSel ('Just "activityTaskCanceledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityTaskCanceledEventAttributes)) :*: (S1 ('MetaSel ('Just "activityTaskTimedOutEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityTaskTimedOutEventAttributes)) :*: S1 ('MetaSel ('Just "decisionTaskStartedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DecisionTaskStartedEventAttributes)))) :*: ((S1 ('MetaSel ('Just "workflowExecutionTerminatedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionTerminatedEventAttributes)) :*: S1 ('MetaSel ('Just "childWorkflowExecutionCanceledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionCanceledEventAttributes))) :*: (S1 ('MetaSel ('Just "requestCancelActivityTaskFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestCancelActivityTaskFailedEventAttributes)) :*: S1 ('MetaSel ('Just "lambdaFunctionScheduledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionScheduledEventAttributes))))))) :*: ((((S1 ('MetaSel ('Just "childWorkflowExecutionTimedOutEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionTimedOutEventAttributes)) :*: (S1 ('MetaSel ('Just "cancelWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CancelWorkflowExecutionFailedEventAttributes)) :*: S1 ('MetaSel ('Just "startChildWorkflowExecutionInitiatedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartChildWorkflowExecutionInitiatedEventAttributes)))) :*: ((S1 ('MetaSel ('Just "signalExternalWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SignalExternalWorkflowExecutionFailedEventAttributes)) :*: S1 ('MetaSel ('Just "activityTaskStartedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityTaskStartedEventAttributes))) :*: (S1 ('MetaSel ('Just "startLambdaFunctionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartLambdaFunctionFailedEventAttributes)) :*: S1 ('MetaSel ('Just "childWorkflowExecutionTerminatedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionTerminatedEventAttributes))))) :*: ((S1 ('MetaSel ('Just "lambdaFunctionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionFailedEventAttributes)) :*: (S1 ('MetaSel ('Just "workflowExecutionCanceledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionCanceledEventAttributes)) :*: S1 ('MetaSel ('Just "timerStartedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimerStartedEventAttributes)))) :*: ((S1 ('MetaSel ('Just "activityTaskCancelRequestedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityTaskCancelRequestedEventAttributes)) :*: S1 ('MetaSel ('Just "workflowExecutionTimedOutEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionTimedOutEventAttributes))) :*: (S1 ('MetaSel ('Just "workflowExecutionSignaledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionSignaledEventAttributes)) :*: S1 ('MetaSel ('Just "timerFiredEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimerFiredEventAttributes)))))) :*: (((S1 ('MetaSel ('Just "activityTaskFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActivityTaskFailedEventAttributes)) :*: (S1 ('MetaSel ('Just "externalWorkflowExecutionSignaledEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExternalWorkflowExecutionSignaledEventAttributes)) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DecisionTaskCompletedEventAttributes)))) :*: ((S1 ('MetaSel ('Just "startChildWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartChildWorkflowExecutionFailedEventAttributes)) :*: S1 ('MetaSel ('Just "childWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildWorkflowExecutionFailedEventAttributes))) :*: (S1 ('MetaSel ('Just "failWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailWorkflowExecutionFailedEventAttributes)) :*: S1 ('MetaSel ('Just "continueAsNewWorkflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContinueAsNewWorkflowExecutionFailedEventAttributes))))) :*: (((S1 ('MetaSel ('Just "signalExternalWorkflowExecutionInitiatedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SignalExternalWorkflowExecutionInitiatedEventAttributes)) :*: S1 ('MetaSel ('Just "lambdaFunctionTimedOutEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionTimedOutEventAttributes))) :*: (S1 ('MetaSel ('Just "workflowExecutionFailedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionFailedEventAttributes)) :*: S1 ('MetaSel ('Just "workflowExecutionContinuedAsNewEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionContinuedAsNewEventAttributes)))) :*: ((S1 ('MetaSel ('Just "externalWorkflowExecutionCancelRequestedEventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExternalWorkflowExecutionCancelRequestedEventAttributes)) :*: 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:workflowExecutionCancelRequestedEventAttributes:HistoryEvent', historyEvent_workflowExecutionCancelRequestedEventAttributes - If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:recordMarkerFailedEventAttributes:HistoryEvent', historyEvent_recordMarkerFailedEventAttributes - If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:requestCancelExternalWorkflowExecutionInitiatedEventAttributes:HistoryEvent', historyEvent_requestCancelExternalWorkflowExecutionInitiatedEventAttributes - If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:lambdaFunctionStartedEventAttributes:HistoryEvent', historyEvent_lambdaFunctionStartedEventAttributes - Provides the details of the LambdaFunctionStarted event. It isn't set for other event types.

$sel:decisionTaskScheduledEventAttributes:HistoryEvent', historyEvent_decisionTaskScheduledEventAttributes - If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:workflowExecutionCompletedEventAttributes:HistoryEvent', historyEvent_workflowExecutionCompletedEventAttributes - If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:startTimerFailedEventAttributes:HistoryEvent', historyEvent_startTimerFailedEventAttributes - If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:activityTaskScheduledEventAttributes:HistoryEvent', historyEvent_activityTaskScheduledEventAttributes - If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:scheduleActivityTaskFailedEventAttributes:HistoryEvent', historyEvent_scheduleActivityTaskFailedEventAttributes - If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:childWorkflowExecutionCompletedEventAttributes:HistoryEvent', historyEvent_childWorkflowExecutionCompletedEventAttributes - If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:markerRecordedEventAttributes:HistoryEvent', historyEvent_markerRecordedEventAttributes - If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:scheduleLambdaFunctionFailedEventAttributes:HistoryEvent', historyEvent_scheduleLambdaFunctionFailedEventAttributes - Provides the details of the ScheduleLambdaFunctionFailed event. It isn't set for other event types.

$sel:completeWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_completeWorkflowExecutionFailedEventAttributes - If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:lambdaFunctionCompletedEventAttributes:HistoryEvent', historyEvent_lambdaFunctionCompletedEventAttributes - Provides the details of the LambdaFunctionCompleted event. It isn't set for other event types.

$sel:requestCancelExternalWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_requestCancelExternalWorkflowExecutionFailedEventAttributes - If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:timerCanceledEventAttributes:HistoryEvent', historyEvent_timerCanceledEventAttributes - If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:workflowExecutionStartedEventAttributes:HistoryEvent', historyEvent_workflowExecutionStartedEventAttributes - If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:activityTaskCompletedEventAttributes:HistoryEvent', historyEvent_activityTaskCompletedEventAttributes - If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:decisionTaskTimedOutEventAttributes:HistoryEvent', historyEvent_decisionTaskTimedOutEventAttributes - If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:cancelTimerFailedEventAttributes:HistoryEvent', historyEvent_cancelTimerFailedEventAttributes - If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:childWorkflowExecutionStartedEventAttributes:HistoryEvent', historyEvent_childWorkflowExecutionStartedEventAttributes - If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:activityTaskCanceledEventAttributes:HistoryEvent', historyEvent_activityTaskCanceledEventAttributes - If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:activityTaskTimedOutEventAttributes:HistoryEvent', historyEvent_activityTaskTimedOutEventAttributes - If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:decisionTaskStartedEventAttributes:HistoryEvent', historyEvent_decisionTaskStartedEventAttributes - If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:workflowExecutionTerminatedEventAttributes:HistoryEvent', historyEvent_workflowExecutionTerminatedEventAttributes - If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:childWorkflowExecutionCanceledEventAttributes:HistoryEvent', historyEvent_childWorkflowExecutionCanceledEventAttributes - If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:requestCancelActivityTaskFailedEventAttributes:HistoryEvent', historyEvent_requestCancelActivityTaskFailedEventAttributes - If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:lambdaFunctionScheduledEventAttributes:HistoryEvent', historyEvent_lambdaFunctionScheduledEventAttributes - Provides the details of the LambdaFunctionScheduled event. It isn't set for other event types.

$sel:childWorkflowExecutionTimedOutEventAttributes:HistoryEvent', historyEvent_childWorkflowExecutionTimedOutEventAttributes - If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:cancelWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_cancelWorkflowExecutionFailedEventAttributes - If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:startChildWorkflowExecutionInitiatedEventAttributes:HistoryEvent', historyEvent_startChildWorkflowExecutionInitiatedEventAttributes - If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:signalExternalWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_signalExternalWorkflowExecutionFailedEventAttributes - If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:activityTaskStartedEventAttributes:HistoryEvent', historyEvent_activityTaskStartedEventAttributes - If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:startLambdaFunctionFailedEventAttributes:HistoryEvent', historyEvent_startLambdaFunctionFailedEventAttributes - Provides the details of the StartLambdaFunctionFailed event. It isn't set for other event types.

$sel:childWorkflowExecutionTerminatedEventAttributes:HistoryEvent', historyEvent_childWorkflowExecutionTerminatedEventAttributes - If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:lambdaFunctionFailedEventAttributes:HistoryEvent', historyEvent_lambdaFunctionFailedEventAttributes - Provides the details of the LambdaFunctionFailed event. It isn't set for other event types.

$sel:workflowExecutionCanceledEventAttributes:HistoryEvent', historyEvent_workflowExecutionCanceledEventAttributes - If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:timerStartedEventAttributes:HistoryEvent', historyEvent_timerStartedEventAttributes - If the event is of type TimerStarted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:activityTaskCancelRequestedEventAttributes:HistoryEvent', historyEvent_activityTaskCancelRequestedEventAttributes - If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:workflowExecutionTimedOutEventAttributes:HistoryEvent', historyEvent_workflowExecutionTimedOutEventAttributes - If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:workflowExecutionSignaledEventAttributes:HistoryEvent', historyEvent_workflowExecutionSignaledEventAttributes - If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:timerFiredEventAttributes:HistoryEvent', historyEvent_timerFiredEventAttributes - If the event is of type TimerFired then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:activityTaskFailedEventAttributes:HistoryEvent', historyEvent_activityTaskFailedEventAttributes - If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:externalWorkflowExecutionSignaledEventAttributes:HistoryEvent', historyEvent_externalWorkflowExecutionSignaledEventAttributes - If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:decisionTaskCompletedEventAttributes:HistoryEvent', historyEvent_decisionTaskCompletedEventAttributes - If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:startChildWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_startChildWorkflowExecutionFailedEventAttributes - If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:childWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_childWorkflowExecutionFailedEventAttributes - If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:failWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_failWorkflowExecutionFailedEventAttributes - If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:continueAsNewWorkflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_continueAsNewWorkflowExecutionFailedEventAttributes - If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:signalExternalWorkflowExecutionInitiatedEventAttributes:HistoryEvent', historyEvent_signalExternalWorkflowExecutionInitiatedEventAttributes - If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:lambdaFunctionTimedOutEventAttributes:HistoryEvent', historyEvent_lambdaFunctionTimedOutEventAttributes - Provides the details of the LambdaFunctionTimedOut event. It isn't set for other event types.

$sel:workflowExecutionFailedEventAttributes:HistoryEvent', historyEvent_workflowExecutionFailedEventAttributes - If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:workflowExecutionContinuedAsNewEventAttributes:HistoryEvent', historyEvent_workflowExecutionContinuedAsNewEventAttributes - If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:externalWorkflowExecutionCancelRequestedEventAttributes:HistoryEvent', historyEvent_externalWorkflowExecutionCancelRequestedEventAttributes - If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It isn't set for other event types.

$sel:eventTimestamp:HistoryEvent', historyEvent_eventTimestamp - The date and time when the event occurred.

$sel:eventType:HistoryEvent', historyEvent_eventType - The type of the history event.

$sel:eventId:HistoryEvent', historyEvent_eventId - The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.

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
Eq 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

Generic LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

NFData LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

Hashable LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

NFData LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

Hashable LambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionFailedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "LambdaFunctionFailedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "details") '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:reason:LambdaFunctionFailedEventAttributes', lambdaFunctionFailedEventAttributes_reason - The reason provided for the failure.

$sel:details:LambdaFunctionFailedEventAttributes', lambdaFunctionFailedEventAttributes_details - The details of the failure.

$sel:scheduledEventId:LambdaFunctionFailedEventAttributes', lambdaFunctionFailedEventAttributes_scheduledEventId - The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

$sel:startedEventId:LambdaFunctionFailedEventAttributes', lambdaFunctionFailedEventAttributes_startedEventId - The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

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
Eq 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

Generic LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionScheduledEventAttributes

NFData LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionScheduledEventAttributes

Hashable LambdaFunctionScheduledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionScheduledEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

NFData LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

Hashable LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

NFData LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

Hashable LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

Read MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

Show 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 #

NFData MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

Hashable MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Read PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Show 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 #

NFData PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

Methods

rnf :: PendingTaskCount -> () #

Hashable PendingTaskCount Source # 
Instance details

Defined in Amazonka.SWF.Types.PendingTaskCount

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

Read RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

Show 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 #

NFData RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

Hashable RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

ToJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedEventAttributes

Read RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedEventAttributes

Show 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 #

NFData RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedEventAttributes

Hashable RecordMarkerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerFailedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes

NFData RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes

Hashable RequestCancelActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskDecisionAttributes

ToJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedEventAttributes

NFData RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedEventAttributes

Hashable RequestCancelActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelActivityTaskFailedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes

NFData RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes

Hashable RequestCancelExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes

ToJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedEventAttributes

NFData RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedEventAttributes

Hashable RequestCancelExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionFailedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

NFData RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

Hashable RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

Read ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

Show 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 #

NFData ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

Methods

rnf :: ResourceTag -> () #

Hashable ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

ToJSON ResourceTag Source # 
Instance details

Defined in Amazonka.SWF.Types.ResourceTag

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskDecisionAttributes

NFData ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskDecisionAttributes

Hashable ScheduleActivityTaskDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskDecisionAttributes

ToJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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 "scheduleToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "input") '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 "scheduleToStartTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "startToCloseTimeout") '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:scheduleToCloseTimeout:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_scheduleToCloseTimeout - The maximum duration for this activity task.

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

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

$sel:input:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_input - The input provided to the activity task.

$sel:taskList:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_taskList - If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type is used.

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

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

$sel:taskPriority:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_taskPriority - If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

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

$sel:scheduleToStartTimeout:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_scheduleToStartTimeout - If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

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

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

$sel:startToCloseTimeout:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_startToCloseTimeout - If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

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

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

$sel:activityType:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_activityType - The type of the activity task to schedule.

$sel:activityId:ScheduleActivityTaskDecisionAttributes', scheduleActivityTaskDecisionAttributes_activityId - The activityId of the activity task.

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

ScheduleActivityTaskFailedEventAttributes

data ScheduleActivityTaskFailedEventAttributes Source #

Provides the details of the ScheduleActivityTaskFailed event.

See: newScheduleActivityTaskFailedEventAttributes smart constructor.

Instances

Instances details
Eq 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

Generic ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedEventAttributes

NFData ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedEventAttributes

Hashable ScheduleActivityTaskFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleActivityTaskFailedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionDecisionAttributes

NFData ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionDecisionAttributes

Hashable ScheduleLambdaFunctionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionDecisionAttributes

ToJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedEventAttributes

NFData ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedEventAttributes

Hashable ScheduleLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ScheduleLambdaFunctionFailedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionDecisionAttributes

NFData SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionDecisionAttributes

Hashable SignalExternalWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionDecisionAttributes

ToJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedEventAttributes

NFData SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedEventAttributes

Hashable SignalExternalWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionFailedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionInitiatedEventAttributes

NFData SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionInitiatedEventAttributes

Hashable SignalExternalWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.SignalExternalWorkflowExecutionInitiatedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionDecisionAttributes

NFData StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionDecisionAttributes

Hashable StartChildWorkflowExecutionDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionDecisionAttributes

ToJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "StartChildWorkflowExecutionDecisionAttributes'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "taskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "executionStartToCloseTimeout") '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 "childPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildPolicy)) :*: (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:control:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_control - The data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the child workflow execution.

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

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

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

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

$sel:lambdaRole:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_lambdaRole - The IAM role attached to the child workflow execution.

$sel:input:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_input - The input to be provided to the workflow execution.

$sel:executionStartToCloseTimeout:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_executionStartToCloseTimeout - The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.

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

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

$sel:taskList:StartChildWorkflowExecutionDecisionAttributes', startChildWorkflowExecutionDecisionAttributes_taskList - The name of the task list to be used for decision tasks of the child workflow execution.

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

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

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

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

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

The supported child policies are:

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

Generic StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedEventAttributes

NFData StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedEventAttributes

Hashable StartChildWorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionFailedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionInitiatedEventAttributes

NFData StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionInitiatedEventAttributes

Hashable StartChildWorkflowExecutionInitiatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartChildWorkflowExecutionInitiatedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "StartChildWorkflowExecutionInitiatedEventAttributes'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "taskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "taskPriority") '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:tagList:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_tagList - The list of tags to associated with the child workflow execution.

$sel:taskStartToCloseTimeout:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_taskStartToCloseTimeout - The maximum duration allowed for the decision tasks for this workflow execution.

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

$sel:lambdaRole:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_lambdaRole - The IAM role to attach to the child workflow execution.

$sel:input:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_input - The inputs provided to the child workflow execution.

$sel:executionStartToCloseTimeout:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_executionStartToCloseTimeout - The maximum duration for the child workflow execution. If the workflow execution isn't closed within this duration, it is timed out and force-terminated.

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

$sel:taskPriority:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_taskPriority - The priority assigned for the decision tasks for this workflow execution. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

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

$sel:workflowId:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_workflowId - The workflowId of the child workflow execution.

$sel:workflowType:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_workflowType - The type of the child workflow execution.

$sel:taskList:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_taskList - The name of the task list used for the decision tasks of the child workflow execution.

$sel:decisionTaskCompletedEventId:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.

$sel:childPolicy:StartChildWorkflowExecutionInitiatedEventAttributes', startChildWorkflowExecutionInitiatedEventAttributes_childPolicy - The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

The supported child policies are:

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

Generic StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedEventAttributes

NFData StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedEventAttributes

Hashable StartLambdaFunctionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartLambdaFunctionFailedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "StartLambdaFunctionFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartLambdaFunctionFailedCause)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newStartLambdaFunctionFailedEventAttributes :: StartLambdaFunctionFailedEventAttributes Source #

Create a value of StartLambdaFunctionFailedEventAttributes with all optional fields omitted.

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

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

$sel:scheduledEventId:StartLambdaFunctionFailedEventAttributes', startLambdaFunctionFailedEventAttributes_scheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

$sel:cause:StartLambdaFunctionFailedEventAttributes', startLambdaFunctionFailedEventAttributes_cause - The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

If cause is set to OPERATION_NOT_PERMITTED, the decision failed because the IAM role attached to the execution lacked sufficient permissions. For details and example IAM policies, see Lambda Tasks in the Amazon SWF Developer Guide.

$sel:message:StartLambdaFunctionFailedEventAttributes', startLambdaFunctionFailedEventAttributes_message - A description that can help diagnose the cause of the fault.

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
Eq StartTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerDecisionAttributes

Read StartTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerDecisionAttributes

Show 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 #

NFData StartTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerDecisionAttributes

Hashable StartTimerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerDecisionAttributes

ToJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq StartTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedEventAttributes

Read StartTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedEventAttributes

Show 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 #

NFData StartTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedEventAttributes

Hashable StartTimerFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.StartTimerFailedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

Read TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

Show 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 #

NFData TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

Methods

rnf :: TagFilter -> () #

Hashable TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

ToJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

Read TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

Show 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 #

NFData TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

Methods

rnf :: TaskList -> () #

Hashable TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

Methods

hashWithSalt :: Int -> TaskList -> Int #

hash :: TaskList -> Int #

ToJSON TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

FromJSON TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

type Rep TaskList Source # 
Instance details

Defined in Amazonka.SWF.Types.TaskList

type Rep TaskList = D1 ('MetaData "TaskList" "Amazonka.SWF.Types.TaskList" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq TimerCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerCanceledEventAttributes

Read TimerCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerCanceledEventAttributes

Show 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 #

NFData TimerCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerCanceledEventAttributes

Hashable TimerCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerCanceledEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq TimerFiredEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerFiredEventAttributes

Read TimerFiredEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerFiredEventAttributes

Show 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 #

NFData TimerFiredEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerFiredEventAttributes

Hashable TimerFiredEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerFiredEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq TimerStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerStartedEventAttributes

Read TimerStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerStartedEventAttributes

Show 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 #

NFData TimerStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerStartedEventAttributes

Hashable TimerStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.TimerStartedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

Read WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

Show 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 #

NFData WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

Methods

rnf :: WorkflowExecution -> () #

Hashable WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

ToJSON WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedEventAttributes

NFData WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedEventAttributes

Hashable WorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCancelRequestedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionCancelRequestedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "externalWorkflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecution)) :*: (S1 ('MetaSel ('Just "externalInitiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionCancelRequestedCause)))))

newWorkflowExecutionCancelRequestedEventAttributes :: WorkflowExecutionCancelRequestedEventAttributes Source #

Create a value of WorkflowExecutionCancelRequestedEventAttributes with all optional fields omitted.

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

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

$sel:externalWorkflowExecution:WorkflowExecutionCancelRequestedEventAttributes', workflowExecutionCancelRequestedEventAttributes_externalWorkflowExecution - The external workflow execution for which the cancellation was requested.

$sel:externalInitiatedEventId:WorkflowExecutionCancelRequestedEventAttributes', workflowExecutionCancelRequestedEventAttributes_externalInitiatedEventId - The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:cause:WorkflowExecutionCancelRequestedEventAttributes', workflowExecutionCancelRequestedEventAttributes_cause - If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.

WorkflowExecutionCanceledEventAttributes

data WorkflowExecutionCanceledEventAttributes Source #

Provides the details of the WorkflowExecutionCanceled event.

See: newWorkflowExecutionCanceledEventAttributes smart constructor.

Instances

Instances details
Eq 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

Generic WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

NFData WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

Hashable WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

NFData WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

Hashable WorkflowExecutionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCompletedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq WorkflowExecutionConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionConfiguration

Read WorkflowExecutionConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionConfiguration

Show 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 #

NFData WorkflowExecutionConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionConfiguration

Hashable WorkflowExecutionConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionConfiguration

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionContinuedAsNewEventAttributes

NFData WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionContinuedAsNewEventAttributes

Hashable WorkflowExecutionContinuedAsNewEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionContinuedAsNewEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionContinuedAsNewEventAttributes'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "taskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "taskPriority") '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:tagList:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_tagList - The list of tags associated with the new workflow execution.

$sel:taskStartToCloseTimeout:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_taskStartToCloseTimeout - The maximum duration of decision tasks for the new workflow execution.

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

$sel:lambdaRole:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_lambdaRole - The IAM role to attach to the new (continued) workflow execution.

$sel:input:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_input - The input provided to the new workflow execution.

$sel:executionStartToCloseTimeout:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_executionStartToCloseTimeout - The total duration allowed for the new workflow execution.

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

$sel:taskPriority:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_taskPriority - The priority of the task to use for the decisions of the new (continued) workflow execution.

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

$sel:newExecutionRunId':WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_newExecutionRunId - The runId of the new workflow execution.

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

$sel:childPolicy:WorkflowExecutionContinuedAsNewEventAttributes', workflowExecutionContinuedAsNewEventAttributes_childPolicy - The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

The supported child policies are:

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

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Read WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Show 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 #

NFData WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

Methods

rnf :: WorkflowExecutionCount -> () #

Hashable WorkflowExecutionCount Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCount

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFailedEventAttributes

NFData WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFailedEventAttributes

Hashable WorkflowExecutionFailedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFailedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionFailedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "details") '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:reason:WorkflowExecutionFailedEventAttributes', workflowExecutionFailedEventAttributes_reason - The descriptive reason provided for the failure.

$sel:details:WorkflowExecutionFailedEventAttributes', workflowExecutionFailedEventAttributes_details - The details of the failure.

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

WorkflowExecutionFilter

data WorkflowExecutionFilter Source #

Used to filter the workflow executions in visibility APIs by their workflowId.

See: newWorkflowExecutionFilter smart constructor.

Instances

Instances details
Eq WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

Read WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

Show 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 #

NFData WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

Methods

rnf :: WorkflowExecutionFilter -> () #

Hashable WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

ToJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq WorkflowExecutionInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfo

Read WorkflowExecutionInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfo

Show 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 #

NFData WorkflowExecutionInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfo

Methods

rnf :: WorkflowExecutionInfo -> () #

Hashable WorkflowExecutionInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfo

FromJSON 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:parent:WorkflowExecutionInfo', workflowExecutionInfo_parent - If this workflow execution is a child of another execution then contains the workflow execution that started this execution.

$sel:tagList:WorkflowExecutionInfo', workflowExecutionInfo_tagList - The list of tags associated with the workflow execution. Tags can be used to identify and list workflow executions of interest through the visibility APIs. A workflow execution can have a maximum of 5 tags.

$sel:closeStatus:WorkflowExecutionInfo', workflowExecutionInfo_closeStatus - If the execution status is closed then this specifies how the execution was closed:

  • COMPLETED – the execution was successfully completed.
  • CANCELED – the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed.
  • TERMINATED – the execution was force terminated.
  • FAILED – the execution failed to complete.
  • TIMED_OUT – the execution did not complete in the alloted time and was automatically timed out.
  • CONTINUED_AS_NEW – the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow.

$sel:closeTimestamp:WorkflowExecutionInfo', workflowExecutionInfo_closeTimestamp - The time when the workflow execution was closed. Set only if the execution status is CLOSED.

$sel:cancelRequested:WorkflowExecutionInfo', workflowExecutionInfo_cancelRequested - Set to true if a cancellation is requested for this workflow execution.

$sel:execution:WorkflowExecutionInfo', workflowExecutionInfo_execution - The workflow execution this information is about.

$sel:workflowType:WorkflowExecutionInfo', workflowExecutionInfo_workflowType - The type of the workflow execution.

$sel:startTimestamp:WorkflowExecutionInfo', workflowExecutionInfo_startTimestamp - The time when the execution was started.

$sel:executionStatus:WorkflowExecutionInfo', workflowExecutionInfo_executionStatus - The current status of the execution.

WorkflowExecutionInfos

data WorkflowExecutionInfos Source #

Contains a paginated list of information about workflow executions.

See: newWorkflowExecutionInfos smart constructor.

Instances

Instances details
Eq WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Read WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Show 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 #

NFData WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Methods

rnf :: WorkflowExecutionInfos -> () #

Hashable WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionOpenCounts

Read WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionOpenCounts

Show 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 #

NFData WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionOpenCounts

Hashable WorkflowExecutionOpenCounts Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionOpenCounts

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq 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

Generic WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionSignaledEventAttributes

NFData WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionSignaledEventAttributes

Hashable WorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionSignaledEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionSignaledEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "externalWorkflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecution)) :*: S1 ('MetaSel ('Just "externalInitiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (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:externalWorkflowExecution:WorkflowExecutionSignaledEventAttributes', workflowExecutionSignaledEventAttributes_externalWorkflowExecution - The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.

$sel:externalInitiatedEventId:WorkflowExecutionSignaledEventAttributes', workflowExecutionSignaledEventAttributes_externalInitiatedEventId - The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.

$sel:input:WorkflowExecutionSignaledEventAttributes', workflowExecutionSignaledEventAttributes_input - The inputs provided with the signal. The decider can use the signal name and inputs to determine how to process the signal.

$sel:signalName:WorkflowExecutionSignaledEventAttributes', workflowExecutionSignaledEventAttributes_signalName - The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.

WorkflowExecutionStartedEventAttributes

data WorkflowExecutionStartedEventAttributes Source #

Provides details of WorkflowExecutionStarted event.

See: newWorkflowExecutionStartedEventAttributes smart constructor.

Instances

Instances details
Eq 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

Generic WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionStartedEventAttributes

NFData WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionStartedEventAttributes

Hashable WorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionStartedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionStartedEventAttributes'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "parentInitiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "taskStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionStartToCloseTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "taskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "parentWorkflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecution)) :*: S1 ('MetaSel ('Just "continuedExecutionRunId") '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:parentInitiatedEventId:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_parentInitiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this workflow execution. The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:tagList:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_tagList - The list of tags associated with this workflow execution. An execution can have up to 5 tags.

$sel:taskStartToCloseTimeout:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_taskStartToCloseTimeout - The maximum duration of decision tasks for this workflow type.

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

$sel:lambdaRole:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_lambdaRole - The IAM role attached to the workflow execution.

$sel:input:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_input - The input provided to the workflow execution.

$sel:executionStartToCloseTimeout:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_executionStartToCloseTimeout - The maximum duration for this workflow execution.

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

$sel:taskPriority:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_taskPriority - The priority of the decision tasks in the workflow execution.

$sel:parentWorkflowExecution:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_parentWorkflowExecution - The source workflow execution that started this workflow execution. The member isn't set if the workflow execution was not started by a workflow.

$sel:continuedExecutionRunId:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_continuedExecutionRunId - If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

$sel:childPolicy:WorkflowExecutionStartedEventAttributes', workflowExecutionStartedEventAttributes_childPolicy - The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

The supported child policies are:

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

Generic WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedEventAttributes

NFData WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedEventAttributes

Hashable WorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTerminatedEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionTerminatedEventAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowExecutionTerminatedCause)) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "details") '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:reason:WorkflowExecutionTerminatedEventAttributes', workflowExecutionTerminatedEventAttributes_reason - The reason provided for the termination.

$sel:details:WorkflowExecutionTerminatedEventAttributes', workflowExecutionTerminatedEventAttributes_details - The details provided for the termination.

$sel:childPolicy:WorkflowExecutionTerminatedEventAttributes', workflowExecutionTerminatedEventAttributes_childPolicy - The policy used for the child workflow executions of this workflow execution.

The supported child policies are:

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

Generic WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimedOutEventAttributes

NFData WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimedOutEventAttributes

Hashable WorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionTimedOutEventAttributes

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

Read WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

Show 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 #

NFData WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

Methods

rnf :: WorkflowType -> () #

Hashable WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

ToJSON WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq WorkflowTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeConfiguration

Read WorkflowTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeConfiguration

Show 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 #

NFData WorkflowTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeConfiguration

Hashable WorkflowTypeConfiguration Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeConfiguration

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowTypeConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultLambdaRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultChildPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChildPolicy)) :*: S1 ('MetaSel ('Just "defaultTaskList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskList)))) :*: (S1 ('MetaSel ('Just "defaultTaskPriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultExecutionStartToCloseTimeout") '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:defaultLambdaRole:WorkflowTypeConfiguration', workflowTypeConfiguration_defaultLambdaRole - The default IAM role attached to this workflow type.

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

$sel:defaultChildPolicy:WorkflowTypeConfiguration', workflowTypeConfiguration_defaultChildPolicy - The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

The supported child policies are:

  • TERMINATE – The child executions are terminated.
  • REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording 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:defaultTaskList:WorkflowTypeConfiguration', workflowTypeConfiguration_defaultTaskList - The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

$sel:defaultTaskPriority:WorkflowTypeConfiguration', workflowTypeConfiguration_defaultTaskPriority - The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

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

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

$sel:defaultExecutionStartToCloseTimeout:WorkflowTypeConfiguration', workflowTypeConfiguration_defaultExecutionStartToCloseTimeout - The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

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

$sel:defaultTaskStartToCloseTimeout:WorkflowTypeConfiguration', workflowTypeConfiguration_defaultTaskStartToCloseTimeout - The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task doesn'tdo close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.

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

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
Eq WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

Read WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

Show 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 #

NFData WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

Methods

rnf :: WorkflowTypeFilter -> () #

Hashable WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

ToJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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
Eq WorkflowTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeInfo

Read WorkflowTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeInfo

Show 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 #

NFData WorkflowTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeInfo

Methods

rnf :: WorkflowTypeInfo -> () #

Hashable WorkflowTypeInfo Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeInfo

FromJSON 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" "libZSservicesZSamazonka-swfZSamazonka-swf" '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.