Module Values.RegisterComputeNodeGroupInstanceRequestSource

This API action isn't intended for you to use. PCS uses this API action to register the compute nodes it launches in your account.

Sourcetype nonrec t = {
  1. clusterIdentifier : ClusterIdentifier.t;
    (*

    The name or ID of the cluster to register the compute node group instance in.

    *)
  2. bootstrapId : BootstrapId.t;
    (*

    The client-generated token to allow for retries.

    *)
}
Sourceval context_ : string
Sourceval make : clusterIdentifier:ClusterIdentifier.t -> bootstrapId:BootstrapId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ClusterIdentifier.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