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

ListDeploymentConfigsInput

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

Represents the input of a ListDeploymentConfigs operation.

interface ListDeploymentConfigsInput {
nextToken?: string | null;
}

§Properties

§
nextToken?: string | null
[src]

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