Values.MoveKeysSourceThis processor moves a key from one field to another. The original key is deleted. For more information about this processor including examples, see moveKeys in the CloudWatch Logs User Guide.
type nonrec t = {entries : MoveKeyEntries.t;An array of objects, where each object contains the information about one key to move.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of OverwriteIfExists.t
| `String of Source.t ])
list ]
list ])
list ]