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
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 #
See: deleteInstanceProfile
smart constructor.
Instances
Request Lenses
dipArn :: Lens' DeleteInstanceProfile Text #
The Amazon Resource Name (ARN) of the instance profile you are requesting to delete.
Destructuring the Response
deleteInstanceProfileResponse #
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 #
See: deleteInstanceProfileResponse
smart constructor.
Response Lenses
diprsResponseStatus :: Lens' DeleteInstanceProfileResponse Int #
- - | The response status code.