Smaws_Client_SQS.GetQueueUrl
val request :
Smaws_Lib.Context.t ->
get_queue_url_request ->
(get_queue_url_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidAddress of invalid_address
| `InvalidSecurity of invalid_security
| `QueueDoesNotExist of queue_does_not_exist
| `RequestThrottled of request_throttled
| `UnsupportedOperation of unsupported_operation ])
Stdlib.result
Returns the URL of an existing Amazon SQS queue.
To access a queue that belongs to another AWS account, use the QueueOwnerAWSAccountId
parameter to specify the account ID of the queue's owner. The queue's owner must grant you permission to access the queue. For more information about shared queue access, see
[AddPermission]
or see Allow Developers to Write Messages to a Shared Queue in the Amazon SQS Developer Guide.