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

ListDeploymentGroupsInput

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

Represents the input of a ListDeploymentGroups operation.

interface ListDeploymentGroupsInput {
applicationName: string;
nextToken?: string | null;
}

§Properties

§
applicationName: string
[src]

The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.

§
nextToken?: string | null
[src]

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