Copyright | (c) 2013-2016 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 |
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
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:
data DescribeFindings Source #
See: describeFindings
smart constructor.
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 #
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:
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.