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

BatchGetDeploymentGroupsInput

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

Represents the input of a BatchGetDeploymentGroups operation.

interface BatchGetDeploymentGroupsInput {
applicationName: string;
deploymentGroupNames: string[];
}

§Properties

§
applicationName: string
[src]

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

§
deploymentGroupNames: string[]
[src]

The names of the deployment groups.