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

IdentityResolutionJobStatus

import type { IdentityResolutionJobStatus } from "https://aws-api.deno.dev/v0.3/services/customerprofiles.ts?docs=full";
type IdentityResolutionJobStatus =
| "PENDING"
| "PREPROCESSING"
| "FIND_MATCHING"
| "MERGING"
| "COMPLETED"
| "PARTIAL_SUCCESS"
| "FAILED"

§Type

§
"PENDING" | "PREPROCESSING" | "FIND_MATCHING" | "MERGING" | "COMPLETED" | "PARTIAL_SUCCESS" | "FAILED" | cmnP.UnexpectedEnumValue
[src]