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

DescribeRescoreExecutionPlanResponse

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

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the rescore execution plan.

§
CapacityUnits?: CapacityUnitsConfiguration | null
[src]

The capacity units set for the rescore execution plan. A capacity of zero indicates that the rescore execution plan is using the default capacity. For more information on the default capacity and additional capacity units, see Adjusting capacity.

§
CreatedAt?: Date | number | null
[src]

The Unix timestamp of when the rescore execution plan was created.

§
Description?: string | null
[src]

The description for the rescore execution plan.

§
ErrorMessage?: string | null
[src]

When the Status field value is FAILED, the ErrorMessage field contains a message that explains why.

§
Id?: string | null
[src]

The identifier of the rescore execution plan.

§
Name?: string | null
[src]

The name for the rescore execution plan.

§

The current status of the rescore execution plan. When the value is ACTIVE, the rescore execution plan is ready for use. If the Status field value is FAILED, the ErrorMessage field contains a message that explains why.

§
UpdatedAt?: Date | number | null
[src]

The Unix timestamp of when the rescore execution plan was last updated.