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

AmazonOpenSearchServerlessRetryOptions

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

Configures retry behavior in case Kinesis Data Firehose is unable to deliver documents to the Serverless offering for Amazon OpenSearch Service.

interface AmazonOpenSearchServerlessRetryOptions {
DurationInSeconds?: number | null;
}

§Properties

§
DurationInSeconds?: number | null
[src]

After an initial failure to deliver to the Serverless offering for Amazon OpenSearch Service, the total amount of time during which Kinesis Data Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.