stratosphere-m2-1.0.0: Stratosphere integration for AWS M2.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.M2.Deployment

Documentation

data Deployment Source #

Instances

Instances details
ToJSON Deployment Source # 
Instance details

Defined in Stratosphere.M2.Deployment

Show Deployment Source # 
Instance details

Defined in Stratosphere.M2.Deployment

Eq Deployment Source # 
Instance details

Defined in Stratosphere.M2.Deployment

ToResourceProperties Deployment Source # 
Instance details

Defined in Stratosphere.M2.Deployment

Property "ApplicationId" Deployment Source # 
Instance details

Defined in Stratosphere.M2.Deployment

Associated Types

type PropertyType "ApplicationId" Deployment 
Instance details

Defined in Stratosphere.M2.Deployment

type PropertyType "ApplicationId" Deployment = Value Text

Methods

set :: PropertyType "ApplicationId" Deployment -> Deployment -> Deployment #

Property "ApplicationVersion" Deployment Source # 
Instance details

Defined in Stratosphere.M2.Deployment

Associated Types

type PropertyType "ApplicationVersion" Deployment 
Instance details

Defined in Stratosphere.M2.Deployment

type PropertyType "ApplicationVersion" Deployment = Value Integer

Methods

set :: PropertyType "ApplicationVersion" Deployment -> Deployment -> Deployment #

Property "EnvironmentId" Deployment Source # 
Instance details

Defined in Stratosphere.M2.Deployment

Associated Types

type PropertyType "EnvironmentId" Deployment 
Instance details

Defined in Stratosphere.M2.Deployment

type PropertyType "EnvironmentId" Deployment = Value Text

Methods

set :: PropertyType "EnvironmentId" Deployment -> Deployment -> Deployment #

type PropertyType "ApplicationId" Deployment Source # 
Instance details

Defined in Stratosphere.M2.Deployment

type PropertyType "ApplicationId" Deployment = Value Text
type PropertyType "ApplicationVersion" Deployment Source # 
Instance details

Defined in Stratosphere.M2.Deployment

type PropertyType "ApplicationVersion" Deployment = Value Integer
type PropertyType "EnvironmentId" Deployment Source # 
Instance details

Defined in Stratosphere.M2.Deployment

type PropertyType "EnvironmentId" Deployment = Value Text