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