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

Stratosphere.EC2.EIPAssociation

Documentation

data EIPAssociation Source #

Instances

Instances details
ToJSON EIPAssociation Source # 
Instance details

Defined in Stratosphere.EC2.EIPAssociation

Show EIPAssociation Source # 
Instance details

Defined in Stratosphere.EC2.EIPAssociation

Eq EIPAssociation Source # 
Instance details

Defined in Stratosphere.EC2.EIPAssociation

ToResourceProperties EIPAssociation Source # 
Instance details

Defined in Stratosphere.EC2.EIPAssociation

Property "AllocationId" EIPAssociation Source # 
Instance details

Defined in Stratosphere.EC2.EIPAssociation

Associated Types

type PropertyType "AllocationId" EIPAssociation 
Instance details

Defined in Stratosphere.EC2.EIPAssociation

type PropertyType "AllocationId" EIPAssociation = Value Text
Property "InstanceId" EIPAssociation Source # 
Instance details

Defined in Stratosphere.EC2.EIPAssociation

Associated Types

type PropertyType "InstanceId" EIPAssociation 
Instance details

Defined in Stratosphere.EC2.EIPAssociation

Property "NetworkInterfaceId" EIPAssociation Source # 
Instance details

Defined in Stratosphere.EC2.EIPAssociation

Associated Types

type PropertyType "NetworkInterfaceId" EIPAssociation 
Instance details

Defined in Stratosphere.EC2.EIPAssociation

type PropertyType "NetworkInterfaceId" EIPAssociation = Value Text

Methods

set :: PropertyType "NetworkInterfaceId" EIPAssociation -> EIPAssociation -> EIPAssociation #

Property "PrivateIpAddress" EIPAssociation Source # 
Instance details

Defined in Stratosphere.EC2.EIPAssociation

Associated Types

type PropertyType "PrivateIpAddress" EIPAssociation 
Instance details

Defined in Stratosphere.EC2.EIPAssociation

type PropertyType "PrivateIpAddress" EIPAssociation = Value Text

Methods

set :: PropertyType "PrivateIpAddress" EIPAssociation -> EIPAssociation -> EIPAssociation #

type PropertyType "AllocationId" EIPAssociation Source # 
Instance details

Defined in Stratosphere.EC2.EIPAssociation

type PropertyType "AllocationId" EIPAssociation = Value Text
type PropertyType "InstanceId" EIPAssociation Source # 
Instance details

Defined in Stratosphere.EC2.EIPAssociation

type PropertyType "NetworkInterfaceId" EIPAssociation Source # 
Instance details

Defined in Stratosphere.EC2.EIPAssociation

type PropertyType "NetworkInterfaceId" EIPAssociation = Value Text
type PropertyType "PrivateIpAddress" EIPAssociation Source # 
Instance details

Defined in Stratosphere.EC2.EIPAssociation

type PropertyType "PrivateIpAddress" EIPAssociation = Value Text