

***********************
CloudFrontKeyValueStore
***********************



======
Client
======



.. py:class:: CloudFrontKeyValueStore.Client

  A low-level client representing Amazon CloudFront KeyValueStore
  

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

  ::

    
    import boto3
    
    client = boto3.client('cloudfront-keyvaluestore')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  cloudfront-keyvaluestore/client/can_paginate
  cloudfront-keyvaluestore/client/close
  cloudfront-keyvaluestore/client/delete_key
  cloudfront-keyvaluestore/client/describe_key_value_store
  cloudfront-keyvaluestore/client/get_key
  cloudfront-keyvaluestore/client/get_paginator
  cloudfront-keyvaluestore/client/get_waiter
  cloudfront-keyvaluestore/client/list_keys
  cloudfront-keyvaluestore/client/put_key
  cloudfront-keyvaluestore/client/update_keys


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  cloudfront-keyvaluestore/paginator/ListKeys
