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

AutoRollbackEvent

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

§Type

§
"DEPLOYMENT_FAILURE" | "DEPLOYMENT_STOP_ON_ALARM" | "DEPLOYMENT_STOP_ON_REQUEST" | cmnP.UnexpectedEnumValue
[src]