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

TransactionStatusFilter

import type { TransactionStatusFilter } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
type TransactionStatusFilter =
| "ALL"
| "COMPLETED"
| "ACTIVE"
| "COMMITTED"
| "ABORTED"

§Type

§
"ALL" | "COMPLETED" | "ACTIVE" | "COMMITTED" | "ABORTED" | cmnP.UnexpectedEnumValue
[src]