Values_1.DisassociateUserProficienciesRequestSourceDisassociates a set of proficiencies from a user.
type nonrec t = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)userId : Values_0.UserId.t;The identifier of the user account.
*)userProficiencies : UserProficiencyDisassociateList.t;The proficiencies to disassociate from the user.
*)}val make :
instanceId:Values_0.InstanceId.t ->
userId:Values_0.UserId.t ->
userProficiencies:UserProficiencyDisassociateList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of Values_0.PredefinedAttributeName.t ])
list ]
list
| `String of Values_0.InstanceId.t ])
list ]