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

ListDeploymentTargetsOutput

import type { ListDeploymentTargetsOutput } from "https://aws-api.deno.dev/v0.3/services/codedeploy.ts?docs=full";
interface ListDeploymentTargetsOutput {
nextToken?: string | null;
targetIds?: string[] | null;
}

§Properties

§
nextToken?: string | null
[src]

If a large amount of information is returned, a token identifier is also returned. It can be used in a subsequent ListDeploymentTargets call to return the next set of deployment targets in the list.

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

The unique IDs of deployment targets.