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

SkipWaitTimeForInstanceTerminationInput

import type { SkipWaitTimeForInstanceTerminationInput } from "https://aws-api.deno.dev/v0.4/services/codedeploy.ts?docs=full";
interface SkipWaitTimeForInstanceTerminationInput {
deploymentId?: string | null;
}

§Properties

§
deploymentId?: string | null
[src]

The unique ID of a blue/green deployment for which you want to skip the instance termination wait time.