summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Swf
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
committerAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
commit0c8af4992cb0f7589dcafaad65ada12753c64594 (patch)
tree18e83d068c3e7dd2499331de977782b382279396 /vendor/aws/aws-sdk-php/src/Swf
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/Swf')
-rw-r--r--vendor/aws/aws-sdk-php/src/Swf/Exception/SwfException.php9
-rw-r--r--vendor/aws/aws-sdk-php/src/Swf/SwfClient.php84
2 files changed, 93 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/Swf/Exception/SwfException.php b/vendor/aws/aws-sdk-php/src/Swf/Exception/SwfException.php
new file mode 100644
index 0000000..4e636a6
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/Swf/Exception/SwfException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\Swf\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the Amazon Simple Workflow Service.
+ */
+class SwfException extends AwsException {}
diff --git a/vendor/aws/aws-sdk-php/src/Swf/SwfClient.php b/vendor/aws/aws-sdk-php/src/Swf/SwfClient.php
new file mode 100644
index 0000000..3d36c74
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/Swf/SwfClient.php
@@ -0,0 +1,84 @@
+<?php
+namespace Aws\Swf;
+
+use Aws\AwsClient;
+
+/**
+ * Amazon Simple Workflow Service (Amazon SWF) client.
+ *
+ * @method \Aws\Result countClosedWorkflowExecutions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise countClosedWorkflowExecutionsAsync(array $args = [])
+ * @method \Aws\Result countOpenWorkflowExecutions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise countOpenWorkflowExecutionsAsync(array $args = [])
+ * @method \Aws\Result countPendingActivityTasks(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise countPendingActivityTasksAsync(array $args = [])
+ * @method \Aws\Result countPendingDecisionTasks(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise countPendingDecisionTasksAsync(array $args = [])
+ * @method \Aws\Result deprecateActivityType(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deprecateActivityTypeAsync(array $args = [])
+ * @method \Aws\Result deprecateDomain(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deprecateDomainAsync(array $args = [])
+ * @method \Aws\Result deprecateWorkflowType(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deprecateWorkflowTypeAsync(array $args = [])
+ * @method \Aws\Result describeActivityType(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeActivityTypeAsync(array $args = [])
+ * @method \Aws\Result describeDomain(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeDomainAsync(array $args = [])
+ * @method \Aws\Result describeWorkflowExecution(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeWorkflowExecutionAsync(array $args = [])
+ * @method \Aws\Result describeWorkflowType(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeWorkflowTypeAsync(array $args = [])
+ * @method \Aws\Result getWorkflowExecutionHistory(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getWorkflowExecutionHistoryAsync(array $args = [])
+ * @method \Aws\Result listActivityTypes(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listActivityTypesAsync(array $args = [])
+ * @method \Aws\Result listClosedWorkflowExecutions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listClosedWorkflowExecutionsAsync(array $args = [])
+ * @method \Aws\Result listDomains(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = [])
+ * @method \Aws\Result listOpenWorkflowExecutions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listOpenWorkflowExecutionsAsync(array $args = [])
+ * @method \Aws\Result listTagsForResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result listWorkflowTypes(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listWorkflowTypesAsync(array $args = [])
+ * @method \Aws\Result pollForActivityTask(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise pollForActivityTaskAsync(array $args = [])
+ * @method \Aws\Result pollForDecisionTask(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise pollForDecisionTaskAsync(array $args = [])
+ * @method \Aws\Result recordActivityTaskHeartbeat(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise recordActivityTaskHeartbeatAsync(array $args = [])
+ * @method \Aws\Result registerActivityType(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise registerActivityTypeAsync(array $args = [])
+ * @method \Aws\Result registerDomain(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise registerDomainAsync(array $args = [])
+ * @method \Aws\Result registerWorkflowType(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise registerWorkflowTypeAsync(array $args = [])
+ * @method \Aws\Result requestCancelWorkflowExecution(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise requestCancelWorkflowExecutionAsync(array $args = [])
+ * @method \Aws\Result respondActivityTaskCanceled(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise respondActivityTaskCanceledAsync(array $args = [])
+ * @method \Aws\Result respondActivityTaskCompleted(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise respondActivityTaskCompletedAsync(array $args = [])
+ * @method \Aws\Result respondActivityTaskFailed(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise respondActivityTaskFailedAsync(array $args = [])
+ * @method \Aws\Result respondDecisionTaskCompleted(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise respondDecisionTaskCompletedAsync(array $args = [])
+ * @method \Aws\Result signalWorkflowExecution(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise signalWorkflowExecutionAsync(array $args = [])
+ * @method \Aws\Result startWorkflowExecution(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startWorkflowExecutionAsync(array $args = [])
+ * @method \Aws\Result tagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
+ * @method \Aws\Result terminateWorkflowExecution(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise terminateWorkflowExecutionAsync(array $args = [])
+ * @method \Aws\Result undeprecateActivityType(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise undeprecateActivityTypeAsync(array $args = [])
+ * @method \Aws\Result undeprecateDomain(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise undeprecateDomainAsync(array $args = [])
+ * @method \Aws\Result undeprecateWorkflowType(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise undeprecateWorkflowTypeAsync(array $args = [])
+ * @method \Aws\Result untagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
+ */
+class SwfClient extends AwsClient {}