| 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.QLDBSession.Types.TimingInformation
Description
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.
Constructors
| TimingInformation' | |
Fields
| |
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.