| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.EC2VolumeAttachment
Synopsis
- data EC2VolumeAttachment = EC2VolumeAttachment {}
- ec2VolumeAttachment :: Val Text -> Val Text -> Val Text -> EC2VolumeAttachment
- ecvaDevice :: Lens' EC2VolumeAttachment (Val Text)
- ecvaInstanceId :: Lens' EC2VolumeAttachment (Val Text)
- ecvaVolumeId :: Lens' EC2VolumeAttachment (Val Text)
Documentation
data EC2VolumeAttachment #
Full data type definition for EC2VolumeAttachment. See
ec2VolumeAttachment for a more convenient constructor.
Constructors
| EC2VolumeAttachment | |
Instances
| Eq EC2VolumeAttachment # | |
Defined in Stratosphere.Resources.EC2VolumeAttachment Methods (==) :: EC2VolumeAttachment -> EC2VolumeAttachment -> Bool # (/=) :: EC2VolumeAttachment -> EC2VolumeAttachment -> Bool # | |
| Show EC2VolumeAttachment # | |
Defined in Stratosphere.Resources.EC2VolumeAttachment Methods showsPrec :: Int -> EC2VolumeAttachment -> ShowS # show :: EC2VolumeAttachment -> String # showList :: [EC2VolumeAttachment] -> ShowS # | |
| ToJSON EC2VolumeAttachment # | |
Defined in Stratosphere.Resources.EC2VolumeAttachment Methods toJSON :: EC2VolumeAttachment -> Value # toEncoding :: EC2VolumeAttachment -> Encoding # toJSONList :: [EC2VolumeAttachment] -> Value # toEncodingList :: [EC2VolumeAttachment] -> Encoding # | |
| FromJSON EC2VolumeAttachment # | |
Defined in Stratosphere.Resources.EC2VolumeAttachment Methods parseJSON :: Value -> Parser EC2VolumeAttachment # parseJSONList :: Value -> Parser [EC2VolumeAttachment] # | |
Constructor for EC2VolumeAttachment containing required fields as
arguments.