Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data EBSOptionsStatus Source #
Status of the EBS options for the specified domain.
See: newEBSOptionsStatus
smart constructor.
EBSOptionsStatus' | |
|
Instances
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 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 EBS options for the specified domain.
eBSOptionsStatus_status :: Lens' EBSOptionsStatus OptionStatus Source #
The status of the EBS options for the specified domain.