View Source AWS.CloudFrontKeyValueStore (aws-elixir v1.0.4)
Amazon CloudFront KeyValueStore Service to View and Update Data in a KVS Resource
Link to this section Summary
Functions
Deletes the key value pair specified by the key.
Returns metadata information about Key Value Store.
Returns a key value pair.
Returns a list of key value pairs.
Creates a new key value pair or replaces the value of an existing key.
Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.
Link to this section Functions
Deletes the key value pair specified by the key.
Returns metadata information about Key Value Store.
Returns a key value pair.
Link to this function
list_keys(client, kvs_arn, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of key value pairs.
Creates a new key value pair or replaces the value of an existing key.
Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.