Values_5.GetConsoleScreenshotRequestSourceRetrieve a JPG-format screenshot of a running instance to help with troubleshooting. The returned content is Base64-encoded. For more information, see Instance console output in the Amazon EC2 User Guide.
type nonrec t = {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.
*)instanceId : Values_0.InstanceId.t;The ID of the instance.
*)wakeUp : Values_0.Boolean.t option;When set to true, acts as keystroke input and wakes up an instance that's in standby or "sleep" mode.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_0.InstanceId.t ])
list ]