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

CreateSMSSandboxPhoneNumberInput

import type { CreateSMSSandboxPhoneNumberInput } from "https://aws-api.deno.dev/v0.3/services/sns.ts?docs=full";
interface CreateSMSSandboxPhoneNumberInput {
LanguageCode?: LanguageCodeString | null;
PhoneNumber: string;
}

§Properties

§
LanguageCode?: LanguageCodeString | null
[src]

The language to use for sending the OTP. The default value is en-US.

§
PhoneNumber: string
[src]

The destination phone number to verify. On verification, Amazon SNS adds this phone number to the list of verified phone numbers that you can send SMS messages to.