Values.MetricsAndOperatorSourceA conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates, and an object must match all of the predicates in order for the filter to apply.
type nonrec t = {prefix : Prefix.t option;The prefix used when evaluating an AND predicate.
*)accessPointArn : AccessPointArn.t option;The access point ARN used when evaluating an AND predicate.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of ObjectKey.t ]) list ]
list
| `String of Prefix.t ])
list ]