Module Smaws_Client_FSx.UpdateFileSystem

Use this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request.

For FSx for Windows File Server file systems, you can update the following properties:

For FSx for Lustre file systems, you can update the following properties:

For FSx for ONTAP file systems, you can update the following properties:

For FSx for OpenZFS file systems, you can update the following properties:

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `BadRequest of Types.bad_request | `FileSystemNotFound of Types.file_system_not_found | `IncompatibleParameterError of Types.incompatible_parameter_error | `InternalServerError of Types.internal_server_error | `InvalidNetworkSettings of Types.invalid_network_settings | `MissingFileSystemConfiguration of Types.missing_file_system_configuration | `ServiceLimitExceeded of Types.service_limit_exceeded | `UnsupportedOperation of Types.unsupported_operation ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.update_file_system_request -> (Types.update_file_system_response, [> Smaws_Lib.Protocols.AwsJson.error | `BadRequest of Types.bad_request | `FileSystemNotFound of Types.file_system_not_found | `IncompatibleParameterError of Types.incompatible_parameter_error | `InternalServerError of Types.internal_server_error | `InvalidNetworkSettings of Types.invalid_network_settings | `MissingFileSystemConfiguration of Types.missing_file_system_configuration | `ServiceLimitExceeded of Types.service_limit_exceeded | `UnsupportedOperation of Types.unsupported_operation ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.update_file_system_request -> (Types.update_file_system_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `BadRequest of Types.bad_request | `FileSystemNotFound of Types.file_system_not_found | `IncompatibleParameterError of Types.incompatible_parameter_error | `InternalServerError of Types.internal_server_error | `InvalidNetworkSettings of Types.invalid_network_settings | `MissingFileSystemConfiguration of Types.missing_file_system_configuration | `ServiceLimitExceeded of Types.service_limit_exceeded | `UnsupportedOperation of Types.unsupported_operation ] * Smaws_Lib.Response.metadata) Stdlib.result