Values.DescribeServerlessCachesResponseSourceReturns information about a specific serverless cache. If no identifier is specified, then the API returns information on all the serverless caches belonging to this Amazon Web Services account.
type describeServerlessCachesResult = {nextToken : String_.t option;An optional marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxResults.
*)serverlessCaches : ServerlessCacheList.t option;The serverless caches associated with a given description request.
*)}and t = {describeServerlessCachesResult : describeServerlessCachesResult;responseMetaData : responseMetaData;}type error = [ | `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `ServerlessCacheNotFoundFault of ServerlessCacheNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ServerlessCacheNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ServerlessCacheNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `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
| `String of String_.t ])
list ])
list ]