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

package info (click to toggle)
awscli 2.9.19-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 128,688 kB
  • sloc: python: 169,787; xml: 15,083; sh: 178; makefile: 157; javascript: 4
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>