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

RevealRequestStatus

import type { RevealRequestStatus } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";

The status of a request to retrieve occurrences of sensitive data reported by a finding. Possible values are:

type RevealRequestStatus =
| "SUCCESS"
| "PROCESSING"
| "ERROR"

§Type

§
"SUCCESS" | "PROCESSING" | "ERROR" | cmnP.UnexpectedEnumValue
[src]