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

FraudsterRegistrationJobStatus

import type { FraudsterRegistrationJobStatus } from "https://aws-api.deno.dev/v0.4/services/voiceid.ts?docs=full";
type FraudsterRegistrationJobStatus =
| "SUBMITTED"
| "IN_PROGRESS"
| "COMPLETED"
| "COMPLETED_WITH_ERRORS"
| "FAILED"

§Type

§
"SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | "COMPLETED_WITH_ERRORS" | "FAILED" | cmnP.UnexpectedEnumValue
[src]