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

BatchGetDeploymentGroupsOutput

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

Represents the output of a BatchGetDeploymentGroups operation.

interface BatchGetDeploymentGroupsOutput {
deploymentGroupsInfo?: DeploymentGroupInfo[] | null;
errorMessage?: string | null;
}

§Properties

§
deploymentGroupsInfo?: DeploymentGroupInfo[] | null
[src]

Information about the deployment groups.

§
errorMessage?: string | null
[src]

Information about errors that might have occurred during the API call.