Module Awso_swf_eioSource

Sourceval delete_activity_type : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_swf.Values.DeleteActivityTypeInput.t -> (unit, unit) Result.t
Sourceval delete_workflow_type : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_swf.Values.DeleteWorkflowTypeInput.t -> (unit, unit) Result.t
Sourceval deprecate_activity_type : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_swf.Values.DeprecateActivityTypeInput.t -> (unit, unit) Result.t
Sourceval deprecate_domain : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_swf.Values.DeprecateDomainInput.t -> (unit, unit) Result.t
Sourceval deprecate_workflow_type : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_swf.Values.DeprecateWorkflowTypeInput.t -> (unit, unit) Result.t
Sourceval register_activity_type : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_swf.Values.RegisterActivityTypeInput.t -> (unit, unit) Result.t
Sourceval register_domain : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_swf.Values.RegisterDomainInput.t -> (unit, unit) Result.t
Sourceval register_workflow_type : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_swf.Values.RegisterWorkflowTypeInput.t -> (unit, unit) Result.t
Sourceval request_cancel_workflow_execution : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_swf.Values.RequestCancelWorkflowExecutionInput.t -> (unit, unit) Result.t
Sourceval respond_activity_task_canceled : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_swf.Values.RespondActivityTaskCanceledInput.t -> (unit, unit) Result.t
Sourceval respond_activity_task_completed : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_swf.Values.RespondActivityTaskCompletedInput.t -> (unit, unit) Result.t
Sourceval respond_activity_task_failed : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_swf.Values.RespondActivityTaskFailedInput.t -> (unit, unit) Result.t
Sourceval respond_decision_task_completed : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_swf.Values.RespondDecisionTaskCompletedInput.t -> (unit, unit) Result.t
Sourceval signal_workflow_execution : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_swf.Values.SignalWorkflowExecutionInput.t -> (unit, unit) Result.t
Sourceval tag_resource : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_swf.Values.TagResourceInput.t -> (unit, unit) Result.t
Sourceval terminate_workflow_execution : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_swf.Values.TerminateWorkflowExecutionInput.t -> (unit, unit) Result.t
Sourceval undeprecate_activity_type : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_swf.Values.UndeprecateActivityTypeInput.t -> (unit, unit) Result.t
Sourceval undeprecate_domain : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_swf.Values.UndeprecateDomainInput.t -> (unit, unit) Result.t
Sourceval undeprecate_workflow_type : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_swf.Values.UndeprecateWorkflowTypeInput.t -> (unit, unit) Result.t
Sourceval untag_resource : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_swf.Values.UntagResourceInput.t -> (unit, unit) Result.t
include module type of struct include Awso_swf.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval serviceAbbreviation : string
Sourceval targetPrefix : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule DurationInSecondsOptional = Awso_swf.Values.DurationInSecondsOptional

Represents a task list.

Sourcemodule WorkflowRunIdOptional = Awso_swf.Values.WorkflowRunIdOptional

Represents an activity type.

Represents a workflow type.

Sourcemodule DurationInSeconds = Awso_swf.Values.DurationInSeconds
Sourcemodule ActivityTaskTimeoutType = Awso_swf.Values.ActivityTaskTimeoutType
Sourcemodule CancelTimerFailedCause = Awso_swf.Values.CancelTimerFailedCause
Sourcemodule CancelWorkflowExecutionFailedCause = Awso_swf.Values.CancelWorkflowExecutionFailedCause
Sourcemodule WorkflowExecution = Awso_swf.Values.WorkflowExecution

Represents a workflow execution.

Sourcemodule WorkflowExecutionTimeoutType = Awso_swf.Values.WorkflowExecutionTimeoutType
Sourcemodule CompleteWorkflowExecutionFailedCause = Awso_swf.Values.CompleteWorkflowExecutionFailedCause
Sourcemodule ContinueAsNewWorkflowExecutionFailedCause = Awso_swf.Values.ContinueAsNewWorkflowExecutionFailedCause
Sourcemodule DecisionTaskTimeoutType = Awso_swf.Values.DecisionTaskTimeoutType
Sourcemodule FailWorkflowExecutionFailedCause = Awso_swf.Values.FailWorkflowExecutionFailedCause
Sourcemodule LambdaFunctionTimeoutType = Awso_swf.Values.LambdaFunctionTimeoutType
Sourcemodule RecordMarkerFailedCause = Awso_swf.Values.RecordMarkerFailedCause
Sourcemodule RequestCancelActivityTaskFailedCause = Awso_swf.Values.RequestCancelActivityTaskFailedCause
Sourcemodule RequestCancelExternalWorkflowExecutionFailedCause = Awso_swf.Values.RequestCancelExternalWorkflowExecutionFailedCause
Sourcemodule ScheduleActivityTaskFailedCause = Awso_swf.Values.ScheduleActivityTaskFailedCause
Sourcemodule ScheduleLambdaFunctionFailedCause = Awso_swf.Values.ScheduleLambdaFunctionFailedCause
Sourcemodule SignalExternalWorkflowExecutionFailedCause = Awso_swf.Values.SignalExternalWorkflowExecutionFailedCause
Sourcemodule StartChildWorkflowExecutionFailedCause = Awso_swf.Values.StartChildWorkflowExecutionFailedCause
Sourcemodule StartLambdaFunctionFailedCause = Awso_swf.Values.StartLambdaFunctionFailedCause
Sourcemodule StartTimerFailedCause = Awso_swf.Values.StartTimerFailedCause
Sourcemodule WorkflowExecutionCancelRequestedCause = Awso_swf.Values.WorkflowExecutionCancelRequestedCause
Sourcemodule TerminateReason = Awso_swf.Values.TerminateReason
Sourcemodule WorkflowExecutionTerminatedCause = Awso_swf.Values.WorkflowExecutionTerminatedCause
Sourcemodule RegistrationStatus = Awso_swf.Values.RegistrationStatus
Sourcemodule ExecutionStatus = Awso_swf.Values.ExecutionStatus
Sourcemodule ResourceTagKey = Awso_swf.Values.ResourceTagKey
Sourcemodule ResourceTagValue = Awso_swf.Values.ResourceTagValue
Sourcemodule CancelTimerDecisionAttributes = Awso_swf.Values.CancelTimerDecisionAttributes

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.

Sourcemodule CancelWorkflowExecutionDecisionAttributes = Awso_swf.Values.CancelWorkflowExecutionDecisionAttributes

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.

Sourcemodule CompleteWorkflowExecutionDecisionAttributes = Awso_swf.Values.CompleteWorkflowExecutionDecisionAttributes

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.

Sourcemodule ContinueAsNewWorkflowExecutionDecisionAttributes = Awso_swf.Values.ContinueAsNewWorkflowExecutionDecisionAttributes

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.

Sourcemodule FailWorkflowExecutionDecisionAttributes = Awso_swf.Values.FailWorkflowExecutionDecisionAttributes

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.

Sourcemodule RecordMarkerDecisionAttributes = Awso_swf.Values.RecordMarkerDecisionAttributes

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.

Sourcemodule RequestCancelActivityTaskDecisionAttributes = Awso_swf.Values.RequestCancelActivityTaskDecisionAttributes

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.

Sourcemodule RequestCancelExternalWorkflowExecutionDecisionAttributes = Awso_swf.Values.RequestCancelExternalWorkflowExecutionDecisionAttributes

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.

Sourcemodule ScheduleActivityTaskDecisionAttributes = Awso_swf.Values.ScheduleActivityTaskDecisionAttributes

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.

Sourcemodule ScheduleLambdaFunctionDecisionAttributes = Awso_swf.Values.ScheduleLambdaFunctionDecisionAttributes

Decision attributes specified in scheduleLambdaFunctionDecisionAttributes within the list of decisions decisions passed to RespondDecisionTaskCompleted.

Sourcemodule SignalExternalWorkflowExecutionDecisionAttributes = Awso_swf.Values.SignalExternalWorkflowExecutionDecisionAttributes

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.

Sourcemodule StartChildWorkflowExecutionDecisionAttributes = Awso_swf.Values.StartChildWorkflowExecutionDecisionAttributes

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.

Sourcemodule StartTimerDecisionAttributes = Awso_swf.Values.StartTimerDecisionAttributes

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.

Sourcemodule ActivityTaskCancelRequestedEventAttributes = Awso_swf.Values.ActivityTaskCancelRequestedEventAttributes

Provides the details of the ActivityTaskCancelRequested event.

Sourcemodule ActivityTaskCanceledEventAttributes = Awso_swf.Values.ActivityTaskCanceledEventAttributes

Provides the details of the ActivityTaskCanceled event.

Sourcemodule ActivityTaskCompletedEventAttributes = Awso_swf.Values.ActivityTaskCompletedEventAttributes

Provides the details of the ActivityTaskCompleted event.

Sourcemodule ActivityTaskFailedEventAttributes = Awso_swf.Values.ActivityTaskFailedEventAttributes

Provides the details of the ActivityTaskFailed event.

Sourcemodule ActivityTaskScheduledEventAttributes = Awso_swf.Values.ActivityTaskScheduledEventAttributes

Provides the details of the ActivityTaskScheduled event.

Sourcemodule ActivityTaskStartedEventAttributes = Awso_swf.Values.ActivityTaskStartedEventAttributes

Provides the details of the ActivityTaskStarted event.

Sourcemodule ActivityTaskTimedOutEventAttributes = Awso_swf.Values.ActivityTaskTimedOutEventAttributes

Provides the details of the ActivityTaskTimedOut event.

Sourcemodule CancelTimerFailedEventAttributes = Awso_swf.Values.CancelTimerFailedEventAttributes

Provides the details of the CancelTimerFailed event.

Sourcemodule CancelWorkflowExecutionFailedEventAttributes = Awso_swf.Values.CancelWorkflowExecutionFailedEventAttributes

Provides the details of the CancelWorkflowExecutionFailed event.

Sourcemodule ChildWorkflowExecutionCanceledEventAttributes = Awso_swf.Values.ChildWorkflowExecutionCanceledEventAttributes

Provide details of the ChildWorkflowExecutionCanceled event.

Sourcemodule ChildWorkflowExecutionCompletedEventAttributes = Awso_swf.Values.ChildWorkflowExecutionCompletedEventAttributes

Provides the details of the ChildWorkflowExecutionCompleted event.

Sourcemodule ChildWorkflowExecutionFailedEventAttributes = Awso_swf.Values.ChildWorkflowExecutionFailedEventAttributes

Provides the details of the ChildWorkflowExecutionFailed event.

Sourcemodule ChildWorkflowExecutionStartedEventAttributes = Awso_swf.Values.ChildWorkflowExecutionStartedEventAttributes

Provides the details of the ChildWorkflowExecutionStarted event.

Sourcemodule ChildWorkflowExecutionTerminatedEventAttributes = Awso_swf.Values.ChildWorkflowExecutionTerminatedEventAttributes

Provides the details of the ChildWorkflowExecutionTerminated event.

Sourcemodule ChildWorkflowExecutionTimedOutEventAttributes = Awso_swf.Values.ChildWorkflowExecutionTimedOutEventAttributes

Provides the details of the ChildWorkflowExecutionTimedOut event.

Sourcemodule CompleteWorkflowExecutionFailedEventAttributes = Awso_swf.Values.CompleteWorkflowExecutionFailedEventAttributes

Provides the details of the CompleteWorkflowExecutionFailed event.

Sourcemodule ContinueAsNewWorkflowExecutionFailedEventAttributes = Awso_swf.Values.ContinueAsNewWorkflowExecutionFailedEventAttributes

Provides the details of the ContinueAsNewWorkflowExecutionFailed event.

Sourcemodule DecisionTaskCompletedEventAttributes = Awso_swf.Values.DecisionTaskCompletedEventAttributes

Provides the details of the DecisionTaskCompleted event.

Sourcemodule DecisionTaskScheduledEventAttributes = Awso_swf.Values.DecisionTaskScheduledEventAttributes

Provides details about the DecisionTaskScheduled event.

Sourcemodule DecisionTaskStartedEventAttributes = Awso_swf.Values.DecisionTaskStartedEventAttributes

Provides the details of the DecisionTaskStarted event.

Sourcemodule DecisionTaskTimedOutEventAttributes = Awso_swf.Values.DecisionTaskTimedOutEventAttributes

Provides the details of the DecisionTaskTimedOut event.

Sourcemodule ExternalWorkflowExecutionCancelRequestedEventAttributes = Awso_swf.Values.ExternalWorkflowExecutionCancelRequestedEventAttributes

Provides the details of the ExternalWorkflowExecutionCancelRequested event.

Sourcemodule ExternalWorkflowExecutionSignaledEventAttributes = Awso_swf.Values.ExternalWorkflowExecutionSignaledEventAttributes

Provides the details of the ExternalWorkflowExecutionSignaled event.

Sourcemodule FailWorkflowExecutionFailedEventAttributes = Awso_swf.Values.FailWorkflowExecutionFailedEventAttributes

Provides the details of the FailWorkflowExecutionFailed event.

Sourcemodule LambdaFunctionCompletedEventAttributes = Awso_swf.Values.LambdaFunctionCompletedEventAttributes

Provides the details of the LambdaFunctionCompleted event. It isn't set for other event types.

Sourcemodule LambdaFunctionFailedEventAttributes = Awso_swf.Values.LambdaFunctionFailedEventAttributes

Provides the details of the LambdaFunctionFailed event. It isn't set for other event types.

Sourcemodule LambdaFunctionScheduledEventAttributes = Awso_swf.Values.LambdaFunctionScheduledEventAttributes

Provides the details of the LambdaFunctionScheduled event. It isn't set for other event types.

Sourcemodule LambdaFunctionStartedEventAttributes = Awso_swf.Values.LambdaFunctionStartedEventAttributes

Provides the details of the LambdaFunctionStarted event. It isn't set for other event types.

Sourcemodule LambdaFunctionTimedOutEventAttributes = Awso_swf.Values.LambdaFunctionTimedOutEventAttributes

Provides details of the LambdaFunctionTimedOut event.

Sourcemodule MarkerRecordedEventAttributes = Awso_swf.Values.MarkerRecordedEventAttributes

Provides the details of the MarkerRecorded event.

Sourcemodule RecordMarkerFailedEventAttributes = Awso_swf.Values.RecordMarkerFailedEventAttributes

Provides the details of the RecordMarkerFailed event.

Sourcemodule RequestCancelActivityTaskFailedEventAttributes = Awso_swf.Values.RequestCancelActivityTaskFailedEventAttributes

Provides the details of the RequestCancelActivityTaskFailed event.

Sourcemodule RequestCancelExternalWorkflowExecutionFailedEventAttributes = Awso_swf.Values.RequestCancelExternalWorkflowExecutionFailedEventAttributes

Provides the details of the RequestCancelExternalWorkflowExecutionFailed event.

Sourcemodule RequestCancelExternalWorkflowExecutionInitiatedEventAttributes = Awso_swf.Values.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

Provides the details of the RequestCancelExternalWorkflowExecutionInitiated event.

Sourcemodule ScheduleActivityTaskFailedEventAttributes = Awso_swf.Values.ScheduleActivityTaskFailedEventAttributes

Provides the details of the ScheduleActivityTaskFailed event.

Sourcemodule ScheduleLambdaFunctionFailedEventAttributes = Awso_swf.Values.ScheduleLambdaFunctionFailedEventAttributes

Provides the details of the ScheduleLambdaFunctionFailed event. It isn't set for other event types.

Sourcemodule SignalExternalWorkflowExecutionFailedEventAttributes = Awso_swf.Values.SignalExternalWorkflowExecutionFailedEventAttributes

Provides the details of the SignalExternalWorkflowExecutionFailed event.

Sourcemodule SignalExternalWorkflowExecutionInitiatedEventAttributes = Awso_swf.Values.SignalExternalWorkflowExecutionInitiatedEventAttributes

Provides the details of the SignalExternalWorkflowExecutionInitiated event.

Sourcemodule StartChildWorkflowExecutionFailedEventAttributes = Awso_swf.Values.StartChildWorkflowExecutionFailedEventAttributes

Provides the details of the StartChildWorkflowExecutionFailed event.

Sourcemodule StartChildWorkflowExecutionInitiatedEventAttributes = Awso_swf.Values.StartChildWorkflowExecutionInitiatedEventAttributes

Provides the details of the StartChildWorkflowExecutionInitiated event.

Sourcemodule StartLambdaFunctionFailedEventAttributes = Awso_swf.Values.StartLambdaFunctionFailedEventAttributes

Provides the details of the StartLambdaFunctionFailed event. It isn't set for other event types.

Sourcemodule StartTimerFailedEventAttributes = Awso_swf.Values.StartTimerFailedEventAttributes

Provides the details of the StartTimerFailed event.

Sourcemodule TimerCanceledEventAttributes = Awso_swf.Values.TimerCanceledEventAttributes

Provides the details of the TimerCanceled event.

Sourcemodule TimerFiredEventAttributes = Awso_swf.Values.TimerFiredEventAttributes

Provides the details of the TimerFired event.

Sourcemodule TimerStartedEventAttributes = Awso_swf.Values.TimerStartedEventAttributes

Provides the details of the TimerStarted event.

Sourcemodule WorkflowExecutionCancelRequestedEventAttributes = Awso_swf.Values.WorkflowExecutionCancelRequestedEventAttributes

Provides the details of the WorkflowExecutionCancelRequested event.

Sourcemodule WorkflowExecutionCanceledEventAttributes = Awso_swf.Values.WorkflowExecutionCanceledEventAttributes

Provides the details of the WorkflowExecutionCanceled event.

Sourcemodule WorkflowExecutionCompletedEventAttributes = Awso_swf.Values.WorkflowExecutionCompletedEventAttributes

Provides the details of the WorkflowExecutionCompleted event.

Sourcemodule WorkflowExecutionContinuedAsNewEventAttributes = Awso_swf.Values.WorkflowExecutionContinuedAsNewEventAttributes

Provides the details of the WorkflowExecutionContinuedAsNew event.

Sourcemodule WorkflowExecutionFailedEventAttributes = Awso_swf.Values.WorkflowExecutionFailedEventAttributes

Provides the details of the WorkflowExecutionFailed event.

Sourcemodule WorkflowExecutionSignaledEventAttributes = Awso_swf.Values.WorkflowExecutionSignaledEventAttributes

Provides the details of the WorkflowExecutionSignaled event.

Sourcemodule WorkflowExecutionStartedEventAttributes = Awso_swf.Values.WorkflowExecutionStartedEventAttributes

Provides details of WorkflowExecutionStarted event.

Sourcemodule WorkflowExecutionTerminatedEventAttributes = Awso_swf.Values.WorkflowExecutionTerminatedEventAttributes

Provides the details of the WorkflowExecutionTerminated event.

Sourcemodule WorkflowExecutionTimedOutEventAttributes = Awso_swf.Values.WorkflowExecutionTimedOutEventAttributes

Provides the details of the WorkflowExecutionTimedOut event.

Sourcemodule WorkflowTypeInfo = Awso_swf.Values.WorkflowTypeInfo

Contains information about a workflow type.

Sourcemodule WorkflowExecutionInfo = Awso_swf.Values.WorkflowExecutionInfo

Contains information about a workflow execution.

Sourcemodule OpenDecisionTasksCount = Awso_swf.Values.OpenDecisionTasksCount

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

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

Sourcemodule VersionOptional = Awso_swf.Values.VersionOptional

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.

Contains general information about a domain.

Sourcemodule DurationInDays = Awso_swf.Values.DurationInDays
Sourcemodule ActivityTypeInfo = Awso_swf.Values.ActivityTypeInfo

Detailed information about an activity type.

Sourcemodule OperationNotPermittedFault = Awso_swf.Values.OperationNotPermittedFault

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

Sourcemodule UnknownResourceFault = Awso_swf.Values.UnknownResourceFault

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.

Sourcemodule WorkflowTypeInfoList = Awso_swf.Values.WorkflowTypeInfoList
Sourcemodule WorkflowTypeConfiguration = Awso_swf.Values.WorkflowTypeConfiguration

The configuration settings of a workflow type.

Sourcemodule WorkflowExecutionInfoList = Awso_swf.Values.WorkflowExecutionInfoList
Sourcemodule WorkflowExecutionConfiguration = Awso_swf.Values.WorkflowExecutionConfiguration

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.

Sourcemodule WorkflowExecutionOpenCounts = Awso_swf.Values.WorkflowExecutionOpenCounts

Contains the counts of open tasks, child workflow executions and timers for a workflow execution.

Sourcemodule ResourceTagKeyList = Awso_swf.Values.ResourceTagKeyList
Sourcemodule ResourceTagList = Awso_swf.Values.ResourceTagList
Sourcemodule DefaultUndefinedFault = Awso_swf.Values.DefaultUndefinedFault

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.

Sourcemodule LimitExceededFault = Awso_swf.Values.LimitExceededFault

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.

Sourcemodule TypeDeprecatedFault = Awso_swf.Values.TypeDeprecatedFault

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

Sourcemodule WorkflowExecutionAlreadyStartedFault = Awso_swf.Values.WorkflowExecutionAlreadyStartedFault

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

Sourcemodule StartAtPreviousStartedEvent = Awso_swf.Values.StartAtPreviousStartedEvent
Sourcemodule ExecutionTimeFilter = Awso_swf.Values.ExecutionTimeFilter

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.

Used to filter the workflow executions in visibility APIs based on a tag.

Sourcemodule WorkflowExecutionFilter = Awso_swf.Values.WorkflowExecutionFilter

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

Sourcemodule WorkflowTypeFilter = Awso_swf.Values.WorkflowTypeFilter

Used to filter workflow execution query results by type. Each parameter, if specified, defines a rule that must be satisfied by each returned result.

Sourcemodule CloseStatusFilter = Awso_swf.Values.CloseStatusFilter

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

Sourcemodule HistoryEventList = Awso_swf.Values.HistoryEventList
Sourcemodule DomainInfoList = Awso_swf.Values.DomainInfoList
Sourcemodule DomainConfiguration = Awso_swf.Values.DomainConfiguration

Contains the configuration settings of a domain.

Sourcemodule ActivityTypeInfoList = Awso_swf.Values.ActivityTypeInfoList
Sourcemodule ActivityTypeConfiguration = Awso_swf.Values.ActivityTypeConfiguration

Configuration settings registered with the activity type.

Sourcemodule WorkflowTypeInfos = Awso_swf.Values.WorkflowTypeInfos

Contains a paginated list of information structures about workflow types.

Sourcemodule WorkflowTypeDetail = Awso_swf.Values.WorkflowTypeDetail

Contains details about a workflow type.

Sourcemodule WorkflowExecutionInfos = Awso_swf.Values.WorkflowExecutionInfos

Contains a paginated list of information about workflow executions.

Sourcemodule WorkflowExecutionDetail = Awso_swf.Values.WorkflowExecutionDetail

Contains details about a workflow execution.

Sourcemodule WorkflowExecutionCount = Awso_swf.Values.WorkflowExecutionCount

Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions

Sourcemodule UntagResourceInput = Awso_swf.Values.UntagResourceInput

Remove a tag from a Amazon SWF domain.

Sourcemodule UndeprecateWorkflowTypeInput = Awso_swf.Values.UndeprecateWorkflowTypeInput

Undeprecates a previously deprecated workflow type. After a workflow type has been undeprecated, you can create new executions of that type. This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control You can use IAM policies to control this action'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. 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.

Sourcemodule UndeprecateDomainInput = Awso_swf.Values.UndeprecateDomainInput

Undeprecates a previously deprecated domain. After a domain has been undeprecated it can be used to create new workflow executions or register new types. This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control You can use IAM policies to control this action'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.

Sourcemodule UndeprecateActivityTypeInput = Awso_swf.Values.UndeprecateActivityTypeInput

Undeprecates a previously deprecated activity type. After an activity type has been undeprecated, you can create new tasks of that activity type. This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control You can use IAM policies to control this action'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. 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.

Sourcemodule TypeNotDeprecatedFault = Awso_swf.Values.TypeNotDeprecatedFault

Returned when the resource type has not been deprecated.

Sourcemodule TypeAlreadyExistsFault = Awso_swf.Values.TypeAlreadyExistsFault

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.

Sourcemodule TooManyTagsFault = Awso_swf.Values.TooManyTagsFault

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

Sourcemodule TerminateWorkflowExecutionInput = Awso_swf.Values.TerminateWorkflowExecutionInput

Records a WorkflowExecutionTerminated event and forces closure of the workflow execution identified by the given domain, runId, and workflowId. The child policy, registered with the workflow type or specified when starting this execution, is applied to any open child workflow executions of this workflow execution. If the identified workflow execution was in progress, it is terminated immediately. If a runId isn't specified, then the WorkflowExecutionTerminated event is recorded in the history of the current open workflow with the matching workflowId in the domain. You should consider using RequestCancelWorkflowExecution action instead because it allows the workflow to gracefully close while TerminateWorkflowExecution doesn't. Access Control You can use IAM policies to control this action'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.

Sourcemodule TagResourceInput = Awso_swf.Values.TagResourceInput

Add a tag to a Amazon SWF domain. Amazon SWF supports a maximum of 50 tags per resource.

Sourcemodule StartWorkflowExecutionInput = Awso_swf.Values.StartWorkflowExecutionInput

Starts an execution of the workflow type in the specified domain using the provided workflowId and input data. This action returns the newly started workflow execution. Access Control You can use IAM policies to control this action'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.0: The key is swf:tagList.member.0. tagList.member.1: The key is swf:tagList.member.1. tagList.member.2: The key is swf:tagList.member.2. tagList.member.3: The key is swf:tagList.member.3. tagList.member.4: The key is swf:tagList.member.4. 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.

Sourcemodule SignalWorkflowExecutionInput = Awso_swf.Values.SignalWorkflowExecutionInput

Records a WorkflowExecutionSignaled event in the workflow execution history and creates a decision task for the workflow execution identified by the given domain, workflowId and runId. The event is recorded with the specified user defined signalName and input (if provided). If a runId isn't specified, then the WorkflowExecutionSignaled event is recorded in the history of the current open workflow with the matching workflowId in the domain. If the specified workflow execution isn't open, this method fails with UnknownResource. Access Control You can use IAM policies to control this action'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.

Specifies the runId of a workflow execution.

Sourcemodule RespondDecisionTaskCompletedInput = Awso_swf.Values.RespondDecisionTaskCompletedInput

Input data for a TaskCompleted response to a decision task.

Sourcemodule RespondActivityTaskFailedInput = Awso_swf.Values.RespondActivityTaskFailedInput

Used by workers to tell the service that the ActivityTask identified by the taskToken has failed with reason (if specified). The reason and details appear in the ActivityTaskFailed event added to the workflow history. A task is considered open from the time that it is scheduled until it is closed. Therefore a task is reported as open while a worker is processing it. A task is closed after it has been specified in a call to RespondActivityTaskCompleted, RespondActivityTaskCanceled, RespondActivityTaskFailed, or the task has timed out. Access Control You can use IAM policies to control this action'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.

Sourcemodule RespondActivityTaskCompletedInput = Awso_swf.Values.RespondActivityTaskCompletedInput

Used by workers to tell the service that the ActivityTask identified by the taskToken completed successfully with a result (if provided). The result appears in the ActivityTaskCompleted event in the workflow history. If the requested task doesn't complete successfully, use RespondActivityTaskFailed instead. If the worker finds that the task is canceled through the canceled flag returned by RecordActivityTaskHeartbeat, it should cancel the task, clean up and then call RespondActivityTaskCanceled. A task is considered open from the time that it is scheduled until it is closed. Therefore a task is reported as open while a worker is processing it. A task is closed after it has been specified in a call to RespondActivityTaskCompleted, RespondActivityTaskCanceled, RespondActivityTaskFailed, or the task has timed out. Access Control You can use IAM policies to control this action'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.

Sourcemodule RespondActivityTaskCanceledInput = Awso_swf.Values.RespondActivityTaskCanceledInput

Used by workers to tell the service that the ActivityTask identified by the taskToken was successfully canceled. Additional details can be provided using the details argument. These details (if provided) appear in the ActivityTaskCanceled event added to the workflow history. Only use this operation if the canceled flag of a RecordActivityTaskHeartbeat request returns true and if the activity can be safely undone or abandoned. A task is considered open from the time that it is scheduled until it is closed. Therefore a task is reported as open while a worker is processing it. A task is closed after it has been specified in a call to RespondActivityTaskCompleted, RespondActivityTaskCanceled, RespondActivityTaskFailed, or the task has timed out. Access Control You can use IAM policies to control this action'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.

Sourcemodule RequestCancelWorkflowExecutionInput = Awso_swf.Values.RequestCancelWorkflowExecutionInput

Records a WorkflowExecutionCancelRequested event in the currently running workflow execution identified by the given domain, workflowId, and runId. This logically requests the cancellation of the workflow execution as a whole. It is up to the decider to take appropriate actions when it receives an execution history with this event. If the runId isn't specified, the WorkflowExecutionCancelRequested event is recorded in the history of the current open workflow execution with the specified workflowId in the domain. Because this action allows the workflow to properly clean up and gracefully close, it should be used instead of TerminateWorkflowExecution when possible. Access Control You can use IAM policies to control this action'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.

Sourcemodule RegisterWorkflowTypeInput = Awso_swf.Values.RegisterWorkflowTypeInput

Registers a new workflow type and its configuration settings in the specified domain. The retention period for the workflow history is set by the RegisterDomain action. If the type already exists, then a TypeAlreadyExists fault is returned. You cannot change the configuration settings of a workflow type once it is registered and it must be registered as a new version. Access Control You can use IAM policies to control this action'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. defaultTaskList.name: String constraint. The key is swf:defaultTaskList.name. name: String constraint. The key is swf:name. version: String constraint. The key is swf: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.

Sourcemodule RegisterDomainInput = Awso_swf.Values.RegisterDomainInput

Registers a new domain. Access Control You can use IAM policies to control this action's access to Amazon SWF resources as follows: You cannot use an IAM policy to control domain access for this action. The name of the domain being registered is available as the resource of this action. 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.

Sourcemodule RegisterActivityTypeInput = Awso_swf.Values.RegisterActivityTypeInput

Registers a new activity type along with its configuration settings in the specified domain. A TypeAlreadyExists fault is returned if the type already exists in the domain. You cannot change any configuration settings of the type after its registration, and it must be registered as a new version. Access Control You can use IAM policies to control this action'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. defaultTaskList.name: String constraint. The key is swf:defaultTaskList.name. name: String constraint. The key is swf:name. version: String constraint. The key is swf: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.

Sourcemodule RecordActivityTaskHeartbeatInput = Awso_swf.Values.RecordActivityTaskHeartbeatInput

Used by activity workers to report to the service that the ActivityTask represented by the specified taskToken is still making progress. The worker can also specify details of the progress, for example percent complete, using the details parameter. This action can also be used by the worker as a mechanism to check if cancellation is being requested for the activity task. If a cancellation is being attempted for the specified task, then the boolean cancelRequested flag returned by the service is set to true. This action resets the taskHeartbeatTimeout clock. The taskHeartbeatTimeout is specified in RegisterActivityType. This action doesn't in itself create an event in the workflow execution history. However, if the task times out, the workflow execution history contains a ActivityTaskTimedOut event that contains the information from the last heartbeat generated by the activity worker. The taskStartToCloseTimeout of an activity type is the maximum duration of an activity task, regardless of the number of RecordActivityTaskHeartbeat requests received. The taskStartToCloseTimeout is also specified in RegisterActivityType. This operation is only useful for long-lived activities to report liveliness of the task and to determine if a cancellation is being attempted. If the cancelRequested flag returns true, a cancellation is being attempted. If the worker can cancel the activity, it should respond with RespondActivityTaskCanceled. Otherwise, it should ignore the cancellation request. Access Control You can use IAM policies to control this action'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.

Sourcemodule PollForDecisionTaskInput = Awso_swf.Values.PollForDecisionTaskInput

Used by deciders to get a DecisionTask from the specified decision taskList. A decision task may be returned for any open workflow execution that is using the specified task list. The task includes a paginated view of the history of the workflow execution. The decider should use the workflow type and the history to determine how to properly handle the task. This action initiates a long poll, where the service holds the HTTP connection open and responds as soon a task becomes available. If no decision task is available in the specified task list before the timeout of 60 seconds expires, an empty result is returned. An empty result, in this context, means that a DecisionTask is returned, but that the value of taskToken is an empty string. Deciders should set their client side socket timeout to at least 70 seconds (10 seconds higher than the timeout). Because the number of workflow history events for a single workflow execution might be very large, the result returned might be split up across a number of pages. To retrieve subsequent pages, make additional calls to PollForDecisionTask using the nextPageToken returned by the initial call. Note that you do not call GetWorkflowExecutionHistory with this nextPageToken. Instead, call PollForDecisionTask again. Access Control You can use IAM policies to control this action'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 taskList.name parameter by using a Condition element with the swf:taskList.name key to allow the action to access only certain task lists. 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.

Sourcemodule PollForActivityTaskInput = Awso_swf.Values.PollForActivityTaskInput

Used by workers to get an ActivityTask from the specified activity taskList. This initiates a long poll, where the service holds the HTTP connection open and responds as soon as a task becomes available. The maximum time the service holds on to the request before responding is 60 seconds. If no task is available within 60 seconds, the poll returns an empty result. An empty result, in this context, means that an ActivityTask is returned, but that the value of taskToken is an empty string. If a task is returned, the worker should use its type to identify and process it correctly. Workers should set their client side socket timeout to at least 70 seconds (10 seconds higher than the maximum time service may hold the poll request). Access Control You can use IAM policies to control this action'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 taskList.name parameter by using a Condition element with the swf:taskList.name key to allow the action to access only certain task lists. 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.

Sourcemodule PendingTaskCount = Awso_swf.Values.PendingTaskCount

Contains the count of tasks in a task list.

Sourcemodule ListWorkflowTypesInput = Awso_swf.Values.ListWorkflowTypesInput

Returns information about workflow types in the specified domain. The results may be split into multiple pages that can be retrieved by making the call repeatedly. Access Control You can use IAM policies to control this action'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.

Sourcemodule ListTagsForResourceOutput = Awso_swf.Values.ListTagsForResourceOutput

List tags for a given domain.

Sourcemodule ListTagsForResourceInput = Awso_swf.Values.ListTagsForResourceInput

List tags for a given domain.

Sourcemodule ListOpenWorkflowExecutionsInput = Awso_swf.Values.ListOpenWorkflowExecutionsInput

Returns a list of open workflow executions in the specified domain that meet the filtering criteria. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call. This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control You can use IAM policies to control this action'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. tagFilter.tag: String constraint. The key is swf:tagFilter.tag. typeFilter.name: String constraint. The key is swf:typeFilter.name. typeFilter.version: String constraint. The key is swf:typeFilter.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.

Sourcemodule ListDomainsInput = Awso_swf.Values.ListDomainsInput

Returns the list of domains registered in the account. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call. This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control You can use IAM policies to control this action's access to Amazon SWF resources as follows: Use a Resource element with the domain name to limit the action to only specified domains. The element must be set to arn:aws:swf::AccountID:domain/*, where AccountID is the account ID, with no dashes. 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.

Sourcemodule ListClosedWorkflowExecutionsInput = Awso_swf.Values.ListClosedWorkflowExecutionsInput

Returns a list of closed workflow executions in the specified domain that meet the filtering criteria. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call. This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control You can use IAM policies to control this action'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. tagFilter.tag: String constraint. The key is swf:tagFilter.tag. typeFilter.name: String constraint. The key is swf:typeFilter.name. typeFilter.version: String constraint. The key is swf:typeFilter.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.

Sourcemodule ListActivityTypesInput = Awso_swf.Values.ListActivityTypesInput

Returns information about all activities registered in the specified domain that match the specified name and registration status. The result includes information like creation date, current status of the activity, etc. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call. Access Control You can use IAM policies to control this action'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.

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.

Sourcemodule GetWorkflowExecutionHistoryInput = Awso_swf.Values.GetWorkflowExecutionHistoryInput

Returns the history of the specified workflow execution. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call. This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control You can use IAM policies to control this action'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.

Contains a paginated collection of DomainInfo structures.

Contains details of a domain.

Sourcemodule DomainDeprecatedFault = Awso_swf.Values.DomainDeprecatedFault

Returned when the specified domain has been deprecated.

Sourcemodule DomainAlreadyExistsFault = Awso_swf.Values.DomainAlreadyExistsFault

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.

Sourcemodule DescribeWorkflowTypeInput = Awso_swf.Values.DescribeWorkflowTypeInput

Returns information about the specified workflow type. This includes configuration settings specified when the type was registered and other information such as creation date, current status, etc. Access Control You can use IAM policies to control this action'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. 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.

Sourcemodule DescribeWorkflowExecutionInput = Awso_swf.Values.DescribeWorkflowExecutionInput

Returns information about the specified workflow execution including its type and some statistics. This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control You can use IAM policies to control this action'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.

Sourcemodule DescribeDomainInput = Awso_swf.Values.DescribeDomainInput

Returns information about the specified domain, including description and status. Access Control You can use IAM policies to control this action'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.

Sourcemodule DescribeActivityTypeInput = Awso_swf.Values.DescribeActivityTypeInput

Returns information about the specified activity type. This includes configuration settings provided when the type was registered and other general information about the type. Access Control You can use IAM policies to control this action'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. 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.

Sourcemodule DeprecateWorkflowTypeInput = Awso_swf.Values.DeprecateWorkflowTypeInput

Deprecates the specified workflow type. After a workflow type has been deprecated, you cannot create new executions of that type. Executions that were started before the type was deprecated continues to run. A deprecated workflow type may still be used when calling visibility actions. This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control You can use IAM policies to control this action'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. 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.

Sourcemodule DeprecateDomainInput = Awso_swf.Values.DeprecateDomainInput

Deprecates the specified domain. After a domain has been deprecated it cannot be used to create new workflow executions or register new types. However, you can still use visibility actions on this domain. Deprecating a domain also deprecates all activity and workflow types registered in the domain. Executions that were started before the domain was deprecated continues to run. This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control You can use IAM policies to control this action'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.

Sourcemodule DeprecateActivityTypeInput = Awso_swf.Values.DeprecateActivityTypeInput

Deprecates the specified activity type. After an activity type has been deprecated, you cannot create new tasks of that activity type. Tasks of this type that were scheduled before the type was deprecated continue to run. Access Control You can use IAM policies to control this action'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. 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.

Sourcemodule DeleteWorkflowTypeInput = Awso_swf.Values.DeleteWorkflowTypeInput

Deletes the specified workflow type. Note: Prior to deletion, workflow types must first be deprecated. After a workflow type has been deleted, you cannot create new executions of that type. Executions that started before the type was deleted will continue to run. Access Control You can use IAM policies to control this action'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. 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.

Sourcemodule DeleteActivityTypeInput = Awso_swf.Values.DeleteActivityTypeInput

Deletes the specified activity type. Note: Prior to deletion, activity types must first be deprecated. After an activity type has been deleted, you cannot schedule new activities of that type. Activities that started before the type was deleted will continue to run. Access Control You can use IAM policies to control this action'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. 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.

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

Sourcemodule CountPendingDecisionTasksInput = Awso_swf.Values.CountPendingDecisionTasksInput

Returns the estimated number of decision tasks in the specified task list. The count returned is an approximation and isn't guaranteed to be exact. If you specify a task list that no decision task was ever scheduled in then 0 is returned. Access Control You can use IAM policies to control this action'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 taskList.name parameter by using a Condition element with the swf:taskList.name key to allow the action to access only certain task lists. 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.

Sourcemodule CountPendingActivityTasksInput = Awso_swf.Values.CountPendingActivityTasksInput

Returns the estimated number of activity tasks in the specified task list. The count returned is an approximation and isn't guaranteed to be exact. If you specify a task list that no activity task was ever scheduled in then 0 is returned. Access Control You can use IAM policies to control this action'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 taskList.name parameter by using a Condition element with the swf:taskList.name key to allow the action to access only certain task lists. 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.

Sourcemodule CountOpenWorkflowExecutionsInput = Awso_swf.Values.CountOpenWorkflowExecutionsInput

Returns the number of open workflow executions within the given domain that meet the specified filtering criteria. This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control You can use IAM policies to control this action'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. tagFilter.tag: String constraint. The key is swf:tagFilter.tag. typeFilter.name: String constraint. The key is swf:typeFilter.name. typeFilter.version: String constraint. The key is swf:typeFilter.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.

Sourcemodule CountClosedWorkflowExecutionsInput = Awso_swf.Values.CountClosedWorkflowExecutionsInput

Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria. This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control You can use IAM policies to control this action'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. tagFilter.tag: String constraint. The key is swf:tagFilter.tag. typeFilter.name: String constraint. The key is swf:typeFilter.name. typeFilter.version: String constraint. The key is swf:typeFilter.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.

Sourcemodule ActivityTypeInfos = Awso_swf.Values.ActivityTypeInfos

Contains a paginated list of activity type information structures.

Sourcemodule ActivityTypeDetail = Awso_swf.Values.ActivityTypeDetail

Detailed information about an activity type.

Sourcemodule ActivityTaskStatus = Awso_swf.Values.ActivityTaskStatus

Status information about an activity task.

Unit of work sent to an activity worker.