Module Values.AssociateSourceViewsRequestSource

Associates one or more source billing views with an existing billing view. This allows creating aggregate billing views that combine data from multiple sources.

Sourcetype nonrec t = {
  1. arn : BillingViewArn.t;
    (*

    The Amazon Resource Name (ARN) of the billing view to associate source views with.

    *)
  2. sourceViews : BillingViewSourceViewsList.t;
    (*

    A list of ARNs of the source billing views to associate.

    *)
}
Sourceval context_ : string
Sourceval make : arn:BillingViewArn.t -> sourceViews:BillingViewSourceViewsList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of BillingViewArn.t ] list | `String of BillingViewArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t