| 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.IoT.StopThingRegistrationTask
Description
Cancels a bulk thing provisioning task.
Synopsis
- stopThingRegistrationTask :: Text -> StopThingRegistrationTask
- data StopThingRegistrationTask
- strtTaskId :: Lens' StopThingRegistrationTask Text
- stopThingRegistrationTaskResponse :: Int -> StopThingRegistrationTaskResponse
- data StopThingRegistrationTaskResponse
- srsResponseStatus :: Lens' StopThingRegistrationTaskResponse Int
Creating a Request
stopThingRegistrationTask Source #
Arguments
| :: Text | |
| -> StopThingRegistrationTask |
Creates a value of StopThingRegistrationTask with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
strtTaskId- The bulk thing provisioning task ID.
data StopThingRegistrationTask Source #
See: stopThingRegistrationTask smart constructor.
Instances
Request Lenses
strtTaskId :: Lens' StopThingRegistrationTask Text Source #
The bulk thing provisioning task ID.
Destructuring the Response
stopThingRegistrationTaskResponse Source #
Arguments
| :: Int | |
| -> StopThingRegistrationTaskResponse |
Creates a value of StopThingRegistrationTaskResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
srsResponseStatus- -- | The response status code.
data StopThingRegistrationTaskResponse Source #
See: stopThingRegistrationTaskResponse smart constructor.
Instances
Response Lenses
srsResponseStatus :: Lens' StopThingRegistrationTaskResponse Int Source #
- - | The response status code.