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

CheckIfPhoneNumberIsOptedOutResponse

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

The response from the CheckIfPhoneNumberIsOptedOut action.

interface CheckIfPhoneNumberIsOptedOutResponse {
isOptedOut?: boolean | null;
}

§Properties

§
isOptedOut?: boolean | null
[src]

Indicates whether the phone number is opted out:

  • true – The phone number is opted out, meaning you cannot publish SMS messages to it.
  • false – The phone number is opted in, meaning you can publish SMS messages to it.