stratosphere-greengrass-1.0.0: Stratosphere integration for AWS Greengrass.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Greengrass.Group

Documentation

data Group Source #

Instances

Instances details
ToJSON Group Source # 
Instance details

Defined in Stratosphere.Greengrass.Group

Show Group Source # 
Instance details

Defined in Stratosphere.Greengrass.Group

Methods

showsPrec :: Int -> Group -> ShowS #

show :: Group -> String #

showList :: [Group] -> ShowS #

Eq Group Source # 
Instance details

Defined in Stratosphere.Greengrass.Group

Methods

(==) :: Group -> Group -> Bool #

(/=) :: Group -> Group -> Bool #

ToResourceProperties Group Source # 
Instance details

Defined in Stratosphere.Greengrass.Group

Property "InitialVersion" Group Source # 
Instance details

Defined in Stratosphere.Greengrass.Group

Associated Types

type PropertyType "InitialVersion" Group 
Instance details

Defined in Stratosphere.Greengrass.Group

type PropertyType "InitialVersion" Group = GroupVersionProperty

Methods

set :: PropertyType "InitialVersion" Group -> Group -> Group #

Property "Name" Group Source # 
Instance details

Defined in Stratosphere.Greengrass.Group

Associated Types

type PropertyType "Name" Group 
Instance details

Defined in Stratosphere.Greengrass.Group

Methods

set :: PropertyType "Name" Group -> Group -> Group #

Property "RoleArn" Group Source # 
Instance details

Defined in Stratosphere.Greengrass.Group

Associated Types

type PropertyType "RoleArn" Group 
Instance details

Defined in Stratosphere.Greengrass.Group

type PropertyType "RoleArn" Group = Value Text

Methods

set :: PropertyType "RoleArn" Group -> Group -> Group #

Property "Tags" Group Source # 
Instance details

Defined in Stratosphere.Greengrass.Group

Associated Types

type PropertyType "Tags" Group 
Instance details

Defined in Stratosphere.Greengrass.Group

type PropertyType "Tags" Group = Object

Methods

set :: PropertyType "Tags" Group -> Group -> Group #

type PropertyType "InitialVersion" Group Source # 
Instance details

Defined in Stratosphere.Greengrass.Group

type PropertyType "InitialVersion" Group = GroupVersionProperty
type PropertyType "Name" Group Source # 
Instance details

Defined in Stratosphere.Greengrass.Group

type PropertyType "RoleArn" Group Source # 
Instance details

Defined in Stratosphere.Greengrass.Group

type PropertyType "RoleArn" Group = Value Text
type PropertyType "Tags" Group Source # 
Instance details

Defined in Stratosphere.Greengrass.Group

type PropertyType "Tags" Group = Object