amazonka-iotsitewise-2.0: Amazon IoT SiteWise SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueEntry

Description

 
Synopsis

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 assetId and propertyId of 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

Instances details
ToJSON BatchGetAssetPropertyValueEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueEntry

Generic BatchGetAssetPropertyValueEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueEntry

Associated Types

type Rep BatchGetAssetPropertyValueEntry :: Type -> Type #

Read BatchGetAssetPropertyValueEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueEntry

Show BatchGetAssetPropertyValueEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueEntry

NFData BatchGetAssetPropertyValueEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueEntry

Eq BatchGetAssetPropertyValueEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueEntry

Hashable BatchGetAssetPropertyValueEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueEntry

type Rep BatchGetAssetPropertyValueEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueEntry

type Rep BatchGetAssetPropertyValueEntry = D1 ('MetaData "BatchGetAssetPropertyValueEntry" "Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueEntry" "amazonka-iotsitewise-2.0-AK8rDlpQ5oPJsrLUUxJgY" 'False) (C1 ('MetaCons "BatchGetAssetPropertyValueEntry'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "assetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "propertyAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "propertyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "entryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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.