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

CheckIfPhoneNumberIsOptedOutInput

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

The input for the CheckIfPhoneNumberIsOptedOut action.

interface CheckIfPhoneNumberIsOptedOutInput {
phoneNumber: string;
}

§Properties

§
phoneNumber: string
[src]

The phone number for which you want to check the opt out status.