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

Description

 
Synopsis

Documentation

data InstanceTypeDetails Source #

Lists all instance types and available features for a given OpenSearch or Elasticsearch version.

See: newInstanceTypeDetails smart constructor.

Constructors

InstanceTypeDetails' 

Fields

Instances

Instances details
FromJSON InstanceTypeDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceTypeDetails

Generic InstanceTypeDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceTypeDetails

Associated Types

type Rep InstanceTypeDetails :: Type -> Type #

Read InstanceTypeDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceTypeDetails

Show InstanceTypeDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceTypeDetails

NFData InstanceTypeDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceTypeDetails

Methods

rnf :: InstanceTypeDetails -> () #

Eq InstanceTypeDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceTypeDetails

Hashable InstanceTypeDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceTypeDetails

type Rep InstanceTypeDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceTypeDetails

type Rep InstanceTypeDetails = D1 ('MetaData "InstanceTypeDetails" "Amazonka.OpenSearch.Types.InstanceTypeDetails" "amazonka-opensearch-2.0-GNoaWlqGXH04P8GBIHM78L" 'False) (C1 ('MetaCons "InstanceTypeDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "advancedSecurityEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "appLogsEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "cognitoEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "encryptionEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "instanceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpenSearchPartitionInstanceType)) :*: S1 ('MetaSel ('Just "warmEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

newInstanceTypeDetails :: InstanceTypeDetails Source #

Create a value of InstanceTypeDetails 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:advancedSecurityEnabled:InstanceTypeDetails', instanceTypeDetails_advancedSecurityEnabled - Whether fine-grained access control is supported for the instance type.

$sel:appLogsEnabled:InstanceTypeDetails', instanceTypeDetails_appLogsEnabled - Whether logging is supported for the instance type.

$sel:cognitoEnabled:InstanceTypeDetails', instanceTypeDetails_cognitoEnabled - Whether Amazon Cognito access is supported for the instance type.

$sel:encryptionEnabled:InstanceTypeDetails', instanceTypeDetails_encryptionEnabled - Whether encryption at rest and node-to-node encryption are supported for the instance type.

$sel:instanceRole:InstanceTypeDetails', instanceTypeDetails_instanceRole - Whether the instance acts as a data node, a dedicated master node, or an UltraWarm node.

$sel:instanceType:InstanceTypeDetails', instanceTypeDetails_instanceType - The instance type.

$sel:warmEnabled:InstanceTypeDetails', instanceTypeDetails_warmEnabled - Whether UltraWarm is supported for the instance type.

instanceTypeDetails_advancedSecurityEnabled :: Lens' InstanceTypeDetails (Maybe Bool) Source #

Whether fine-grained access control is supported for the instance type.

instanceTypeDetails_appLogsEnabled :: Lens' InstanceTypeDetails (Maybe Bool) Source #

Whether logging is supported for the instance type.

instanceTypeDetails_cognitoEnabled :: Lens' InstanceTypeDetails (Maybe Bool) Source #

Whether Amazon Cognito access is supported for the instance type.

instanceTypeDetails_encryptionEnabled :: Lens' InstanceTypeDetails (Maybe Bool) Source #

Whether encryption at rest and node-to-node encryption are supported for the instance type.

instanceTypeDetails_instanceRole :: Lens' InstanceTypeDetails (Maybe [Text]) Source #

Whether the instance acts as a data node, a dedicated master node, or an UltraWarm node.

instanceTypeDetails_warmEnabled :: Lens' InstanceTypeDetails (Maybe Bool) Source #

Whether UltraWarm is supported for the instance type.