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

ActivityResponse

import type { ActivityResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/pinpoint.ts";
interface ActivityResponse {
ApplicationId: string;
CampaignId: string;
End?: string | null;
Id: string;
Result?: string | null;
ScheduledStart?: string | null;
Start?: string | null;
State?: string | null;
SuccessfulEndpointCount?: number | null;
TimezonesCompletedCount?: number | null;
TimezonesTotalCount?: number | null;
TotalEndpointCount?: number | null;
TreatmentId?: string | null;
}

§Properties

§
ApplicationId: string
[src]
§
CampaignId: string
[src]
§
End?: string | null
[src]
§
Id: string
[src]
§
Result?: string | null
[src]
§
ScheduledStart?: string | null
[src]
§
Start?: string | null
[src]
§
State?: string | null
[src]
§
SuccessfulEndpointCount?: number | null
[src]
§
TimezonesCompletedCount?: number | null
[src]
§
TimezonesTotalCount?: number | null
[src]
§
TotalEndpointCount?: number | null
[src]
§
TreatmentId?: string | null
[src]