| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.VoiceId.DeleteFraudster
Description
Deletes the specified fraudster from Voice ID.
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.
Constructors
| DeleteFraudster' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DeleteFraudster |
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:
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.
Constructors
| DeleteFraudsterResponse' | |
Instances
newDeleteFraudsterResponse :: DeleteFraudsterResponse Source #
Create a value of DeleteFraudsterResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.