APNSVoipChannelRequest
import type { APNSVoipChannelRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";interface APNSVoipChannelRequest {
BundleId?: string | null;
Certificate?: string | null;
DefaultAuthenticationMethod?: string | null;
Enabled?: boolean | null;
PrivateKey?: string | null;
TeamId?: string | null;
TokenKey?: string | null;
TokenKeyId?: string | null;
}