Values.UpdateKeyValueStoreRequestSourceSpecifies the key value store to update.
type nonrec t = {name : KeyValueStoreName.t;The name of the key value store to update.
*)comment : KeyValueStoreComment.t;The comment of the key value store to update.
*)ifMatch : String_.t;The key value store to update, if a match occurs.
*)}val make :
name:KeyValueStoreName.t ->
comment:KeyValueStoreComment.t ->
ifMatch:String_.t ->
unit ->
t