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.AdvancedOptionsStatus

Description

 
Synopsis

Documentation

data AdvancedOptionsStatus Source #

Status of the advanced options for the specified Elasticsearch domain. Currently, the following advanced options are available:

  • Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.
  • Option to specify the percentage of heap space that is allocated to field data. By default, this setting is unbounded.

For more information, see Configuring Advanced Options.

See: newAdvancedOptionsStatus smart constructor.

Constructors

AdvancedOptionsStatus' 

Fields

  • options :: HashMap Text Text

    Specifies the status of advanced options for the specified Elasticsearch domain.

  • status :: OptionStatus

    Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.

Instances

Instances details
Eq AdvancedOptionsStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AdvancedOptionsStatus

Read AdvancedOptionsStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AdvancedOptionsStatus

Show AdvancedOptionsStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AdvancedOptionsStatus

Generic AdvancedOptionsStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AdvancedOptionsStatus

Associated Types

type Rep AdvancedOptionsStatus :: Type -> Type #

NFData AdvancedOptionsStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AdvancedOptionsStatus

Methods

rnf :: AdvancedOptionsStatus -> () #

Hashable AdvancedOptionsStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AdvancedOptionsStatus

FromJSON AdvancedOptionsStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AdvancedOptionsStatus

type Rep AdvancedOptionsStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.AdvancedOptionsStatus

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

newAdvancedOptionsStatus Source #

Create a value of AdvancedOptionsStatus 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:AdvancedOptionsStatus', advancedOptionsStatus_options - Specifies the status of advanced options for the specified Elasticsearch domain.

$sel:status:AdvancedOptionsStatus', advancedOptionsStatus_status - Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.

advancedOptionsStatus_options :: Lens' AdvancedOptionsStatus (HashMap Text Text) Source #

Specifies the status of advanced options for the specified Elasticsearch domain.

advancedOptionsStatus_status :: Lens' AdvancedOptionsStatus OptionStatus Source #

Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.