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