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

ListHarvestJobsResponse

import type { ListHarvestJobsResponse } from "https://aws-api.deno.dev/v0.4/services/mediapackage.ts?docs=full";
interface ListHarvestJobsResponse {
HarvestJobs?: HarvestJob[] | null;
NextToken?: string | null;
}

§Properties

§
HarvestJobs?: HarvestJob[] | null
[src]

A list of HarvestJob records.

§
NextToken?: string | null
[src]

A token that can be used to resume pagination from the end of the collection.