Adds or updates tags for the specified Amazon Kinesis stream.
docs.aws.amazon.com/kinesis/latest/APIReference/API_AddTagsToStream.html
Creates a Amazon Kinesis stream.
docs.aws.amazon.com/kinesis/latest/APIReference/API_CreateStream.html
Deletes a stream and all its shards and data.
docs.aws.amazon.com/kinesis/latest/APIReference/API_DeleteStream.html
Describes the specified stream.
docs.aws.amazon.com/kinesis/latest/APIReference/API_DescribeStream.html
Gets data records from a shard.
docs.aws.amazon.com/kinesis/latest/APIReference/API_GetRecords.html
Gets a shard iterator.
docs.aws.amazon.com/kinesis/latest/APIReference/API_GetShardIterator.html
List availabe streams
docs.aws.amazon.com/kinesis/latest/APIReference/API_ListStreams.html
Lists the tags for the specified Amazon Kinesis stream.
docs.aws.amazon.com/kinesis/latest/APIReference/API_ListTagsForStream.html
Merges two adjacent shards in a stream and combines them into a single shard to reduce the stream‘s capacity to ingest and transport data.
docs.aws.amazon.com/kinesis/latest/APIReference/API_MergeShards.html
Writes a single data record from a producer into an Amazon Kinesis stream.
docs.aws.amazon.com/kinesis/latest/APIReference/API_PutRecord.html
Writes multiple data records from a producer into an Amazon Kinesis stream in a single call (also referred to as a PutRecords request).
docs.aws.amazon.com/kinesis/latest/APIReference/API_PutRecords.html
Deletes tags from the specified Amazon Kinesis stream.
docs.aws.amazon.com/kinesis/latest/APIReference/API_RemoveTagsFromStream.html
Splits a shard into two new shards in the stream, to increase the stream‘s capacity to ingest and transport data.
docs.aws.amazon.com/kinesis/latest/APIReference/API_SplitShard.html