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 fraudster from the Amazon Connect Voice ID system.
Synopsis
- data DeleteFraudster = DeleteFraudster' {
- domainId :: Text
- fraudsterId :: Sensitive Text
- newDeleteFraudster :: Text -> Text -> DeleteFraudster
- deleteFraudster_domainId :: Lens' DeleteFraudster Text
- deleteFraudster_fraudsterId :: Lens' DeleteFraudster Text
- data DeleteFraudsterResponse = DeleteFraudsterResponse' {
- newDeleteFraudsterResponse :: DeleteFraudsterResponse
Creating a Request
data DeleteFraudster Source #
See: newDeleteFraudster
smart constructor.
DeleteFraudster' | |
|
Instances
Create a value of DeleteFraudster
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:DeleteFraudster'
, deleteFraudster_domainId
- The identifier of the domain containing the fraudster.
$sel:fraudsterId:DeleteFraudster'
, deleteFraudster_fraudsterId
- The identifier of the fraudster you want to delete.
Request Lenses
deleteFraudster_domainId :: Lens' DeleteFraudster Text Source #
The identifier of the domain containing the fraudster.
deleteFraudster_fraudsterId :: Lens' DeleteFraudster Text Source #
The identifier of the fraudster you want to delete.
Destructuring the Response
data DeleteFraudsterResponse Source #
See: newDeleteFraudsterResponse
smart constructor.
Instances
Eq DeleteFraudsterResponse Source # | |
Defined in Amazonka.VoiceId.DeleteFraudster | |
Read DeleteFraudsterResponse Source # | |
Show DeleteFraudsterResponse Source # | |
Defined in Amazonka.VoiceId.DeleteFraudster showsPrec :: Int -> DeleteFraudsterResponse -> ShowS # show :: DeleteFraudsterResponse -> String # showList :: [DeleteFraudsterResponse] -> ShowS # | |
Generic DeleteFraudsterResponse Source # | |
Defined in Amazonka.VoiceId.DeleteFraudster type Rep DeleteFraudsterResponse :: Type -> Type # | |
NFData DeleteFraudsterResponse Source # | |
Defined in Amazonka.VoiceId.DeleteFraudster rnf :: DeleteFraudsterResponse -> () # | |
type Rep DeleteFraudsterResponse Source # | |
newDeleteFraudsterResponse :: DeleteFraudsterResponse Source #
Create a value of DeleteFraudsterResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.