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

BatchGetApplicationRevisionsOutput

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

Represents the output of a BatchGetApplicationRevisions operation.

interface BatchGetApplicationRevisionsOutput {
applicationName?: string | null;
errorMessage?: string | null;
revisions?: RevisionInfo[] | null;
}

§Properties

§
applicationName?: string | null
[src]

The name of the application that corresponds to the revisions.

§
errorMessage?: string | null
[src]

Information about errors that might have occurred during the API call.

§
revisions?: RevisionInfo[] | null
[src]

Additional information about the revisions, including the type and location.