amazonka-opensearch-2.0: Amazon OpenSearch Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.OpenSearch.Types.AdditionalLimit

Description

 
Synopsis

Documentation

data AdditionalLimit Source #

List of limits that are specific to a given instance type.

See: newAdditionalLimit smart constructor.

Constructors

AdditionalLimit' 

Fields

  • limitName :: Maybe Text
    • MaximumNumberOfDataNodesSupported - This attribute only applies to master nodes and specifies the maximum number of data nodes of a given instance type a master node can support.
    • MaximumNumberOfDataNodesWithoutMasterNode - This attribute only applies to data nodes and specifies the maximum number of data nodes of a given instance type can exist without a master node governing them.
  • limitValues :: Maybe [Text]

    The values of the additional instance type limits.

Instances

Instances details
FromJSON AdditionalLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdditionalLimit

Generic AdditionalLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdditionalLimit

Associated Types

type Rep AdditionalLimit :: Type -> Type #

Read AdditionalLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdditionalLimit

Show AdditionalLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdditionalLimit

NFData AdditionalLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdditionalLimit

Methods

rnf :: AdditionalLimit -> () #

Eq AdditionalLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdditionalLimit

Hashable AdditionalLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdditionalLimit

type Rep AdditionalLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdditionalLimit

type Rep AdditionalLimit = D1 ('MetaData "AdditionalLimit" "Amazonka.OpenSearch.Types.AdditionalLimit" "amazonka-opensearch-2.0-GNoaWlqGXH04P8GBIHM78L" 'False) (C1 ('MetaCons "AdditionalLimit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limitName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limitValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newAdditionalLimit :: AdditionalLimit Source #

Create a value of AdditionalLimit 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:limitName:AdditionalLimit', additionalLimit_limitName - - MaximumNumberOfDataNodesSupported - This attribute only applies to master nodes and specifies the maximum number of data nodes of a given instance type a master node can support.

  • MaximumNumberOfDataNodesWithoutMasterNode - This attribute only applies to data nodes and specifies the maximum number of data nodes of a given instance type can exist without a master node governing them.

$sel:limitValues:AdditionalLimit', additionalLimit_limitValues - The values of the additional instance type limits.

additionalLimit_limitName :: Lens' AdditionalLimit (Maybe Text) Source #

  • MaximumNumberOfDataNodesSupported - This attribute only applies to master nodes and specifies the maximum number of data nodes of a given instance type a master node can support.
  • MaximumNumberOfDataNodesWithoutMasterNode - This attribute only applies to data nodes and specifies the maximum number of data nodes of a given instance type can exist without a master node governing them.

additionalLimit_limitValues :: Lens' AdditionalLimit (Maybe [Text]) Source #

The values of the additional instance type limits.