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

UpdatePhoneNumberRequestItem

import type { UpdatePhoneNumberRequestItem } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/chime.ts";
interface UpdatePhoneNumberRequestItem {
CallingName?: string | null;
PhoneNumberId: string;
ProductType?: PhoneNumberProductType | null;
}

§Properties

§
CallingName?: string | null
[src]
§
PhoneNumberId: string
[src]
§
ProductType?: PhoneNumberProductType | null
[src]