- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-mediaconvert
ListJobsRequest Interface
Members
Name | Type | Details |
---|---|---|
MaxResults | number | undefined | Optional. Number of jobs, up to twenty, that will be returned at one time. |
NextToken | string | undefined | Optional. Use this string, provided with the response to a previous request, to request the next batch of jobs. |
Order | Order | undefined | Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource. |
Queue | string | undefined | Optional. Provide a queue name to get back only jobs from that queue. |
Status | JobStatus | undefined | Optional. A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR. |
Full Signature
export interface ListJobsRequest