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

SuggestStatus

import type { SuggestStatus } from "https://aws-api.deno.dev/v0.3/services/cloudsearchdomain.ts?docs=full";

Contains the resource id (rid) and the time it took to process the request (timems).

interface SuggestStatus {
rid?: string | null;
timems?: number | null;
}

§Properties

§
rid?: string | null
[src]

The encrypted resource ID for the request.

§
timems?: number | null
[src]

How long it took to process the request, in milliseconds.