Module Values.CreateServerlessCacheSnapshotResponseSource

This API creates a copy of an entire ServerlessCache at a specific moment in time. Available for Valkey, Redis OSS and Serverless Memcached only.

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

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

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createServerlessCacheSnapshotResult : createServerlessCacheSnapshotResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InvalidParameterCombinationException of InvalidParameterCombinationException.t
  2. | `InvalidParameterValueException of InvalidParameterValueException.t
  3. | `InvalidServerlessCacheStateFault of InvalidServerlessCacheStateFault.t
  4. | `ServerlessCacheNotFoundFault of ServerlessCacheNotFoundFault.t
  5. | `ServerlessCacheSnapshotAlreadyExistsFault of ServerlessCacheSnapshotAlreadyExistsFault.t
  6. | `ServerlessCacheSnapshotQuotaExceededFault of ServerlessCacheSnapshotQuotaExceededFault.t
  7. | `ServiceLinkedRoleNotFoundFault of ServiceLinkedRoleNotFoundFault.t
  8. | `TagQuotaPerResourceExceeded of TagQuotaPerResourceExceeded.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?serverlessCacheSnapshot:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `InvalidServerlessCacheStateFault of unit | `ServerlessCacheNotFoundFault of unit | `ServerlessCacheSnapshotAlreadyExistsFault of unit | `ServerlessCacheSnapshotQuotaExceededFault of unit | `ServiceLinkedRoleNotFoundFault of unit | `TagQuotaPerResourceExceeded 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 | `InvalidServerlessCacheStateFault of unit | `ServerlessCacheNotFoundFault of unit | `ServerlessCacheSnapshotAlreadyExistsFault of unit | `ServerlessCacheSnapshotQuotaExceededFault of unit | `ServiceLinkedRoleNotFoundFault of unit | `TagQuotaPerResourceExceeded 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