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 |
Lists Amazon QuickSight analyses that exist in the specified Amazon Web Services account.
This operation returns paginated results.
Synopsis
- data ListAnalyses = ListAnalyses' {
- nextToken :: Maybe Text
- maxResults :: Maybe Natural
- awsAccountId :: Text
- newListAnalyses :: Text -> ListAnalyses
- listAnalyses_nextToken :: Lens' ListAnalyses (Maybe Text)
- listAnalyses_maxResults :: Lens' ListAnalyses (Maybe Natural)
- listAnalyses_awsAccountId :: Lens' ListAnalyses Text
- data ListAnalysesResponse = ListAnalysesResponse' {}
- newListAnalysesResponse :: Int -> ListAnalysesResponse
- listAnalysesResponse_requestId :: Lens' ListAnalysesResponse (Maybe Text)
- listAnalysesResponse_nextToken :: Lens' ListAnalysesResponse (Maybe Text)
- listAnalysesResponse_analysisSummaryList :: Lens' ListAnalysesResponse (Maybe [AnalysisSummary])
- listAnalysesResponse_status :: Lens' ListAnalysesResponse Int
Creating a Request
data ListAnalyses Source #
See: newListAnalyses
smart constructor.
ListAnalyses' | |
|
Instances
Create a value of ListAnalyses
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:nextToken:ListAnalyses'
, listAnalyses_nextToken
- A pagination token that can be used in a subsequent request.
$sel:maxResults:ListAnalyses'
, listAnalyses_maxResults
- The maximum number of results to return.
$sel:awsAccountId:ListAnalyses'
, listAnalyses_awsAccountId
- The ID of the Amazon Web Services account that contains the analyses.
Request Lenses
listAnalyses_nextToken :: Lens' ListAnalyses (Maybe Text) Source #
A pagination token that can be used in a subsequent request.
listAnalyses_maxResults :: Lens' ListAnalyses (Maybe Natural) Source #
The maximum number of results to return.
listAnalyses_awsAccountId :: Lens' ListAnalyses Text Source #
The ID of the Amazon Web Services account that contains the analyses.
Destructuring the Response
data ListAnalysesResponse Source #
See: newListAnalysesResponse
smart constructor.
ListAnalysesResponse' | |
|
Instances
newListAnalysesResponse Source #
Create a value of ListAnalysesResponse
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:requestId:ListAnalysesResponse'
, listAnalysesResponse_requestId
- The Amazon Web Services request ID for this operation.
$sel:nextToken:ListAnalyses'
, listAnalysesResponse_nextToken
- A pagination token that can be used in a subsequent request.
$sel:analysisSummaryList:ListAnalysesResponse'
, listAnalysesResponse_analysisSummaryList
- Metadata describing each of the analyses that are listed.
$sel:status:ListAnalysesResponse'
, listAnalysesResponse_status
- The HTTP status of the request.
Response Lenses
listAnalysesResponse_requestId :: Lens' ListAnalysesResponse (Maybe Text) Source #
The Amazon Web Services request ID for this operation.
listAnalysesResponse_nextToken :: Lens' ListAnalysesResponse (Maybe Text) Source #
A pagination token that can be used in a subsequent request.
listAnalysesResponse_analysisSummaryList :: Lens' ListAnalysesResponse (Maybe [AnalysisSummary]) Source #
Metadata describing each of the analyses that are listed.
listAnalysesResponse_status :: Lens' ListAnalysesResponse Int Source #
The HTTP status of the request.