| 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 |
Amazonka.EC2.Types.ImageRecycleBinInfo
Description
Synopsis
- data ImageRecycleBinInfo = ImageRecycleBinInfo' {}
- newImageRecycleBinInfo :: ImageRecycleBinInfo
- imageRecycleBinInfo_description :: Lens' ImageRecycleBinInfo (Maybe Text)
- imageRecycleBinInfo_imageId :: Lens' ImageRecycleBinInfo (Maybe Text)
- imageRecycleBinInfo_name :: Lens' ImageRecycleBinInfo (Maybe Text)
- imageRecycleBinInfo_recycleBinEnterTime :: Lens' ImageRecycleBinInfo (Maybe UTCTime)
- imageRecycleBinInfo_recycleBinExitTime :: Lens' ImageRecycleBinInfo (Maybe UTCTime)
Documentation
data ImageRecycleBinInfo Source #
Information about an AMI that is currently in the Recycle Bin.
See: newImageRecycleBinInfo smart constructor.
Constructors
| ImageRecycleBinInfo' | |
Fields
| |
Instances
newImageRecycleBinInfo :: ImageRecycleBinInfo Source #
Create a value of ImageRecycleBinInfo 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:description:ImageRecycleBinInfo', imageRecycleBinInfo_description - The description of the AMI.
$sel:imageId:ImageRecycleBinInfo', imageRecycleBinInfo_imageId - The ID of the AMI.
$sel:name:ImageRecycleBinInfo', imageRecycleBinInfo_name - The name of the AMI.
$sel:recycleBinEnterTime:ImageRecycleBinInfo', imageRecycleBinInfo_recycleBinEnterTime - The date and time when the AMI entered the Recycle Bin.
$sel:recycleBinExitTime:ImageRecycleBinInfo', imageRecycleBinInfo_recycleBinExitTime - The date and time when the AMI is to be permanently deleted from the
Recycle Bin.
imageRecycleBinInfo_description :: Lens' ImageRecycleBinInfo (Maybe Text) Source #
The description of the AMI.
imageRecycleBinInfo_imageId :: Lens' ImageRecycleBinInfo (Maybe Text) Source #
The ID of the AMI.
imageRecycleBinInfo_name :: Lens' ImageRecycleBinInfo (Maybe Text) Source #
The name of the AMI.
imageRecycleBinInfo_recycleBinEnterTime :: Lens' ImageRecycleBinInfo (Maybe UTCTime) Source #
The date and time when the AMI entered the Recycle Bin.
imageRecycleBinInfo_recycleBinExitTime :: Lens' ImageRecycleBinInfo (Maybe UTCTime) Source #
The date and time when the AMI is to be permanently deleted from the Recycle Bin.