Module Values.DeleteNodeInputSource

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

Sourcetype nonrec t = {
  1. networkId : ResourceIdString.t;
    (*

    The unique identifier of the network that the node is on. Ethereum public networks have the following NetworkIds: n-ethereum-mainnet

    *)
  2. 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.

    *)
  3. nodeId : ResourceIdString.t;
    (*

    The unique identifier of the node.

    *)
}
Sourceval context_ : string
Sourceval make : ?memberId:??? -> networkId:ResourceIdString.t -> nodeId:ResourceIdString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceIdString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t