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

ReplicaStatus

import type { ReplicaStatus } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
type ReplicaStatus =
| "CREATING"
| "CREATION_FAILED"
| "UPDATING"
| "DELETING"
| "ACTIVE"
| "REGION_DISABLED"
| "INACCESSIBLE_ENCRYPTION_CREDENTIALS"

§Type

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