Values.RegisterComputeNodeGroupInstanceResponseSourceThis API action isn't intended for you to use. PCS uses this API action to register the compute nodes it launches in your account.
type nonrec t = {nodeID : String_.t option;The scheduler node ID for this instance.
*)endpoints : Endpoints.t option;The list of endpoints available for interaction with the scheduler.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `Unknown_operation_error of string * string option ]