Module Values_1.DeleteBillingGroupRequestSource

Deletes the billing group. Requires permission to access the DeleteBillingGroup action.

Sourcetype nonrec t = {
  1. billingGroupName : Values_0.BillingGroupName.t;
    (*

    The name of the billing group.

    *)
  2. expectedVersion : Values_0.OptionalVersion.t option;
    (*

    The expected version of the billing group. If the version of the billing group does not match the expected version specified in the request, the DeleteBillingGroup request is rejected with a VersionConflictException.

    *)
}
Sourceval context_ : string
Sourceval make : ?expectedVersion:??? -> billingGroupName:Values_0.BillingGroupName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of Values_0.OptionalVersion.t | `String of Values_0.BillingGroupName.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