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 CustomDBEngineVersionAMI Source #
A value that indicates the AMI information.
See: newCustomDBEngineVersionAMI
smart constructor.
Instances
newCustomDBEngineVersionAMI :: CustomDBEngineVersionAMI Source #
Create a value of CustomDBEngineVersionAMI
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:imageId:CustomDBEngineVersionAMI'
, customDBEngineVersionAMI_imageId
- A value that indicates the ID of the AMI.
$sel:status:CustomDBEngineVersionAMI'
, customDBEngineVersionAMI_status
- A value that indicates the status of a custom engine version (CEV).
customDBEngineVersionAMI_imageId :: Lens' CustomDBEngineVersionAMI (Maybe Text) Source #
A value that indicates the ID of the AMI.
customDBEngineVersionAMI_status :: Lens' CustomDBEngineVersionAMI (Maybe Text) Source #
A value that indicates the status of a custom engine version (CEV).