boto / boto3

AWS SDK for Python
https://aws.amazon.com/sdk-for-python/
Apache License 2.0
8.99k stars 1.86k forks source link

start_message_move_task has stale warning about no Fifo redrive support #4114

Closed cschneider-vertical-relevance closed 4 months ago

cschneider-vertical-relevance commented 4 months ago

Describe the issue

The following sentence is omitted from the general API Docs:

Currently, only standard queues support redrive. FIFO queues don’t support redrive.

Links

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sqs/client/start_message_move_task.html

tim-finnigan commented 4 months ago

Thanks for reporting this issue. The SQS documentation team will need to address this, since the note is in their service documentation model which is used across SDKs. So the stale warning is still present in other SDK documentation such as .NET for example: https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/SQS/TStartMessageMoveTaskRequest.html.

I created an issue in our cross-SDK repository (https://github.com/aws/aws-sdk/issues/735) to track this going forward, since other SDKs are affected, and I'll reach out to the SQS documentation to address this. Thanks for bringing this to our attention.

github-actions[bot] commented 4 months ago

This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.