Stratosphere.IoTSiteWise.Asset
module Stratosphere.IoTSiteWise.Asset.AssetHierarchyProperty
module Stratosphere.IoTSiteWise.Asset.AssetPropertyProperty
data Asset Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-asset.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-asset.html#cfn-iotsitewise-asset-assetdescription
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-asset.html#cfn-iotsitewise-asset-assetexternalid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-asset.html#cfn-iotsitewise-asset-assethierarchies
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-asset.html#cfn-iotsitewise-asset-assetmodelid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-asset.html#cfn-iotsitewise-asset-assetname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-asset.html#cfn-iotsitewise-asset-assetproperties
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-asset.html#cfn-iotsitewise-asset-tags
Defined in Stratosphere.IoTSiteWise.Asset
Methods
toJSON :: Asset -> Value #
toEncoding :: Asset -> Encoding #
toJSONList :: [Asset] -> Value #
toEncodingList :: [Asset] -> Encoding #
omitField :: Asset -> Bool #
showsPrec :: Int -> Asset -> ShowS #
show :: Asset -> String #
showList :: [Asset] -> ShowS #
(==) :: Asset -> Asset -> Bool #
(/=) :: Asset -> Asset -> Bool #
toResourceProperties :: Asset -> ResourceProperties #
Associated Types
set :: PropertyType "AssetDescription" Asset -> Asset -> Asset #
set :: PropertyType "AssetExternalId" Asset -> Asset -> Asset #
set :: PropertyType "AssetHierarchies" Asset -> Asset -> Asset #
set :: PropertyType "AssetModelId" Asset -> Asset -> Asset #
set :: PropertyType "AssetName" Asset -> Asset -> Asset #
set :: PropertyType "AssetProperties" Asset -> Asset -> Asset #
set :: PropertyType "Tags" Asset -> Asset -> Asset #
mkAsset :: Value Text -> Value Text -> Asset Source #