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

ListApplicationsInput

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

Represents the input of a ListApplications operation.

interface ListApplicationsInput {
nextToken?: string | null;
}

§Properties

§
nextToken?: string | null
[src]

An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.