stratosphere-ec2-1.0.0: Stratosphere integration for AWS EC2.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.EC2.Host

Documentation

data Host Source #

Instances

Instances details
ToJSON Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

Show Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

Methods

showsPrec :: Int -> Host -> ShowS #

show :: Host -> String #

showList :: [Host] -> ShowS #

Eq Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

Methods

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

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

ToResourceProperties Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

Property "AssetId" Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

Associated Types

type PropertyType "AssetId" Host 
Instance details

Defined in Stratosphere.EC2.Host

type PropertyType "AssetId" Host = Value Text

Methods

set :: PropertyType "AssetId" Host -> Host -> Host #

Property "AutoPlacement" Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

Associated Types

type PropertyType "AutoPlacement" Host 
Instance details

Defined in Stratosphere.EC2.Host

type PropertyType "AutoPlacement" Host = Value Text

Methods

set :: PropertyType "AutoPlacement" Host -> Host -> Host #

Property "AvailabilityZone" Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

Associated Types

type PropertyType "AvailabilityZone" Host 
Instance details

Defined in Stratosphere.EC2.Host

type PropertyType "AvailabilityZone" Host = Value Text

Methods

set :: PropertyType "AvailabilityZone" Host -> Host -> Host #

Property "HostMaintenance" Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

Associated Types

type PropertyType "HostMaintenance" Host 
Instance details

Defined in Stratosphere.EC2.Host

type PropertyType "HostMaintenance" Host = Value Text

Methods

set :: PropertyType "HostMaintenance" Host -> Host -> Host #

Property "HostRecovery" Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

Associated Types

type PropertyType "HostRecovery" Host 
Instance details

Defined in Stratosphere.EC2.Host

type PropertyType "HostRecovery" Host = Value Text

Methods

set :: PropertyType "HostRecovery" Host -> Host -> Host #

Property "InstanceFamily" Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

Associated Types

type PropertyType "InstanceFamily" Host 
Instance details

Defined in Stratosphere.EC2.Host

type PropertyType "InstanceFamily" Host = Value Text

Methods

set :: PropertyType "InstanceFamily" Host -> Host -> Host #

Property "InstanceType" Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

Associated Types

type PropertyType "InstanceType" Host 
Instance details

Defined in Stratosphere.EC2.Host

type PropertyType "InstanceType" Host = Value Text

Methods

set :: PropertyType "InstanceType" Host -> Host -> Host #

Property "OutpostArn" Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

Associated Types

type PropertyType "OutpostArn" Host 
Instance details

Defined in Stratosphere.EC2.Host

type PropertyType "OutpostArn" Host = Value Text

Methods

set :: PropertyType "OutpostArn" Host -> Host -> Host #

Property "Tags" Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

Associated Types

type PropertyType "Tags" Host 
Instance details

Defined in Stratosphere.EC2.Host

type PropertyType "Tags" Host = [Tag]

Methods

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

type PropertyType "AssetId" Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

type PropertyType "AssetId" Host = Value Text
type PropertyType "AutoPlacement" Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

type PropertyType "AutoPlacement" Host = Value Text
type PropertyType "AvailabilityZone" Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

type PropertyType "AvailabilityZone" Host = Value Text
type PropertyType "HostMaintenance" Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

type PropertyType "HostMaintenance" Host = Value Text
type PropertyType "HostRecovery" Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

type PropertyType "HostRecovery" Host = Value Text
type PropertyType "InstanceFamily" Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

type PropertyType "InstanceFamily" Host = Value Text
type PropertyType "InstanceType" Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

type PropertyType "InstanceType" Host = Value Text
type PropertyType "OutpostArn" Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

type PropertyType "OutpostArn" Host = Value Text
type PropertyType "Tags" Host Source # 
Instance details

Defined in Stratosphere.EC2.Host

type PropertyType "Tags" Host = [Tag]