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 RejectedLogEventsInfo = RejectedLogEventsInfo' {}
- newRejectedLogEventsInfo :: RejectedLogEventsInfo
- rejectedLogEventsInfo_tooOldLogEventEndIndex :: Lens' RejectedLogEventsInfo (Maybe Int)
- rejectedLogEventsInfo_tooNewLogEventStartIndex :: Lens' RejectedLogEventsInfo (Maybe Int)
- rejectedLogEventsInfo_expiredLogEventEndIndex :: Lens' RejectedLogEventsInfo (Maybe Int)
Documentation
data RejectedLogEventsInfo Source #
Represents the rejected events.
See: newRejectedLogEventsInfo
smart constructor.
RejectedLogEventsInfo' | |
|
Instances
newRejectedLogEventsInfo :: RejectedLogEventsInfo Source #
Create a value of RejectedLogEventsInfo
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:tooOldLogEventEndIndex:RejectedLogEventsInfo'
, rejectedLogEventsInfo_tooOldLogEventEndIndex
- The log events that are too old.
$sel:tooNewLogEventStartIndex:RejectedLogEventsInfo'
, rejectedLogEventsInfo_tooNewLogEventStartIndex
- The log events that are too new.
$sel:expiredLogEventEndIndex:RejectedLogEventsInfo'
, rejectedLogEventsInfo_expiredLogEventEndIndex
- The expired log events.
rejectedLogEventsInfo_tooOldLogEventEndIndex :: Lens' RejectedLogEventsInfo (Maybe Int) Source #
The log events that are too old.
rejectedLogEventsInfo_tooNewLogEventStartIndex :: Lens' RejectedLogEventsInfo (Maybe Int) Source #
The log events that are too new.
rejectedLogEventsInfo_expiredLogEventEndIndex :: Lens' RejectedLogEventsInfo (Maybe Int) Source #
The expired log events.