CampaignResponse
import type { CampaignResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";interface CampaignResponse {
AdditionalTreatments?: TreatmentResource[] | null;
ApplicationId: string;
Arn: string;
CreationDate: string;
CustomDeliveryConfiguration?: CustomDeliveryConfiguration | null;
DefaultState?: CampaignState | null;
Description?: string | null;
HoldoutPercent?: number | null;
Hook?: CampaignHook | null;
Id: string;
IsPaused?: boolean | null;
LastModifiedDate: string;
Limits?: CampaignLimits | null;
MessageConfiguration?: MessageConfiguration | null;
Name?: string | null;
Schedule?: Schedule | null;
SegmentId: string;
SegmentVersion: number;
State?: CampaignState | null;
tags?: {} | null;
[key: string]: string | null | undefined;
TemplateConfiguration?: TemplateConfiguration | null;
TreatmentDescription?: string | null;
TreatmentName?: string | null;
Version?: number | null;
}§Properties
§
AdditionalTreatments?: TreatmentResource[] | null
[src]§
CustomDeliveryConfiguration?: CustomDeliveryConfiguration | null
[src]§
DefaultState?: CampaignState | null
[src]§
Hook?: CampaignHook | null
[src]§
Limits?: CampaignLimits | null
[src]§
MessageConfiguration?: MessageConfiguration | null
[src]§
State?: CampaignState | null
[src]§
TemplateConfiguration?: TemplateConfiguration | null
[src]