Values.ImportDiskImageResponseSourceImport a Windows operating system image from a verified Microsoft ISO disk file. The following disk images are supported: Windows 11 Enterprise
type nonrec t = {clientToken : ClientToken.t option;The client token that uniquely identifies the request.
*)imageBuildVersionArn : ImageBuildVersionArn.t option;The Amazon Resource Name (ARN) of the output AMI that was created from the ISO disk file.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ClientException of ClientException.t| `ServiceException of ServiceException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ClientException of ClientException.t
| `ServiceException of ServiceException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ClientException of ClientException.t
| `ServiceException of ServiceException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]