stratosphere-resourceexplorer2-1.0.0: Stratosphere integration for AWS ResourceExplorer2.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceExplorer2.View

Documentation

data View Source #

Instances

Instances details
ToJSON View Source # 
Instance details

Defined in Stratosphere.ResourceExplorer2.View

Show View Source # 
Instance details

Defined in Stratosphere.ResourceExplorer2.View

Methods

showsPrec :: Int -> View -> ShowS #

show :: View -> String #

showList :: [View] -> ShowS #

Eq View Source # 
Instance details

Defined in Stratosphere.ResourceExplorer2.View

Methods

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

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

ToResourceProperties View Source # 
Instance details

Defined in Stratosphere.ResourceExplorer2.View

Property "Filters" View Source # 
Instance details

Defined in Stratosphere.ResourceExplorer2.View

Associated Types

type PropertyType "Filters" View 
Instance details

Defined in Stratosphere.ResourceExplorer2.View

Methods

set :: PropertyType "Filters" View -> View -> View #

Property "IncludedProperties" View Source # 
Instance details

Defined in Stratosphere.ResourceExplorer2.View

Associated Types

type PropertyType "IncludedProperties" View 
Instance details

Defined in Stratosphere.ResourceExplorer2.View

type PropertyType "IncludedProperties" View = [IncludedPropertyProperty]

Methods

set :: PropertyType "IncludedProperties" View -> View -> View #

Property "Scope" View Source # 
Instance details

Defined in Stratosphere.ResourceExplorer2.View

Associated Types

type PropertyType "Scope" View 
Instance details

Defined in Stratosphere.ResourceExplorer2.View

type PropertyType "Scope" View = Value Text

Methods

set :: PropertyType "Scope" View -> View -> View #

Property "Tags" View Source # 
Instance details

Defined in Stratosphere.ResourceExplorer2.View

Associated Types

type PropertyType "Tags" View 
Instance details

Defined in Stratosphere.ResourceExplorer2.View

Methods

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

Property "ViewName" View Source # 
Instance details

Defined in Stratosphere.ResourceExplorer2.View

Associated Types

type PropertyType "ViewName" View 
Instance details

Defined in Stratosphere.ResourceExplorer2.View

type PropertyType "ViewName" View = Value Text

Methods

set :: PropertyType "ViewName" View -> View -> View #

type PropertyType "Filters" View Source # 
Instance details

Defined in Stratosphere.ResourceExplorer2.View

type PropertyType "IncludedProperties" View Source # 
Instance details

Defined in Stratosphere.ResourceExplorer2.View

type PropertyType "IncludedProperties" View = [IncludedPropertyProperty]
type PropertyType "Scope" View Source # 
Instance details

Defined in Stratosphere.ResourceExplorer2.View

type PropertyType "Scope" View = Value Text
type PropertyType "Tags" View Source # 
Instance details

Defined in Stratosphere.ResourceExplorer2.View

type PropertyType "ViewName" View Source # 
Instance details

Defined in Stratosphere.ResourceExplorer2.View

type PropertyType "ViewName" View = Value Text