| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.Inspector.DescribeFindings
Description
Describes the findings that are specified by the ARNs of the findings.
- describeFindings :: NonEmpty Text -> DescribeFindings
- data DescribeFindings
- dfLocale :: Lens' DescribeFindings (Maybe Locale)
- dfFindingARNs :: Lens' DescribeFindings (NonEmpty Text)
- describeFindingsResponse :: Int -> DescribeFindingsResponse
- data DescribeFindingsResponse
- dfrsResponseStatus :: Lens' DescribeFindingsResponse Int
- dfrsFindings :: Lens' DescribeFindingsResponse [Finding]
- dfrsFailedItems :: Lens' DescribeFindingsResponse (HashMap Text FailedItemDetails)
Creating a Request
Arguments
| :: NonEmpty Text | |
| -> DescribeFindings |
Creates a value of DescribeFindings with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dfLocale- The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.dfFindingARNs- The ARN that specifies the finding that you want to describe.
data DescribeFindings Source #
See: describeFindings smart constructor.
Instances
Request Lenses
dfLocale :: Lens' DescribeFindings (Maybe Locale) Source #
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
dfFindingARNs :: Lens' DescribeFindings (NonEmpty Text) Source #
The ARN that specifies the finding that you want to describe.
Destructuring the Response
describeFindingsResponse Source #
Arguments
| :: Int | |
| -> DescribeFindingsResponse |
Creates a value of DescribeFindingsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dfrsResponseStatus- -- | The response status code.dfrsFindings- Information about the finding.dfrsFailedItems- Finding details that cannot be described. An error code is provided for each failed item.
data DescribeFindingsResponse Source #
See: describeFindingsResponse smart constructor.
Response Lenses
dfrsResponseStatus :: Lens' DescribeFindingsResponse Int Source #
- - | The response status code.
dfrsFindings :: Lens' DescribeFindingsResponse [Finding] Source #
Information about the finding.
dfrsFailedItems :: Lens' DescribeFindingsResponse (HashMap Text FailedItemDetails) Source #
Finding details that cannot be described. An error code is provided for each failed item.