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 |
Synopsis
Documentation
data ImageState Source #
Image state shows the image status and the reason for that status.
See: newImageState
smart constructor.
Instances
newImageState :: ImageState Source #
Create a value of ImageState
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:ImageState'
, imageState_status
- The status of the image.
$sel:reason:ImageState'
, imageState_reason
- The reason for the image's status.
imageState_status :: Lens' ImageState (Maybe ImageStatus) Source #
The status of the image.
imageState_reason :: Lens' ImageState (Maybe Text) Source #
The reason for the image's status.