UNPKG

cdk-amazon-chime-resources

Version:

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

8 lines (7 loc) 444 B
export interface AssociatePhoneNumbersProp { voiceConnectorId?: string; e164PhoneNumber?: string; } export declare const CreatePhoneAssociation: (_uid: string, props: AssociatePhoneNumbersProp) => Promise<void>; export declare const UpdatePhoneAssociation: (_uid: string, props: AssociatePhoneNumbersProp) => Promise<void>; export declare const DeletePhoneAssociation: (_uid: string, props: AssociatePhoneNumbersProp) => Promise<void>;