python-botocore/tests/unit/response_parsing/xml/responses/sqs-list-queues.json

10 lines
259 B
JSON
Raw Normal View History

{
"QueueUrls": [
"https://us-west-2.queue.amazonaws.com/123456789012/foobar",
"https://us-west-2.queue.amazonaws.com/123456789012/fiebaz"
],
"ResponseMetadata": {
"RequestId": "517c6371-751f-5711-9ebc-2ab2b1a92268"
}
}