Values.ImportVmImageResponseSourceWhen you export your virtual machine (VM) from its virtualization environment, that process creates a set of one or more disk container files that act as snapshots of your VM’s environment, settings, and data. The Amazon EC2 API ImportImage action uses those files to import your VM and create an AMI. To import using the CLI command, see import-image You can reference the task ID from the VM import to pull in the AMI that the import created as the base image for your Image Builder recipe.
type nonrec t = {requestId : NonEmptyString.t option;The request ID that uniquely identifies this request.
*)imageArn : Arn.t option;The Amazon Resource Name (ARN) of the AMI that was created during the VM import process. This AMI is used as the base image for the recipe that imported the VM.
*)clientToken : ClientToken.t option;The client token that uniquely identifies the request.
*)}type nonrec error = [ | `ClientException of ClientException.t| `ServiceException of ServiceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClientException of ClientException.t
| `ServiceException of ServiceException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClientException of ClientException.t
| `ServiceException of ServiceException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]