stratosphere-xray-1.0.0: Stratosphere integration for AWS XRay.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.XRay.Group

Documentation

data Group Source #

Instances

Instances details
ToJSON Group Source # 
Instance details

Defined in Stratosphere.XRay.Group

Show Group Source # 
Instance details

Defined in Stratosphere.XRay.Group

Methods

showsPrec :: Int -> Group -> ShowS #

show :: Group -> String #

showList :: [Group] -> ShowS #

Eq Group Source # 
Instance details

Defined in Stratosphere.XRay.Group

Methods

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

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

ToResourceProperties Group Source # 
Instance details

Defined in Stratosphere.XRay.Group

Property "FilterExpression" Group Source # 
Instance details

Defined in Stratosphere.XRay.Group

Associated Types

type PropertyType "FilterExpression" Group 
Instance details

Defined in Stratosphere.XRay.Group

type PropertyType "FilterExpression" Group = Value Text

Methods

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

Property "GroupName" Group Source # 
Instance details

Defined in Stratosphere.XRay.Group

Associated Types

type PropertyType "GroupName" Group 
Instance details

Defined in Stratosphere.XRay.Group

type PropertyType "GroupName" Group = Value Text

Methods

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

Property "InsightsConfiguration" Group Source # 
Instance details

Defined in Stratosphere.XRay.Group

Associated Types

type PropertyType "InsightsConfiguration" Group 
Instance details

Defined in Stratosphere.XRay.Group

type PropertyType "InsightsConfiguration" Group = InsightsConfigurationProperty

Methods

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

Property "Tags" Group Source # 
Instance details

Defined in Stratosphere.XRay.Group

Associated Types

type PropertyType "Tags" Group 
Instance details

Defined in Stratosphere.XRay.Group

type PropertyType "Tags" Group = [Tag]

Methods

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

type PropertyType "FilterExpression" Group Source # 
Instance details

Defined in Stratosphere.XRay.Group

type PropertyType "FilterExpression" Group = Value Text
type PropertyType "GroupName" Group Source # 
Instance details

Defined in Stratosphere.XRay.Group

type PropertyType "GroupName" Group = Value Text
type PropertyType "InsightsConfiguration" Group Source # 
Instance details

Defined in Stratosphere.XRay.Group

type PropertyType "InsightsConfiguration" Group = InsightsConfigurationProperty
type PropertyType "Tags" Group Source # 
Instance details

Defined in Stratosphere.XRay.Group

type PropertyType "Tags" Group = [Tag]