libZSservicesZSamazonka-managedblockchainZSamazonka-managedblockchain
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.ManagedBlockChain.UpdateNode

Description

Updates a node configuration with new parameters.

Applies only to Hyperledger Fabric.

Synopsis

Creating a Request

data UpdateNode Source #

See: newUpdateNode smart constructor.

Constructors

UpdateNode' 

Fields

Instances

Instances details
Eq UpdateNode Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.UpdateNode

Read UpdateNode Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.UpdateNode

Show UpdateNode Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.UpdateNode

Generic UpdateNode Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.UpdateNode

Associated Types

type Rep UpdateNode :: Type -> Type #

NFData UpdateNode Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.UpdateNode

Methods

rnf :: UpdateNode -> () #

Hashable UpdateNode Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.UpdateNode

ToJSON UpdateNode Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.UpdateNode

AWSRequest UpdateNode Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.UpdateNode

Associated Types

type AWSResponse UpdateNode #

ToHeaders UpdateNode Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.UpdateNode

Methods

toHeaders :: UpdateNode -> [Header] #

ToPath UpdateNode Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.UpdateNode

ToQuery UpdateNode Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.UpdateNode

type Rep UpdateNode Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.UpdateNode

type Rep UpdateNode = D1 ('MetaData "UpdateNode" "Amazonka.ManagedBlockChain.UpdateNode" "libZSservicesZSamazonka-managedblockchainZSamazonka-managedblockchain" 'False) (C1 ('MetaCons "UpdateNode'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "logPublishingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodeLogPublishingConfiguration)) :*: S1 ('MetaSel ('Just "memberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "networkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "nodeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateNode Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.UpdateNode

newUpdateNode Source #

Create a value of UpdateNode 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:logPublishingConfiguration:UpdateNode', updateNode_logPublishingConfiguration - Configuration properties for publishing to Amazon CloudWatch Logs.

$sel:memberId:UpdateNode', updateNode_memberId - The unique identifier of the member that owns the node.

Applies only to Hyperledger Fabric.

$sel:networkId:UpdateNode', updateNode_networkId - The unique identifier of the network that the node is on.

$sel:nodeId:UpdateNode', updateNode_nodeId - The unique identifier of the node.

Request Lenses

updateNode_logPublishingConfiguration :: Lens' UpdateNode (Maybe NodeLogPublishingConfiguration) Source #

Configuration properties for publishing to Amazon CloudWatch Logs.

updateNode_memberId :: Lens' UpdateNode (Maybe Text) Source #

The unique identifier of the member that owns the node.

Applies only to Hyperledger Fabric.

updateNode_networkId :: Lens' UpdateNode Text Source #

The unique identifier of the network that the node is on.

updateNode_nodeId :: Lens' UpdateNode Text Source #

The unique identifier of the node.

Destructuring the Response

data UpdateNodeResponse Source #

See: newUpdateNodeResponse smart constructor.

Constructors

UpdateNodeResponse' 

Fields

Instances

Instances details
Eq UpdateNodeResponse Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.UpdateNode

Read UpdateNodeResponse Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.UpdateNode

Show UpdateNodeResponse Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.UpdateNode

Generic UpdateNodeResponse Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.UpdateNode

Associated Types

type Rep UpdateNodeResponse :: Type -> Type #

NFData UpdateNodeResponse Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.UpdateNode

Methods

rnf :: UpdateNodeResponse -> () #

type Rep UpdateNodeResponse Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.UpdateNode

type Rep UpdateNodeResponse = D1 ('MetaData "UpdateNodeResponse" "Amazonka.ManagedBlockChain.UpdateNode" "libZSservicesZSamazonka-managedblockchainZSamazonka-managedblockchain" 'False) (C1 ('MetaCons "UpdateNodeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateNodeResponse Source #

Create a value of UpdateNodeResponse 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:httpStatus:UpdateNodeResponse', updateNodeResponse_httpStatus - The response's http status code.

Response Lenses