Values.DescribeQueryDefinitionsResponseSourceThis operation returns a paginated list of your saved CloudWatch Logs Insights query definitions. You can retrieve query definitions from the current account or from a source account that is linked to the current account. You can use the queryDefinitionNamePrefix parameter to limit the results to only the query definitions that have names that start with a certain string.
type nonrec t = {queryDefinitions : QueryDefinitionList.t option;The list of query definitions that match your request.
*)nextToken : NextToken.t option;}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of unit
| `ServiceUnavailableException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of unit
| `ServiceUnavailableException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of LogGroupName.t
| `Structure of
(string * [> `String of QueryParameterName.t ]) list ]
list
| `Long of Timestamp.t
| `String of QueryId.t ])
list ]
list
| `String of NextToken.t ])
list ]