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

StreamViewType

import type { StreamViewType } from "https://aws-api.deno.dev/v0.4/services/dynamodbstreams.ts?docs=full";
type StreamViewType =
| "NEW_IMAGE"
| "OLD_IMAGE"
| "NEW_AND_OLD_IMAGES"
| "KEYS_ONLY"

§Type

§
"NEW_IMAGE" | "OLD_IMAGE" | "NEW_AND_OLD_IMAGES" | "KEYS_ONLY" | cmnP.UnexpectedEnumValue
[src]