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

GetMatchesResponse

import type { GetMatchesResponse } from "https://aws-api.deno.dev/v0.4/services/customerprofiles.ts?docs=full";
interface GetMatchesResponse {
Matches?: MatchItem[] | null;
MatchGenerationDate?: Date | number | null;
NextToken?: string | null;
PotentialMatches?: number | null;
}

§Properties

§
Matches?: MatchItem[] | null
[src]

The list of matched profiles for this instance.

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

The timestamp this version of Match Result generated.

§
NextToken?: string | null
[src]

If there are additional results, this is the token for the next set of results.

§
PotentialMatches?: number | null
[src]

The number of potential matches found.