Values.RemoveTargetsResponseSourceRemoves the specified targets from the specified rule. When the rule is triggered, those targets are no longer be invoked. A successful execution of RemoveTargets doesn't guarantee all targets are removed from the rule, it means that the target(s) listed in the request are removed. When you remove a target, when the associated rule triggers, removed targets might continue to be invoked. Allow a short period of time for changes to take effect. This action can partially fail if too many requests are made at the same time. If that happens, FailedEntryCount is non-zero in the response and each entry in FailedEntries provides the ID of the failed target and the error code. The maximum number of entries per request is 10.
type nonrec t = {failedEntryCount : Integer.t option;The number of failed entries.
*)failedEntries : RemoveTargetsResultEntryList.t option;The failed target entries.
*)}type nonrec error = [ | `ConcurrentModificationException of ConcurrentModificationException.t| `InternalException of InternalException.t| `ManagedRuleException of ManagedRuleException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentModificationException of unit
| `InternalException of unit
| `ManagedRuleException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentModificationException of unit
| `InternalException of unit
| `ManagedRuleException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of (string * [> `String of TargetId.t ]) list ] list ])
list ]