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 DashboardSummary = DashboardSummary' {
- lastUpdateDate :: Maybe POSIX
- creationDate :: Maybe POSIX
- description :: Maybe Text
- id :: Text
- name :: Text
- newDashboardSummary :: Text -> Text -> DashboardSummary
- dashboardSummary_lastUpdateDate :: Lens' DashboardSummary (Maybe UTCTime)
- dashboardSummary_creationDate :: Lens' DashboardSummary (Maybe UTCTime)
- dashboardSummary_description :: Lens' DashboardSummary (Maybe Text)
- dashboardSummary_id :: Lens' DashboardSummary Text
- dashboardSummary_name :: Lens' DashboardSummary Text
Documentation
data DashboardSummary Source #
Contains a dashboard summary.
See: newDashboardSummary
smart constructor.
DashboardSummary' | |
|
Instances
Create a value of DashboardSummary
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:lastUpdateDate:DashboardSummary'
, dashboardSummary_lastUpdateDate
- The date the dashboard was last updated, in Unix epoch time.
$sel:creationDate:DashboardSummary'
, dashboardSummary_creationDate
- The date the dashboard was created, in Unix epoch time.
$sel:description:DashboardSummary'
, dashboardSummary_description
- The dashboard's description.
$sel:id:DashboardSummary'
, dashboardSummary_id
- The ID of the dashboard.
$sel:name:DashboardSummary'
, dashboardSummary_name
- The name of the dashboard
dashboardSummary_lastUpdateDate :: Lens' DashboardSummary (Maybe UTCTime) Source #
The date the dashboard was last updated, in Unix epoch time.
dashboardSummary_creationDate :: Lens' DashboardSummary (Maybe UTCTime) Source #
The date the dashboard was created, in Unix epoch time.
dashboardSummary_description :: Lens' DashboardSummary (Maybe Text) Source #
The dashboard's description.
dashboardSummary_id :: Lens' DashboardSummary Text Source #
The ID of the dashboard.
dashboardSummary_name :: Lens' DashboardSummary Text Source #
The name of the dashboard