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

InputFormatConfiguration

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

Specifies the deserializer you want to use to convert the format of the input data. This parameter is required if Enabled is set to true.

interface InputFormatConfiguration {
Deserializer?: Deserializer | null;
}

§Properties

§
Deserializer?: Deserializer | null
[src]

Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.