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

ListDeploymentConfigsOutput

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

Represents the output of a ListDeploymentConfigs operation.

interface ListDeploymentConfigsOutput {
deploymentConfigsList?: string[] | null;
nextToken?: string | null;
}

§Properties

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

A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

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