Values.DeleteBillingViewRequestSourceDeletes the specified billing view.
type nonrec t = {arn : BillingViewArn.t;The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
*)force : Boolean.t option;If set to true, forces deletion of the billing view even if it has derived resources (e.g. other billing views or budgets). Use with caution as this may break dependent resources.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of BillingViewArn.t ]) list ]