| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Lightsail.PeerVPC
Description
Tries to peer the Lightsail VPC with the user's default VPC.
Synopsis
Creating a Request
See: peerVPC smart constructor.
Instances
| Eq PeerVPC # | |
| Data PeerVPC # | |
Defined in Network.AWS.Lightsail.PeerVPC Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PeerVPC -> c PeerVPC # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PeerVPC # toConstr :: PeerVPC -> Constr # dataTypeOf :: PeerVPC -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PeerVPC) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PeerVPC) # gmapT :: (forall b. Data b => b -> b) -> PeerVPC -> PeerVPC # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PeerVPC -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PeerVPC -> r # gmapQ :: (forall d. Data d => d -> u) -> PeerVPC -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> PeerVPC -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> PeerVPC -> m PeerVPC # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PeerVPC -> m PeerVPC # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PeerVPC -> m PeerVPC # | |
| Read PeerVPC # | |
| Show PeerVPC # | |
| Generic PeerVPC # | |
| Hashable PeerVPC # | |
Defined in Network.AWS.Lightsail.PeerVPC | |
| ToJSON PeerVPC # | |
Defined in Network.AWS.Lightsail.PeerVPC | |
| AWSRequest PeerVPC # | |
| ToHeaders PeerVPC # | |
Defined in Network.AWS.Lightsail.PeerVPC | |
| ToPath PeerVPC # | |
Defined in Network.AWS.Lightsail.PeerVPC Methods toPath :: PeerVPC -> ByteString # | |
| ToQuery PeerVPC # | |
Defined in Network.AWS.Lightsail.PeerVPC Methods toQuery :: PeerVPC -> QueryString # | |
| NFData PeerVPC # | |
Defined in Network.AWS.Lightsail.PeerVPC | |
| type Rep PeerVPC # | |
| type Rs PeerVPC # | |
Defined in Network.AWS.Lightsail.PeerVPC | |
Destructuring the Response
Arguments
| :: Int | |
| -> PeerVPCResponse |
Creates a value of PeerVPCResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
pvrsOperation- An array of key-value pairs containing information about the request operation.pvrsResponseStatus- -- | The response status code.
data PeerVPCResponse #
See: peerVPCResponse smart constructor.
Instances
Response Lenses
pvrsOperation :: Lens' PeerVPCResponse (Maybe Operation) #
An array of key-value pairs containing information about the request operation.
pvrsResponseStatus :: Lens' PeerVPCResponse Int #
- - | The response status code.