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

ListDeploymentInstancesOutput

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

Represents the output of a ListDeploymentInstances operation.

interface ListDeploymentInstancesOutput {
instancesList?: string[] | null;
nextToken?: string | null;
}

§Properties

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

A list of instance IDs.

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