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

SendVoiceMessageRequest

import type { SendVoiceMessageRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/pinpointsmsvoice.ts";
interface SendVoiceMessageRequest {
CallerId?: string | null;
ConfigurationSetName?: string | null;
Content?: VoiceMessageContent | null;
DestinationPhoneNumber?: string | null;
OriginationPhoneNumber?: string | null;
}

§Properties

§
CallerId?: string | null
[src]
§
ConfigurationSetName?: string | null
[src]
§
DestinationPhoneNumber?: string | null
[src]
§
OriginationPhoneNumber?: string | null
[src]