Class: AWS::SimpleWorkflow::Client
- Inherits:
-
Core::JSONClient
- Object
- Core::Client
- Core::JSONClient
- AWS::SimpleWorkflow::Client
- Defined in:
- lib/aws/simple_workflow/client.rb
Overview
Client class for Amazon Simple Workflow Service (SWF).
Instance Attribute Summary
Attributes inherited from Core::Client
Instance Method Summary collapse
-
#count_closed_workflow_executions(options = {}) ⇒ Core::Response
Calls the CountClosedWorkflowExecutions API operation.
-
#count_open_workflow_executions(options = {}) ⇒ Core::Response
Calls the CountOpenWorkflowExecutions API operation.
-
#count_pending_activity_tasks(options = {}) ⇒ Core::Response
Calls the CountPendingActivityTasks API operation.
-
#count_pending_decision_tasks(options = {}) ⇒ Core::Response
Calls the CountPendingDecisionTasks API operation.
-
#deprecate_activity_type(options = {}) ⇒ Core::Response
Calls the DeprecateActivityType API operation.
-
#deprecate_domain(options = {}) ⇒ Core::Response
Calls the DeprecateDomain API operation.
-
#deprecate_workflow_type(options = {}) ⇒ Core::Response
Calls the DeprecateWorkflowType API operation.
-
#describe_activity_type(options = {}) ⇒ Core::Response
Calls the DescribeActivityType API operation.
-
#describe_domain(options = {}) ⇒ Core::Response
Calls the DescribeDomain API operation.
-
#describe_workflow_execution(options = {}) ⇒ Core::Response
Calls the DescribeWorkflowExecution API operation.
-
#describe_workflow_type(options = {}) ⇒ Core::Response
Calls the DescribeWorkflowType API operation.
-
#get_workflow_execution_history(options = {}) ⇒ Core::Response
Calls the GetWorkflowExecutionHistory API operation.
-
#list_activity_types(options = {}) ⇒ Core::Response
Calls the ListActivityTypes API operation.
-
#list_closed_workflow_executions(options = {}) ⇒ Core::Response
Calls the ListClosedWorkflowExecutions API operation.
-
#list_domains(options = {}) ⇒ Core::Response
Calls the ListDomains API operation.
-
#list_open_workflow_executions(options = {}) ⇒ Core::Response
Calls the ListOpenWorkflowExecutions API operation.
-
#list_workflow_types(options = {}) ⇒ Core::Response
Calls the ListWorkflowTypes API operation.
-
#poll_for_activity_task(options = {}) ⇒ Core::Response
Calls the PollForActivityTask API operation.
-
#poll_for_decision_task(options = {}) ⇒ Core::Response
Calls the PollForDecisionTask API operation.
-
#record_activity_task_heartbeat(options = {}) ⇒ Core::Response
Calls the RecordActivityTaskHeartbeat API operation.
-
#register_activity_type(options = {}) ⇒ Core::Response
Calls the RegisterActivityType API operation.
-
#register_domain(options = {}) ⇒ Core::Response
Calls the RegisterDomain API operation.
-
#register_workflow_type(options = {}) ⇒ Core::Response
Calls the RegisterWorkflowType API operation.
-
#request_cancel_workflow_execution(options = {}) ⇒ Core::Response
Calls the RequestCancelWorkflowExecution API operation.
-
#respond_activity_task_canceled(options = {}) ⇒ Core::Response
Calls the RespondActivityTaskCanceled API operation.
-
#respond_activity_task_completed(options = {}) ⇒ Core::Response
Calls the RespondActivityTaskCompleted API operation.
-
#respond_activity_task_failed(options = {}) ⇒ Core::Response
Calls the RespondActivityTaskFailed API operation.
-
#respond_decision_task_completed(options = {}) ⇒ Core::Response
Calls the RespondDecisionTaskCompleted API operation.
-
#signal_workflow_execution(options = {}) ⇒ Core::Response
Calls the SignalWorkflowExecution API operation.
-
#start_workflow_execution(options = {}) ⇒ Core::Response
Calls the StartWorkflowExecution API operation.
-
#terminate_workflow_execution(options = {}) ⇒ Core::Response
Calls the TerminateWorkflowExecution API operation.
Methods inherited from Core::Client
#initialize, #log_warning, #operations, operations, #with_http_handler, #with_options
Constructor Details
This class inherits a constructor from AWS::Core::Client
Instance Method Details
#count_closed_workflow_executions(options = {}) ⇒ Core::Response
Calls the CountClosedWorkflowExecutions API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 41
|
#count_open_workflow_executions(options = {}) ⇒ Core::Response
Calls the CountOpenWorkflowExecutions API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 72
|
#count_pending_activity_tasks(options = {}) ⇒ Core::Response
Calls the CountPendingActivityTasks API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 92
|
#count_pending_decision_tasks(options = {}) ⇒ Core::Response
Calls the CountPendingDecisionTasks API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 104
|
#deprecate_activity_type(options = {}) ⇒ Core::Response
Calls the DeprecateActivityType API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 116
|
#deprecate_domain(options = {}) ⇒ Core::Response
Calls the DeprecateDomain API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 125
|
#deprecate_workflow_type(options = {}) ⇒ Core::Response
Calls the DeprecateWorkflowType API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 131
|
#describe_activity_type(options = {}) ⇒ Core::Response
Calls the DescribeActivityType API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 140
|
#describe_domain(options = {}) ⇒ Core::Response
Calls the DescribeDomain API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 166
|
#describe_workflow_execution(options = {}) ⇒ Core::Response
Calls the DescribeWorkflowExecution API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 180
|
#describe_workflow_type(options = {}) ⇒ Core::Response
Calls the DescribeWorkflowType API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 220
|
#get_workflow_execution_history(options = {}) ⇒ Core::Response
Calls the GetWorkflowExecutionHistory API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 245
|
#list_activity_types(options = {}) ⇒ Core::Response
Calls the ListActivityTypes API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 539
|
#list_closed_workflow_executions(options = {}) ⇒ Core::Response
Calls the ListClosedWorkflowExecutions API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 564
|
#list_domains(options = {}) ⇒ Core::Response
Calls the ListDomains API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 613
|
#list_open_workflow_executions(options = {}) ⇒ Core::Response
Calls the ListOpenWorkflowExecutions API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 632
|
#list_workflow_types(options = {}) ⇒ Core::Response
Calls the ListWorkflowTypes API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 670
|
#poll_for_activity_task(options = {}) ⇒ Core::Response
Calls the PollForActivityTask API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 695
|
#poll_for_decision_task(options = {}) ⇒ Core::Response
Calls the PollForDecisionTask API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 716
|
#record_activity_task_heartbeat(options = {}) ⇒ Core::Response
Calls the RecordActivityTaskHeartbeat API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 1019
|
#register_activity_type(options = {}) ⇒ Core::Response
Calls the RegisterActivityType API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 1029
|
#register_domain(options = {}) ⇒ Core::Response
Calls the RegisterDomain API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 1044
|
#register_workflow_type(options = {}) ⇒ Core::Response
Calls the RegisterWorkflowType API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 1052
|
#request_cancel_workflow_execution(options = {}) ⇒ Core::Response
Calls the RequestCancelWorkflowExecution API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 1069
|
#respond_activity_task_canceled(options = {}) ⇒ Core::Response
Calls the RespondActivityTaskCanceled API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 1077
|
#respond_activity_task_completed(options = {}) ⇒ Core::Response
Calls the RespondActivityTaskCompleted API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 1084
|
#respond_activity_task_failed(options = {}) ⇒ Core::Response
Calls the RespondActivityTaskFailed API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 1091
|
#respond_decision_task_completed(options = {}) ⇒ Core::Response
Calls the RespondDecisionTaskCompleted API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 1099
|
#signal_workflow_execution(options = {}) ⇒ Core::Response
Calls the SignalWorkflowExecution API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 1189
|
#start_workflow_execution(options = {}) ⇒ Core::Response
Calls the StartWorkflowExecution API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 1199
|
#terminate_workflow_execution(options = {}) ⇒ Core::Response
Calls the TerminateWorkflowExecution API operation.
|
# File 'lib/aws/simple_workflow/client.rb', line 1222
|