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

ListProfileObjectsRequest

import type { ListProfileObjectsRequest } from "https://aws-api.deno.dev/v0.4/services/customerprofiles.ts?docs=full";
interface ListProfileObjectsRequest {
DomainName: string;
MaxResults?: number | null;
NextToken?: string | null;
ObjectFilter?: ObjectFilter | null;
ObjectTypeName: string;
ProfileId: string;
}

§Properties

§
DomainName: string
[src]

The unique name of the domain.

§
MaxResults?: number | null
[src]

The maximum number of objects returned per page.

§
NextToken?: string | null
[src]

The pagination token from the previous call to ListProfileObjects.

§
ObjectFilter?: ObjectFilter | null
[src]

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

§
ObjectTypeName: string
[src]

The name of the profile object type.

§
ProfileId: string
[src]

The unique identifier of a customer profile.