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

UpdateCampaignRequest

import type { UpdateCampaignRequest } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface UpdateCampaignRequest {
campaignArn: string;
campaignConfig?: CampaignConfig | null;
minProvisionedTPS?: number | null;
solutionVersionArn?: string | null;
}

§Properties

§
campaignArn: string
[src]

The Amazon Resource Name (ARN) of the campaign.

§
campaignConfig?: CampaignConfig | null
[src]

The configuration details of a campaign.

§
minProvisionedTPS?: number | null
[src]

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

§
solutionVersionArn?: string | null
[src]

The ARN of a new solution version to deploy.