| 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 |
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 Source #
See: deleteNetworkProfile smart constructor.
Instances
Request Lenses
dnpArn :: Lens' DeleteNetworkProfile Text Source #
The Amazon Resource Name (ARN) of the network profile you want to delete.
Destructuring the Response
deleteNetworkProfileResponse Source #
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 Source #
See: deleteNetworkProfileResponse smart constructor.
Instances
Response Lenses
dnprsResponseStatus :: Lens' DeleteNetworkProfileResponse Int Source #
- - | The response status code.