Values.CreateQueueResultSourceReturns the QueueUrl attribute of the created queue.
type nonrec error = [ | `InvalidAddress of InvalidAddress.t| `InvalidAttributeName of InvalidAttributeName.t| `InvalidAttributeValue of InvalidAttributeValue.t| `InvalidSecurity of InvalidSecurity.t| `QueueDeletedRecently of QueueDeletedRecently.t| `QueueNameExists of QueueNameExists.t| `RequestThrottled of RequestThrottled.t| `UnsupportedOperation of UnsupportedOperation.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidAddress of InvalidAddress.t
| `InvalidAttributeName of InvalidAttributeName.t
| `InvalidAttributeValue of InvalidAttributeValue.t
| `InvalidSecurity of InvalidSecurity.t
| `QueueDeletedRecently of QueueDeletedRecently.t
| `QueueNameExists of QueueNameExists.t
| `RequestThrottled of RequestThrottled.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidAddress of InvalidAddress.t
| `InvalidAttributeName of InvalidAttributeName.t
| `InvalidAttributeValue of InvalidAttributeValue.t
| `InvalidSecurity of InvalidSecurity.t
| `QueueDeletedRecently of QueueDeletedRecently.t
| `QueueNameExists of QueueNameExists.t
| `RequestThrottled of RequestThrottled.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]