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

MacieStatus

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

The status of an Amazon Macie account. Valid values are:

type MacieStatus = "PAUSED" | "ENABLED" | cmnP.UnexpectedEnumValue;

§Type

§
"PAUSED" | "ENABLED" | cmnP.UnexpectedEnumValue
[src]