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

ListHarvestJobsRequest

import type { ListHarvestJobsRequest } from "https://aws-api.deno.dev/v0.4/services/mediapackage.ts?docs=full";
interface ListHarvestJobsRequest {
IncludeChannelId?: string | null;
IncludeStatus?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
IncludeChannelId?: string | null
[src]

When specified, the request will return only HarvestJobs associated with the given Channel ID.

§
IncludeStatus?: string | null
[src]

When specified, the request will return only HarvestJobs in the given status.

§
MaxResults?: number | null
[src]

The upper bound on the number of records to return.

§
NextToken?: string | null
[src]

A token used to resume pagination from the end of a previous request.