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 |
Synopsis
- data DomainEndpointOptionsStatus = DomainEndpointOptionsStatus' {}
- newDomainEndpointOptionsStatus :: DomainEndpointOptions -> OptionStatus -> DomainEndpointOptionsStatus
- domainEndpointOptionsStatus_options :: Lens' DomainEndpointOptionsStatus DomainEndpointOptions
- domainEndpointOptionsStatus_status :: Lens' DomainEndpointOptionsStatus OptionStatus
Documentation
data DomainEndpointOptionsStatus Source #
The configured endpoint options for the domain and their current status.
See: newDomainEndpointOptionsStatus
smart constructor.
DomainEndpointOptionsStatus' | |
|
Instances
newDomainEndpointOptionsStatus Source #
Create a value of DomainEndpointOptionsStatus
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:DomainEndpointOptionsStatus'
, domainEndpointOptionsStatus_options
- Options to configure endpoint for the Elasticsearch domain.
$sel:status:DomainEndpointOptionsStatus'
, domainEndpointOptionsStatus_status
- The status of the endpoint options for the Elasticsearch domain. See
OptionStatus
for the status information that's included.
domainEndpointOptionsStatus_options :: Lens' DomainEndpointOptionsStatus DomainEndpointOptions Source #
Options to configure endpoint for the Elasticsearch domain.
domainEndpointOptionsStatus_status :: Lens' DomainEndpointOptionsStatus OptionStatus Source #
The status of the endpoint options for the Elasticsearch domain. See
OptionStatus
for the status information that's included.