Values.RegisterTargetsRequestSourceRegisters the targets with the target group. If it's a Lambda target, you can only have one target in a target group.
type nonrec t = {targetGroupIdentifier : TargetGroupIdentifier.t;The ID or ARN of the target group.
*)targets : RegisterTargetsRequestTargetsList.t;The targets.
*)}val make :
targetGroupIdentifier:TargetGroupIdentifier.t ->
targets:RegisterTargetsRequestTargetsList.t ->
unit ->
tval 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 ]