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

WriteCampaignRequest

import type { WriteCampaignRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/pinpoint.ts";
interface WriteCampaignRequest {
AdditionalTreatments?: WriteTreatmentResource[] | null;
CustomDeliveryConfiguration?: CustomDeliveryConfiguration | null;
Description?: string | null;
HoldoutPercent?: number | null;
Hook?: CampaignHook | null;
IsPaused?: boolean | null;
Limits?: CampaignLimits | null;
MessageConfiguration?: MessageConfiguration | null;
Name?: string | null;
Schedule?: Schedule | null;
SegmentId?: string | null;
SegmentVersion?: number | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
TemplateConfiguration?: TemplateConfiguration | null;
TreatmentDescription?: string | null;
TreatmentName?: string | null;
}

§Properties

§
AdditionalTreatments?: WriteTreatmentResource[] | null
[src]
§
CustomDeliveryConfiguration?: CustomDeliveryConfiguration | null
[src]
§
Description?: string | null
[src]
§
HoldoutPercent?: number | null
[src]
§
Hook?: CampaignHook | null
[src]
§
IsPaused?: boolean | null
[src]
§
Limits?: CampaignLimits | null
[src]
§
MessageConfiguration?: MessageConfiguration | null
[src]
§
Name?: string | null
[src]
§
Schedule?: Schedule | null
[src]
§
SegmentId?: string | null
[src]
§
SegmentVersion?: number | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
TemplateConfiguration?: TemplateConfiguration | null
[src]
§
TreatmentDescription?: string | null
[src]
§
TreatmentName?: string | null
[src]