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