Returns the URL of an existing Amazon SQS queue.
See https://www.paws-r-sdk.com/docs/sqs_get_queue_url/ for full documentation.
sqs_get_queue_url(QueueName, QueueOwnerAWSAccountId = NULL)[required] The name of the queue whose URL must be fetched. Maximum 80 characters.
Valid values: alphanumeric characters, hyphens (-), and underscores
(_).
Queue URLs and names are case-sensitive.
The Amazon Web Services account ID of the account that created the queue.