Module Values.RegisterTargetsRequestSource

Registers the targets with the target group. If it's a Lambda target, you can only have one target in a target group.

Sourcetype nonrec t = {
  1. targetGroupIdentifier : TargetGroupIdentifier.t;
    (*

    The ID or ARN of the target group.

    *)
  2. targets : RegisterTargetsRequestTargetsList.t;
    (*

    The targets.

    *)
}
Sourceval context_ : string
Sourceval make : targetGroupIdentifier:TargetGroupIdentifier.t -> targets:RegisterTargetsRequestTargetsList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of Port.t | `String of TargetIdString.t ]) list ] list | `String of TargetGroupIdentifier.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