libZSservicesZSamazonka-dynamodb-daxZSamazonka-dynamodb-dax
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.DAX.Types.NodeTypeSpecificValue

Description

 
Synopsis

Documentation

data NodeTypeSpecificValue Source #

Represents a parameter value that is applicable to a particular node type.

See: newNodeTypeSpecificValue smart constructor.

Constructors

NodeTypeSpecificValue' 

Fields

Instances

Instances details
Eq NodeTypeSpecificValue Source # 
Instance details

Defined in Amazonka.DAX.Types.NodeTypeSpecificValue

Read NodeTypeSpecificValue Source # 
Instance details

Defined in Amazonka.DAX.Types.NodeTypeSpecificValue

Show NodeTypeSpecificValue Source # 
Instance details

Defined in Amazonka.DAX.Types.NodeTypeSpecificValue

Generic NodeTypeSpecificValue Source # 
Instance details

Defined in Amazonka.DAX.Types.NodeTypeSpecificValue

Associated Types

type Rep NodeTypeSpecificValue :: Type -> Type #

NFData NodeTypeSpecificValue Source # 
Instance details

Defined in Amazonka.DAX.Types.NodeTypeSpecificValue

Methods

rnf :: NodeTypeSpecificValue -> () #

Hashable NodeTypeSpecificValue Source # 
Instance details

Defined in Amazonka.DAX.Types.NodeTypeSpecificValue

FromJSON NodeTypeSpecificValue Source # 
Instance details

Defined in Amazonka.DAX.Types.NodeTypeSpecificValue

type Rep NodeTypeSpecificValue Source # 
Instance details

Defined in Amazonka.DAX.Types.NodeTypeSpecificValue

type Rep NodeTypeSpecificValue = D1 ('MetaData "NodeTypeSpecificValue" "Amazonka.DAX.Types.NodeTypeSpecificValue" "libZSservicesZSamazonka-dynamodb-daxZSamazonka-dynamodb-dax" 'False) (C1 ('MetaCons "NodeTypeSpecificValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nodeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newNodeTypeSpecificValue :: NodeTypeSpecificValue Source #

Create a value of NodeTypeSpecificValue 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:value:NodeTypeSpecificValue', nodeTypeSpecificValue_value - The parameter value for this node type.

$sel:nodeType:NodeTypeSpecificValue', nodeTypeSpecificValue_nodeType - A node type to which the parameter value applies.

nodeTypeSpecificValue_value :: Lens' NodeTypeSpecificValue (Maybe Text) Source #

The parameter value for this node type.

nodeTypeSpecificValue_nodeType :: Lens' NodeTypeSpecificValue (Maybe Text) Source #

A node type to which the parameter value applies.