Smaws_Client_FSx.UpdateFileCacheUpdates the configuration of an existing Amazon File Cache resource. You can update multiple properties in a single request.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `BadRequest of Types.bad_request
| `FileCacheNotFound of Types.file_cache_not_found
| `IncompatibleParameterError of Types.incompatible_parameter_error
| `InternalServerError of Types.internal_server_error
| `MissingFileCacheConfiguration of Types.missing_file_cache_configuration
| `ServiceLimitExceeded of Types.service_limit_exceeded
| `UnsupportedOperation of Types.unsupported_operation ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.update_file_cache_request ->
(Types.update_file_cache_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `BadRequest of Types.bad_request
| `FileCacheNotFound of Types.file_cache_not_found
| `IncompatibleParameterError of Types.incompatible_parameter_error
| `InternalServerError of Types.internal_server_error
| `MissingFileCacheConfiguration of Types.missing_file_cache_configuration
| `ServiceLimitExceeded of Types.service_limit_exceeded
| `UnsupportedOperation of Types.unsupported_operation ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.update_file_cache_request ->
(Types.update_file_cache_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `BadRequest of Types.bad_request
| `FileCacheNotFound of Types.file_cache_not_found
| `IncompatibleParameterError of Types.incompatible_parameter_error
| `InternalServerError of Types.internal_server_error
| `MissingFileCacheConfiguration of Types.missing_file_cache_configuration
| `ServiceLimitExceeded of Types.service_limit_exceeded
| `UnsupportedOperation of Types.unsupported_operation ]
* Smaws_Lib.Response.metadata)
Stdlib.result