File: ec2-create-spot-datafeed-subscription.xml

package info (click to toggle)
python-botocore 1.20.0%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 60,608 kB
  • sloc: python: 50,632; xml: 15,052; makefile: 131
file content (9 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
<CreateSpotDatafeedSubscriptionResponse xmlns="http://ec2.amazonaws.com/doc/2014-06-15/">
    <requestId>59dbff89-35bd-4eac-99ed-be587EXAMPLE</requestId>
    <spotDatafeedSubscription>
        <ownerId>111122223333</ownerId>
        <bucket>myawsbucket</bucket>
        <prefix>spotdata_</prefix>
        <state>Active</state>
    </spotDatafeedSubscription>
</CreateSpotDatafeedSubscriptionResponse>