

***************
DynamoDBStreams
***************



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



.. py:class:: DynamoDBStreams.Client

  A low-level client representing Amazon DynamoDB Streams
   

  Amazon DynamoDB Streams provides API actions for accessing streams and processing stream records. To learn more about application development with Streams, see `Capturing Table Activity with DynamoDB Streams <https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html>`__ in the Amazon DynamoDB Developer Guide.

  ::

    
    import boto3
    
    client = boto3.client('dynamodbstreams')

  

These are the available methods:

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

  dynamodbstreams/client/can_paginate
  dynamodbstreams/client/close
  dynamodbstreams/client/describe_stream
  dynamodbstreams/client/get_paginator
  dynamodbstreams/client/get_records
  dynamodbstreams/client/get_shard_iterator
  dynamodbstreams/client/get_waiter
  dynamodbstreams/client/list_streams
