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

ListCampaignsResponse

import type { ListCampaignsResponse } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface ListCampaignsResponse {
campaigns?: CampaignSummary[] | null;
nextToken?: string | null;
}

§Properties

§
campaigns?: CampaignSummary[] | null
[src]

A list of the campaigns.

§
nextToken?: string | null
[src]

A token for getting the next set of campaigns (if they exist).