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

DeleteProfileKeyRequest

import type { DeleteProfileKeyRequest } from "https://aws-api.deno.dev/v0.4/services/customerprofiles.ts?docs=full";
interface DeleteProfileKeyRequest {
DomainName: string;
KeyName: string;
ProfileId: string;
Values: string[];
}

§Properties

§
DomainName: string
[src]

The unique name of the domain.

§
KeyName: string
[src]

A searchable identifier of a customer profile.

§
ProfileId: string
[src]

The unique identifier of a customer profile.

§
Values: string[]
[src]

A list of key values.