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

7 lines
424 B
JSON

{"ResponseMetadata": {"RequestId": "384ac68d-3775-11df-8963-01868b7c937a"},
"Subscriptions": [{"Endpoint": "example@amazon.com",
"Owner": "123456789012",
"Protocol": "email",
"SubscriptionArn": "arn:aws:sns:us-east-1:123456789012:My-Topic:80289ba6-0fd4-4079-afb4-ce8c8260f0ca",
"TopicArn": "arn:aws:sns:us-east-1:698519295917:My-Topic"}]}