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

HttpRetryPolicy

import type { HttpRetryPolicy } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appmesh.ts";
interface HttpRetryPolicy {
httpRetryEvents?: string[] | null;
maxRetries: number;
perRetryTimeout: Duration;
tcpRetryEvents?: TcpRetryPolicyEvent[] | null;
}

§Properties

§
httpRetryEvents?: string[] | null
[src]
§
maxRetries: number
[src]
§
perRetryTimeout: Duration
[src]
§
tcpRetryEvents?: TcpRetryPolicyEvent[] | null
[src]