stratosphere-synthetics-1.0.0: Stratosphere integration for AWS Synthetics.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Synthetics.Group

Documentation

data Group Source #

Instances

Instances details
ToJSON Group Source # 
Instance details

Defined in Stratosphere.Synthetics.Group

Show Group Source # 
Instance details

Defined in Stratosphere.Synthetics.Group

Methods

showsPrec :: Int -> Group -> ShowS #

show :: Group -> String #

showList :: [Group] -> ShowS #

Eq Group Source # 
Instance details

Defined in Stratosphere.Synthetics.Group

Methods

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

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

ToResourceProperties Group Source # 
Instance details

Defined in Stratosphere.Synthetics.Group

Property "Name" Group Source # 
Instance details

Defined in Stratosphere.Synthetics.Group

Associated Types

type PropertyType "Name" Group 
Instance details

Defined in Stratosphere.Synthetics.Group

Methods

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

Property "ResourceArns" Group Source # 
Instance details

Defined in Stratosphere.Synthetics.Group

Associated Types

type PropertyType "ResourceArns" Group 
Instance details

Defined in Stratosphere.Synthetics.Group

type PropertyType "ResourceArns" Group = ValueList Text

Methods

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

Property "Tags" Group Source # 
Instance details

Defined in Stratosphere.Synthetics.Group

Associated Types

type PropertyType "Tags" Group 
Instance details

Defined in Stratosphere.Synthetics.Group

type PropertyType "Tags" Group = [Tag]

Methods

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

type PropertyType "Name" Group Source # 
Instance details

Defined in Stratosphere.Synthetics.Group

type PropertyType "ResourceArns" Group Source # 
Instance details

Defined in Stratosphere.Synthetics.Group

type PropertyType "ResourceArns" Group = ValueList Text
type PropertyType "Tags" Group Source # 
Instance details

Defined in Stratosphere.Synthetics.Group

type PropertyType "Tags" Group = [Tag]