| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Pipes.Types.UpdatePipeSourceRabbitMQBrokerParameters
Description
Synopsis
- data UpdatePipeSourceRabbitMQBrokerParameters = UpdatePipeSourceRabbitMQBrokerParameters' {}
- newUpdatePipeSourceRabbitMQBrokerParameters :: MQBrokerAccessCredentials -> UpdatePipeSourceRabbitMQBrokerParameters
- updatePipeSourceRabbitMQBrokerParameters_batchSize :: Lens' UpdatePipeSourceRabbitMQBrokerParameters (Maybe Natural)
- updatePipeSourceRabbitMQBrokerParameters_maximumBatchingWindowInSeconds :: Lens' UpdatePipeSourceRabbitMQBrokerParameters (Maybe Natural)
- updatePipeSourceRabbitMQBrokerParameters_credentials :: Lens' UpdatePipeSourceRabbitMQBrokerParameters MQBrokerAccessCredentials
Documentation
data UpdatePipeSourceRabbitMQBrokerParameters Source #
The parameters for using a Rabbit MQ broker as a source.
See: newUpdatePipeSourceRabbitMQBrokerParameters smart constructor.
Constructors
| UpdatePipeSourceRabbitMQBrokerParameters' | |
Fields
| |
Instances
newUpdatePipeSourceRabbitMQBrokerParameters Source #
Create a value of UpdatePipeSourceRabbitMQBrokerParameters 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:batchSize:UpdatePipeSourceRabbitMQBrokerParameters', updatePipeSourceRabbitMQBrokerParameters_batchSize - The maximum number of records to include in each batch.
$sel:maximumBatchingWindowInSeconds:UpdatePipeSourceRabbitMQBrokerParameters', updatePipeSourceRabbitMQBrokerParameters_maximumBatchingWindowInSeconds - The maximum length of a time to wait for events.
$sel:credentials:UpdatePipeSourceRabbitMQBrokerParameters', updatePipeSourceRabbitMQBrokerParameters_credentials - The credentials needed to access the resource.
updatePipeSourceRabbitMQBrokerParameters_batchSize :: Lens' UpdatePipeSourceRabbitMQBrokerParameters (Maybe Natural) Source #
The maximum number of records to include in each batch.
updatePipeSourceRabbitMQBrokerParameters_maximumBatchingWindowInSeconds :: Lens' UpdatePipeSourceRabbitMQBrokerParameters (Maybe Natural) Source #
The maximum length of a time to wait for events.
updatePipeSourceRabbitMQBrokerParameters_credentials :: Lens' UpdatePipeSourceRabbitMQBrokerParameters MQBrokerAccessCredentials Source #
The credentials needed to access the resource.