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

UpdateDeploymentGroupOutput

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

Represents the output of an UpdateDeploymentGroup operation.

interface UpdateDeploymentGroupOutput {
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, CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon Web Services account. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon Web Services account.