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

CompressionFormat

import type { CompressionFormat } from "https://aws-api.deno.dev/v0.4/services/firehose.ts?docs=full";
type CompressionFormat =
| "UNCOMPRESSED"
| "GZIP"
| "ZIP"
| "Snappy"
| "HADOOP_SNAPPY"

§Type

§
"UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY" | cmnP.UnexpectedEnumValue
[src]