| 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.IoTSiteWise.Types.ProjectSummary
Description
Synopsis
- data ProjectSummary = ProjectSummary' {
- creationDate :: Maybe POSIX
- description :: Maybe Text
- lastUpdateDate :: Maybe POSIX
- id :: Text
- name :: Text
- newProjectSummary :: Text -> Text -> ProjectSummary
- projectSummary_creationDate :: Lens' ProjectSummary (Maybe UTCTime)
- projectSummary_description :: Lens' ProjectSummary (Maybe Text)
- projectSummary_lastUpdateDate :: Lens' ProjectSummary (Maybe UTCTime)
- projectSummary_id :: Lens' ProjectSummary Text
- projectSummary_name :: Lens' ProjectSummary Text
Documentation
data ProjectSummary Source #
Contains project summary information.
See: newProjectSummary smart constructor.
Constructors
| ProjectSummary' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> ProjectSummary |
Create a value of ProjectSummary 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:creationDate:ProjectSummary', projectSummary_creationDate - The date the project was created, in Unix epoch time.
$sel:description:ProjectSummary', projectSummary_description - The project's description.
$sel:lastUpdateDate:ProjectSummary', projectSummary_lastUpdateDate - The date the project was last updated, in Unix epoch time.
$sel:id:ProjectSummary', projectSummary_id - The ID of the project.
$sel:name:ProjectSummary', projectSummary_name - The name of the project.
projectSummary_creationDate :: Lens' ProjectSummary (Maybe UTCTime) Source #
The date the project was created, in Unix epoch time.
projectSummary_description :: Lens' ProjectSummary (Maybe Text) Source #
The project's description.
projectSummary_lastUpdateDate :: Lens' ProjectSummary (Maybe UTCTime) Source #
The date the project was last updated, in Unix epoch time.
projectSummary_id :: Lens' ProjectSummary Text Source #
The ID of the project.
projectSummary_name :: Lens' ProjectSummary Text Source #
The name of the project.