Copyright | (c) 2013-2021 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 |
Unpeers the Lightsail VPC from the user's default VPC.
Synopsis
- data UnpeerVpc = UnpeerVpc' {
- newUnpeerVpc :: UnpeerVpc
- data UnpeerVpcResponse = UnpeerVpcResponse' {
- operation :: Maybe Operation
- httpStatus :: Int
- newUnpeerVpcResponse :: Int -> UnpeerVpcResponse
- unpeerVpcResponse_operation :: Lens' UnpeerVpcResponse (Maybe Operation)
- unpeerVpcResponse_httpStatus :: Lens' UnpeerVpcResponse Int
Creating a Request
See: newUnpeerVpc
smart constructor.
Instances
Eq UnpeerVpc Source # | |
Read UnpeerVpc Source # | |
Show UnpeerVpc Source # | |
Generic UnpeerVpc Source # | |
NFData UnpeerVpc Source # | |
Defined in Amazonka.Lightsail.UnpeerVpc | |
Hashable UnpeerVpc Source # | |
Defined in Amazonka.Lightsail.UnpeerVpc | |
ToJSON UnpeerVpc Source # | |
Defined in Amazonka.Lightsail.UnpeerVpc | |
AWSRequest UnpeerVpc Source # | |
Defined in Amazonka.Lightsail.UnpeerVpc type AWSResponse UnpeerVpc # request :: UnpeerVpc -> Request UnpeerVpc # response :: MonadResource m => Logger -> Service -> Proxy UnpeerVpc -> ClientResponse ClientBody -> m (Either Error (ClientResponse (AWSResponse UnpeerVpc))) # | |
ToHeaders UnpeerVpc Source # | |
Defined in Amazonka.Lightsail.UnpeerVpc | |
ToPath UnpeerVpc Source # | |
Defined in Amazonka.Lightsail.UnpeerVpc toPath :: UnpeerVpc -> ByteString # | |
ToQuery UnpeerVpc Source # | |
Defined in Amazonka.Lightsail.UnpeerVpc toQuery :: UnpeerVpc -> QueryString # | |
type Rep UnpeerVpc Source # | |
type AWSResponse UnpeerVpc Source # | |
Defined in Amazonka.Lightsail.UnpeerVpc |
newUnpeerVpc :: UnpeerVpc Source #
Create a value of UnpeerVpc
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data UnpeerVpcResponse Source #
See: newUnpeerVpcResponse
smart constructor.
UnpeerVpcResponse' | |
|
Instances
Create a value of UnpeerVpcResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:operation:UnpeerVpcResponse'
, unpeerVpcResponse_operation
- An array of objects that describe the result of the action, such as the
status of the request, the timestamp of the request, and the resources
affected by the request.
$sel:httpStatus:UnpeerVpcResponse'
, unpeerVpcResponse_httpStatus
- The response's http status code.
Response Lenses
unpeerVpcResponse_operation :: Lens' UnpeerVpcResponse (Maybe Operation) Source #
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
unpeerVpcResponse_httpStatus :: Lens' UnpeerVpcResponse Int Source #
The response's http status code.