Values.UpdateFileSystemResponseSourceThe response object for the UpdateFileSystem operation.
type nonrec t = {fileSystem : FileSystem.t option;A description of the file system that was updated.
*)}type nonrec error = [ | `BadRequest of BadRequest.t| `FileSystemNotFound of FileSystemNotFound.t| `IncompatibleParameterError of IncompatibleParameterError.t| `InternalServerError of InternalServerError.t| `InvalidNetworkSettings of InvalidNetworkSettings.t| `MissingFileSystemConfiguration of MissingFileSystemConfiguration.t| `ServiceLimitExceeded of ServiceLimitExceeded.t| `UnsupportedOperation of UnsupportedOperation.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequest of BadRequest.t
| `FileSystemNotFound of FileSystemNotFound.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `InvalidNetworkSettings of InvalidNetworkSettings.t
| `MissingFileSystemConfiguration of MissingFileSystemConfiguration.t
| `ServiceLimitExceeded of ServiceLimitExceeded.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequest of BadRequest.t
| `FileSystemNotFound of FileSystemNotFound.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `InvalidNetworkSettings of InvalidNetworkSettings.t
| `MissingFileSystemConfiguration of MissingFileSystemConfiguration.t
| `ServiceLimitExceeded of ServiceLimitExceeded.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]