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

WriteJourneyRequest

import type { WriteJourneyRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";
interface WriteJourneyRequest {
Activities?: {
[key: string]: Activity | null | undefined;
}
| null;
CreationDate?: string | null;
LastModifiedDate?: string | null;
Limits?: JourneyLimits | null;
LocalTime?: boolean | null;
Name: string;
QuietTime?: QuietTime | null;
RefreshFrequency?: string | null;
RefreshOnSegmentUpdate?: boolean | null;
Schedule?: JourneySchedule | null;
StartActivity?: string | null;
StartCondition?: StartCondition | null;
State?: State | null;
WaitForQuietTime?: boolean | null;
}

§Properties

§
Activities?: {
[key: string]: Activity | null | undefined;
}
| null
[src]
§
CreationDate?: string | null
[src]
§
LastModifiedDate?: string | null
[src]
§
Limits?: JourneyLimits | null
[src]
§
LocalTime?: boolean | null
[src]
§
Name: string
[src]
§
QuietTime?: QuietTime | null
[src]
§
RefreshFrequency?: string | null
[src]
§
RefreshOnSegmentUpdate?: boolean | null
[src]
§
Schedule?: JourneySchedule | null
[src]
§
StartActivity?: string | null
[src]
§
StartCondition?: StartCondition | null
[src]
§
State?: State | null
[src]
§
WaitForQuietTime?: boolean | null
[src]