Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PipelineSummary

import type { PipelineSummary } from "https://aws-api.deno.dev/v0.3/services/codepipeline.ts?docs=full";

Returns a summary of a pipeline.

interface PipelineSummary {
created?: Date | number | null;
name?: string | null;
updated?: Date | number | null;
version?: number | null;
}

§Properties

§
created?: Date | number | null
[src]

The date and time the pipeline was created, in timestamp format.

§
name?: string | null
[src]

The name of the pipeline.

§
updated?: Date | number | null
[src]

The date and time of the last update to the pipeline, in timestamp format.

§
version?: number | null
[src]

The version number of the pipeline.