Module Values.DeleteKeyValueStoreRequestSource

Specifies the key value store to delete.

Sourcetype nonrec t = {
  1. name : KeyValueStoreName.t;
    (*

    The name of the key value store.

    *)
  2. ifMatch : String_.t;
    (*

    The key value store to delete, if a match occurs.

    *)
}
Sourceval context_ : string
Sourceval make : name:KeyValueStoreName.t -> ifMatch:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of KeyValueStoreName.t ]) 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