Copyright | (c) 2013-2016 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 |
Network.AWS.DeviceFarm.DeleteDevicePool
Description
Deletes a device pool given the pool ARN. Does not allow deletion of curated pools owned by the system.
Creating a Request
Arguments
:: Text | |
-> DeleteDevicePool |
Creates a value of DeleteDevicePool
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddpArn
- Represents the Amazon Resource Name (ARN) of the Device Farm device pool you wish to delete.
data DeleteDevicePool #
Represents a request to the delete device pool operation.
See: deleteDevicePool
smart constructor.
Instances
Request Lenses
ddpArn :: Lens' DeleteDevicePool Text #
Represents the Amazon Resource Name (ARN) of the Device Farm device pool you wish to delete.
Destructuring the Response
Arguments
:: Int | |
-> DeleteDevicePoolResponse |
Creates a value of DeleteDevicePoolResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddprsResponseStatus
- -- | The response status code.
data DeleteDevicePoolResponse #
Represents the result of a delete device pool request.
See: deleteDevicePoolResponse
smart constructor.
Response Lenses
ddprsResponseStatus :: Lens' DeleteDevicePoolResponse Int #
- - | The response status code.