summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Sqs/SqsClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/Sqs/SqsClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/Sqs/SqsClient.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/Sqs/SqsClient.php b/vendor/aws/aws-sdk-php/src/Sqs/SqsClient.php
index 511d502..fcc7ce3 100644
--- a/vendor/aws/aws-sdk-php/src/Sqs/SqsClient.php
+++ b/vendor/aws/aws-sdk-php/src/Sqs/SqsClient.php
@@ -13,6 +13,8 @@ use Psr\Http\Message\RequestInterface;
*
* @method \Aws\Result addPermission(array $args = [])
* @method \GuzzleHttp\Promise\Promise addPermissionAsync(array $args = [])
+ * @method \Aws\Result cancelMessageMoveTask(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise cancelMessageMoveTaskAsync(array $args = [])
* @method \Aws\Result changeMessageVisibility(array $args = [])
* @method \GuzzleHttp\Promise\Promise changeMessageVisibilityAsync(array $args = [])
* @method \Aws\Result changeMessageVisibilityBatch(array $args = [])
@@ -31,6 +33,8 @@ use Psr\Http\Message\RequestInterface;
* @method \GuzzleHttp\Promise\Promise getQueueUrlAsync(array $args = [])
* @method \Aws\Result listDeadLetterSourceQueues(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDeadLetterSourceQueuesAsync(array $args = [])
+ * @method \Aws\Result listMessageMoveTasks(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listMessageMoveTasksAsync(array $args = [])
* @method \Aws\Result listQueueTags(array $args = [])
* @method \GuzzleHttp\Promise\Promise listQueueTagsAsync(array $args = [])
* @method \Aws\Result listQueues(array $args = [])
@@ -47,6 +51,8 @@ use Psr\Http\Message\RequestInterface;
* @method \GuzzleHttp\Promise\Promise sendMessageBatchAsync(array $args = [])
* @method \Aws\Result setQueueAttributes(array $args = [])
* @method \GuzzleHttp\Promise\Promise setQueueAttributesAsync(array $args = [])
+ * @method \Aws\Result startMessageMoveTask(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startMessageMoveTaskAsync(array $args = [])
* @method \Aws\Result tagQueue(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagQueueAsync(array $args = [])
* @method \Aws\Result untagQueue(array $args = [])