Module Values.ExportServerlessCacheSnapshotResponseSource

Provides the functionality to export the serverless cache snapshot data to Amazon S3. Available for Valkey and Redis OSS only.

Sourcetype exportServerlessCacheSnapshotResult = {
  1. serverlessCacheSnapshot : ServerlessCacheSnapshot.t option;
    (*

    The state of a serverless cache at a specific point in time, to the millisecond. Available for Valkey, Redis OSS and Serverless Memcached only.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. exportServerlessCacheSnapshotResult : exportServerlessCacheSnapshotResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InvalidParameterValueException of InvalidParameterValueException.t
  2. | `InvalidServerlessCacheSnapshotStateFault of InvalidServerlessCacheSnapshotStateFault.t
  3. | `ServerlessCacheSnapshotNotFoundFault of ServerlessCacheSnapshotNotFoundFault.t
  4. | `ServiceLinkedRoleNotFoundFault of ServiceLinkedRoleNotFoundFault.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?serverlessCacheSnapshot:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidParameterValueException of InvalidParameterValueException.t | `InvalidServerlessCacheSnapshotStateFault of unit | `ServerlessCacheSnapshotNotFoundFault of unit | `ServiceLinkedRoleNotFoundFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidParameterValueException of InvalidParameterValueException.t | `InvalidServerlessCacheSnapshotStateFault of unit | `ServerlessCacheSnapshotNotFoundFault of unit | `ServiceLinkedRoleNotFoundFault 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 * [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) 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