Class AWS::SimpleWorkflow::Client
In: lib/aws/simple_workflow/client.rb
Parent: Core::JSONClient

Client class for Amazon Simple Workflow Service (SWF).

Methods

Classes and Modules

Class AWS::SimpleWorkflow::Client::V20120125

Constants

API_VERSION = '2012-01-25'
CACHEABLE_REQUESTS = Set[ :count_pending_activity_tasks, :count_pending_decision_tasks, :count_closed_workflow_executions, :count_open_workflow_executions, :describe_activity_type, :describe_domain, :describe_workflow_execution, :describe_workflow_type, :get_workflow_execution_history, #:poll_for_decision_task, # see below for expanded logic :list_activity_types, :list_domains, :list_closed_workfow_executions, :list_open_workfow_executions, :list_workfow_types, ]   @api private

Protected Instance methods

[Validate]