stratosphere-lightsail-1.0.0: Stratosphere integration for AWS Lightsail.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Lightsail.Disk

Documentation

data Disk Source #

Instances

Instances details
ToJSON Disk Source # 
Instance details

Defined in Stratosphere.Lightsail.Disk

Show Disk Source # 
Instance details

Defined in Stratosphere.Lightsail.Disk

Methods

showsPrec :: Int -> Disk -> ShowS #

show :: Disk -> String #

showList :: [Disk] -> ShowS #

Eq Disk Source # 
Instance details

Defined in Stratosphere.Lightsail.Disk

Methods

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

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

ToResourceProperties Disk Source # 
Instance details

Defined in Stratosphere.Lightsail.Disk

Property "AddOns" Disk Source # 
Instance details

Defined in Stratosphere.Lightsail.Disk

Associated Types

type PropertyType "AddOns" Disk 
Instance details

Defined in Stratosphere.Lightsail.Disk

type PropertyType "AddOns" Disk = [AddOnProperty]

Methods

set :: PropertyType "AddOns" Disk -> Disk -> Disk #

Property "AvailabilityZone" Disk Source # 
Instance details

Defined in Stratosphere.Lightsail.Disk

Associated Types

type PropertyType "AvailabilityZone" Disk 
Instance details

Defined in Stratosphere.Lightsail.Disk

type PropertyType "AvailabilityZone" Disk = Value Text

Methods

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

Property "DiskName" Disk Source # 
Instance details

Defined in Stratosphere.Lightsail.Disk

Associated Types

type PropertyType "DiskName" Disk 
Instance details

Defined in Stratosphere.Lightsail.Disk

type PropertyType "DiskName" Disk = Value Text

Methods

set :: PropertyType "DiskName" Disk -> Disk -> Disk #

Property "Location" Disk Source # 
Instance details

Defined in Stratosphere.Lightsail.Disk

Associated Types

type PropertyType "Location" Disk 
Instance details

Defined in Stratosphere.Lightsail.Disk

Methods

set :: PropertyType "Location" Disk -> Disk -> Disk #

Property "SizeInGb" Disk Source # 
Instance details

Defined in Stratosphere.Lightsail.Disk

Associated Types

type PropertyType "SizeInGb" Disk 
Instance details

Defined in Stratosphere.Lightsail.Disk

type PropertyType "SizeInGb" Disk = Value Integer

Methods

set :: PropertyType "SizeInGb" Disk -> Disk -> Disk #

Property "Tags" Disk Source # 
Instance details

Defined in Stratosphere.Lightsail.Disk

Associated Types

type PropertyType "Tags" Disk 
Instance details

Defined in Stratosphere.Lightsail.Disk

type PropertyType "Tags" Disk = [Tag]

Methods

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

type PropertyType "AddOns" Disk Source # 
Instance details

Defined in Stratosphere.Lightsail.Disk

type PropertyType "AddOns" Disk = [AddOnProperty]
type PropertyType "AvailabilityZone" Disk Source # 
Instance details

Defined in Stratosphere.Lightsail.Disk

type PropertyType "AvailabilityZone" Disk = Value Text
type PropertyType "DiskName" Disk Source # 
Instance details

Defined in Stratosphere.Lightsail.Disk

type PropertyType "DiskName" Disk = Value Text
type PropertyType "Location" Disk Source # 
Instance details

Defined in Stratosphere.Lightsail.Disk

type PropertyType "SizeInGb" Disk Source # 
Instance details

Defined in Stratosphere.Lightsail.Disk

type PropertyType "SizeInGb" Disk = Value Integer
type PropertyType "Tags" Disk Source # 
Instance details

Defined in Stratosphere.Lightsail.Disk

type PropertyType "Tags" Disk = [Tag]