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

ListRescoreExecutionPlansRequest

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of rescore execution plans to return.

§
NextToken?: string | null
[src]

If the response is truncated, Amazon Kendra Intelligent Ranking returns a pagination token in the response. You can use this pagination token to retrieve the next set of rescore execution plans.