libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ElasticSearch.Types.VPCDerivedInfoStatus

Description

 
Synopsis

Documentation

data VPCDerivedInfoStatus Source #

Status of the VPC options for the specified Elasticsearch domain.

See: newVPCDerivedInfoStatus smart constructor.

Constructors

VPCDerivedInfoStatus' 

Fields

Instances

Instances details
Eq VPCDerivedInfoStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.VPCDerivedInfoStatus

Read VPCDerivedInfoStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.VPCDerivedInfoStatus

Show VPCDerivedInfoStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.VPCDerivedInfoStatus

Generic VPCDerivedInfoStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.VPCDerivedInfoStatus

Associated Types

type Rep VPCDerivedInfoStatus :: Type -> Type #

NFData VPCDerivedInfoStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.VPCDerivedInfoStatus

Methods

rnf :: VPCDerivedInfoStatus -> () #

Hashable VPCDerivedInfoStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.VPCDerivedInfoStatus

FromJSON VPCDerivedInfoStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.VPCDerivedInfoStatus

type Rep VPCDerivedInfoStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.VPCDerivedInfoStatus

type Rep VPCDerivedInfoStatus = D1 ('MetaData "VPCDerivedInfoStatus" "Amazonka.ElasticSearch.Types.VPCDerivedInfoStatus" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "VPCDerivedInfoStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VPCDerivedInfo) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

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.