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

OperationType

import type { OperationType } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/apprunner.ts";
type OperationType =
| "START_DEPLOYMENT"
| "CREATE_SERVICE"
| "PAUSE_SERVICE"
| "RESUME_SERVICE"
| "DELETE_SERVICE"

§Type

§
"START_DEPLOYMENT" | "CREATE_SERVICE" | "PAUSE_SERVICE" | "RESUME_SERVICE" | "DELETE_SERVICE" | cmnP.UnexpectedEnumValue
[src]