cdk-amazon-chime-resources
Version:

8 lines (7 loc) • 444 B
TypeScript
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>;