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

NumberValidateRequest

import type { NumberValidateRequest } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";

Specifies a phone number to validate and retrieve information about.

interface NumberValidateRequest {
IsoCountryCode?: string | null;
PhoneNumber?: string | null;
}

§Properties

§
IsoCountryCode?: string | null
[src]

The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number was originally registered.

§
PhoneNumber?: string | null
[src]

The phone number to retrieve information about. The phone number that you provide should include a valid numeric country code. Otherwise, the operation might result in an error.