stratosphere-iotfleethub-1.0.0: Stratosphere integration for AWS IoTFleetHub.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.IoTFleetHub.Application

Documentation

data Application Source #

Instances

Instances details
ToJSON Application Source # 
Instance details

Defined in Stratosphere.IoTFleetHub.Application

Show Application Source # 
Instance details

Defined in Stratosphere.IoTFleetHub.Application

Eq Application Source # 
Instance details

Defined in Stratosphere.IoTFleetHub.Application

ToResourceProperties Application Source # 
Instance details

Defined in Stratosphere.IoTFleetHub.Application

Property "ApplicationDescription" Application Source # 
Instance details

Defined in Stratosphere.IoTFleetHub.Application

Associated Types

type PropertyType "ApplicationDescription" Application 
Instance details

Defined in Stratosphere.IoTFleetHub.Application

type PropertyType "ApplicationDescription" Application = Value Text

Methods

set :: PropertyType "ApplicationDescription" Application -> Application -> Application #

Property "ApplicationName" Application Source # 
Instance details

Defined in Stratosphere.IoTFleetHub.Application

Associated Types

type PropertyType "ApplicationName" Application 
Instance details

Defined in Stratosphere.IoTFleetHub.Application

type PropertyType "ApplicationName" Application = Value Text

Methods

set :: PropertyType "ApplicationName" Application -> Application -> Application #

Property "RoleArn" Application Source # 
Instance details

Defined in Stratosphere.IoTFleetHub.Application

Associated Types

type PropertyType "RoleArn" Application 
Instance details

Defined in Stratosphere.IoTFleetHub.Application

Property "Tags" Application Source # 
Instance details

Defined in Stratosphere.IoTFleetHub.Application

Associated Types

type PropertyType "Tags" Application 
Instance details

Defined in Stratosphere.IoTFleetHub.Application

type PropertyType "Tags" Application = [Tag]
type PropertyType "ApplicationDescription" Application Source # 
Instance details

Defined in Stratosphere.IoTFleetHub.Application

type PropertyType "ApplicationDescription" Application = Value Text
type PropertyType "ApplicationName" Application Source # 
Instance details

Defined in Stratosphere.IoTFleetHub.Application

type PropertyType "ApplicationName" Application = Value Text
type PropertyType "RoleArn" Application Source # 
Instance details

Defined in Stratosphere.IoTFleetHub.Application

type PropertyType "Tags" Application Source # 
Instance details

Defined in Stratosphere.IoTFleetHub.Application

type PropertyType "Tags" Application = [Tag]