aws_sdk_sqs/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `AddPermission` operation.
5pub mod add_permission;
6
7/// Types for the `CancelMessageMoveTask` operation.
8pub mod cancel_message_move_task;
9
10/// Types for the `ChangeMessageVisibility` operation.
11pub mod change_message_visibility;
12
13/// Types for the `ChangeMessageVisibilityBatch` operation.
14pub mod change_message_visibility_batch;
15
16/// Types for the `CreateQueue` operation.
17pub mod create_queue;
18
19/// Types for the `DeleteMessage` operation.
20pub mod delete_message;
21
22/// Types for the `DeleteMessageBatch` operation.
23pub mod delete_message_batch;
24
25/// Types for the `DeleteQueue` operation.
26pub mod delete_queue;
27
28/// Types for the `GetQueueAttributes` operation.
29pub mod get_queue_attributes;
30
31/// Types for the `GetQueueUrl` operation.
32pub mod get_queue_url;
33
34/// Types for the `ListDeadLetterSourceQueues` operation.
35pub mod list_dead_letter_source_queues;
36
37/// Types for the `ListMessageMoveTasks` operation.
38pub mod list_message_move_tasks;
39
40/// Types for the `ListQueueTags` operation.
41pub mod list_queue_tags;
42
43/// Types for the `ListQueues` operation.
44pub mod list_queues;
45
46/// Types for the `PurgeQueue` operation.
47pub mod purge_queue;
48
49/// Types for the `ReceiveMessage` operation.
50pub mod receive_message;
51
52/// Types for the `RemovePermission` operation.
53pub mod remove_permission;
54
55/// Types for the `SendMessage` operation.
56pub mod send_message;
57
58/// Types for the `SendMessageBatch` operation.
59pub mod send_message_batch;
60
61/// Types for the `SetQueueAttributes` operation.
62pub mod set_queue_attributes;
63
64/// Types for the `StartMessageMoveTask` operation.
65pub mod start_message_move_task;
66
67/// Types for the `TagQueue` operation.
68pub mod tag_queue;
69
70/// Types for the `UntagQueue` operation.
71pub mod untag_queue;