Values.BatchGetRumMetricDefinitionsResponseSourceRetrieves the list of metrics and dimensions that a RUM app monitor is sending to a single destination.
type nonrec t = {metricDefinitions : MetricDefinitions.t option;An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination.
*)nextToken : String_.t option;A token that you can use in a subsequent operation to retrieve the next set of results.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `String of DimensionKey.t ]
* [> `String of DimensionName.t ])
list
| `String of MetricDefinitionId.t ])
list ]
list
| `String of String_.t ])
list ]