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