Values_0.CreateActivationResultSourceGenerates an activation code and activation ID you can use to register your on-premises servers, edge devices, or virtual machine (VM) with Amazon Web Services Systems Manager. Registering these machines with Systems Manager makes it possible to manage them using Systems Manager tools. You use the activation code and ID when installing SSM Agent on machines in your hybrid environment. For more information about requirements for managing on-premises machines using Systems Manager, see Using Amazon Web Services Systems Manager in hybrid and multicloud environments in the Amazon Web Services Systems Manager User Guide. Amazon Elastic Compute Cloud (Amazon EC2) instances, edge devices, and on-premises servers and VMs that are configured for Systems Manager are all called managed nodes.
type nonrec t = {activationId : ActivationId.t option;The ID number generated by the system when it processed the activation. The activation ID functions like a user name.
*)activationCode : ActivationCode.t option;The code the system generates when it processes the activation. The activation code functions like a password to validate the activation ID.
*)}type nonrec error = [ | `InternalServerError of InternalServerError.t| `InvalidParameters of InvalidParameters.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of InternalServerError.t
| `InvalidParameters of InvalidParameters.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of InternalServerError.t
| `InvalidParameters of InvalidParameters.t
| `Unknown_operation_error of string * string option ]