Module 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 error_to_string : [ 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 ] -> string
val request : 'http_type 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