stratosphere-refactorspaces-1.0.0: Stratosphere integration for AWS RefactorSpaces.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.RefactorSpaces.Environment

Documentation

data Environment Source #

Instances

Instances details
ToJSON Environment Source # 
Instance details

Defined in Stratosphere.RefactorSpaces.Environment

Show Environment Source # 
Instance details

Defined in Stratosphere.RefactorSpaces.Environment

Eq Environment Source # 
Instance details

Defined in Stratosphere.RefactorSpaces.Environment

ToResourceProperties Environment Source # 
Instance details

Defined in Stratosphere.RefactorSpaces.Environment

Property "Description" Environment Source # 
Instance details

Defined in Stratosphere.RefactorSpaces.Environment

Associated Types

type PropertyType "Description" Environment 
Instance details

Defined in Stratosphere.RefactorSpaces.Environment

type PropertyType "Description" Environment = Value Text

Methods

set :: PropertyType "Description" Environment -> Environment -> Environment #

Property "Name" Environment Source # 
Instance details

Defined in Stratosphere.RefactorSpaces.Environment

Associated Types

type PropertyType "Name" Environment 
Instance details

Defined in Stratosphere.RefactorSpaces.Environment

Property "NetworkFabricType" Environment Source # 
Instance details

Defined in Stratosphere.RefactorSpaces.Environment

Associated Types

type PropertyType "NetworkFabricType" Environment 
Instance details

Defined in Stratosphere.RefactorSpaces.Environment

type PropertyType "NetworkFabricType" Environment = Value Text

Methods

set :: PropertyType "NetworkFabricType" Environment -> Environment -> Environment #

Property "Tags" Environment Source # 
Instance details

Defined in Stratosphere.RefactorSpaces.Environment

Associated Types

type PropertyType "Tags" Environment 
Instance details

Defined in Stratosphere.RefactorSpaces.Environment

type PropertyType "Tags" Environment = [Tag]
type PropertyType "Description" Environment Source # 
Instance details

Defined in Stratosphere.RefactorSpaces.Environment

type PropertyType "Description" Environment = Value Text
type PropertyType "Name" Environment Source # 
Instance details

Defined in Stratosphere.RefactorSpaces.Environment

type PropertyType "NetworkFabricType" Environment Source # 
Instance details

Defined in Stratosphere.RefactorSpaces.Environment

type PropertyType "NetworkFabricType" Environment = Value Text
type PropertyType "Tags" Environment Source # 
Instance details

Defined in Stratosphere.RefactorSpaces.Environment

type PropertyType "Tags" Environment = [Tag]