Returns a shard iterator. A shard iterator provides information about how to retrieve the stream records from within a shard. Use the shard iterator in a subsequent GetRecords request to read the stream records from the shard.
A shard iterator expires 15 minutes after it is returned to the requester.
post/#X-Amz-Target=DynamoDBStreams_20120810.GetShardIterator
Headers
X-Amz-Target'DynamoDBStreams_20120810.GetShardIterator' required
Request body
Response
Success
Example response
{
"ShardIterator": "arn:aws:dynamodb:us-west-2:111122223333:table/Forum/stream/2015-05-20T20:51:10.252|1|AAAAAAAAAAEvJp6D+zaQ... <remaining characters omitted> ..."
}