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 FpgaImageState Source #
Describes the state of the bitstream generation process for an Amazon FPGA image (AFI).
See: newFpgaImageState
smart constructor.
FpgaImageState' | |
|
Instances
newFpgaImageState :: FpgaImageState Source #
Create a value of FpgaImageState
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:code:FpgaImageState'
, fpgaImageState_code
- The state. The following are the possible values:
pending
- AFI bitstream generation is in progress.available
- The AFI is available for use.failed
- AFI bitstream generation failed.unavailable
- The AFI is no longer available for use.
$sel:message:FpgaImageState'
, fpgaImageState_message
- If the state is failed
, this is the error message.
fpgaImageState_code :: Lens' FpgaImageState (Maybe FpgaImageStateCode) Source #
The state. The following are the possible values:
pending
- AFI bitstream generation is in progress.available
- The AFI is available for use.failed
- AFI bitstream generation failed.unavailable
- The AFI is no longer available for use.
fpgaImageState_message :: Lens' FpgaImageState (Maybe Text) Source #
If the state is failed
, this is the error message.