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 |
Deletes the specified speaker from the Amazon Connect Voice ID system.
Creating a Request
data DeleteSpeaker Source #
See: newDeleteSpeaker
smart constructor.
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.
Instances
Eq DeleteSpeakerResponse Source # | |
Defined in Amazonka.VoiceId.DeleteSpeaker (==) :: DeleteSpeakerResponse -> DeleteSpeakerResponse -> Bool # (/=) :: DeleteSpeakerResponse -> DeleteSpeakerResponse -> Bool # | |
Read DeleteSpeakerResponse Source # | |
Show DeleteSpeakerResponse Source # | |
Defined in Amazonka.VoiceId.DeleteSpeaker showsPrec :: Int -> DeleteSpeakerResponse -> ShowS # show :: DeleteSpeakerResponse -> String # showList :: [DeleteSpeakerResponse] -> ShowS # | |
Generic DeleteSpeakerResponse Source # | |
Defined in Amazonka.VoiceId.DeleteSpeaker type Rep DeleteSpeakerResponse :: Type -> Type # | |
NFData DeleteSpeakerResponse Source # | |
Defined in Amazonka.VoiceId.DeleteSpeaker rnf :: DeleteSpeakerResponse -> () # | |
type Rep DeleteSpeakerResponse Source # | |
newDeleteSpeakerResponse :: DeleteSpeakerResponse Source #
Create a value of DeleteSpeakerResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.