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

ListOnPremisesInstancesOutput

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

Represents the output of the list on-premises instances operation.

interface ListOnPremisesInstancesOutput {
instanceNames?: string[] | null;
nextToken?: string | null;
}

§Properties

§
instanceNames?: string[] | null
[src]

The list of matching on-premises instance names.

§
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 on-premises instances call to return the next set of on-premises instances in the list.