stratosphere-iotsitewise-1.0.0: Stratosphere integration for AWS IoTSiteWise.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.IoTSiteWise.Asset

Documentation

data Asset Source #

Instances

Instances details
ToJSON Asset Source # 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

Show Asset Source # 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

Methods

showsPrec :: Int -> Asset -> ShowS #

show :: Asset -> String #

showList :: [Asset] -> ShowS #

Eq Asset Source # 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

Methods

(==) :: Asset -> Asset -> Bool #

(/=) :: Asset -> Asset -> Bool #

ToResourceProperties Asset Source # 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

Property "AssetDescription" Asset Source # 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

Associated Types

type PropertyType "AssetDescription" Asset 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

type PropertyType "AssetDescription" Asset = Value Text

Methods

set :: PropertyType "AssetDescription" Asset -> Asset -> Asset #

Property "AssetExternalId" Asset Source # 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

Associated Types

type PropertyType "AssetExternalId" Asset 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

type PropertyType "AssetExternalId" Asset = Value Text

Methods

set :: PropertyType "AssetExternalId" Asset -> Asset -> Asset #

Property "AssetHierarchies" Asset Source # 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

Associated Types

type PropertyType "AssetHierarchies" Asset 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

type PropertyType "AssetHierarchies" Asset = [AssetHierarchyProperty]

Methods

set :: PropertyType "AssetHierarchies" Asset -> Asset -> Asset #

Property "AssetModelId" Asset Source # 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

Associated Types

type PropertyType "AssetModelId" Asset 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

type PropertyType "AssetModelId" Asset = Value Text

Methods

set :: PropertyType "AssetModelId" Asset -> Asset -> Asset #

Property "AssetName" Asset Source # 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

Associated Types

type PropertyType "AssetName" Asset 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

type PropertyType "AssetName" Asset = Value Text

Methods

set :: PropertyType "AssetName" Asset -> Asset -> Asset #

Property "AssetProperties" Asset Source # 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

Associated Types

type PropertyType "AssetProperties" Asset 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

type PropertyType "AssetProperties" Asset = [AssetPropertyProperty]

Methods

set :: PropertyType "AssetProperties" Asset -> Asset -> Asset #

Property "Tags" Asset Source # 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

Associated Types

type PropertyType "Tags" Asset 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

type PropertyType "Tags" Asset = [Tag]

Methods

set :: PropertyType "Tags" Asset -> Asset -> Asset #

type PropertyType "AssetDescription" Asset Source # 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

type PropertyType "AssetDescription" Asset = Value Text
type PropertyType "AssetExternalId" Asset Source # 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

type PropertyType "AssetExternalId" Asset = Value Text
type PropertyType "AssetHierarchies" Asset Source # 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

type PropertyType "AssetHierarchies" Asset = [AssetHierarchyProperty]
type PropertyType "AssetModelId" Asset Source # 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

type PropertyType "AssetModelId" Asset = Value Text
type PropertyType "AssetName" Asset Source # 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

type PropertyType "AssetName" Asset = Value Text
type PropertyType "AssetProperties" Asset Source # 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

type PropertyType "AssetProperties" Asset = [AssetPropertyProperty]
type PropertyType "Tags" Asset Source # 
Instance details

Defined in Stratosphere.IoTSiteWise.Asset

type PropertyType "Tags" Asset = [Tag]