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.3/services/glacier.ts?docs=full";

Contains information about the location where the select job results are stored.

interface OutputLocation {
S3?: S3Location | null;
}

§Properties

§
S3?: S3Location | null
[src]

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