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

PhoneNumberSummary

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

Contains summary information about a phone number for a contact center.

interface PhoneNumberSummary {
Arn?: string | null;
Id?: string | null;
PhoneNumber?: string | null;
PhoneNumberCountryCode?: PhoneNumberCountryCode | null;
PhoneNumberType?: PhoneNumberType | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the phone number.

§
Id?: string | null
[src]

The identifier of the phone number.

§
PhoneNumber?: string | null
[src]

The phone number.

§
PhoneNumberCountryCode?: PhoneNumberCountryCode | null
[src]

The ISO country code.

§
PhoneNumberType?: PhoneNumberType | null
[src]

The type of phone number.