Module Values_2.PipelineVersionSummarySource

The summary of the pipeline version.

Sourcetype nonrec t = {
  1. pipelineArn : Values_1.PipelineArn.t option;
    (*

    The Amazon Resource Name (ARN) of the pipeline.

    *)
  2. pipelineVersionId : Values_1.PipelineVersionId.t option;
    (*

    The ID of the pipeline version.

    *)
  3. creationTime : Values_0.Timestamp.t option;
    (*

    The creation time of the pipeline version.

    *)
  4. pipelineVersionDescription : Values_1.PipelineVersionDescription.t option;
    (*

    The description of the pipeline version.

    *)
  5. pipelineVersionDisplayName : Values_1.PipelineVersionName.t option;
    (*

    The display name of the pipeline version.

    *)
  6. lastExecutionPipelineExecutionArn : Values_0.PipelineExecutionArn.t option;
    (*

    The Amazon Resource Name (ARN) of the most recent pipeline execution created from this pipeline version.

    *)
}
Sourceval make : ?pipelineArn:??? -> ?pipelineVersionId:??? -> ?creationTime:??? -> ?pipelineVersionDescription:??? -> ?pipelineVersionDisplayName:??? -> ?lastExecutionPipelineExecutionArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of Values_1.PipelineVersionId.t | `String of Values_1.PipelineArn.t | `Timestamp of Values_0.Timestamp.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