Copyright | (c) 2013-2017 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 |
Returns a Boolean value indicating whether your Lightsail VPC is peered.
Creating a Request
isVPCPeered :: IsVPCPeered Source #
Creates a value of IsVPCPeered
with the minimum fields required to make a request.
data IsVPCPeered Source #
See: isVPCPeered
smart constructor.
Destructuring the Response
Creates a value of IsVPCPeeredResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ivprsIsPeered
- Returnstrue
if the Lightsail VPC is peered; otherwise,false
.ivprsResponseStatus
- -- | The response status code.
data IsVPCPeeredResponse Source #
See: isVPCPeeredResponse
smart constructor.
Response Lenses
ivprsIsPeered :: Lens' IsVPCPeeredResponse (Maybe Bool) Source #
Returns true
if the Lightsail VPC is peered; otherwise, false
.
ivprsResponseStatus :: Lens' IsVPCPeeredResponse Int Source #
- - | The response status code.