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

OutputFormatConfiguration

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

Specifies the serializer that you want Kinesis Data Firehose to use to convert the format of your data before it writes it to Amazon S3. This parameter is required if Enabled is set to true.

interface OutputFormatConfiguration {
Serializer?: Serializer | null;
}

§Properties

§
Serializer?: Serializer | null
[src]

Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.