Values_1.AddThingToBillingGroupRequestSourceAdds a thing to a billing group. Requires permission to access the AddThingToBillingGroup action.
type nonrec t = {billingGroupName : Values_0.BillingGroupName.t option;The name of the billing group. This call is asynchronous. It might take several seconds for the detachment to propagate.
*)billingGroupArn : Values_0.BillingGroupArn.t option;The ARN of the billing group.
*)thingName : Values_0.ThingName.t option;The name of the thing to be added to the billing group.
*)thingArn : Values_0.ThingArn.t option;The ARN of the thing to be added to the billing group.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_0.BillingGroupName.t ]) list ]