| 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.PropertyValueEntry
Description
Synopsis
- data PropertyValueEntry = PropertyValueEntry' {}
- newPropertyValueEntry :: EntityPropertyReference -> PropertyValueEntry
- propertyValueEntry_propertyValues :: Lens' PropertyValueEntry (Maybe (NonEmpty PropertyValue))
- propertyValueEntry_entityPropertyReference :: Lens' PropertyValueEntry EntityPropertyReference
Documentation
data PropertyValueEntry Source #
An object that specifies information about time series property values. This object is used and consumed by the BatchPutPropertyValues action.
See: newPropertyValueEntry smart constructor.
Constructors
| PropertyValueEntry' | |
Fields
| |
Instances
newPropertyValueEntry Source #
Arguments
| :: EntityPropertyReference | |
| -> PropertyValueEntry |
Create a value of PropertyValueEntry 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:propertyValues:PropertyValueEntry', propertyValueEntry_propertyValues - A list of objects that specify time series property values.
$sel:entityPropertyReference:PropertyValueEntry', propertyValueEntry_entityPropertyReference - An object that contains information about the entity that has the
property.
propertyValueEntry_propertyValues :: Lens' PropertyValueEntry (Maybe (NonEmpty PropertyValue)) Source #
A list of objects that specify time series property values.
propertyValueEntry_entityPropertyReference :: Lens' PropertyValueEntry EntityPropertyReference Source #
An object that contains information about the entity that has the property.