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

GetPipelineInput

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

Represents the input of a GetPipeline action.

interface GetPipelineInput {
name: string;
version?: number | null;
}

§Properties

§
name: string
[src]

The name of the pipeline for which you want to get information. Pipeline names must be unique under an AWS user account.

§
version?: number | null
[src]

The version number of the pipeline. If you do not specify a version, defaults to the current version.