PushNotificationTemplateResponse
import type { PushNotificationTemplateResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";interface PushNotificationTemplateResponse {
ADM?: AndroidPushNotificationTemplate | null;
APNS?: APNSPushNotificationTemplate | null;
Arn?: string | null;
Baidu?: AndroidPushNotificationTemplate | null;
CreationDate: string;
Default?: DefaultPushNotificationTemplate | null;
DefaultSubstitutions?: string | null;
GCM?: AndroidPushNotificationTemplate | null;
LastModifiedDate: string;
RecommenderId?: string | null;
tags?: {} | null;
[key: string]: string | null | undefined;
TemplateDescription?: string | null;
TemplateName: string;
TemplateType: TemplateType;
Version?: string | null;
}§Properties
§
ADM?: AndroidPushNotificationTemplate | null
[src]§
APNS?: APNSPushNotificationTemplate | null
[src]§
Baidu?: AndroidPushNotificationTemplate | null
[src]§
Default?: DefaultPushNotificationTemplate | null
[src]§
GCM?: AndroidPushNotificationTemplate | null
[src]§
TemplateType: TemplateType
[src]