Values.CreateExportImageTaskResultSourceCreates 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.
type nonrec t = {exportImageTask : ExportImageTask.t option;Information about the export image task that was created, including the task ID and initial state.
*)}type nonrec error = [ | `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 ]val 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 ]val 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 ]val 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 ]