Values.DescribeFileSystemsResponseSourceThe response object for DescribeFileSystems operation.
type nonrec t = {fileSystems : FileSystems.t option;An array of file system descriptions.
*)nextToken : NextToken.t option;Present if there are more file systems than returned in the response (String). You can use the NextToken value in the later request to fetch the descriptions.
*)}type nonrec error = [ | `BadRequest of BadRequest.t| `FileSystemNotFound of FileSystemNotFound.t| `InternalServerError of InternalServerError.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequest of BadRequest.t
| `FileSystemNotFound of FileSystemNotFound.t
| `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequest of BadRequest.t
| `FileSystemNotFound of FileSystemNotFound.t
| `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of Awso.Botodata.value list | `String of NextToken.t ])
list ]