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 |
Synopsis
- data Dashboard = Dashboard' {}
- newDashboard :: Dashboard
- dashboard_lastUpdatedTime :: Lens' Dashboard (Maybe UTCTime)
- dashboard_arn :: Lens' Dashboard (Maybe Text)
- dashboard_createdTime :: Lens' Dashboard (Maybe UTCTime)
- dashboard_dashboardId :: Lens' Dashboard (Maybe Text)
- dashboard_lastPublishedTime :: Lens' Dashboard (Maybe UTCTime)
- dashboard_name :: Lens' Dashboard (Maybe Text)
- dashboard_version :: Lens' Dashboard (Maybe DashboardVersion)
Documentation
Dashboard.
See: newDashboard
smart constructor.
Dashboard' | |
|
Instances
newDashboard :: Dashboard Source #
Create a value of Dashboard
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:lastUpdatedTime:Dashboard'
, dashboard_lastUpdatedTime
- The last time that this dataset was updated.
$sel:arn:Dashboard'
, dashboard_arn
- The Amazon Resource Name (ARN) of the resource.
$sel:createdTime:Dashboard'
, dashboard_createdTime
- The time that this dataset was created.
$sel:dashboardId:Dashboard'
, dashboard_dashboardId
- Dashboard ID.
$sel:lastPublishedTime:Dashboard'
, dashboard_lastPublishedTime
- The last time that this dataset was published.
$sel:name:Dashboard'
, dashboard_name
- A display name for the dashboard.
$sel:version:Dashboard'
, dashboard_version
- Version.
dashboard_lastUpdatedTime :: Lens' Dashboard (Maybe UTCTime) Source #
The last time that this dataset was updated.
dashboard_arn :: Lens' Dashboard (Maybe Text) Source #
The Amazon Resource Name (ARN) of the resource.
dashboard_createdTime :: Lens' Dashboard (Maybe UTCTime) Source #
The time that this dataset was created.
dashboard_lastPublishedTime :: Lens' Dashboard (Maybe UTCTime) Source #
The last time that this dataset was published.
dashboard_version :: Lens' Dashboard (Maybe DashboardVersion) Source #
Version.