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 RenderingEngine Source #
Information about a rendering engine.
See: newRenderingEngine
smart constructor.
Instances
newRenderingEngine :: RenderingEngine Source #
Create a value of RenderingEngine
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:name:RenderingEngine'
, renderingEngine_name
- The name of the rendering engine.
$sel:version:RenderingEngine'
, renderingEngine_version
- The version of the rendering engine.
renderingEngine_name :: Lens' RenderingEngine (Maybe RenderingEngineType) Source #
The name of the rendering engine.
renderingEngine_version :: Lens' RenderingEngine (Maybe Text) Source #
The version of the rendering engine.