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

Campaign

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

An object that describes the deployment of a solution version. For more information on campaigns, see "CreateCampaign".

interface Campaign {
campaignArn?: string | null;
campaignConfig?: CampaignConfig | null;
creationDateTime?: Date | number | null;
failureReason?: string | null;
lastUpdatedDateTime?: Date | number | null;
latestCampaignUpdate?: CampaignUpdateSummary | null;
minProvisionedTPS?: number | null;
name?: string | null;
solutionVersionArn?: string | null;
status?: string | null;
}

§Properties

§
campaignArn?: string | null
[src]

The Amazon Resource Name (ARN) of the campaign.

§
campaignConfig?: CampaignConfig | null
[src]

The configuration details of a campaign.

§
creationDateTime?: Date | number | null
[src]

The date and time (in Unix format) that the campaign was created.

§
failureReason?: string | null
[src]

If a campaign fails, the reason behind the failure.

§
lastUpdatedDateTime?: Date | number | null
[src]

The date and time (in Unix format) that the campaign was last updated.

§
latestCampaignUpdate?: CampaignUpdateSummary | null
[src]
§
minProvisionedTPS?: number | null
[src]

Specifies the requested minimum provisioned transactions (recommendations) per second.

§
name?: string | null
[src]

The name of the campaign.

§
solutionVersionArn?: string | null
[src]

The Amazon Resource Name (ARN) of a specific version of the solution.

§
status?: string | null
[src]

The status of the campaign.

A campaign can be in one of the following states:

  • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
  • DELETE PENDING > DELETE IN_PROGRESS