Module Values_2.PipelineVersionSource

The version of the pipeline.

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. pipelineVersionDisplayName : Values_1.PipelineVersionName.t option;
    (*

    The display name of the pipeline version.

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

    The description of the pipeline version.

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

    The creation time of the pipeline version.

    *)
  6. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    The time when the pipeline version was last modified.

    *)
  7. createdBy : Values_0.UserContext.t option;
  8. lastModifiedBy : Values_0.UserContext.t option;
  9. lastExecutedPipelineExecutionArn : Values_0.PipelineExecutionArn.t option;
    (*

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

    *)
  10. lastExecutedPipelineExecutionDisplayName : Values_1.PipelineExecutionName.t option;
    (*

    The display name of the most recent pipeline execution created from this pipeline version.

    *)
  11. lastExecutedPipelineExecutionStatus : Values_1.PipelineExecutionStatus.t option;
    (*

    The status of the most recent pipeline execution created from this pipeline version.

    *)
}
Sourceval make : ?pipelineArn:??? -> ?pipelineVersionId:??? -> ?pipelineVersionDisplayName:??? -> ?pipelineVersionDescription:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> ?createdBy:??? -> ?lastModifiedBy:??? -> ?lastExecutedPipelineExecutionArn:??? -> ?lastExecutedPipelineExecutionDisplayName:??? -> ?lastExecutedPipelineExecutionStatus:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Long of Values_1.PipelineVersionId.t | `String of Values_1.PipelineArn.t | `Structure of (string * [> `String of string | `Structure of (string * [> `String of string ]) list ]) list | `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