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.AssetPropertySummary

Description

 
Synopsis

Documentation

data AssetPropertySummary Source #

Contains a summary of a property associated with an asset.

See: newAssetPropertySummary smart constructor.

Constructors

AssetPropertySummary' 

Fields

Instances

Instances details
FromJSON AssetPropertySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AssetPropertySummary

Generic AssetPropertySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AssetPropertySummary

Associated Types

type Rep AssetPropertySummary :: Type -> Type #

Read AssetPropertySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AssetPropertySummary

Show AssetPropertySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AssetPropertySummary

NFData AssetPropertySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AssetPropertySummary

Methods

rnf :: AssetPropertySummary -> () #

Eq AssetPropertySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AssetPropertySummary

Hashable AssetPropertySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AssetPropertySummary

type Rep AssetPropertySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AssetPropertySummary

type Rep AssetPropertySummary = D1 ('MetaData "AssetPropertySummary" "Amazonka.IoTSiteWise.Types.AssetPropertySummary" "amazonka-iotsitewise-2.0-AK8rDlpQ5oPJsrLUUxJgY" 'False) (C1 ('MetaCons "AssetPropertySummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "alias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assetCompositeModelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "notification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PropertyNotification)) :*: S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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_unit :: Lens' AssetPropertySummary (Maybe Text) Source #

The unit of measure (such as Newtons or RPM) of the asset property.