Values.CreateFileSystemResponseSourceThe response object returned after the file system is created.
type nonrec t = {fileSystem : FileSystem.t option;The configuration of the file system that was created.
*)}type nonrec error = [ | `ActiveDirectoryError of ActiveDirectoryError.t| `BadRequest of BadRequest.t| `IncompatibleParameterError of IncompatibleParameterError.t| `InternalServerError of InternalServerError.t| `InvalidExportPath of InvalidExportPath.t| `InvalidImportPath of InvalidImportPath.t| `InvalidNetworkSettings of InvalidNetworkSettings.t| `InvalidPerUnitStorageThroughput of InvalidPerUnitStorageThroughput.t| `MissingFileSystemConfiguration of MissingFileSystemConfiguration.t| `ServiceLimitExceeded of ServiceLimitExceeded.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ActiveDirectoryError of ActiveDirectoryError.t
| `BadRequest of BadRequest.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `InvalidExportPath of InvalidExportPath.t
| `InvalidImportPath of InvalidImportPath.t
| `InvalidNetworkSettings of InvalidNetworkSettings.t
| `InvalidPerUnitStorageThroughput of InvalidPerUnitStorageThroughput.t
| `MissingFileSystemConfiguration of MissingFileSystemConfiguration.t
| `ServiceLimitExceeded of ServiceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ActiveDirectoryError of ActiveDirectoryError.t
| `BadRequest of BadRequest.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `InvalidExportPath of InvalidExportPath.t
| `InvalidImportPath of InvalidImportPath.t
| `InvalidNetworkSettings of InvalidNetworkSettings.t
| `InvalidPerUnitStorageThroughput of InvalidPerUnitStorageThroughput.t
| `MissingFileSystemConfiguration of MissingFileSystemConfiguration.t
| `ServiceLimitExceeded of ServiceLimitExceeded.t
| `Unknown_operation_error of string * string option ]