Values.QueryObjectsOutputSourceContains the output of QueryObjects.
type nonrec t = {ids : IdList.t option;The identifiers that match the query selectors.
*)marker : String_.t option;The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.
*)hasMoreResults : Boolean.t option;Indicates whether there are more results that can be obtained by a subsequent call.
*)}type nonrec error = [ | `InternalServiceError of InternalServiceError.t| `InvalidRequestException of InvalidRequestException.t| `PipelineDeletedException of PipelineDeletedException.t| `PipelineNotFoundException of PipelineNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceError of InternalServiceError.t
| `InvalidRequestException of InvalidRequestException.t
| `PipelineDeletedException of PipelineDeletedException.t
| `PipelineNotFoundException of PipelineNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceError of InternalServiceError.t
| `InvalidRequestException of InvalidRequestException.t
| `PipelineDeletedException of PipelineDeletedException.t
| `PipelineNotFoundException of PipelineNotFoundException.t
| `Unknown_operation_error of string * string option ]