dynamodbstreams_get_records: Retrieves the stream records from a given shard

View source: R/dynamodbstreams_operations.R

dynamodbstreams_get_recordsR Documentation

Retrieves the stream records from a given shard

Description

Retrieves the stream records from a given shard.

See https://www.paws-r-sdk.com/docs/dynamodbstreams_get_records/ for full documentation.

Usage

dynamodbstreams_get_records(ShardIterator, Limit = NULL)

Arguments

ShardIterator

[required] A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

Limit

The maximum number of records to return from the shard. The upper limit is 1000.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.