python-botocore/tests/unit/response_parsing/xml/responses/sns-list-subscriptions-by-topic.json
2015-11-24 20:34:53 +09:00

14 lines
451 B
JSON

{
"ResponseMetadata": {
"RequestId": "b9275252-3774-11df-9540-99d0768312d3"
},
"Subscriptions": [
{
"Owner": "123456789012",
"Endpoint": "example@amazon.com",
"Protocol": "email",
"TopicArn": "arn:aws:sns:us-east-1:123456789012:My-Topic",
"SubscriptionArn": "arn:aws:sns:us-east-1:123456789012:My-Topic:80289ba6-0fd4-4079-afb4-ce8c8260f0ca"
}
]
}