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

InitiateJobOutput

import type { InitiateJobOutput } from "https://aws-api.deno.dev/v0.3/services/glacier.ts?docs=full";

Contains the Amazon S3 Glacier response to your request.

interface InitiateJobOutput {
jobId?: string | null;
jobOutputPath?: string | null;
location?: string | null;
}

§Properties

§
jobId?: string | null
[src]

The ID of the job.

§
jobOutputPath?: string | null
[src]

The path to the location of where the select results are stored.

§
location?: string | null
[src]

The relative URI path of the job.