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