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 |
Deletes the specified network interface. You must detach the network interface before you can delete it.
Creating a Request
deleteNetworkInterface Source #
Creates a value of DeleteNetworkInterface
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dninDryRun
- Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response isDryRunOperation
. Otherwise, it isUnauthorizedOperation
.dninNetworkInterfaceId
- The ID of the network interface.
data DeleteNetworkInterface Source #
Contains the parameters for DeleteNetworkInterface.
See: deleteNetworkInterface
smart constructor.
Request Lenses
dninDryRun :: Lens' DeleteNetworkInterface (Maybe Bool) Source #
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
dninNetworkInterfaceId :: Lens' DeleteNetworkInterface Text Source #
The ID of the network interface.
Destructuring the Response
deleteNetworkInterfaceResponse :: DeleteNetworkInterfaceResponse Source #
Creates a value of DeleteNetworkInterfaceResponse
with the minimum fields required to make a request.
data DeleteNetworkInterfaceResponse Source #
See: deleteNetworkInterfaceResponse
smart constructor.