From fc5a86f8fdc4e9af70b87362a6a55c6c6f91826f Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Fri, 28 Jul 2023 00:19:26 +0000 Subject: [PATCH] Update API model --- codegen/sdk-codegen/aws-models/sqs.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/codegen/sdk-codegen/aws-models/sqs.json b/codegen/sdk-codegen/aws-models/sqs.json index 364285b06e3..233b0853b67 100644 --- a/codegen/sdk-codegen/aws-models/sqs.json +++ b/codegen/sdk-codegen/aws-models/sqs.json @@ -1344,7 +1344,7 @@ } ], "traits": { - "smithy.api#documentation": "

Cancels a specified message movement task.

\n \n \n " + "smithy.api#documentation": "

Cancels a specified message movement task. A message movement can only be cancelled\n when the current status is RUNNING. Cancelling a message movement task does not revert\n the messages that have already been moved. It can only stop the messages that have not\n been moved yet.

\n \n \n " } }, "com.amazonaws.sqs#CancelMessageMoveTaskRequest": { @@ -2086,7 +2086,7 @@ } ], "traits": { - "smithy.api#documentation": "

Gets the most recent message movement tasks (up to 10) under a specific source\n queue.

" + "smithy.api#documentation": "

Gets the most recent message movement tasks (up to 10) under a specific source\n queue.

\n \n \n " } }, "com.amazonaws.sqs#ListMessageMoveTasksRequest": { @@ -2299,7 +2299,7 @@ "QueueUrls": { "target": "com.amazonaws.sqs#QueueUrlList", "traits": { - "smithy.api#documentation": "

A list of queue URLs, up to 1,000 entries, or the value of MaxResults that you sent in\n the request.

", + "smithy.api#documentation": "

A list of queue URLs, up to 1,000 entries, or the value of MaxResults\n that you sent in the request.

", "smithy.api#xmlFlattened": {}, "smithy.api#xmlName": "QueueUrl" } @@ -2629,7 +2629,7 @@ } ], "traits": { - "smithy.api#documentation": "

Deletes the messages in a queue specified by the QueueURL\n parameter.

\n \n

When you use the PurgeQueue action, you can't retrieve any messages\n deleted from a queue.

\n

The message deletion process takes up to 60 seconds. We recommend waiting for 60\n seconds regardless of your queue's size.

\n
\n

Messages sent to the queue before you call\n PurgeQueue might be received but are deleted within the next\n minute.

\n

Messages sent to the queue after you call PurgeQueue\n might be deleted while the queue is being purged.

" + "smithy.api#documentation": "

Deletes available messages in a queue (including in-flight messages) specified by the\n QueueURL parameter.

\n \n

When you use the PurgeQueue action, you can't retrieve any messages\n deleted from a queue.

\n

The message deletion process takes up to 60 seconds. We recommend waiting for 60\n seconds regardless of your queue's size.

\n
\n

Messages sent to the queue before you call\n PurgeQueue might be received but are deleted within the next\n minute.

\n

Messages sent to the queue after you call PurgeQueue\n might be deleted while the queue is being purged.

" } }, "com.amazonaws.sqs#PurgeQueueInProgress": { @@ -3383,7 +3383,7 @@ } ], "traits": { - "smithy.api#documentation": "

Starts an asynchronous task to move messages from a specified source queue to a\n specified destination queue.

\n \n \n " + "smithy.api#documentation": "

Starts an asynchronous task to move messages from a specified source queue to a\n specified destination queue.

\n \n \n " } }, "com.amazonaws.sqs#StartMessageMoveTaskRequest": { @@ -3392,7 +3392,7 @@ "SourceArn": { "target": "com.amazonaws.sqs#String", "traits": { - "smithy.api#documentation": "

The ARN of the queue that contains the messages to be moved to another queue.\n Currently, only dead-letter queue (DLQ) ARNs are accepted.

", + "smithy.api#documentation": "

The ARN of the queue that contains the messages to be moved to another queue.\n Currently, only ARNs of dead-letter queues (DLQs) whose sources are other Amazon SQS queues\n are accepted. DLQs whose sources are non-SQS queues, such as Lambda or Amazon SNS topics, are\n not currently supported.

", "smithy.api#required": {} } },