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

RuleGroupsNamespaceStatusCode

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

State of a namespace.

type RuleGroupsNamespaceStatusCode =
| "CREATING"
| "ACTIVE"
| "UPDATING"
| "DELETING"
| "CREATION_FAILED"
| "UPDATE_FAILED"

§Type

§
"CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATION_FAILED" | "UPDATE_FAILED" | cmnP.UnexpectedEnumValue
[src]