View source: R/kinesis_operations.R
| kinesis_put_records | R Documentation | 
Writes multiple data records into a Kinesis data stream in a single call (also referred to as a put_records request). Use this operation to send data into the stream for data ingestion and processing.
See https://www.paws-r-sdk.com/docs/kinesis_put_records/ for full documentation.
kinesis_put_records(Records, StreamName = NULL, StreamARN = NULL)
| Records | [required] The records associated with the request. | 
| StreamName | The stream name associated with the request. | 
| StreamARN | The ARN of the stream. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.