Values_5.GetConsoleScreenshotResultSourceRetrieve 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 = {imageData : Values_0.String_.t option;The data that comprises the image.
*)instanceId : Values_0.String_.t option;The ID of the instance.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]