Module Values.ModifyServerlessCacheResponseSource

This API modifies the attributes of a serverless cache.

Sourcetype modifyServerlessCacheResult = {
  1. serverlessCache : ServerlessCache.t option;
    (*

    The response for the attempt to modify the serverless cache.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. modifyServerlessCacheResult : modifyServerlessCacheResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InvalidCredentialsException of InvalidCredentialsException.t
  2. | `InvalidParameterCombinationException of InvalidParameterCombinationException.t
  3. | `InvalidParameterValueException of InvalidParameterValueException.t
  4. | `InvalidServerlessCacheStateFault of InvalidServerlessCacheStateFault.t
  5. | `InvalidUserGroupStateFault of InvalidUserGroupStateFault.t
  6. | `ServerlessCacheNotFoundFault of ServerlessCacheNotFoundFault.t
  7. | `ServiceLinkedRoleNotFoundFault of ServiceLinkedRoleNotFoundFault.t
  8. | `UserGroupNotFoundFault of UserGroupNotFoundFault.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?serverlessCache:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidCredentialsException of unit | `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `InvalidServerlessCacheStateFault of unit | `InvalidUserGroupStateFault of unit | `ServerlessCacheNotFoundFault of unit | `ServiceLinkedRoleNotFoundFault of unit | `Unknown_operation_error of string * string option | `UserGroupNotFoundFault of unit ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidCredentialsException of unit | `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `InvalidServerlessCacheStateFault of unit | `InvalidUserGroupStateFault of unit | `ServerlessCacheNotFoundFault of unit | `ServiceLinkedRoleNotFoundFault of unit | `Unknown_operation_error of string * string option | `UserGroupNotFoundFault of unit ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of IntegerOptional.t | `List of [> `String of String_.t ] list | `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of IntegerOptional.t ]) list ]) list | `Timestamp of TStamp.t ]) list ]) 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