Module api20100401_queue_api

Source

Structs§

CreateQueueParams
struct for passing parameters to the method create_queue
DeleteQueueParams
struct for passing parameters to the method delete_queue
FetchQueueParams
struct for passing parameters to the method fetch_queue
ListQueueParams
struct for passing parameters to the method list_queue
UpdateQueueParams
struct for passing parameters to the method update_queue

Enums§

CreateQueueError
struct for typed errors of method create_queue
DeleteQueueError
struct for typed errors of method delete_queue
FetchQueueError
struct for typed errors of method fetch_queue
ListQueueError
struct for typed errors of method list_queue
UpdateQueueError
struct for typed errors of method update_queue

Functions§

create_queue
Create a queue
delete_queue
Remove an empty queue
fetch_queue
Fetch an instance of a queue identified by the QueueSid
list_queue
Retrieve a list of queues belonging to the account used to make the request
update_queue
Update the queue with the new parameters