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

ListCampaignsRequest

import type { ListCampaignsRequest } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface ListCampaignsRequest {
maxResults?: number | null;
nextToken?: string | null;
solutionArn?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of campaigns to return.

§
nextToken?: string | null
[src]

A token returned from the previous call to ListCampaigns for getting the next set of campaigns (if they exist).

§
solutionArn?: string | null
[src]

The Amazon Resource Name (ARN) of the solution to list the campaigns for. When a solution is not specified, all the campaigns associated with the account are listed.