Module Values.DisassociateSourceViewsRequestSource

Removes the association between one or more source billing views and an existing billing view. This allows modifying the composition of aggregate billing views.

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

    The Amazon Resource Name (ARN) of the billing view to disassociate source views from.

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

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

    *)
}
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