| 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.DescribeDashboard
Description
Provides a summary for a dashboard.
Synopsis
- data DescribeDashboard = DescribeDashboard' {}
- newDescribeDashboard :: Text -> Text -> DescribeDashboard
- describeDashboard_aliasName :: Lens' DescribeDashboard (Maybe Text)
- describeDashboard_versionNumber :: Lens' DescribeDashboard (Maybe Natural)
- describeDashboard_awsAccountId :: Lens' DescribeDashboard Text
- describeDashboard_dashboardId :: Lens' DescribeDashboard Text
- data DescribeDashboardResponse = DescribeDashboardResponse' {}
- newDescribeDashboardResponse :: Int -> DescribeDashboardResponse
- describeDashboardResponse_dashboard :: Lens' DescribeDashboardResponse (Maybe Dashboard)
- describeDashboardResponse_requestId :: Lens' DescribeDashboardResponse (Maybe Text)
- describeDashboardResponse_status :: Lens' DescribeDashboardResponse Int
Creating a Request
data DescribeDashboard Source #
See: newDescribeDashboard smart constructor.
Constructors
| DescribeDashboard' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DescribeDashboard |
Create a value of DescribeDashboard 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:
DescribeDashboard, describeDashboard_aliasName - The alias name.
DescribeDashboard, describeDashboard_versionNumber - The version number for the dashboard. If a version number isn't passed,
the latest published dashboard version is described.
DescribeDashboard, describeDashboard_awsAccountId - The ID of the Amazon Web Services account that contains the dashboard
that you're describing.
DescribeDashboard, describeDashboard_dashboardId - The ID for the dashboard.
Request Lenses
describeDashboard_aliasName :: Lens' DescribeDashboard (Maybe Text) Source #
The alias name.
describeDashboard_versionNumber :: Lens' DescribeDashboard (Maybe Natural) Source #
The version number for the dashboard. If a version number isn't passed, the latest published dashboard version is described.
describeDashboard_awsAccountId :: Lens' DescribeDashboard Text Source #
The ID of the Amazon Web Services account that contains the dashboard that you're describing.
describeDashboard_dashboardId :: Lens' DescribeDashboard Text Source #
The ID for the dashboard.
Destructuring the Response
data DescribeDashboardResponse Source #
See: newDescribeDashboardResponse smart constructor.
Constructors
| DescribeDashboardResponse' | |
Instances
newDescribeDashboardResponse Source #
Arguments
| :: Int | |
| -> DescribeDashboardResponse |
Create a value of DescribeDashboardResponse 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:
DescribeDashboardResponse, describeDashboardResponse_dashboard - Information about the dashboard.
$sel:requestId:DescribeDashboardResponse', describeDashboardResponse_requestId - The Amazon Web Services request ID for this operation.
DescribeDashboardResponse, describeDashboardResponse_status - The HTTP status of this request.
Response Lenses
describeDashboardResponse_dashboard :: Lens' DescribeDashboardResponse (Maybe Dashboard) Source #
Information about the dashboard.
describeDashboardResponse_requestId :: Lens' DescribeDashboardResponse (Maybe Text) Source #
The Amazon Web Services request ID for this operation.
describeDashboardResponse_status :: Lens' DescribeDashboardResponse Int Source #
The HTTP status of this request.