cloudfrontkeyvaluestore_update_keys: Puts or Deletes multiple key value pairs in a single,...

View source: R/cloudfrontkeyvaluestore_operations.R

cloudfrontkeyvaluestore_update_keysR Documentation

Puts or Deletes multiple key value pairs in a single, all-or-nothing operation

Description

Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.

See https://www.paws-r-sdk.com/docs/cloudfrontkeyvaluestore_update_keys/ for full documentation.

Usage

cloudfrontkeyvaluestore_update_keys(
  KvsARN,
  IfMatch,
  Puts = NULL,
  Deletes = NULL
)

Arguments

KvsARN

[required] The Amazon Resource Name (ARN) of the Key Value Store.

IfMatch

[required] The current version (ETag) of the Key Value Store that you are updating keys of, which you can get using DescribeKeyValueStore.

Puts

List of key value pairs to put.

Deletes

List of keys to delete.


paws.networking documentation built on April 3, 2025, 5:54 p.m.