Module Values_1.AddThingToBillingGroupRequestSource

Adds a thing to a billing group. Requires permission to access the AddThingToBillingGroup action.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. billingGroupArn : Values_0.BillingGroupArn.t option;
    (*

    The ARN of the billing group.

    *)
  3. thingName : Values_0.ThingName.t option;
    (*

    The name of the thing to be added to the billing group.

    *)
  4. thingArn : Values_0.ThingArn.t option;
    (*

    The ARN of the thing to be added to the billing group.

    *)
}
Sourceval make : ?billingGroupName:??? -> ?billingGroupArn:??? -> ?thingName:??? -> ?thingArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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