Jump to Content

Interface PutLogEventsCommandInputProtected

The input for PutLogEventsCommand.

Hierarchy

Properties

logEvents: undefined | InputLogEvent[]

The log events.

logGroupName: undefined | string

The name of the log group.

logStreamName: undefined | string

The name of the log stream.

sequenceToken?: string

The sequence token obtained from the response of the previous PutLogEvents call.

The sequenceToken parameter is now ignored in PutLogEvents actions. PutLogEvents actions are now accepted and never return InvalidSequenceTokenException or DataAlreadyAcceptedException even if the sequence token is not valid.