Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Swf/SwfClient.php
Строк: 126
<?php
namespace AwsSwf;
use AwsAwsClient;
/**
* Amazon Simple Workflow Service (Amazon SWF) client.
*
* @method AwsResult countClosedWorkflowExecutions(array $args = [])
* @method GuzzleHttpPromisePromise countClosedWorkflowExecutionsAsync(array $args = [])
* @method AwsResult countOpenWorkflowExecutions(array $args = [])
* @method GuzzleHttpPromisePromise countOpenWorkflowExecutionsAsync(array $args = [])
* @method AwsResult countPendingActivityTasks(array $args = [])
* @method GuzzleHttpPromisePromise countPendingActivityTasksAsync(array $args = [])
* @method AwsResult countPendingDecisionTasks(array $args = [])
* @method GuzzleHttpPromisePromise countPendingDecisionTasksAsync(array $args = [])
* @method AwsResult deprecateActivityType(array $args = [])
* @method GuzzleHttpPromisePromise deprecateActivityTypeAsync(array $args = [])
* @method AwsResult deprecateDomain(array $args = [])
* @method GuzzleHttpPromisePromise deprecateDomainAsync(array $args = [])
* @method AwsResult deprecateWorkflowType(array $args = [])
* @method GuzzleHttpPromisePromise deprecateWorkflowTypeAsync(array $args = [])
* @method AwsResult describeActivityType(array $args = [])
* @method GuzzleHttpPromisePromise describeActivityTypeAsync(array $args = [])
* @method AwsResult describeDomain(array $args = [])
* @method GuzzleHttpPromisePromise describeDomainAsync(array $args = [])
* @method AwsResult describeWorkflowExecution(array $args = [])
* @method GuzzleHttpPromisePromise describeWorkflowExecutionAsync(array $args = [])
* @method AwsResult describeWorkflowType(array $args = [])
* @method GuzzleHttpPromisePromise describeWorkflowTypeAsync(array $args = [])
* @method AwsResult getWorkflowExecutionHistory(array $args = [])
* @method GuzzleHttpPromisePromise getWorkflowExecutionHistoryAsync(array $args = [])
* @method AwsResult listActivityTypes(array $args = [])
* @method GuzzleHttpPromisePromise listActivityTypesAsync(array $args = [])
* @method AwsResult listClosedWorkflowExecutions(array $args = [])
* @method GuzzleHttpPromisePromise listClosedWorkflowExecutionsAsync(array $args = [])
* @method AwsResult listDomains(array $args = [])
* @method GuzzleHttpPromisePromise listDomainsAsync(array $args = [])
* @method AwsResult listOpenWorkflowExecutions(array $args = [])
* @method GuzzleHttpPromisePromise listOpenWorkflowExecutionsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult listWorkflowTypes(array $args = [])
* @method GuzzleHttpPromisePromise listWorkflowTypesAsync(array $args = [])
* @method AwsResult pollForActivityTask(array $args = [])
* @method GuzzleHttpPromisePromise pollForActivityTaskAsync(array $args = [])
* @method AwsResult pollForDecisionTask(array $args = [])
* @method GuzzleHttpPromisePromise pollForDecisionTaskAsync(array $args = [])
* @method AwsResult recordActivityTaskHeartbeat(array $args = [])
* @method GuzzleHttpPromisePromise recordActivityTaskHeartbeatAsync(array $args = [])
* @method AwsResult registerActivityType(array $args = [])
* @method GuzzleHttpPromisePromise registerActivityTypeAsync(array $args = [])
* @method AwsResult registerDomain(array $args = [])
* @method GuzzleHttpPromisePromise registerDomainAsync(array $args = [])
* @method AwsResult registerWorkflowType(array $args = [])
* @method GuzzleHttpPromisePromise registerWorkflowTypeAsync(array $args = [])
* @method AwsResult requestCancelWorkflowExecution(array $args = [])
* @method GuzzleHttpPromisePromise requestCancelWorkflowExecutionAsync(array $args = [])
* @method AwsResult respondActivityTaskCanceled(array $args = [])
* @method GuzzleHttpPromisePromise respondActivityTaskCanceledAsync(array $args = [])
* @method AwsResult respondActivityTaskCompleted(array $args = [])
* @method GuzzleHttpPromisePromise respondActivityTaskCompletedAsync(array $args = [])
* @method AwsResult respondActivityTaskFailed(array $args = [])
* @method GuzzleHttpPromisePromise respondActivityTaskFailedAsync(array $args = [])
* @method AwsResult respondDecisionTaskCompleted(array $args = [])
* @method GuzzleHttpPromisePromise respondDecisionTaskCompletedAsync(array $args = [])
* @method AwsResult signalWorkflowExecution(array $args = [])
* @method GuzzleHttpPromisePromise signalWorkflowExecutionAsync(array $args = [])
* @method AwsResult startWorkflowExecution(array $args = [])
* @method GuzzleHttpPromisePromise startWorkflowExecutionAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult terminateWorkflowExecution(array $args = [])
* @method GuzzleHttpPromisePromise terminateWorkflowExecutionAsync(array $args = [])
* @method AwsResult undeprecateActivityType(array $args = [])
* @method GuzzleHttpPromisePromise undeprecateActivityTypeAsync(array $args = [])
* @method AwsResult undeprecateDomain(array $args = [])
* @method GuzzleHttpPromisePromise undeprecateDomainAsync(array $args = [])
* @method AwsResult undeprecateWorkflowType(array $args = [])
* @method GuzzleHttpPromisePromise undeprecateWorkflowTypeAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
*/
class SwfClient extends AwsClient {}