aws-sdk-sqs 1.105.0

AWS SDK for Amazon Simple Queue Service
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AddPermission` operation.
pub mod add_permission;

/// Types for the `CancelMessageMoveTask` operation.
pub mod cancel_message_move_task;

/// Types for the `ChangeMessageVisibility` operation.
pub mod change_message_visibility;

/// Types for the `ChangeMessageVisibilityBatch` operation.
pub mod change_message_visibility_batch;

/// Types for the `CreateQueue` operation.
pub mod create_queue;

/// Types for the `DeleteMessage` operation.
pub mod delete_message;

/// Types for the `DeleteMessageBatch` operation.
pub mod delete_message_batch;

/// Types for the `DeleteQueue` operation.
pub mod delete_queue;

/// Types for the `GetQueueAttributes` operation.
pub mod get_queue_attributes;

/// Types for the `GetQueueUrl` operation.
pub mod get_queue_url;

/// Types for the `ListDeadLetterSourceQueues` operation.
pub mod list_dead_letter_source_queues;

/// Types for the `ListMessageMoveTasks` operation.
pub mod list_message_move_tasks;

/// Types for the `ListQueueTags` operation.
pub mod list_queue_tags;

/// Types for the `ListQueues` operation.
pub mod list_queues;

/// Types for the `PurgeQueue` operation.
pub mod purge_queue;

/// Types for the `ReceiveMessage` operation.
pub mod receive_message;

/// Types for the `RemovePermission` operation.
pub mod remove_permission;

/// Types for the `SendMessage` operation.
pub mod send_message;

/// Types for the `SendMessageBatch` operation.
pub mod send_message_batch;

/// Types for the `SetQueueAttributes` operation.
pub mod set_queue_attributes;

/// Types for the `StartMessageMoveTask` operation.
pub mod start_message_move_task;

/// Types for the `TagQueue` operation.
pub mod tag_queue;

/// Types for the `UntagQueue` operation.
pub mod untag_queue;