AWSKinesisShardIteratorType

Objective-C

NS_ENUM(NSInteger, AWSKinesisShardIteratorType) {
    AWSKinesisShardIteratorTypeUnknown,
    AWSKinesisShardIteratorTypeAtSequenceNumber,
    AWSKinesisShardIteratorTypeAfterSequenceNumber,
    AWSKinesisShardIteratorTypeTrimHorizon,
    AWSKinesisShardIteratorTypeLatest,
    AWSKinesisShardIteratorTypeAtTimestamp,
}

Swift

enum AWSKinesisShardIteratorType : Int, @unchecked Sendable

Undocumented