Smaws_Client_SQS.GetQueueAttributes
val request :
Smaws_Lib.Context.t ->
get_queue_attributes_request ->
(get_queue_attributes_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidAddress of invalid_address
| `InvalidAttributeName of invalid_attribute_name
| `InvalidSecurity of invalid_security
| `QueueDoesNotExist of queue_does_not_exist
| `RequestThrottled of request_throttled
| `UnsupportedOperation of unsupported_operation ])
Stdlib.result
Gets attributes for the specified queue.
To determine whether a queue is FIFO, you can check whether QueueName
ends with the .fifo
suffix.