Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data ScanStatus Source #
The status of the scan.
See: newScanStatus
smart constructor.
ScanStatus' | |
|
Instances
Create a value of ScanStatus
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:reason:ScanStatus'
, scanStatus_reason
- The reason for the scan.
$sel:statusCode:ScanStatus'
, scanStatus_statusCode
- The status code of the scan.
scanStatus_reason :: Lens' ScanStatus ScanStatusReason Source #
The reason for the scan.
scanStatus_statusCode :: Lens' ScanStatus ScanStatusCode Source #
The status code of the scan.