Values_0.DeregisterManagedInstanceResultSourceRemoves the server or virtual machine from the list of registered servers. If you want to reregister an on-premises server, edge device, or VM, you must use a different Activation Code and Activation ID than used to register the machine previously. The Activation Code and Activation ID must not have already been used on the maximum number of activations specified when they were created. For more information, see Deregistering managed nodes in a hybrid and multicloud environment in the Amazon Web Services Systems Manager User Guide.
type nonrec error = [ | `InternalServerError of InternalServerError.t| `InvalidInstanceId of InvalidInstanceId.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of InternalServerError.t
| `InvalidInstanceId of InvalidInstanceId.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of InternalServerError.t
| `InvalidInstanceId of InvalidInstanceId.t
| `Unknown_operation_error of string * string option ]