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

SnsFormat

import type { SnsFormat } from "https://aws-api.deno.dev/v0.4/services/lookoutmetrics.ts?docs=full";
type SnsFormat =
| "LONG_TEXT"
| "SHORT_TEXT"
| "JSON"

§Type

§
"LONG_TEXT" | "SHORT_TEXT" | "JSON" | cmnP.UnexpectedEnumValue
[src]