Module Values.UpdateFileCacheRequestSource

Updates the configuration of an existing Amazon File Cache resource. You can update multiple properties in a single request.

Sourcetype nonrec t = {
  1. fileCacheId : FileCacheId.t;
    (*

    The ID of the cache that you are updating.

    *)
  2. clientRequestToken : ClientRequestToken.t option;
  3. lustreConfiguration : UpdateFileCacheLustreConfiguration.t option;
    (*

    The configuration updates for an Amazon File Cache resource.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientRequestToken:??? -> ?lustreConfiguration:??? -> fileCacheId:FileCacheId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FileCacheId.t | `Structure of (string * [> `String of WeeklyTime.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t