| 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.IoT1ClickProjects.Types.PlacementSummary
Description
Synopsis
- data PlacementSummary = PlacementSummary' {
- projectName :: Text
- placementName :: Text
- createdDate :: POSIX
- updatedDate :: POSIX
- newPlacementSummary :: Text -> Text -> UTCTime -> UTCTime -> PlacementSummary
- placementSummary_projectName :: Lens' PlacementSummary Text
- placementSummary_placementName :: Lens' PlacementSummary Text
- placementSummary_createdDate :: Lens' PlacementSummary UTCTime
- placementSummary_updatedDate :: Lens' PlacementSummary UTCTime
Documentation
data PlacementSummary Source #
An object providing summary information for a particular placement.
See: newPlacementSummary smart constructor.
Constructors
| PlacementSummary' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> UTCTime | |
| -> UTCTime | |
| -> PlacementSummary |
Create a value of PlacementSummary 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:projectName:PlacementSummary', placementSummary_projectName - The name of the project containing the placement.
$sel:placementName:PlacementSummary', placementSummary_placementName - The name of the placement being summarized.
$sel:createdDate:PlacementSummary', placementSummary_createdDate - The date when the placement was originally created, in UNIX epoch time
format.
$sel:updatedDate:PlacementSummary', placementSummary_updatedDate - The date when the placement was last updated, in UNIX epoch time format.
If the placement was not updated, then createdDate and updatedDate
are the same.
placementSummary_projectName :: Lens' PlacementSummary Text Source #
The name of the project containing the placement.
placementSummary_placementName :: Lens' PlacementSummary Text Source #
The name of the placement being summarized.
placementSummary_createdDate :: Lens' PlacementSummary UTCTime Source #
The date when the placement was originally created, in UNIX epoch time format.
placementSummary_updatedDate :: Lens' PlacementSummary UTCTime Source #
The date when the placement was last updated, in UNIX epoch time format.
If the placement was not updated, then createdDate and updatedDate
are the same.