Versions in this module Expand all Collapse all v2 v2.0.1 May 7, 2024 v2.0.0 Aug 14, 2023 Changes in this version + type Data struct + LogEvents []LogEvent + LogGroup string + LogStream string + MessageType string + Owner string + SubscriptionFilters []string + type FirehoseRequest struct + Records []Record + RequestID string + Timestamp int64 + func UnmarshalFirehoseRequest(data []byte) (FirehoseRequest, error) + func (r *FirehoseRequest) Marshal() ([]byte, error) + type LogEvent struct + ID string + Message string + Timestamp int64 + type Record struct + Data string Other modules containing this package github.com/Moulick/Kinesis2Elastic