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

StudioComponentStatusCode

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

The current status of the studio component resource.

When the resource is in the READY state, the status code signals what the last mutation made to the resource was.

When the resource is in a CREATE_FAILED, UPDATE_FAILED, or DELETE_FAILED state, the status code signals what went wrong and why the mutation failed.

type StudioComponentStatusCode =
| "ACTIVE_DIRECTORY_ALREADY_EXISTS"
| "STUDIO_COMPONENT_CREATED"
| "STUDIO_COMPONENT_UPDATED"
| "STUDIO_COMPONENT_DELETED"
| "ENCRYPTION_KEY_ACCESS_DENIED"
| "ENCRYPTION_KEY_NOT_FOUND"
| "STUDIO_COMPONENT_CREATE_IN_PROGRESS"
| "STUDIO_COMPONENT_UPDATE_IN_PROGRESS"
| "STUDIO_COMPONENT_DELETE_IN_PROGRESS"
| "INTERNAL_ERROR"

§Type

§
"ACTIVE_DIRECTORY_ALREADY_EXISTS" | "STUDIO_COMPONENT_CREATED" | "STUDIO_COMPONENT_UPDATED" | "STUDIO_COMPONENT_DELETED" | "ENCRYPTION_KEY_ACCESS_DENIED" | "ENCRYPTION_KEY_NOT_FOUND" | "STUDIO_COMPONENT_CREATE_IN_PROGRESS" | "STUDIO_COMPONENT_UPDATE_IN_PROGRESS" | "STUDIO_COMPONENT_DELETE_IN_PROGRESS" | "INTERNAL_ERROR" | cmnP.UnexpectedEnumValue
[src]