| 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.IoT.Types.PutAssetPropertyValueEntry
Description
Synopsis
- data PutAssetPropertyValueEntry = PutAssetPropertyValueEntry' {}
- newPutAssetPropertyValueEntry :: NonEmpty AssetPropertyValue -> PutAssetPropertyValueEntry
- putAssetPropertyValueEntry_assetId :: Lens' PutAssetPropertyValueEntry (Maybe Text)
- putAssetPropertyValueEntry_entryId :: Lens' PutAssetPropertyValueEntry (Maybe Text)
- putAssetPropertyValueEntry_propertyAlias :: Lens' PutAssetPropertyValueEntry (Maybe Text)
- putAssetPropertyValueEntry_propertyId :: Lens' PutAssetPropertyValueEntry (Maybe Text)
- putAssetPropertyValueEntry_propertyValues :: Lens' PutAssetPropertyValueEntry (NonEmpty AssetPropertyValue)
Documentation
data PutAssetPropertyValueEntry Source #
An asset property value entry containing the following information.
See: newPutAssetPropertyValueEntry smart constructor.
Constructors
| PutAssetPropertyValueEntry' | |
Fields
| |
Instances
newPutAssetPropertyValueEntry Source #
Arguments
| :: NonEmpty AssetPropertyValue | |
| -> PutAssetPropertyValueEntry |
Create a value of PutAssetPropertyValueEntry 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:assetId:PutAssetPropertyValueEntry', putAssetPropertyValueEntry_assetId - The ID of the IoT SiteWise asset. You must specify either a
propertyAlias or both an aliasId and a propertyId. Accepts
substitution templates.
$sel:entryId:PutAssetPropertyValueEntry', putAssetPropertyValueEntry_entryId - Optional. A unique identifier for this entry that you can define to
better track which message caused an error in case of failure. Accepts
substitution templates. Defaults to a new UUID.
$sel:propertyAlias:PutAssetPropertyValueEntry', putAssetPropertyValueEntry_propertyAlias - The name of the property alias associated with your asset property. You
must specify either a propertyAlias or both an aliasId and a
propertyId. Accepts substitution templates.
$sel:propertyId:PutAssetPropertyValueEntry', putAssetPropertyValueEntry_propertyId - The ID of the asset's property. You must specify either a
propertyAlias or both an aliasId and a propertyId. Accepts
substitution templates.
$sel:propertyValues:PutAssetPropertyValueEntry', putAssetPropertyValueEntry_propertyValues - A list of property values to insert that each contain timestamp,
quality, and value (TQV) information.
putAssetPropertyValueEntry_assetId :: Lens' PutAssetPropertyValueEntry (Maybe Text) Source #
The ID of the IoT SiteWise asset. You must specify either a
propertyAlias or both an aliasId and a propertyId. Accepts
substitution templates.
putAssetPropertyValueEntry_entryId :: Lens' PutAssetPropertyValueEntry (Maybe Text) Source #
Optional. A unique identifier for this entry that you can define to better track which message caused an error in case of failure. Accepts substitution templates. Defaults to a new UUID.
putAssetPropertyValueEntry_propertyAlias :: Lens' PutAssetPropertyValueEntry (Maybe Text) Source #
The name of the property alias associated with your asset property. You
must specify either a propertyAlias or both an aliasId and a
propertyId. Accepts substitution templates.
putAssetPropertyValueEntry_propertyId :: Lens' PutAssetPropertyValueEntry (Maybe Text) Source #
The ID of the asset's property. You must specify either a
propertyAlias or both an aliasId and a propertyId. Accepts
substitution templates.
putAssetPropertyValueEntry_propertyValues :: Lens' PutAssetPropertyValueEntry (NonEmpty AssetPropertyValue) Source #
A list of property values to insert that each contain timestamp, quality, and value (TQV) information.