Module Values.CopyImageResponseSource

Copies the image within the same region or to a new region within the same AWS account. Note that any tags you added to the image will not be copied.

Sourcetype nonrec t = {
  1. destinationImageName : Name.t option;
    (*

    The name of the destination image.

    *)
}
Sourcetype nonrec error = [
  1. | `IncompatibleImageException of IncompatibleImageException.t
  2. | `InvalidAccountStatusException of InvalidAccountStatusException.t
  3. | `LimitExceededException of LimitExceededException.t
  4. | `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t
  5. | `ResourceNotAvailableException of ResourceNotAvailableException.t
  6. | `ResourceNotFoundException of ResourceNotFoundException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?destinationImageName:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `IncompatibleImageException of IncompatibleImageException.t | `InvalidAccountStatusException of InvalidAccountStatusException.t | `LimitExceededException of LimitExceededException.t | `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t | `ResourceNotAvailableException of ResourceNotAvailableException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `IncompatibleImageException of IncompatibleImageException.t | `InvalidAccountStatusException of InvalidAccountStatusException.t | `LimitExceededException of LimitExceededException.t | `ResourceAlreadyExistsException of ResourceAlreadyExistsException.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 * [> `String of Name.t ]) 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