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

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?: {
[key: string]: string | null | undefined;
}
| null;
TemplateConfiguration?: TemplateConfiguration | null;
TreatmentDescription?: string | null;
TreatmentName?: string | null;
Version?: number | null;
}

§Properties

§
AdditionalTreatments?: TreatmentResource[] | null
[src]
§
ApplicationId: string
[src]
§
Arn: string
[src]
§
CreationDate: string
[src]
§
CustomDeliveryConfiguration?: CustomDeliveryConfiguration | null
[src]
§
DefaultState?: CampaignState | null
[src]
§
Description?: string | null
[src]
§
HoldoutPercent?: number | null
[src]
§
Hook?: CampaignHook | null
[src]
§
Id: string
[src]
§
IsPaused?: boolean | null
[src]
§
LastModifiedDate: string
[src]
§
Limits?: CampaignLimits | null
[src]
§
MessageConfiguration?: MessageConfiguration | null
[src]
§
Name?: string | null
[src]
§
Schedule?: Schedule | null
[src]
§
SegmentId: string
[src]
§
SegmentVersion: number
[src]
§
State?: CampaignState | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
TemplateConfiguration?: TemplateConfiguration | null
[src]
§
TreatmentDescription?: string | null
[src]
§
TreatmentName?: string | null
[src]
§
Version?: number | null
[src]