Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Resets a network interface attribute. You can specify only one attribute at a time.
See: AWS API Reference for ResetNetworkInterfaceAttribute.
- resetNetworkInterfaceAttribute :: Text -> ResetNetworkInterfaceAttribute
- data ResetNetworkInterfaceAttribute
- rniaSourceDestCheck :: Lens' ResetNetworkInterfaceAttribute (Maybe Text)
- rniaDryRun :: Lens' ResetNetworkInterfaceAttribute (Maybe Bool)
- rniaNetworkInterfaceId :: Lens' ResetNetworkInterfaceAttribute Text
- resetNetworkInterfaceAttributeResponse :: ResetNetworkInterfaceAttributeResponse
- data ResetNetworkInterfaceAttributeResponse
Creating a Request
resetNetworkInterfaceAttribute Source
Creates a value of ResetNetworkInterfaceAttribute
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ResetNetworkInterfaceAttribute Source
See: resetNetworkInterfaceAttribute
smart constructor.
Request Lenses
rniaSourceDestCheck :: Lens' ResetNetworkInterfaceAttribute (Maybe Text) Source
The source/destination checking attribute. Resets the value to true
.
rniaDryRun :: Lens' ResetNetworkInterfaceAttribute (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
.
rniaNetworkInterfaceId :: Lens' ResetNetworkInterfaceAttribute Text Source
The ID of the network interface.
Destructuring the Response
resetNetworkInterfaceAttributeResponse :: ResetNetworkInterfaceAttributeResponse Source
Creates a value of ResetNetworkInterfaceAttributeResponse
with the minimum fields required to make a request.
data ResetNetworkInterfaceAttributeResponse Source
See: resetNetworkInterfaceAttributeResponse
smart constructor.