lib/aws/simple_workflow/client.rb in aws-sdk-1.9.5 vs lib/aws/simple_workflow/client.rb in aws-sdk-1.10.0
- old
+ new
@@ -64,10 +64,11 @@
# * `CONTINUED_AS_NEW`
# * `TIMED_OUT`
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `count` - (Integer)
# * `truncated` - (Boolean)
# @!method count_open_workflow_executions(options = {})
# Calls the CountOpenWorkflowExecutions API operation.
@@ -84,10 +85,11 @@
# * `:execution_filter` - (Hash)
# * `:workflow_id` - *required* - (String)
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `count` - (Integer)
# * `truncated` - (Boolean)
# @!method count_pending_activity_tasks(options = {})
# Calls the CountPendingActivityTasks API operation.
@@ -96,10 +98,11 @@
# * `:task_list` - *required* - (Hash)
# * `:name` - *required* - (String)
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `count` - (Integer)
# * `truncated` - (Boolean)
# @!method count_pending_decision_tasks(options = {})
# Calls the CountPendingDecisionTasks API operation.
@@ -108,10 +111,11 @@
# * `:task_list` - *required* - (Hash)
# * `:name` - *required* - (String)
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `count` - (Integer)
# * `truncated` - (Boolean)
# @!method deprecate_activity_type(options = {})
# Calls the DeprecateActivityType API operation.
@@ -145,10 +149,11 @@
# * `:name` - *required* - (String)
# * `:version` - *required* - (String)
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `typeInfo` - (Hash)
# * `activityType` - (Hash)
# * `name` - (String)
# * `version` - (String)
# * `status` - (String)
@@ -168,10 +173,11 @@
# @param [Hash] options
# * `:name` - *required* - (String)
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `domainInfo` - (Hash)
# * `name` - (String)
# * `status` - (String)
# * `description` - (String)
# * `configuration` - (Hash)
@@ -185,10 +191,11 @@
# * `:workflow_id` - *required* - (String)
# * `:run_id` - *required* - (String)
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `executionInfo` - (Hash)
# * `execution` - (Hash)
# * `workflowId` - (String)
# * `runId` - (String)
# * `workflowType` - (Hash)
@@ -225,10 +232,11 @@
# * `:name` - *required* - (String)
# * `:version` - *required* - (String)
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `typeInfo` - (Hash)
# * `workflowType` - (Hash)
# * `name` - (String)
# * `version` - (String)
# * `status` - (String)
@@ -253,10 +261,11 @@
# * `:maximum_page_size` - (Integer)
# * `:reverse_order` - (Boolean)
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `events` - (Array<Hash>)
# * `eventTimestamp` - (Time)
# * `eventType` - (String)
# * `eventId` - (Integer)
# * `workflowExecutionStartedEventAttributes` - (Hash)
@@ -549,10 +558,11 @@
# * `:maximum_page_size` - (Integer)
# * `:reverse_order` - (Boolean)
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `typeInfos` - (Array<Hash>)
# * `activityType` - (Hash)
# * `name` - (String)
# * `version` - (String)
# * `status` - (String)
@@ -590,10 +600,11 @@
# * `:maximum_page_size` - (Integer)
# * `:reverse_order` - (Boolean)
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `executionInfos` - (Array<Hash>)
# * `execution` - (Hash)
# * `workflowId` - (String)
# * `runId` - (String)
# * `workflowType` - (Hash)
@@ -621,10 +632,11 @@
# * `:maximum_page_size` - (Integer)
# * `:reverse_order` - (Boolean)
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `domainInfos` - (Array<Hash>)
# * `name` - (String)
# * `status` - (String)
# * `description` - (String)
# * `nextPageToken` - (String)
@@ -647,10 +659,11 @@
# * `:execution_filter` - (Hash)
# * `:workflow_id` - *required* - (String)
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `executionInfos` - (Array<Hash>)
# * `execution` - (Hash)
# * `workflowId` - (String)
# * `runId` - (String)
# * `workflowType` - (Hash)
@@ -680,10 +693,11 @@
# * `:maximum_page_size` - (Integer)
# * `:reverse_order` - (Boolean)
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `typeInfos` - (Array<Hash>)
# * `workflowType` - (Hash)
# * `name` - (String)
# * `version` - (String)
# * `status` - (String)
@@ -700,10 +714,11 @@
# * `:name` - *required* - (String)
# * `:identity` - (String)
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `taskToken` - (String)
# * `activityId` - (String)
# * `startedEventId` - (Integer)
# * `workflowExecution` - (Hash)
# * `workflowId` - (String)
@@ -724,10 +739,11 @@
# * `:maximum_page_size` - (Integer)
# * `:reverse_order` - (Boolean)
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `taskToken` - (String)
# * `startedEventId` - (Integer)
# * `workflowExecution` - (Hash)
# * `workflowId` - (String)
# * `runId` - (String)
@@ -1022,10 +1038,11 @@
# * `:task_token` - *required* - (String)
# * `:details` - (String)
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `cancelRequested` - (Boolean)
# @!method register_activity_type(options = {})
# Calls the RegisterActivityType API operation.
# @param [Hash] options
@@ -1215,9 +1232,10 @@
# * `REQUEST_CANCEL`
# * `ABANDON`
# @return [Core::Response]
# The #data method of the response object returns
# a hash with the following structure:
+ #
# * `runId` - (String)
# @!method terminate_workflow_execution(options = {})
# Calls the TerminateWorkflowExecution API operation.
# @param [Hash] options