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

BatchGetApplicationRevisionsInput

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

Represents the input of a BatchGetApplicationRevisions operation.

interface BatchGetApplicationRevisionsInput {
applicationName: string;
revisions: RevisionLocation[];
}

§Properties

§
applicationName: string
[src]

The name of an AWS CodeDeploy application about which to get revision information.

§

An array of RevisionLocation objects that specify information to get about the application revisions, including type and location. The maximum number of RevisionLocation objects you can specify is 25.