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

InstanceAccessControlAttributeConfigurationStatus

import type { InstanceAccessControlAttributeConfigurationStatus } from "https://aws-api.deno.dev/v0.4/services/ssoadmin.ts?docs=full";
type InstanceAccessControlAttributeConfigurationStatus =
| "ENABLED"
| "CREATION_IN_PROGRESS"
| "CREATION_FAILED"

§Type

§
"ENABLED" | "CREATION_IN_PROGRESS" | "CREATION_FAILED" | cmnP.UnexpectedEnumValue
[src]