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

ObjectFilter

import type { ObjectFilter } from "https://aws-api.deno.dev/v0.3/services/customerprofiles.ts?docs=full";

The filter applied to ListProfileObjects response to include profile objects with the specified index values. This filter is only supported for ObjectTypeName _asset, _case and _order.

interface ObjectFilter {
KeyName: string;
Values: string[];
}

§Properties

§
KeyName: string
[src]

A searchable identifier of a standard profile object. The predefined keys you can use to search for _asset include: _assetId, _assetName, _serialNumber. The predefined keys you can use to search for _case include: _caseId. The predefined keys you can use to search for _order include: _orderId.

§
Values: string[]
[src]

A list of key values.