Module Values_0.RemoveThingFromBillingGroupRequestSource

Removes the given thing from the billing group. Requires permission to access the RemoveThingFromBillingGroup action. This call is asynchronous. It might take several seconds for the detachment to propagate.

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

    The name of the billing group.

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

    The ARN of the billing group.

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

    The name of the thing to be removed from the billing group.

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

    The ARN of the thing to be removed from the billing group.

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