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 |
Documentation
data BrokerEngineType Source #
Types of broker engines.
See: newBrokerEngineType
smart constructor.
BrokerEngineType' | |
|
Instances
newBrokerEngineType :: BrokerEngineType Source #
Create a value of BrokerEngineType
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:engineVersions:BrokerEngineType'
, brokerEngineType_engineVersions
- The list of engine versions.
$sel:engineType:BrokerEngineType'
, brokerEngineType_engineType
- The broker's engine type.
brokerEngineType_engineVersions :: Lens' BrokerEngineType (Maybe [EngineVersion]) Source #
The list of engine versions.
brokerEngineType_engineType :: Lens' BrokerEngineType (Maybe EngineType) Source #
The broker's engine type.