stratosphere-codedeploy-1.0.0: Stratosphere integration for AWS CodeDeploy.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.CodeDeploy.Application

Documentation

data Application Source #

Instances

Instances details
ToJSON Application Source # 
Instance details

Defined in Stratosphere.CodeDeploy.Application

Show Application Source # 
Instance details

Defined in Stratosphere.CodeDeploy.Application

Eq Application Source # 
Instance details

Defined in Stratosphere.CodeDeploy.Application

ToResourceProperties Application Source # 
Instance details

Defined in Stratosphere.CodeDeploy.Application

Property "ApplicationName" Application Source # 
Instance details

Defined in Stratosphere.CodeDeploy.Application

Associated Types

type PropertyType "ApplicationName" Application 
Instance details

Defined in Stratosphere.CodeDeploy.Application

type PropertyType "ApplicationName" Application = Value Text

Methods

set :: PropertyType "ApplicationName" Application -> Application -> Application #

Property "ComputePlatform" Application Source # 
Instance details

Defined in Stratosphere.CodeDeploy.Application

Associated Types

type PropertyType "ComputePlatform" Application 
Instance details

Defined in Stratosphere.CodeDeploy.Application

type PropertyType "ComputePlatform" Application = Value Text

Methods

set :: PropertyType "ComputePlatform" Application -> Application -> Application #

Property "Tags" Application Source # 
Instance details

Defined in Stratosphere.CodeDeploy.Application

Associated Types

type PropertyType "Tags" Application 
Instance details

Defined in Stratosphere.CodeDeploy.Application

type PropertyType "Tags" Application = [Tag]
type PropertyType "ApplicationName" Application Source # 
Instance details

Defined in Stratosphere.CodeDeploy.Application

type PropertyType "ApplicationName" Application = Value Text
type PropertyType "ComputePlatform" Application Source # 
Instance details

Defined in Stratosphere.CodeDeploy.Application

type PropertyType "ComputePlatform" Application = Value Text
type PropertyType "Tags" Application Source # 
Instance details

Defined in Stratosphere.CodeDeploy.Application

type PropertyType "Tags" Application = [Tag]