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

OutputLocation

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

Describes the location where the restore job's output is stored.

interface OutputLocation {
S3?: S3Location | null;
}

§Properties

§
S3?: S3Location | null
[src]

Describes an S3 location that will receive the results of the restore request.