Values.ModifyServerlessCacheResponseSourceThis API modifies the attributes of a serverless cache.
type modifyServerlessCacheResult = {serverlessCache : ServerlessCache.t option;The response for the attempt to modify the serverless cache.
*)}and t = {modifyServerlessCacheResult : modifyServerlessCacheResult;responseMetaData : responseMetaData;}type error = [ | `InvalidCredentialsException of InvalidCredentialsException.t| `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `InvalidServerlessCacheStateFault of InvalidServerlessCacheStateFault.t| `InvalidUserGroupStateFault of InvalidUserGroupStateFault.t| `ServerlessCacheNotFoundFault of ServerlessCacheNotFoundFault.t| `ServiceLinkedRoleNotFoundFault of ServiceLinkedRoleNotFoundFault.t| `UserGroupNotFoundFault of UserGroupNotFoundFault.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val 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 ]