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

OptInPhoneNumberInput

import type { OptInPhoneNumberInput } from "https://aws-api.deno.dev/v0.3/services/sns.ts?docs=full";

Input for the OptInPhoneNumber action.

interface OptInPhoneNumberInput {
phoneNumber: string;
}

§Properties

§
phoneNumber: string
[src]

The phone number to opt in. Use E.164 format.