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

UpdateRescoreExecutionPlanRequest

import type { UpdateRescoreExecutionPlanRequest } from "https://aws-api.deno.dev/v0.4/services/kendraranking.ts?docs=full";
interface UpdateRescoreExecutionPlanRequest {
CapacityUnits?: CapacityUnitsConfiguration | null;
Description?: string | null;
Id: string;
Name?: string | null;
}

§Properties

§
CapacityUnits?: CapacityUnitsConfiguration | null
[src]

You can set additional capacity units to meet the needs of your rescore execution plan. You are given a single capacity unit by default. If you want to use the default capacity, you don't set additional capacity units. For more information on the default capacity and additional capacity units, see Adjusting capacity.

§
Description?: string | null
[src]

A new description for the rescore execution plan.

§
Id: string
[src]

The identifier of the rescore execution plan that you want to update.

§
Name?: string | null
[src]

A new name for the rescore execution plan.