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

WriteOperationType

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

The possible write operations in the destination connector. When this value is not provided, this defaults to the INSERT operation.

type WriteOperationType =
| "INSERT"
| "UPSERT"
| "UPDATE"
| "DELETE"

§Type

§
"INSERT" | "UPSERT" | "UPDATE" | "DELETE" | cmnP.UnexpectedEnumValue
[src]