stratosphere-iot-1.0.0: Stratosphere integration for AWS IoT.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.IoT.CustomMetric

Documentation

data CustomMetric Source #

Instances

Instances details
ToJSON CustomMetric Source # 
Instance details

Defined in Stratosphere.IoT.CustomMetric

Show CustomMetric Source # 
Instance details

Defined in Stratosphere.IoT.CustomMetric

Eq CustomMetric Source # 
Instance details

Defined in Stratosphere.IoT.CustomMetric

ToResourceProperties CustomMetric Source # 
Instance details

Defined in Stratosphere.IoT.CustomMetric

Property "DisplayName" CustomMetric Source # 
Instance details

Defined in Stratosphere.IoT.CustomMetric

Associated Types

type PropertyType "DisplayName" CustomMetric 
Instance details

Defined in Stratosphere.IoT.CustomMetric

type PropertyType "DisplayName" CustomMetric = Value Text

Methods

set :: PropertyType "DisplayName" CustomMetric -> CustomMetric -> CustomMetric #

Property "MetricName" CustomMetric Source # 
Instance details

Defined in Stratosphere.IoT.CustomMetric

Associated Types

type PropertyType "MetricName" CustomMetric 
Instance details

Defined in Stratosphere.IoT.CustomMetric

type PropertyType "MetricName" CustomMetric = Value Text
Property "MetricType" CustomMetric Source # 
Instance details

Defined in Stratosphere.IoT.CustomMetric

Associated Types

type PropertyType "MetricType" CustomMetric 
Instance details

Defined in Stratosphere.IoT.CustomMetric

type PropertyType "MetricType" CustomMetric = Value Text
Property "Tags" CustomMetric Source # 
Instance details

Defined in Stratosphere.IoT.CustomMetric

Associated Types

type PropertyType "Tags" CustomMetric 
Instance details

Defined in Stratosphere.IoT.CustomMetric

type PropertyType "Tags" CustomMetric = [Tag]
type PropertyType "DisplayName" CustomMetric Source # 
Instance details

Defined in Stratosphere.IoT.CustomMetric

type PropertyType "DisplayName" CustomMetric = Value Text
type PropertyType "MetricName" CustomMetric Source # 
Instance details

Defined in Stratosphere.IoT.CustomMetric

type PropertyType "MetricName" CustomMetric = Value Text
type PropertyType "MetricType" CustomMetric Source # 
Instance details

Defined in Stratosphere.IoT.CustomMetric

type PropertyType "MetricType" CustomMetric = Value Text
type PropertyType "Tags" CustomMetric Source # 
Instance details

Defined in Stratosphere.IoT.CustomMetric

type PropertyType "Tags" CustomMetric = [Tag]