Values.CopyDestinationImageSetPropertiesSourceCopy the image set properties of the destination image set.
type nonrec t = {imageSetId : ImageSetId.t option;The image set identifier of the copied image set properties.
*)latestVersionId : ImageSetExternalVersionId.t option;The latest version identifier for the destination image set properties.
*)imageSetState : ImageSetState.t option;The image set state of the destination image set properties.
*)imageSetWorkflowStatus : ImageSetWorkflowStatus.t option;The image set workflow status of the destination image set properties.
*)createdAt : Date.t option;The timestamp when the destination image set properties were created.
*)updatedAt : Date.t option;The timestamp when the destination image set properties were last updated.
*)imageSetArn : Arn.t option;The Amazon Resource Name (ARN) assigned to the destination image set.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of ImageSetId.t | `Timestamp of Date.t ])
list ]