Values_1.SpotInstanceStatusSourceDescribes the status of a Spot Instance request.
type nonrec t = {code : Values_0.String_.t option;The status code. For a list of status codes, see Spot request status codes in the Amazon EC2 User Guide.
*)message : Values_0.String_.t option;The description for the status code.
*)updateTime : Values_0.DateTime.t option;The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Timestamp of Values_0.DateTime.t ])
list ]