Values.CopyImageRequestSourceCopies 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 t = {sourceImageName : Name.t;The name of the image to copy.
*)destinationImageName : Name.t;The name that the image will have when it is copied to the destination.
*)destinationRegion : RegionName.t;The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
*)destinationImageDescription : Description.t option;The description that the image will have when it is copied to the destination.
*)}val make :
?destinationImageDescription:??? ->
sourceImageName:Name.t ->
destinationImageName:Name.t ->
destinationRegion:RegionName.t ->
unit ->
t