python-botocore/tests/unit/response_parsing/xml/responses/sqs-get-queue-url.json

6 lines
173 B
JSON
Raw Normal View History

{
"QueueUrl": "http://sqs.us-east-1.amazonaws.com/123456789012/testQueue",
"ResponseMetadata": {
"RequestId": "470a6f13-2ed9-4181-ad8a-2fdea142988e"
}
}