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

SMSChannelRequest

import type { SMSChannelRequest } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";

Specifies the status and settings of the SMS channel for an application.

interface SMSChannelRequest {
Enabled?: boolean | null;
SenderId?: string | null;
ShortCode?: string | null;
}

§Properties

§
Enabled?: boolean | null
[src]

Specifies whether to enable the SMS channel for the application.

§
SenderId?: string | null
[src]

The identity that you want to display on recipients' devices when they receive messages from the SMS channel.

§
ShortCode?: string | null
[src]

The registered short code that you want to use when you send messages through the SMS channel.