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

BulkPublishStatus

import type { BulkPublishStatus } from "https://aws-api.deno.dev/v0.4/services/cognitosync.ts?docs=full";
type BulkPublishStatus =
| "NOT_STARTED"
| "IN_PROGRESS"
| "FAILED"
| "SUCCEEDED"

§Type

§
"NOT_STARTED" | "IN_PROGRESS" | "FAILED" | "SUCCEEDED" | cmnP.UnexpectedEnumValue
[src]