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

ListApplicationRevisionsOutput

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

Represents the output of a ListApplicationRevisions operation.

interface ListApplicationRevisionsOutput {
nextToken?: string | null;
revisions?: RevisionLocation[] | null;
}

§Properties

§
nextToken?: string | null
[src]

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.

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

A list of locations that contain the matching revisions.