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

EndEvent

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

A message that indicates the request is complete and no more messages will be sent. You should not assume that the request is complete until the client receives an EndEvent.

interface EndEvent {}