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

TableClass

import type { TableClass } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
type TableClass = "STANDARD" | "STANDARD_INFREQUENT_ACCESS" | cmnP.UnexpectedEnumValue;

§Type

§
"STANDARD" | "STANDARD_INFREQUENT_ACCESS" | cmnP.UnexpectedEnumValue
[src]