| 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.DescribeFraudster
Description
Describes the specified fraudster.
Synopsis
- data DescribeFraudster = DescribeFraudster' {
- domainId :: Text
- fraudsterId :: Sensitive Text
- newDescribeFraudster :: Text -> Text -> DescribeFraudster
- describeFraudster_domainId :: Lens' DescribeFraudster Text
- describeFraudster_fraudsterId :: Lens' DescribeFraudster Text
- data DescribeFraudsterResponse = DescribeFraudsterResponse' {
- fraudster :: Maybe Fraudster
- httpStatus :: Int
- newDescribeFraudsterResponse :: Int -> DescribeFraudsterResponse
- describeFraudsterResponse_fraudster :: Lens' DescribeFraudsterResponse (Maybe Fraudster)
- describeFraudsterResponse_httpStatus :: Lens' DescribeFraudsterResponse Int
Creating a Request
data DescribeFraudster Source #
See: newDescribeFraudster smart constructor.
Constructors
| DescribeFraudster' | |
Fields
| |
Instances
Create a value of DescribeFraudster 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:
DescribeFraudster, describeFraudster_domainId - The identifier of the domain containing the fraudster.
$sel:fraudsterId:DescribeFraudster', describeFraudster_fraudsterId - The identifier of the fraudster you are describing.
Request Lenses
describeFraudster_domainId :: Lens' DescribeFraudster Text Source #
The identifier of the domain containing the fraudster.
describeFraudster_fraudsterId :: Lens' DescribeFraudster Text Source #
The identifier of the fraudster you are describing.
Destructuring the Response
data DescribeFraudsterResponse Source #
See: newDescribeFraudsterResponse smart constructor.
Constructors
| DescribeFraudsterResponse' | |
Fields
| |
Instances
newDescribeFraudsterResponse Source #
Create a value of DescribeFraudsterResponse 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:fraudster:DescribeFraudsterResponse', describeFraudsterResponse_fraudster - Information about the specified fraudster.
$sel:httpStatus:DescribeFraudsterResponse', describeFraudsterResponse_httpStatus - The response's http status code.
Response Lenses
describeFraudsterResponse_fraudster :: Lens' DescribeFraudsterResponse (Maybe Fraudster) Source #
Information about the specified fraudster.
describeFraudsterResponse_httpStatus :: Lens' DescribeFraudsterResponse Int Source #
The response's http status code.