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

CampaignUpdateSummary

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

Provides a summary of the properties of a campaign update. For a complete listing, call the "DescribeCampaign" API.

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

§Properties

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

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

§
failureReason?: string | null
[src]

If a campaign update fails, the reason behind the failure.

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

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

§
minProvisionedTPS?: number | null
[src]

Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.

§
solutionVersionArn?: string | null
[src]

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

§
status?: string | null
[src]

The status of the campaign update.

A campaign update can be in one of the following states:

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