python-botocore/tests/unit/response_parsing/xml/responses/ec2-create-spot-datafeed-subscription.json

12 lines
266 B
JSON
Raw Normal View History

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