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

SelectObjectContentEventStream

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

The container for selecting objects from a content event stream.

interface SelectObjectContentEventStream {
Cont?: ContinuationEvent | null;
End?: EndEvent | null;
Progress?: ProgressEvent | null;
Records?: RecordsEvent | null;
Stats?: StatsEvent | null;
}

§Properties

§

The Continuation Event.

§
End?: EndEvent | null
[src]

The End Event.

§
Progress?: ProgressEvent | null
[src]

The Progress Event.

§
Records?: RecordsEvent | null
[src]

The Records Event.

§
Stats?: StatsEvent | null
[src]

The Stats Event.