Values.DeleteNodeInputSourceDeletes a node that your Amazon Web Services account owns. All data on the node is lost and cannot be recovered. Applies to Hyperledger Fabric and Ethereum.
type nonrec t = {networkId : ResourceIdString.t;The unique identifier of the network that the node is on. Ethereum public networks have the following NetworkIds: n-ethereum-mainnet
*)memberId : ResourceIdString.t option;The unique identifier of the member that owns this node. Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
*)nodeId : ResourceIdString.t;The unique identifier of the node.
*)}val make :
?memberId:??? ->
networkId:ResourceIdString.t ->
nodeId:ResourceIdString.t ->
unit ->
t