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.

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

Link to this function

delete_key(client, key, kvs_arn, input, options \\ [])

View Source

Deletes the key value pair specified by the key.

Link to this function

describe_key_value_store(client, kvs_arn, options \\ [])

View Source

Returns metadata information about Key Value Store.

Link to this function

get_key(client, key, kvs_arn, options \\ [])

View Source

Returns a key value pair.

Link to this function

list_keys(client, kvs_arn, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of key value pairs.

Link to this function

put_key(client, key, kvs_arn, input, options \\ [])

View Source

Creates a new key value pair or replaces the value of an existing key.

Link to this function

update_keys(client, kvs_arn, input, options \\ [])

View Source

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