Module Values.CopyDestinationImageSetPropertiesSource

Copy the image set properties of the destination image set.

Sourcetype nonrec t = {
  1. imageSetId : ImageSetId.t option;
    (*

    The image set identifier of the copied image set properties.

    *)
  2. latestVersionId : ImageSetExternalVersionId.t option;
    (*

    The latest version identifier for the destination image set properties.

    *)
  3. imageSetState : ImageSetState.t option;
    (*

    The image set state of the destination image set properties.

    *)
  4. imageSetWorkflowStatus : ImageSetWorkflowStatus.t option;
    (*

    The image set workflow status of the destination image set properties.

    *)
  5. createdAt : Date.t option;
    (*

    The timestamp when the destination image set properties were created.

    *)
  6. updatedAt : Date.t option;
    (*

    The timestamp when the destination image set properties were last updated.

    *)
  7. imageSetArn : Arn.t option;
    (*

    The Amazon Resource Name (ARN) assigned to the destination image set.

    *)
}
Sourceval make : ?imageSetId:??? -> ?latestVersionId:??? -> ?imageSetState:??? -> ?imageSetWorkflowStatus:??? -> ?createdAt:??? -> ?updatedAt:??? -> ?imageSetArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ImageSetId.t | `Timestamp of Date.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