| 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.GuardDuty.ArchiveFindings
Description
Archives Amazon GuardDuty findings specified by the list of finding IDs.
Creating a Request
Arguments
| :: Text | |
| -> ArchiveFindings |
Creates a value of ArchiveFindings with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
afFindingIds- IDs of the findings that you want to archive.afDetectorId- The ID of the detector that specifies the GuardDuty service whose findings you want to archive.
data ArchiveFindings Source #
ArchiveFindings request body.
See: archiveFindings smart constructor.
Instances
Request Lenses
afFindingIds :: Lens' ArchiveFindings [Text] Source #
IDs of the findings that you want to archive.
afDetectorId :: Lens' ArchiveFindings Text Source #
The ID of the detector that specifies the GuardDuty service whose findings you want to archive.
Destructuring the Response
archiveFindingsResponse Source #
Arguments
| :: Int | |
| -> ArchiveFindingsResponse |
Creates a value of ArchiveFindingsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
afrsResponseStatus- -- | The response status code.
data ArchiveFindingsResponse Source #
See: archiveFindingsResponse smart constructor.
Instances
Response Lenses
afrsResponseStatus :: Lens' ArchiveFindingsResponse Int Source #
- - | The response status code.