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

AddProfileKeyResponse

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

§Properties

§
KeyName?: string | null
[src]

A searchable identifier of a customer profile.

§
Values?: string[] | null
[src]

A list of key values.