Values.AssociateSourceViewsRequestSourceAssociates one or more source billing views with an existing billing view. This allows creating aggregate billing views that combine data from multiple sources.
type nonrec t = {arn : BillingViewArn.t;The Amazon Resource Name (ARN) of the billing view to associate source views with.
*)sourceViews : BillingViewSourceViewsList.t;A list of ARNs of the source billing views to associate.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of BillingViewArn.t ] list
| `String of BillingViewArn.t ])
list ]