Copyright | (c) 2013-2021 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 |
Cancels a bulk thing provisioning task.
Requires permission to access the StopThingRegistrationTask action.
Synopsis
- data StopThingRegistrationTask = StopThingRegistrationTask' {}
- newStopThingRegistrationTask :: Text -> StopThingRegistrationTask
- stopThingRegistrationTask_taskId :: Lens' StopThingRegistrationTask Text
- data StopThingRegistrationTaskResponse = StopThingRegistrationTaskResponse' {
- httpStatus :: Int
- newStopThingRegistrationTaskResponse :: Int -> StopThingRegistrationTaskResponse
- stopThingRegistrationTaskResponse_httpStatus :: Lens' StopThingRegistrationTaskResponse Int
Creating a Request
data StopThingRegistrationTask Source #
See: newStopThingRegistrationTask
smart constructor.
Instances
newStopThingRegistrationTask Source #
Create a value of StopThingRegistrationTask
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:taskId:StopThingRegistrationTask'
, stopThingRegistrationTask_taskId
- The bulk thing provisioning task ID.
Request Lenses
stopThingRegistrationTask_taskId :: Lens' StopThingRegistrationTask Text Source #
The bulk thing provisioning task ID.
Destructuring the Response
data StopThingRegistrationTaskResponse Source #
See: newStopThingRegistrationTaskResponse
smart constructor.
StopThingRegistrationTaskResponse' | |
|
Instances
Eq StopThingRegistrationTaskResponse Source # | |
Read StopThingRegistrationTaskResponse Source # | |
Show StopThingRegistrationTaskResponse Source # | |
Defined in Amazonka.IoT.StopThingRegistrationTask | |
Generic StopThingRegistrationTaskResponse Source # | |
NFData StopThingRegistrationTaskResponse Source # | |
Defined in Amazonka.IoT.StopThingRegistrationTask rnf :: StopThingRegistrationTaskResponse -> () # | |
type Rep StopThingRegistrationTaskResponse Source # | |
Defined in Amazonka.IoT.StopThingRegistrationTask type Rep StopThingRegistrationTaskResponse = D1 ('MetaData "StopThingRegistrationTaskResponse" "Amazonka.IoT.StopThingRegistrationTask" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "StopThingRegistrationTaskResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newStopThingRegistrationTaskResponse Source #
Create a value of StopThingRegistrationTaskResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:StopThingRegistrationTaskResponse'
, stopThingRegistrationTaskResponse_httpStatus
- The response's http status code.
Response Lenses
stopThingRegistrationTaskResponse_httpStatus :: Lens' StopThingRegistrationTaskResponse Int Source #
The response's http status code.