Module Values.DeleteBillingViewRequestSource

Deletes the specified billing view.

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

    The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?force:??? -> arn:BillingViewArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `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