UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

13 lines (12 loc) 418 B
export interface CreatePhoneNumberProps { phoneState?: string; phoneAreaCode?: string; phoneCity?: string; phoneCountry?: string; phoneNumberTollFreePrefix?: string; phoneProductType?: string; } export declare const CreatePhoneNumber: (uid: string, props: CreatePhoneNumberProps) => Promise<{ phoneNumber: string; }>; export declare const DeletePhoneNumber: (uid: string) => Promise<void>;