Values_5.GetConsoleOutputResultSourceGets the console output for the specified instance. For Linux instances, the instance console output displays the exact console output that would normally be displayed on a physical monitor attached to a computer. For Windows instances, the instance console output includes the last three system event log errors. For more information, see Instance console output in the Amazon EC2 User Guide.
type nonrec t = {instanceId : Values_0.String_.t option;The ID of the instance.
*)timestamp : Values_0.DateTime.t option;The time at which the output was last updated.
*)output : Values_0.String_.t option;The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for you.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Timestamp of Values_0.DateTime.t ])
list ]