Module Values_1.DisassociateTrafficDistributionGroupUserRequestSource

Disassociates an agent from a traffic distribution group. This API can be called only in the Region where the traffic distribution group is created.

Sourcetype nonrec t = {
  1. trafficDistributionGroupId : Values_0.TrafficDistributionGroupIdOrArn.t;
    (*

    The identifier of the traffic distribution group. This can be the ID or the ARN of the traffic distribution group.

    *)
  2. userId : Values_0.UserId.t;
    (*

    The identifier for the user. This can be the ID or the ARN of the user.

    *)
  3. instanceId : Values_0.InstanceId.t;
    (*

    The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

    *)
}
Sourceval context_ : string
Sourceval make : trafficDistributionGroupId:Values_0.TrafficDistributionGroupIdOrArn.t -> userId:Values_0.UserId.t -> instanceId:Values_0.InstanceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.TrafficDistributionGroupIdOrArn.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