Skip to content

Commit

Permalink
Merge branch 'release-1.31.14' into develop
Browse files Browse the repository at this point in the history
* release-1.31.14:
  Bumping version to 1.31.14
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jul 28, 2023
2 parents bf00aa7 + 73326b5 commit 1fad151
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 12 deletions.
12 changes: 12 additions & 0 deletions .changes/1.31.14.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"category": "compression",
"description": "Adds support for the ``requestcompression`` operation trait.",
"type": "enhancement"
},
{
"category": "``sqs``",
"description": "Documentation changes related to SQS APIs.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-compression-36791.json

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

1.31.14
=======

* enhancement:compression: Adds support for the ``requestcompression`` operation trait.
* api-change:``sqs``: Documentation changes related to SQS APIs.


1.31.13
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.31.13'
__version__ = '1.31.14'


class NullHandler(logging.Handler):
Expand Down
10 changes: 5 additions & 5 deletions botocore/data/sqs/2012-11-05/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"UnsupportedOperation"}
],
"documentation":"<p>Cancels a specified message movement task.</p> <note> <ul> <li> <p>A message movement can only be cancelled when the current status is RUNNING.</p> </li> <li> <p>Cancelling a message movement task does not revert the messages that have already been moved. It can only stop the messages that have not been moved yet.</p> </li> </ul> </note>"
"documentation":"<p>Cancels a specified message movement task. A message movement can only be cancelled when the current status is RUNNING. Cancelling a message movement task does not revert the messages that have already been moved. It can only stop the messages that have not been moved yet.</p> <note> <ul> <li> <p>This action is currently limited to supporting message redrive from <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html\">dead-letter queues (DLQs)</a> only. In this context, the source queue is the dead-letter queue (DLQ), while the destination queue can be the original source queue (from which the messages were driven to the dead-letter-queue), or a custom destination queue. </p> </li> <li> <p>Currently, only standard queues are supported.</p> </li> <li> <p>Only one active message movement task is supported per queue at any given time.</p> </li> </ul> </note>"
},
"ChangeMessageVisibility":{
"name":"ChangeMessageVisibility",
Expand Down Expand Up @@ -194,7 +194,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"UnsupportedOperation"}
],
"documentation":"<p>Gets the most recent message movement tasks (up to 10) under a specific source queue.</p>"
"documentation":"<p>Gets the most recent message movement tasks (up to 10) under a specific source queue.</p> <note> <ul> <li> <p>This action is currently limited to supporting message redrive from <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html\">dead-letter queues (DLQs)</a> only. In this context, the source queue is the dead-letter queue (DLQ), while the destination queue can be the original source queue (from which the messages were driven to the dead-letter-queue), or a custom destination queue. </p> </li> <li> <p>Currently, only standard queues are supported.</p> </li> <li> <p>Only one active message movement task is supported per queue at any given time.</p> </li> </ul> </note>"
},
"ListQueueTags":{
"name":"ListQueueTags",
Expand Down Expand Up @@ -233,7 +233,7 @@
{"shape":"QueueDoesNotExist"},
{"shape":"PurgeQueueInProgress"}
],
"documentation":"<p>Deletes the messages in a queue specified by the <code>QueueURL</code> parameter.</p> <important> <p>When you use the <code>PurgeQueue</code> action, you can't retrieve any messages deleted from a queue.</p> <p>The message deletion process takes up to 60 seconds. We recommend waiting for 60 seconds regardless of your queue's size. </p> </important> <p>Messages sent to the queue <i>before</i> you call <code>PurgeQueue</code> might be received but are deleted within the next minute.</p> <p>Messages sent to the queue <i>after</i> you call <code>PurgeQueue</code> might be deleted while the queue is being purged.</p>"
"documentation":"<p>Deletes available messages in a queue (including in-flight messages) specified by the <code>QueueURL</code> parameter.</p> <important> <p>When you use the <code>PurgeQueue</code> action, you can't retrieve any messages deleted from a queue.</p> <p>The message deletion process takes up to 60 seconds. We recommend waiting for 60 seconds regardless of your queue's size. </p> </important> <p>Messages sent to the queue <i>before</i> you call <code>PurgeQueue</code> might be received but are deleted within the next minute.</p> <p>Messages sent to the queue <i>after</i> you call <code>PurgeQueue</code> might be deleted while the queue is being purged.</p>"
},
"ReceiveMessage":{
"name":"ReceiveMessage",
Expand Down Expand Up @@ -325,7 +325,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"UnsupportedOperation"}
],
"documentation":"<p>Starts an asynchronous task to move messages from a specified source queue to a specified destination queue.</p> <note> <ul> <li> <p>This action is currently limited to supporting message redrive from dead-letter queues (DLQs) only. In this context, the source queue is the dead-letter queue (DLQ), while the destination queue can be the original source queue (from which the messages were driven to the dead-letter-queue), or a custom destination queue. </p> </li> <li> <p>Currently, only standard queues are supported.</p> </li> <li> <p>Only one active message movement task is supported per queue at any given time.</p> </li> </ul> </note>"
"documentation":"<p>Starts an asynchronous task to move messages from a specified source queue to a specified destination queue.</p> <note> <ul> <li> <p>This action is currently limited to supporting message redrive from queues that are configured as <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html\">dead-letter queues (DLQs)</a> of other Amazon SQS queues only. Non-SQS queue sources of dead-letter queues, such as Lambda or Amazon SNS topics, are currently not supported.</p> </li> <li> <p>In dead-letter queues redrive context, the <code>StartMessageMoveTask</code> the source queue is the DLQ, while the destination queue can be the original source queue (from which the messages were driven to the dead-letter-queue), or a custom destination queue.</p> </li> <li> <p>Currently, only standard queues support redrive. FIFO queues don't support redrive.</p> </li> <li> <p>Only one active message movement task is supported per queue at any given time.</p> </li> </ul> </note>"
},
"TagQueue":{
"name":"TagQueue",
Expand Down Expand Up @@ -1596,7 +1596,7 @@
"members":{
"SourceArn":{
"shape":"String",
"documentation":"<p>The ARN of the queue that contains the messages to be moved to another queue. Currently, only dead-letter queue (DLQ) ARNs are accepted.</p>"
"documentation":"<p>The ARN of the queue that contains the messages to be moved to another queue. Currently, only ARNs of dead-letter queues (DLQs) whose sources are other Amazon SQS queues are accepted. DLQs whose sources are non-SQS queues, such as Lambda or Amazon SNS topics, are not currently supported.</p>"
},
"DestinationArn":{
"shape":"String",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.31.'
# The full version, including alpha/beta/rc tags.
release = '1.31.13'
release = '1.31.14'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 1fad151

Please sign in to comment.