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

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;
}

§Properties

§
ApplicationId?: string | null
[src]
§
CreationDate?: string | null
[src]
§
Enabled?: boolean | null
[src]
§
HasCredential?: boolean | null
[src]
§
Id?: string | null
[src]
§
IsArchived?: boolean | null
[src]
§
LastModifiedBy?: string | null
[src]
§
LastModifiedDate?: string | null
[src]
§
Platform: string
[src]
§
PromotionalMessagesPerSecond?: number | null
[src]
§
SenderId?: string | null
[src]
§
ShortCode?: string | null
[src]
§
TransactionalMessagesPerSecond?: number | null
[src]
§
Version?: number | null
[src]