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

Description

 
Synopsis

Documentation

data AssetModelPropertySummary Source #

Contains a summary of a property associated with a model.

See: newAssetModelPropertySummary smart constructor.

Constructors

AssetModelPropertySummary' 

Fields

Instances

Instances details
FromJSON AssetModelPropertySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AssetModelPropertySummary

Generic AssetModelPropertySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AssetModelPropertySummary

Associated Types

type Rep AssetModelPropertySummary :: Type -> Type #

Read AssetModelPropertySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AssetModelPropertySummary

Show AssetModelPropertySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AssetModelPropertySummary

NFData AssetModelPropertySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AssetModelPropertySummary

Eq AssetModelPropertySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AssetModelPropertySummary

Hashable AssetModelPropertySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AssetModelPropertySummary

type Rep AssetModelPropertySummary Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.AssetModelPropertySummary

type Rep AssetModelPropertySummary = D1 ('MetaData "AssetModelPropertySummary" "Amazonka.IoTSiteWise.Types.AssetModelPropertySummary" "amazonka-iotsitewise-2.0-AK8rDlpQ5oPJsrLUUxJgY" 'False) (C1 ('MetaCons "AssetModelPropertySummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "assetModelCompositeModelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dataTypeSpec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "dataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PropertyDataType) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PropertyType)))))

newAssetModelPropertySummary Source #

Create a value of AssetModelPropertySummary 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:assetModelCompositeModelId:AssetModelPropertySummary', assetModelPropertySummary_assetModelCompositeModelId - The ID of the composite model that contains the asset model property.

$sel:dataTypeSpec:AssetModelPropertySummary', assetModelPropertySummary_dataTypeSpec - The data type of the structure for this property. This parameter exists on properties that have the STRUCT data type.

$sel:id:AssetModelPropertySummary', assetModelPropertySummary_id - The ID of the property.

$sel:unit:AssetModelPropertySummary', assetModelPropertySummary_unit - The unit (such as Newtons or RPM) of the property.

$sel:name:AssetModelPropertySummary', assetModelPropertySummary_name - The name of the property.

$sel:dataType:AssetModelPropertySummary', assetModelPropertySummary_dataType - The data type of the property.

$sel:type':AssetModelPropertySummary', assetModelPropertySummary_type - Undocumented member.

assetModelPropertySummary_assetModelCompositeModelId :: Lens' AssetModelPropertySummary (Maybe Text) Source #

The ID of the composite model that contains the asset model property.

assetModelPropertySummary_dataTypeSpec :: Lens' AssetModelPropertySummary (Maybe Text) Source #

The data type of the structure for this property. This parameter exists on properties that have the STRUCT data type.

assetModelPropertySummary_unit :: Lens' AssetModelPropertySummary (Maybe Text) Source #

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