python-botocore/tests/unit/response_parsing/xml/responses/ec2-create-spot-datafeed-subscription.json
2015-11-24 20:34:53 +09:00

12 lines
266 B
JSON

{
"ResponseMetadata": {
"RequestId": "59dbff89-35bd-4eac-99ed-be587EXAMPLE"
},
"SpotDatafeedSubscription": {
"OwnerId": "111122223333",
"Prefix": "spotdata_",
"Bucket": "myawsbucket",
"State": "Active"
}
}