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

AccountRoleStatus

import type { AccountRoleStatus } from "https://aws-api.deno.dev/v0.3/services/fms.ts?docs=full";
type AccountRoleStatus =
| "READY"
| "CREATING"
| "PENDING_DELETION"
| "DELETING"
| "DELETED"

§Type

§
"READY" | "CREATING" | "PENDING_DELETION" | "DELETING" | "DELETED" | cmnP.UnexpectedEnumValue
[src]