| 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.OpenSearch.Types.EBSOptionsStatus
Description
Documentation
data EBSOptionsStatus Source #
The status of the EBS options for the specified OpenSearch Service domain.
See: newEBSOptionsStatus smart constructor.
Constructors
| EBSOptionsStatus' | |
Fields
| |
Instances
Arguments
| :: EBSOptions | |
| -> OptionStatus | |
| -> EBSOptionsStatus |
Create a value of EBSOptionsStatus 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:options:EBSOptionsStatus', eBSOptionsStatus_options - The configured EBS options for the specified domain.
$sel:status:EBSOptionsStatus', eBSOptionsStatus_status - The status of the EBS options for the specified domain.
eBSOptionsStatus_options :: Lens' EBSOptionsStatus EBSOptions Source #
The configured EBS options for the specified domain.
eBSOptionsStatus_status :: Lens' EBSOptionsStatus OptionStatus Source #
The status of the EBS options for the specified domain.