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

ListJobsOutput

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

Contains the Amazon S3 Glacier response to your request.

interface ListJobsOutput {
JobList?: GlacierJobDescription[] | null;
Marker?: string | null;
}

§Properties

§
JobList?: GlacierJobDescription[] | null
[src]

A list of job objects. Each job object contains metadata describing the job.

§
Marker?: string | null
[src]

An opaque string used for pagination that specifies the job at which the listing of jobs should begin. You get the marker value from a previous List Jobs response. You only need to include the marker if you are continuing the pagination of the results started in a previous List Jobs request.