View Source aws_cloudfront_keyvaluestore (aws v1.0.4)

Amazon CloudFront KeyValueStore Service to View and Update Data in a KVS Resource

Summary

Functions

Link to this function

delete_key(Client, Key, KvsARN, Input)

View Source
Deletes the key value pair specified by the key.
Link to this function

delete_key(Client, Key, KvsARN, Input0, Options0)

View Source
Link to this function

describe_key_value_store(Client, KvsARN)

View Source
Returns metadata information about Key Value Store.
Link to this function

describe_key_value_store(Client, KvsARN, QueryMap, HeadersMap)

View Source
Link to this function

describe_key_value_store(Client, KvsARN, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_key(Client, Key, KvsARN)

View Source
Returns a key value pair.
Link to this function

get_key(Client, Key, KvsARN, QueryMap, HeadersMap)

View Source
Link to this function

get_key(Client, Key, KvsARN, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_keys(Client, KvsARN)

View Source
Returns a list of key value pairs.
Link to this function

list_keys(Client, KvsARN, QueryMap, HeadersMap)

View Source
Link to this function

list_keys(Client, KvsARN, QueryMap, HeadersMap, Options0)

View Source
Link to this function

put_key(Client, Key, KvsARN, Input)

View Source
Creates a new key value pair or replaces the value of an existing key.
Link to this function

put_key(Client, Key, KvsARN, Input0, Options0)

View Source
Link to this function

update_keys(Client, KvsARN, Input)

View Source
Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.
Link to this function

update_keys(Client, KvsARN, Input0, Options0)

View Source