Module Values.DescribeServerlessCachesResponseSource

Returns 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.

Sourcetype describeServerlessCachesResult = {
  1. 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.

    *)
  2. serverlessCaches : ServerlessCacheList.t option;
    (*

    The serverless caches associated with a given description request.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeServerlessCachesResult : describeServerlessCachesResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InvalidParameterCombinationException of InvalidParameterCombinationException.t
  2. | `InvalidParameterValueException of InvalidParameterValueException.t
  3. | `ServerlessCacheNotFoundFault of ServerlessCacheNotFoundFault.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?nextToken:??? -> ?serverlessCaches:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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