Values.UpdateFileCacheRequestSourceUpdates the configuration of an existing Amazon File Cache resource. You can update multiple properties in a single request.
type nonrec t = {fileCacheId : FileCacheId.t;The ID of the cache that you are updating.
*)clientRequestToken : ClientRequestToken.t option;lustreConfiguration : UpdateFileCacheLustreConfiguration.t option;The configuration updates for an Amazon File Cache resource.
*)}val make :
?clientRequestToken:??? ->
?lustreConfiguration:??? ->
fileCacheId:FileCacheId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of FileCacheId.t
| `Structure of (string * [> `String of WeeklyTime.t ]) list ])
list ]