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 TimingInformation Source #
Contains server-side performance information for a command. Amazon QLDB captures timing information between the times when it receives the request and when it sends the corresponding response.
See: newTimingInformation
smart constructor.
TimingInformation' | |
|
Instances
newTimingInformation :: TimingInformation Source #
Create a value of TimingInformation
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:processingTimeMilliseconds:TimingInformation'
, timingInformation_processingTimeMilliseconds
- The amount of time that QLDB spent on processing the command, measured
in milliseconds.
timingInformation_processingTimeMilliseconds :: Lens' TimingInformation (Maybe Integer) Source #
The amount of time that QLDB spent on processing the command, measured in milliseconds.