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 FetchPageResult Source #
Contains the page that was fetched.
See: newFetchPageResult
smart constructor.
FetchPageResult' | |
|
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:timingInformation:FetchPageResult'
, fetchPageResult_timingInformation
- Contains server-side performance information for the command.
$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.
fetchPageResult_timingInformation :: Lens' FetchPageResult (Maybe TimingInformation) Source #
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.