| 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.Pi.Types.FeatureMetadata
Description
Synopsis
Documentation
data FeatureMetadata Source #
The metadata for a feature. For example, the metadata might indicate that a feature is turned on or off on a specific DB instance.
See: newFeatureMetadata smart constructor.
Constructors
| FeatureMetadata' | |
Fields
| |
Instances
newFeatureMetadata :: FeatureMetadata Source #
Create a value of FeatureMetadata 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:FeatureMetadata', featureMetadata_status - The status of the feature on the DB instance. Possible values include
the following:
ENABLED- The feature is enabled on the instance.DISABLED- The feature is disabled on the instance.UNSUPPORTED- The feature isn't supported on the instance.ENABLED_PENDING_REBOOT- The feature is enabled on the instance but requires a reboot to take effect.DISABLED_PENDING_REBOOT- The feature is disabled on the instance but requires a reboot to take effect.UNKNOWN- The feature status couldn't be determined.
featureMetadata_status :: Lens' FeatureMetadata (Maybe FeatureStatus) Source #
The status of the feature on the DB instance. Possible values include the following:
ENABLED- The feature is enabled on the instance.DISABLED- The feature is disabled on the instance.UNSUPPORTED- The feature isn't supported on the instance.ENABLED_PENDING_REBOOT- The feature is enabled on the instance but requires a reboot to take effect.DISABLED_PENDING_REBOOT- The feature is disabled on the instance but requires a reboot to take effect.UNKNOWN- The feature status couldn't be determined.