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

GetApplicationRevisionOutput

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

Represents the output of a GetApplicationRevision operation.

interface GetApplicationRevisionOutput {
applicationName?: string | null;
revision?: RevisionLocation | null;
revisionInfo?: GenericRevisionInfo | null;
}

§Properties

§
applicationName?: string | null
[src]

The name of the application that corresponds to the revision.

§
revision?: RevisionLocation | null
[src]

Additional information about the revision, including type and location.

§
revisionInfo?: GenericRevisionInfo | null
[src]

General information about the revision.