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

HttpEndpointRequestConfiguration

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

The configuration of the HTTP endpoint request.

interface HttpEndpointRequestConfiguration {
CommonAttributes?: HttpEndpointCommonAttribute[] | null;
ContentEncoding?: ContentEncoding | null;
}

§Properties

§
CommonAttributes?: HttpEndpointCommonAttribute[] | null
[src]

Describes the metadata sent to the HTTP endpoint destination.

§
ContentEncoding?: ContentEncoding | null
[src]

Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination. For more information, see Content-Encoding in MDN Web Docs, the official Mozilla documentation.