Values.UpdateRoleDescriptionRequestSourceUse UpdateRole instead. Modifies only the description of a role. This operation performs the same function as the Description parameter in the UpdateRole operation.
type nonrec t = {roleName : RoleNameType.t;The name of the role that you want to modify.
*)description : RoleDescriptionType.t;The new description that you want to apply to the specified role.
*)}