| 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.VPCDerivedInfoStatus
Description
Documentation
data VPCDerivedInfoStatus Source #
Status of the VPC options for a specified domain.
See: newVPCDerivedInfoStatus smart constructor.
Constructors
| VPCDerivedInfoStatus' | |
Fields
| |
Instances
newVPCDerivedInfoStatus Source #
Arguments
| :: VPCDerivedInfo | |
| -> OptionStatus | |
| -> VPCDerivedInfoStatus |
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 - The VPC options for the specified domain.
$sel:status:VPCDerivedInfoStatus', vPCDerivedInfoStatus_status - The status of the VPC options for the specified domain.
vPCDerivedInfoStatus_options :: Lens' VPCDerivedInfoStatus VPCDerivedInfo Source #
The VPC options for the specified domain.
vPCDerivedInfoStatus_status :: Lens' VPCDerivedInfoStatus OptionStatus Source #
The status of the VPC options for the specified domain.