stratosphere-detective-1.0.0: Stratosphere integration for AWS Detective.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Detective.Graph

Documentation

data Graph Source #

Instances

Instances details
ToJSON Graph Source # 
Instance details

Defined in Stratosphere.Detective.Graph

Show Graph Source # 
Instance details

Defined in Stratosphere.Detective.Graph

Methods

showsPrec :: Int -> Graph -> ShowS #

show :: Graph -> String #

showList :: [Graph] -> ShowS #

Eq Graph Source # 
Instance details

Defined in Stratosphere.Detective.Graph

Methods

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

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

ToResourceProperties Graph Source # 
Instance details

Defined in Stratosphere.Detective.Graph

Property "AutoEnableMembers" Graph Source # 
Instance details

Defined in Stratosphere.Detective.Graph

Associated Types

type PropertyType "AutoEnableMembers" Graph 
Instance details

Defined in Stratosphere.Detective.Graph

type PropertyType "AutoEnableMembers" Graph = Value Bool

Methods

set :: PropertyType "AutoEnableMembers" Graph -> Graph -> Graph #

Property "Tags" Graph Source # 
Instance details

Defined in Stratosphere.Detective.Graph

Associated Types

type PropertyType "Tags" Graph 
Instance details

Defined in Stratosphere.Detective.Graph

type PropertyType "Tags" Graph = [Tag]

Methods

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

type PropertyType "AutoEnableMembers" Graph Source # 
Instance details

Defined in Stratosphere.Detective.Graph

type PropertyType "AutoEnableMembers" Graph = Value Bool
type PropertyType "Tags" Graph Source # 
Instance details

Defined in Stratosphere.Detective.Graph

type PropertyType "Tags" Graph = [Tag]