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

RelationshipStatus

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

The current status of the relationship between an account and an associated Amazon Macie administrator account. Possible values are:

type RelationshipStatus =
| "Enabled"
| "Paused"
| "Invited"
| "Created"
| "Removed"
| "Resigned"
| "EmailVerificationInProgress"
| "EmailVerificationFailed"
| "RegionDisabled"
| "AccountSuspended"

§Type

§
"Enabled" | "Paused" | "Invited" | "Created" | "Removed" | "Resigned" | "EmailVerificationInProgress" | "EmailVerificationFailed" | "RegionDisabled" | "AccountSuspended" | cmnP.UnexpectedEnumValue
[src]