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

HttpEndpointRetryOptions

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

Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.

interface HttpEndpointRetryOptions {
DurationInSeconds?: number | null;
}

§Properties

§
DurationInSeconds?: number | null
[src]

The total amount of time that Kinesis Data Firehose spends on retries. This duration starts after the initial attempt to send data to the custom destination via HTTPS endpoint fails. It doesn't include the periods during which Kinesis Data Firehose waits for acknowledgment from the specified destination after each attempt.