Uploads a batch of log events to the specified log stream.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_put_log_events/ for full documentation.
cloudwatchlogs_put_log_events(
logGroupName,
logStreamName,
logEvents,
sequenceToken = NULL,
entity = NULL
)[required] The name of the log group.
[required] The name of the log stream.
[required] The log events.
The sequence token obtained from the response of the previous
put_log_events call.
The sequenceToken parameter is now ignored in
put_log_events actions.
put_log_events actions are now
accepted and never return InvalidSequenceTokenException or
DataAlreadyAcceptedException even if the sequence token is not valid.
The entity associated with the log events.