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