UNPKG

cdk-amazon-chime-resources

Version:

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

7 lines (6 loc) 539 B
import { VoiceProfileDomainProps } from '../../pstn/voiceProfileDomain'; export declare const CreateVoiceProfileDomain: (uid: string, props: VoiceProfileDomainProps) => Promise<import("@aws-sdk/client-chime-sdk-voice").VoiceProfileDomain | undefined>; export declare const UpdateVoiceProfileDomain: (uid: string, props: VoiceProfileDomainProps) => Promise<{ voiceProfileDomain: import("@aws-sdk/client-chime-sdk-voice").VoiceProfileDomain | undefined; }>; export declare const DeleteVoiceProfileDomain: (uid: string) => Promise<void>;