Values.CopyImageResponseSourceCopies 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.
type nonrec error = [ | `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 ]val 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 ]val 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 ]