Values.DisassociateProfilesInputSourceDisassociate a profile from a workload.
type nonrec t = {workloadId : WorkloadId.t;profileArns : ProfileArns.t;The list of profile ARNs to disassociate from the workload.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ProfileArn.t ] list
| `String of WorkloadId.t ])
list ]