Stratosphere.IoT.ThingGroup
module Stratosphere.IoT.ThingGroup.ThingGroupPropertiesProperty
data ThingGroup Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thinggroup.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thinggroup.html#cfn-iot-thinggroup-parentgroupname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thinggroup.html#cfn-iot-thinggroup-querystring
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thinggroup.html#cfn-iot-thinggroup-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thinggroup.html#cfn-iot-thinggroup-thinggroupname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thinggroup.html#cfn-iot-thinggroup-thinggroupproperties
Defined in Stratosphere.IoT.ThingGroup
Methods
toJSON :: ThingGroup -> Value #
toEncoding :: ThingGroup -> Encoding #
toJSONList :: [ThingGroup] -> Value #
toEncodingList :: [ThingGroup] -> Encoding #
omitField :: ThingGroup -> Bool #
showsPrec :: Int -> ThingGroup -> ShowS #
show :: ThingGroup -> String #
showList :: [ThingGroup] -> ShowS #
(==) :: ThingGroup -> ThingGroup -> Bool #
(/=) :: ThingGroup -> ThingGroup -> Bool #
toResourceProperties :: ThingGroup -> ResourceProperties #
Associated Types
set :: PropertyType "ParentGroupName" ThingGroup -> ThingGroup -> ThingGroup #
set :: PropertyType "QueryString" ThingGroup -> ThingGroup -> ThingGroup #
set :: PropertyType "Tags" ThingGroup -> ThingGroup -> ThingGroup #
set :: PropertyType "ThingGroupName" ThingGroup -> ThingGroup -> ThingGroup #
set :: PropertyType "ThingGroupProperties" ThingGroup -> ThingGroup -> ThingGroup #
mkThingGroup :: ThingGroup Source #