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

WarmupStatus

import type { WarmupStatus } from "https://aws-api.deno.dev/v0.3/services/sesv2.ts?docs=full";

The warmup status of a dedicated IP.

type WarmupStatus = "IN_PROGRESS" | "DONE" | cmnP.UnexpectedEnumValue;

§Type

§
"IN_PROGRESS" | "DONE" | cmnP.UnexpectedEnumValue
[src]