APNSSandboxChannelResponse
import type { APNSSandboxChannelResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";interface APNSSandboxChannelResponse {
ApplicationId?: string | null;
CreationDate?: string | null;
DefaultAuthenticationMethod?: string | null;
Enabled?: boolean | null;
HasCredential?: boolean | null;
HasTokenKey?: boolean | null;
Id?: string | null;
IsArchived?: boolean | null;
LastModifiedBy?: string | null;
LastModifiedDate?: string | null;
Platform: string;
Version?: number | null;
}