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 FetchPageRequest Source #
Specifies the details of the page to be fetched.
See: newFetchPageRequest
smart constructor.
FetchPageRequest' | |
|
Instances
:: Text | |
-> Text | |
-> FetchPageRequest |
Create a value of FetchPageRequest
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:transactionId:FetchPageRequest'
, fetchPageRequest_transactionId
- Specifies the transaction ID of the page to be fetched.
$sel:nextPageToken:FetchPageRequest'
, fetchPageRequest_nextPageToken
- Specifies the next page token of the page to be fetched.
fetchPageRequest_transactionId :: Lens' FetchPageRequest Text Source #
Specifies the transaction ID of the page to be fetched.
fetchPageRequest_nextPageToken :: Lens' FetchPageRequest Text Source #
Specifies the next page token of the page to be fetched.