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

PipelineMetadata

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

Information about a pipeline.

interface PipelineMetadata {
created?: Date | number | null;
pipelineArn?: string | null;
updated?: Date | number | null;
}

§Properties

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

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

§
pipelineArn?: string | null
[src]

The Amazon Resource Name (ARN) of the pipeline.

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

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