Expected behavior for AWS Kinesis ShardIteratorType TRIM_HORIZON
问题 Context : I'm not necessarily referring to a KCL-based application, just pure Kinesis API calls. Does the using the TRIM_HORIZON shard iterator type immediately give you the earliest published record in the stream (ie earliest available within Kinesis' built-in 24hr window), or simply an iterator/cursor for some time period as much as 24 hours ago, that you must then use to advance along the stream until you hit the earliest published record? Put another way, in case that's not quite clear...