Module Values.UpdateFileCacheResponseSource

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

Sourcetype nonrec t = {
  1. fileCache : FileCache.t option;
    (*

    A description of the cache that was updated.

    *)
}
Sourcetype nonrec error = [
  1. | `BadRequest of BadRequest.t
  2. | `FileCacheNotFound of FileCacheNotFound.t
  3. | `IncompatibleParameterError of IncompatibleParameterError.t
  4. | `InternalServerError of InternalServerError.t
  5. | `MissingFileCacheConfiguration of MissingFileCacheConfiguration.t
  6. | `ServiceLimitExceeded of ServiceLimitExceeded.t
  7. | `UnsupportedOperation of UnsupportedOperation.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?fileCache:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `BadRequest of BadRequest.t | `FileCacheNotFound of FileCacheNotFound.t | `IncompatibleParameterError of IncompatibleParameterError.t | `InternalServerError of InternalServerError.t | `MissingFileCacheConfiguration of MissingFileCacheConfiguration.t | `ServiceLimitExceeded of ServiceLimitExceeded.t | `Unknown_operation_error of string * string option | `UnsupportedOperation of UnsupportedOperation.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `BadRequest of BadRequest.t | `FileCacheNotFound of FileCacheNotFound.t | `IncompatibleParameterError of IncompatibleParameterError.t | `InternalServerError of InternalServerError.t | `MissingFileCacheConfiguration of MissingFileCacheConfiguration.t | `ServiceLimitExceeded of ServiceLimitExceeded.t | `Unknown_operation_error of string * string option | `UnsupportedOperation of UnsupportedOperation.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of StorageCapacity.t | `List of [> `String of SubnetId.t ] list | `String of AWSAccountId.t | `Structure of (string * [> `Enum of string | `Integer of PerUnitStorageThroughput.t | `String of ErrorMessage.t | `Structure of (string * [> `Enum of string | `Integer of MetadataStorageCapacity.t | `String of GeneralARN.t ]) list ]) list | `Timestamp of CreationTime.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