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.DeviceFarm.DeleteNetworkProfile
Description
Deletes a network profile.
Creating a Request
Arguments
:: Text | |
-> DeleteNetworkProfile |
Creates a value of DeleteNetworkProfile
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dnpArn
- The Amazon Resource Name (ARN) of the network profile you want to delete.
data DeleteNetworkProfile #
See: deleteNetworkProfile
smart constructor.
Instances
Request Lenses
dnpArn :: Lens' DeleteNetworkProfile Text #
The Amazon Resource Name (ARN) of the network profile you want to delete.
Destructuring the Response
deleteNetworkProfileResponse #
Arguments
:: Int | |
-> DeleteNetworkProfileResponse |
Creates a value of DeleteNetworkProfileResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dnprsResponseStatus
- -- | The response status code.
data DeleteNetworkProfileResponse #
See: deleteNetworkProfileResponse
smart constructor.
Response Lenses
dnprsResponseStatus :: Lens' DeleteNetworkProfileResponse Int #
- - | The response status code.