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 |
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.
DescribeFraudster' | |
|
Instances
:: Text | |
-> Text | |
-> DescribeFraudster |
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:
$sel:domainId: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.
DescribeFraudsterResponse' | |
|
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.