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

ListRescoreExecutionPlansResponse

import type { ListRescoreExecutionPlansResponse } from "https://aws-api.deno.dev/v0.4/services/kendraranking.ts?docs=full";
interface ListRescoreExecutionPlansResponse {
NextToken?: string | null;
SummaryItems?: RescoreExecutionPlanSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

If the response is truncated, Amazon Kendra Intelligent Ranking returns a pagination token in the response.

§
SummaryItems?: RescoreExecutionPlanSummary[] | null
[src]

An array of summary information for one or more rescore execution plans.