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

DeleteDeploymentGroupOutput

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

Represents the output of a DeleteDeploymentGroup operation.

interface DeleteDeploymentGroupOutput {
hooksNotCleanedUp?: AutoScalingGroup[] | null;
}

§Properties

§
hooksNotCleanedUp?: AutoScalingGroup[] | null
[src]

If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.