Module Values.CreateExportImageTaskResultSource

Creates a task to export a WorkSpaces Applications image to an EC2 AMI. This allows you to use your customized WorkSpaces Applications images with other AWS services or for backup purposes.

Sourcetype nonrec t = {
  1. exportImageTask : ExportImageTask.t option;
    (*

    Information about the export image task that was created, including the task ID and initial state.

    *)
}
Sourcetype nonrec error = [
  1. | `ConcurrentModificationException of ConcurrentModificationException.t
  2. | `InvalidAccountStatusException of InvalidAccountStatusException.t
  3. | `InvalidRoleException of InvalidRoleException.t
  4. | `LimitExceededException of LimitExceededException.t
  5. | `OperationNotPermittedException of OperationNotPermittedException.t
  6. | `ResourceNotAvailableException of ResourceNotAvailableException.t
  7. | `ResourceNotFoundException of ResourceNotFoundException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?exportImageTask:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ConcurrentModificationException of ConcurrentModificationException.t | `InvalidAccountStatusException of InvalidAccountStatusException.t | `InvalidRoleException of InvalidRoleException.t | `LimitExceededException of LimitExceededException.t | `OperationNotPermittedException of OperationNotPermittedException.t | `ResourceNotAvailableException of ResourceNotAvailableException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ConcurrentModificationException of ConcurrentModificationException.t | `InvalidAccountStatusException of InvalidAccountStatusException.t | `InvalidRoleException of InvalidRoleException.t | `LimitExceededException of LimitExceededException.t | `OperationNotPermittedException of OperationNotPermittedException.t | `ResourceNotAvailableException of ResourceNotAvailableException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of UUID.t | `Timestamp of Timestamp.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t