| 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.DeleteInstanceProfile
Description
Deletes a profile that can be applied to one or more private device instances.
Creating a Request
deleteInstanceProfile Source #
Arguments
| :: Text | |
| -> DeleteInstanceProfile |
Creates a value of DeleteInstanceProfile with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dipArn- The Amazon Resource Name (ARN) of the instance profile you are requesting to delete.
data DeleteInstanceProfile Source #
See: deleteInstanceProfile smart constructor.
Instances
Request Lenses
dipArn :: Lens' DeleteInstanceProfile Text Source #
The Amazon Resource Name (ARN) of the instance profile you are requesting to delete.
Destructuring the Response
deleteInstanceProfileResponse Source #
Arguments
| :: Int | |
| -> DeleteInstanceProfileResponse |
Creates a value of DeleteInstanceProfileResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
diprsResponseStatus- -- | The response status code.
data DeleteInstanceProfileResponse Source #
See: deleteInstanceProfileResponse smart constructor.
Instances
Response Lenses
diprsResponseStatus :: Lens' DeleteInstanceProfileResponse Int Source #
- - | The response status code.