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