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

RequestProgress

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

Container for specifying if periodic QueryProgress messages should be sent.

interface RequestProgress {
Enabled?: boolean | null;
}

§Properties

§
Enabled?: boolean | null
[src]

Specifies whether periodic QueryProgress frames should be sent. Valid values: TRUE, FALSE. Default value: FALSE.