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

GetAutoMergingPreviewResponse

import type { GetAutoMergingPreviewResponse } from "https://aws-api.deno.dev/v0.4/services/customerprofiles.ts?docs=full";
interface GetAutoMergingPreviewResponse {
DomainName: string;
NumberOfMatchesInSample?: number | null;
NumberOfProfilesInSample?: number | null;
NumberOfProfilesWillBeMerged?: number | null;
}

§Properties

§
DomainName: string
[src]

The unique name of the domain.

§
NumberOfMatchesInSample?: number | null
[src]

The number of match groups in the domain that have been reviewed in this preview dry run.

§
NumberOfProfilesInSample?: number | null
[src]

The number of profiles found in this preview dry run.

§
NumberOfProfilesWillBeMerged?: number | null
[src]

The number of profiles that would be merged if this wasn't a preview dry run.