| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Greengrass.DeviceDefinition
Documentation
data DeviceProperty Source #
Constructors
| DeviceProperty | |
Fields
| |
Instances
data DeviceDefinitionVersionProperty Source #
Constructors
| DeviceDefinitionVersionProperty | |
Fields
| |
Instances
| ToJSON DeviceDefinitionVersionProperty Source # | |||||
| Show DeviceDefinitionVersionProperty Source # | |||||
Defined in Stratosphere.Greengrass.DeviceDefinition.DeviceDefinitionVersionProperty Methods showsPrec :: Int -> DeviceDefinitionVersionProperty -> ShowS # | |||||
| Eq DeviceDefinitionVersionProperty Source # | |||||
| ToResourceProperties DeviceDefinitionVersionProperty Source # | |||||
| Property "Devices" DeviceDefinitionVersionProperty Source # | |||||
Defined in Stratosphere.Greengrass.DeviceDefinition.DeviceDefinitionVersionProperty Associated Types
Methods set :: PropertyType "Devices" DeviceDefinitionVersionProperty -> DeviceDefinitionVersionProperty -> DeviceDefinitionVersionProperty # | |||||
| type PropertyType "Devices" DeviceDefinitionVersionProperty Source # | |||||
mkDeviceProperty :: Value Text -> Value Text -> Value Text -> DeviceProperty Source #
data DeviceDefinition Source #
Constructors
| DeviceDefinition | |
Fields | |
Instances
| ToJSON DeviceDefinition Source # | |||||
Defined in Stratosphere.Greengrass.DeviceDefinition Methods toJSON :: DeviceDefinition -> Value # toEncoding :: DeviceDefinition -> Encoding # toJSONList :: [DeviceDefinition] -> Value # toEncodingList :: [DeviceDefinition] -> Encoding # omitField :: DeviceDefinition -> Bool # | |||||
| Show DeviceDefinition Source # | |||||
Defined in Stratosphere.Greengrass.DeviceDefinition Methods showsPrec :: Int -> DeviceDefinition -> ShowS # show :: DeviceDefinition -> String # showList :: [DeviceDefinition] -> ShowS # | |||||
| Eq DeviceDefinition Source # | |||||
Defined in Stratosphere.Greengrass.DeviceDefinition Methods (==) :: DeviceDefinition -> DeviceDefinition -> Bool # (/=) :: DeviceDefinition -> DeviceDefinition -> Bool # | |||||
| ToResourceProperties DeviceDefinition Source # | |||||
Defined in Stratosphere.Greengrass.DeviceDefinition Methods toResourceProperties :: DeviceDefinition -> ResourceProperties # | |||||
| Property "InitialVersion" DeviceDefinition Source # | |||||
Defined in Stratosphere.Greengrass.DeviceDefinition Associated Types
Methods set :: PropertyType "InitialVersion" DeviceDefinition -> DeviceDefinition -> DeviceDefinition # | |||||
| Property "Name" DeviceDefinition Source # | |||||
Defined in Stratosphere.Greengrass.DeviceDefinition Associated Types
Methods set :: PropertyType "Name" DeviceDefinition -> DeviceDefinition -> DeviceDefinition # | |||||
| Property "Tags" DeviceDefinition Source # | |||||
Defined in Stratosphere.Greengrass.DeviceDefinition Associated Types
Methods set :: PropertyType "Tags" DeviceDefinition -> DeviceDefinition -> DeviceDefinition # | |||||
| type PropertyType "InitialVersion" DeviceDefinition Source # | |||||
Defined in Stratosphere.Greengrass.DeviceDefinition | |||||
| type PropertyType "Name" DeviceDefinition Source # | |||||
Defined in Stratosphere.Greengrass.DeviceDefinition | |||||
| type PropertyType "Tags" DeviceDefinition Source # | |||||
Defined in Stratosphere.Greengrass.DeviceDefinition | |||||