R/kinesis.R
kinesis_put_record.RdWrites a single data record into an Amazon Kinesis data stream
kinesis_put_record(stream, data, partition_key, ...)the name of the stream to describe
the data blob (<1 MB) to put into the record, which is base64-encoded when the blob is serialized
Unicode string with a maximum length limit of 256 characters determining which shard in the stream the data record is assigned to
optional further parameters, such as
ExplicitHashKey or SequenceNumberForOrdering
list of ShardId, SequenceNumber and
EncryptionType