R/kinesis_operations.R
kinesis_list_streams.Rd
Lists your Kinesis data streams.
See https://www.paws-r-sdk.com/docs/kinesis_list_streams/ for full documentation.
kinesis_list_streams( Limit = NULL, ExclusiveStartStreamName = NULL, NextToken = NULL )
The maximum number of streams to list. The default value is 100. If you specify a value greater than 100, at most 100 results are returned.
The name of the stream to start the list with.