| 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.IotTwinMaker.Types.PropertyValueHistory
Description
Synopsis
- data PropertyValueHistory = PropertyValueHistory' {}
- newPropertyValueHistory :: EntityPropertyReference -> PropertyValueHistory
- propertyValueHistory_values :: Lens' PropertyValueHistory (Maybe [PropertyValue])
- propertyValueHistory_entityPropertyReference :: Lens' PropertyValueHistory EntityPropertyReference
Documentation
data PropertyValueHistory Source #
The history of values for a time series property.
See: newPropertyValueHistory smart constructor.
Constructors
| PropertyValueHistory' | |
Fields
| |
Instances
newPropertyValueHistory Source #
Arguments
| :: EntityPropertyReference | |
| -> PropertyValueHistory |
Create a value of PropertyValueHistory 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:values:PropertyValueHistory', propertyValueHistory_values - A list of objects that contain information about the values in the
history of a time series property.
$sel:entityPropertyReference:PropertyValueHistory', propertyValueHistory_entityPropertyReference - An object that uniquely identifies an entity property.
propertyValueHistory_values :: Lens' PropertyValueHistory (Maybe [PropertyValue]) Source #
A list of objects that contain information about the values in the history of a time series property.
propertyValueHistory_entityPropertyReference :: Lens' PropertyValueHistory EntityPropertyReference Source #
An object that uniquely identifies an entity property.