Values.DisassociateSourceViewsRequestSourceRemoves the association between one or more source billing views and an existing billing view. This allows modifying the composition of aggregate billing views.
type nonrec t = {arn : BillingViewArn.t;The Amazon Resource Name (ARN) of the billing view to disassociate source views from.
*)sourceViews : BillingViewSourceViewsList.t;A list of ARNs of the source billing views to disassociate.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of BillingViewArn.t ] list
| `String of BillingViewArn.t ])
list ]