| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.VoiceId.DeleteSpeaker
Description
Deletes the specified speaker from the Amazon Connect Voice ID system.
Creating a Request
data DeleteSpeaker Source #
See: newDeleteSpeaker smart constructor.
Constructors
| DeleteSpeaker' | |
Instances
Create a value of DeleteSpeaker with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainId:DeleteSpeaker', deleteSpeaker_domainId - The identifier of the domain containing the speaker.
$sel:speakerId:DeleteSpeaker', deleteSpeaker_speakerId - The identifier of the speaker you want to delete.
Request Lenses
deleteSpeaker_domainId :: Lens' DeleteSpeaker Text Source #
The identifier of the domain containing the speaker.
deleteSpeaker_speakerId :: Lens' DeleteSpeaker Text Source #
The identifier of the speaker you want to delete.
Destructuring the Response
data DeleteSpeakerResponse Source #
See: newDeleteSpeakerResponse smart constructor.
Constructors
| DeleteSpeakerResponse' | |
Instances
newDeleteSpeakerResponse :: DeleteSpeakerResponse Source #
Create a value of DeleteSpeakerResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.