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

SearchProfilesResponse

import type { SearchProfilesResponse } from "https://aws-api.deno.dev/v0.4/services/customerprofiles.ts?docs=full";
interface SearchProfilesResponse {
Items?: Profile[] | null;
NextToken?: string | null;
}

§Properties

§
Items?: Profile[] | null
[src]

The list of Profiles matching the search criteria.

§
NextToken?: string | null
[src]

The pagination token from the previous SearchProfiles API call.