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

GetDeploymentGroupInput

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

Represents the input of a GetDeploymentGroup operation.

interface GetDeploymentGroupInput {
applicationName: string;
deploymentGroupName: string;
}

§Properties

§
applicationName: string
[src]

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

§
deploymentGroupName: string
[src]

The name of a deployment group for the specified application.