| 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.BatchGetAssetPropertyValueEntry
Description
Synopsis
- data BatchGetAssetPropertyValueEntry = BatchGetAssetPropertyValueEntry' {}
- newBatchGetAssetPropertyValueEntry :: Text -> BatchGetAssetPropertyValueEntry
- batchGetAssetPropertyValueEntry_assetId :: Lens' BatchGetAssetPropertyValueEntry (Maybe Text)
- batchGetAssetPropertyValueEntry_propertyAlias :: Lens' BatchGetAssetPropertyValueEntry (Maybe Text)
- batchGetAssetPropertyValueEntry_propertyId :: Lens' BatchGetAssetPropertyValueEntry (Maybe Text)
- batchGetAssetPropertyValueEntry_entryId :: Lens' BatchGetAssetPropertyValueEntry Text
Documentation
data BatchGetAssetPropertyValueEntry Source #
Contains information for an asset property value entry that is associated with the BatchGetAssetPropertyValue API.
To identify an asset property, you must specify one of the following:
- The
assetIdandpropertyIdof an asset property. - A
propertyAlias, which is a data stream alias (for example,/company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.
See: newBatchGetAssetPropertyValueEntry smart constructor.
Constructors
| BatchGetAssetPropertyValueEntry' | |
Fields
| |
Instances
newBatchGetAssetPropertyValueEntry Source #
Create a value of BatchGetAssetPropertyValueEntry 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:BatchGetAssetPropertyValueEntry', batchGetAssetPropertyValueEntry_assetId - The ID of the asset in which the asset property was created.
$sel:propertyAlias:BatchGetAssetPropertyValueEntry', batchGetAssetPropertyValueEntry_propertyAlias - 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:propertyId:BatchGetAssetPropertyValueEntry', batchGetAssetPropertyValueEntry_propertyId - The ID of the asset property.
$sel:entryId:BatchGetAssetPropertyValueEntry', batchGetAssetPropertyValueEntry_entryId - The ID of the entry.
batchGetAssetPropertyValueEntry_assetId :: Lens' BatchGetAssetPropertyValueEntry (Maybe Text) Source #
The ID of the asset in which the asset property was created.
batchGetAssetPropertyValueEntry_propertyAlias :: Lens' BatchGetAssetPropertyValueEntry (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.
batchGetAssetPropertyValueEntry_propertyId :: Lens' BatchGetAssetPropertyValueEntry (Maybe Text) Source #
The ID of the asset property.
batchGetAssetPropertyValueEntry_entryId :: Lens' BatchGetAssetPropertyValueEntry Text Source #
The ID of the entry.