| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Inspector.DescribeFinding
Description
Describes the finding specified by the finding ARN.
See: AWS API Reference for DescribeFinding.
- describeFinding :: DescribeFinding
- data DescribeFinding
- dfFindingARN :: Lens' DescribeFinding (Maybe Text)
- describeFindingResponse :: Int -> DescribeFindingResponse
- data DescribeFindingResponse
- dfrsFinding :: Lens' DescribeFindingResponse (Maybe Finding)
- dfrsResponseStatus :: Lens' DescribeFindingResponse Int
Creating a Request
describeFinding :: DescribeFinding Source
Creates a value of DescribeFinding with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeFinding Source
See: describeFinding smart constructor.
Instances
Request Lenses
dfFindingARN :: Lens' DescribeFinding (Maybe Text) Source
The ARN specifying the finding that you want to describe.
Destructuring the Response
describeFindingResponse Source
Arguments
| :: Int | |
| -> DescribeFindingResponse |
Creates a value of DescribeFindingResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeFindingResponse Source
See: describeFindingResponse smart constructor.
Response Lenses
dfrsFinding :: Lens' DescribeFindingResponse (Maybe Finding) Source
Information about the finding.
dfrsResponseStatus :: Lens' DescribeFindingResponse Int Source
The response status code.