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

StopDeploymentInput

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

Represents the input of a StopDeployment operation.

interface StopDeploymentInput {
autoRollbackEnabled?: boolean | null;
deploymentId: string;
}

§Properties

§
autoRollbackEnabled?: boolean | null
[src]

Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the previous version of the application revision.

§
deploymentId: string
[src]

The unique ID of a deployment.