| 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.ListDashboardVersions
Description
Lists all the versions of the dashboards in the Amazon QuickSight subscription.
This operation returns paginated results.
Synopsis
- data ListDashboardVersions = ListDashboardVersions' {
- maxResults :: Maybe Natural
- nextToken :: Maybe Text
- awsAccountId :: Text
- dashboardId :: Text
- newListDashboardVersions :: Text -> Text -> ListDashboardVersions
- listDashboardVersions_maxResults :: Lens' ListDashboardVersions (Maybe Natural)
- listDashboardVersions_nextToken :: Lens' ListDashboardVersions (Maybe Text)
- listDashboardVersions_awsAccountId :: Lens' ListDashboardVersions Text
- listDashboardVersions_dashboardId :: Lens' ListDashboardVersions Text
- data ListDashboardVersionsResponse = ListDashboardVersionsResponse' {}
- newListDashboardVersionsResponse :: Int -> ListDashboardVersionsResponse
- listDashboardVersionsResponse_dashboardVersionSummaryList :: Lens' ListDashboardVersionsResponse (Maybe [DashboardVersionSummary])
- listDashboardVersionsResponse_nextToken :: Lens' ListDashboardVersionsResponse (Maybe Text)
- listDashboardVersionsResponse_requestId :: Lens' ListDashboardVersionsResponse (Maybe Text)
- listDashboardVersionsResponse_status :: Lens' ListDashboardVersionsResponse Int
Creating a Request
data ListDashboardVersions Source #
See: newListDashboardVersions smart constructor.
Constructors
| ListDashboardVersions' | |
Fields
| |
Instances
newListDashboardVersions Source #
Arguments
| :: Text | |
| -> Text | |
| -> ListDashboardVersions |
Create a value of ListDashboardVersions 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:ListDashboardVersions', listDashboardVersions_maxResults - The maximum number of results to be returned per request.
ListDashboardVersions, listDashboardVersions_nextToken - The token for the next set of results, or null if there are no more
results.
ListDashboardVersions, listDashboardVersions_awsAccountId - The ID of the Amazon Web Services account that contains the dashboard
that you're listing versions for.
ListDashboardVersions, listDashboardVersions_dashboardId - The ID for the dashboard.
Request Lenses
listDashboardVersions_maxResults :: Lens' ListDashboardVersions (Maybe Natural) Source #
The maximum number of results to be returned per request.
listDashboardVersions_nextToken :: Lens' ListDashboardVersions (Maybe Text) Source #
The token for the next set of results, or null if there are no more results.
listDashboardVersions_awsAccountId :: Lens' ListDashboardVersions Text Source #
The ID of the Amazon Web Services account that contains the dashboard that you're listing versions for.
listDashboardVersions_dashboardId :: Lens' ListDashboardVersions Text Source #
The ID for the dashboard.
Destructuring the Response
data ListDashboardVersionsResponse Source #
See: newListDashboardVersionsResponse smart constructor.
Constructors
| ListDashboardVersionsResponse' | |
Fields
| |
Instances
newListDashboardVersionsResponse Source #
Create a value of ListDashboardVersionsResponse 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:dashboardVersionSummaryList:ListDashboardVersionsResponse', listDashboardVersionsResponse_dashboardVersionSummaryList - A structure that contains information about each version of the
dashboard.
ListDashboardVersions, listDashboardVersionsResponse_nextToken - The token for the next set of results, or null if there are no more
results.
$sel:requestId:ListDashboardVersionsResponse', listDashboardVersionsResponse_requestId - The Amazon Web Services request ID for this operation.
ListDashboardVersionsResponse, listDashboardVersionsResponse_status - The HTTP status of the request.
Response Lenses
listDashboardVersionsResponse_dashboardVersionSummaryList :: Lens' ListDashboardVersionsResponse (Maybe [DashboardVersionSummary]) Source #
A structure that contains information about each version of the dashboard.
listDashboardVersionsResponse_nextToken :: Lens' ListDashboardVersionsResponse (Maybe Text) Source #
The token for the next set of results, or null if there are no more results.
listDashboardVersionsResponse_requestId :: Lens' ListDashboardVersionsResponse (Maybe Text) Source #
The Amazon Web Services request ID for this operation.
listDashboardVersionsResponse_status :: Lens' ListDashboardVersionsResponse Int Source #
The HTTP status of the request.