Values_3.SpotDatafeedSubscriptionSourceDescribes the data feed for a Spot Instance.
type nonrec t = {bucket : Values_0.String_.t option;The name of the Amazon S3 bucket where the Spot Instance data feed is located.
*)fault : Values_1.SpotInstanceStateFault.t option;The fault codes for the Spot Instance request, if any.
*)ownerId : Values_0.String_.t option;The Amazon Web Services account ID of the account.
*)prefix : Values_0.String_.t option;The prefix for the data feed files.
*)state : Values_2.DatafeedSubscriptionState.t option;The state of the Spot Instance data feed subscription.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.String_.t
| `Structure of (string * [> `String of Values_0.String_.t ]) list ])
list ]