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

GetSnapshotsResponse

import type { GetSnapshotsResponse } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface GetSnapshotsResponse {
NextToken?: string | null;
SnapshotsData?: string[][] | null;
SnapshotsDataHeader?: string[] | null;
SnapShotTimeFilter?: TimeRange | null;
}

§Properties

§
NextToken?: string | null
[src]

If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve the next set of search metrics data.

§
SnapshotsData?: string[][] | null
[src]

The search metrics data. The data returned depends on the metric type you requested.

§
SnapshotsDataHeader?: string[] | null
[src]

The column headers for the search metrics data.

§
SnapShotTimeFilter?: TimeRange | null
[src]

The date-time for the beginning and end of the time window for the search metrics data.