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

ListDataSourceSyncJobsRequest

import type { ListDataSourceSyncJobsRequest } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface ListDataSourceSyncJobsRequest {
Id: string;
IndexId: string;
MaxResults?: number | null;
NextToken?: string | null;
StartTimeFilter?: TimeRange | null;
StatusFilter?: DataSourceSyncJobStatus | null;
}

§Properties

§
Id: string
[src]

The identifier of the data source connector.

§
IndexId: string
[src]

The identifier of the index used with the data source connector.

§
MaxResults?: number | null
[src]

The maximum number of synchronization jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

§
NextToken?: string | null
[src]

If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of jobs.

§
StartTimeFilter?: TimeRange | null
[src]

When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.

§
StatusFilter?: DataSourceSyncJobStatus | null
[src]

Only returns synchronization jobs with the Status field equal to the specified status.