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

GetApplicationRevisionInput

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

Represents the input of a GetApplicationRevision operation.

interface GetApplicationRevisionInput {
applicationName: string;
revision: RevisionLocation;
}

§Properties

§
applicationName: string
[src]

The name of the application that corresponds to the revision.

§

Information about the application revision to get, including type and location.