Values.DescribeObjectsOutputSourceContains the output of DescribeObjects.
type nonrec t = {pipelineObjects : PipelineObjectList.t option;An array of object definitions.
*)marker : String_.t option;The starting point for the next page of results. To view the next page of results, call DescribeObjects 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 to return.
*)}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 ]