Values_1.CreateBillingGroupRequestSourceCreates a billing group. If this call is made multiple times using the same billing group name and configuration, the call will succeed. If this call is made with the same billing group name but different configuration a ResourceAlreadyExistsException is thrown. Requires permission to access the CreateBillingGroup action.
type nonrec t = {billingGroupName : Values_0.BillingGroupName.t;The name you wish to give to the billing group.
*)billingGroupProperties : Values_0.BillingGroupProperties.t option;The properties of the billing group.
*)}val make :
?billingGroupProperties:??? ->
?tags:??? ->
billingGroupName:Values_0.BillingGroupName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.BillingGroupName.t
| `Structure of (string * [> `String of string ]) list ])
list ]