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