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 VPCDerivedInfoStatus Source #
Status of the VPC options for the specified Elasticsearch domain.
See: newVPCDerivedInfoStatus
smart constructor.
VPCDerivedInfoStatus' | |
|
Instances
newVPCDerivedInfoStatus Source #
Create a value of VPCDerivedInfoStatus
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:VPCDerivedInfoStatus'
, vPCDerivedInfoStatus_options
- Specifies the VPC options for the specified Elasticsearch domain.
$sel:status:VPCDerivedInfoStatus'
, vPCDerivedInfoStatus_status
- Specifies the status of the VPC options for the specified Elasticsearch
domain.
vPCDerivedInfoStatus_options :: Lens' VPCDerivedInfoStatus VPCDerivedInfo Source #
Specifies the VPC options for the specified Elasticsearch domain.
vPCDerivedInfoStatus_status :: Lens' VPCDerivedInfoStatus OptionStatus Source #
Specifies the status of the VPC options for the specified Elasticsearch domain.