Values_5.GetConsoleOutputRequestSourceGets 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.InstanceId.t;The ID of the instance.
*)latest : Values_0.Boolean.t option;When enabled, retrieves the latest console output for the instance. Default: disabled (false)
*)dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_0.InstanceId.t ])
list ]