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

@private

Constants

API_VERSION = '2012-01-25'
TARGET_PREFIX = "SimpleWorkflowService."
REQUEST_CLASS = SimpleWorkflow::Request
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, ]

[Validate]