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/cur.ts?docs=full";

The compression format that AWS uses for the report.

type CompressionFormat =
| "ZIP"
| "GZIP"
| "Parquet"

§Type

§
"ZIP" | "GZIP" | "Parquet" | cmnP.UnexpectedEnumValue
[src]