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 |
Synopsis
- data StartPosition = StartPosition' {
- absoluteTime :: Maybe Text
- id :: Maybe Text
- mostRecent :: Maybe Natural
- newStartPosition :: StartPosition
- startPosition_absoluteTime :: Lens' StartPosition (Maybe Text)
- startPosition_id :: Lens' StartPosition (Maybe Text)
- startPosition_mostRecent :: Lens' StartPosition (Maybe Natural)
Documentation
data StartPosition Source #
A filtering option for where to start. For example, if you sent 100 messages, start with message 50.
See: newStartPosition
smart constructor.
StartPosition' | |
|
Instances
newStartPosition :: StartPosition Source #
Create a value of StartPosition
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:absoluteTime:StartPosition'
, startPosition_absoluteTime
- The time in ISO format where to start.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
$sel:id:StartPosition'
, startPosition_id
- The ID of the message or event where to start.
$sel:mostRecent:StartPosition'
, startPosition_mostRecent
- The start position of the most recent message where you want to start.
startPosition_absoluteTime :: Lens' StartPosition (Maybe Text) Source #
The time in ISO format where to start.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
startPosition_id :: Lens' StartPosition (Maybe Text) Source #
The ID of the message or event where to start.
startPosition_mostRecent :: Lens' StartPosition (Maybe Natural) Source #
The start position of the most recent message where you want to start.