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 StartingEventBatchCondition = StartingEventBatchCondition' {}
- newStartingEventBatchCondition :: StartingEventBatchCondition
- startingEventBatchCondition_batchWindow :: Lens' StartingEventBatchCondition (Maybe Int)
- startingEventBatchCondition_batchSize :: Lens' StartingEventBatchCondition (Maybe Int)
Documentation
data StartingEventBatchCondition Source #
The batch condition that started the workflow run. Either the number of events in the batch size arrived, in which case the BatchSize member is non-zero, or the batch window expired, in which case the BatchWindow member is non-zero.
See: newStartingEventBatchCondition
smart constructor.
Instances
newStartingEventBatchCondition :: StartingEventBatchCondition Source #
Create a value of StartingEventBatchCondition
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:batchWindow:StartingEventBatchCondition'
, startingEventBatchCondition_batchWindow
- Duration of the batch window in seconds.
$sel:batchSize:StartingEventBatchCondition'
, startingEventBatchCondition_batchSize
- Number of events in the batch.
startingEventBatchCondition_batchWindow :: Lens' StartingEventBatchCondition (Maybe Int) Source #
Duration of the batch window in seconds.
startingEventBatchCondition_batchSize :: Lens' StartingEventBatchCondition (Maybe Int) Source #
Number of events in the batch.