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

ListIdentityResolutionJobsResponse

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

§Properties

§
IdentityResolutionJobsList?: IdentityResolutionJob[] | null
[src]

A list of Identity Resolution Jobs.

§
NextToken?: string | null
[src]

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