| 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.FetchPageResult
Description
Documentation
data FetchPageResult Source #
Contains the page that was fetched.
See: newFetchPageResult smart constructor.
Constructors
| FetchPageResult' | |
Fields
| |
Instances
newFetchPageResult :: FetchPageResult Source #
Create a value of FetchPageResult 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:consumedIOs:FetchPageResult', fetchPageResult_consumedIOs - Contains metrics about the number of I/O requests that were consumed.
$sel:page:FetchPageResult', fetchPageResult_page - Contains details of the fetched page.
$sel:timingInformation:FetchPageResult', fetchPageResult_timingInformation - Contains server-side performance information for the command.
fetchPageResult_consumedIOs :: Lens' FetchPageResult (Maybe IOUsage) Source #
Contains metrics about the number of I/O requests that were consumed.
fetchPageResult_page :: Lens' FetchPageResult (Maybe Page) Source #
Contains details of the fetched page.
fetchPageResult_timingInformation :: Lens' FetchPageResult (Maybe TimingInformation) Source #
Contains server-side performance information for the command.