Values_1.UpdateManagedInstanceRoleRequestSourceChanges the Identity and Access Management (IAM) role that is assigned to the on-premises server, edge device, or virtual machines (VM). IAM roles are first assigned to these hybrid nodes during the activation process. For more information, see CreateActivation.
type nonrec t = {instanceId : Values_0.ManagedInstanceId.t;The ID of the managed node where you want to update the role.
*)iamRole : Values_0.IamRole.t;The name of the Identity and Access Management (IAM) role that you want to assign to the managed node. This IAM role must provide AssumeRole permissions for the Amazon Web Services Systems Manager service principal ssm.amazonaws.com. For more information, see Create the IAM service role required for Systems Manager in hybrid and multicloud environments in the Amazon Web Services Systems Manager User Guide. You can't specify an IAM service-linked role for this parameter. You must create a unique role.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_0.ManagedInstanceId.t ]) list ]