Table of Contents

Namespace Amazon.Lambda.KinesisEvents

Classes

KinesisEvent

AWS Kinesis stream event http://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html http://docs.aws.amazon.com/lambda/latest/dg/eventsources.html#eventsources-kinesis-streams

KinesisEvent.KinesisEventRecord

Kinesis event record.

KinesisEvent.Record

AWS Kinesis stream record http://docs.aws.amazon.com/kinesis/latest/APIReference/API_Record.html

KinesisTimeWindowEvent

Represents an Amazon Kinesis event when using time windows. https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-windows

KinesisTimeWindowEvent.TimeWindow

Time window for the records in the event.

KinesisTimeWindowResponse

Response type to return a new state for the time window and to report batch item failures.

KinesisTimeWindowResponse.BatchItemFailure

Class representing the individual record which failed processing.

StreamsEventResponse

Function response type to report batch item failures for KinesisEvent. https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-batchfailurereporting

StreamsEventResponse.BatchItemFailure

The class representing the BatchItemFailure.