Module Values.DeleteAccessorInputSource

Deletes an accessor that your Amazon Web Services account owns. An accessor object is a container that has the information required for token based access to your Ethereum nodes including, the BILLING_TOKEN. After an accessor is deleted, the status of the accessor changes from AVAILABLE to PENDING_DELETION. An accessor in the PENDING_DELETION state canโ€™t be used for new WebSocket requests or HTTP requests. However, WebSocket connections that were initiated while the accessor was in the AVAILABLE state remain open until they expire (up to 2 hours).

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

    The unique identifier of the accessor.

    *)
}
Sourceval context_ : string
Sourceval make : accessorId: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