Copyright | (c) 2013-2021 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 |
Documentation
data ImageScanStatus Source #
The current status of an image scan.
See: newImageScanStatus
smart constructor.
ImageScanStatus' | |
|
Instances
newImageScanStatus :: ImageScanStatus Source #
Create a value of ImageScanStatus
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:status:ImageScanStatus'
, imageScanStatus_status
- The current state of an image scan.
$sel:description:ImageScanStatus'
, imageScanStatus_description
- The description of the image scan status.
imageScanStatus_status :: Lens' ImageScanStatus (Maybe ScanStatus) Source #
The current state of an image scan.
imageScanStatus_description :: Lens' ImageScanStatus (Maybe Text) Source #
The description of the image scan status.