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

DeliverabilityTestStatus

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

The status of a predictive inbox placement test. If the status is IN_PROGRESS, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status is COMPLETE, then the test is finished, and you can use the GetDeliverabilityTestReport operation to view the results of the test.

type DeliverabilityTestStatus = "IN_PROGRESS" | "COMPLETED" | cmnP.UnexpectedEnumValue;

§Type

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