Module Values_0.DeregisterManagedInstanceRequestSource

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

Sourcetype nonrec t = {
  1. instanceId : ManagedInstanceId.t;
    (*

    The ID assigned to the managed node when you registered it using the activation process.

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