Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Amazonka.Kinesis.Types.ShardFilterType
Description
Documentation
newtype ShardFilterType Source #
Constructors
ShardFilterType' | |
Fields |
Bundled Patterns
pattern ShardFilterType_AFTER_SHARD_ID :: ShardFilterType | |
pattern ShardFilterType_AT_LATEST :: ShardFilterType | |
pattern ShardFilterType_AT_TIMESTAMP :: ShardFilterType | |
pattern ShardFilterType_AT_TRIM_HORIZON :: ShardFilterType | |
pattern ShardFilterType_FROM_TIMESTAMP :: ShardFilterType | |
pattern ShardFilterType_FROM_TRIM_HORIZON :: ShardFilterType |