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

OverallChangeStatus

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

The overall status value of the domain configuration change.

type OverallChangeStatus =
| "PENDING"
| "PROCESSING"
| "COMPLETED"
| "FAILED"

§Type

§
"PENDING" | "PROCESSING" | "COMPLETED" | "FAILED" | cmnP.UnexpectedEnumValue
[src]