| 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.AssetPropertySummary
Description
Synopsis
- data AssetPropertySummary = AssetPropertySummary' {}
- newAssetPropertySummary :: AssetPropertySummary
- assetPropertySummary_alias :: Lens' AssetPropertySummary (Maybe Text)
- assetPropertySummary_assetCompositeModelId :: Lens' AssetPropertySummary (Maybe Text)
- assetPropertySummary_id :: Lens' AssetPropertySummary (Maybe Text)
- assetPropertySummary_notification :: Lens' AssetPropertySummary (Maybe PropertyNotification)
- assetPropertySummary_unit :: Lens' AssetPropertySummary (Maybe Text)
Documentation
data AssetPropertySummary Source #
Contains a summary of a property associated with an asset.
See: newAssetPropertySummary smart constructor.
Constructors
| AssetPropertySummary' | |
Fields
| |
Instances
newAssetPropertySummary :: AssetPropertySummary Source #
Create a value of AssetPropertySummary 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:alias:AssetPropertySummary', assetPropertySummary_alias - The alias that identifies the property, such as an OPC-UA server data
stream path (for example,
/company/windfarm/3/turbine/7/temperature). For more
information, see
Mapping industrial data streams to asset properties
in the IoT SiteWise User Guide.
$sel:assetCompositeModelId:AssetPropertySummary', assetPropertySummary_assetCompositeModelId - The ID of the composite model that contains the asset property.
$sel:id:AssetPropertySummary', assetPropertySummary_id - The ID of the property.
$sel:notification:AssetPropertySummary', assetPropertySummary_notification - Undocumented member.
$sel:unit:AssetPropertySummary', assetPropertySummary_unit - The unit of measure (such as Newtons or RPM) of the asset property.
assetPropertySummary_alias :: Lens' AssetPropertySummary (Maybe Text) Source #
The alias that identifies the property, such as an OPC-UA server data
stream path (for example,
/company/windfarm/3/turbine/7/temperature). For more
information, see
Mapping industrial data streams to asset properties
in the IoT SiteWise User Guide.
assetPropertySummary_assetCompositeModelId :: Lens' AssetPropertySummary (Maybe Text) Source #
The ID of the composite model that contains the asset property.
assetPropertySummary_id :: Lens' AssetPropertySummary (Maybe Text) Source #
The ID of the property.
assetPropertySummary_notification :: Lens' AssetPropertySummary (Maybe PropertyNotification) Source #
Undocumented member.
assetPropertySummary_unit :: Lens' AssetPropertySummary (Maybe Text) Source #
The unit of measure (such as Newtons or RPM) of the asset property.