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 |
Deletes a wireless gateway task.
Synopsis
- data DeleteWirelessGatewayTask = DeleteWirelessGatewayTask' {}
- newDeleteWirelessGatewayTask :: Text -> DeleteWirelessGatewayTask
- deleteWirelessGatewayTask_id :: Lens' DeleteWirelessGatewayTask Text
- data DeleteWirelessGatewayTaskResponse = DeleteWirelessGatewayTaskResponse' {
- httpStatus :: Int
- newDeleteWirelessGatewayTaskResponse :: Int -> DeleteWirelessGatewayTaskResponse
- deleteWirelessGatewayTaskResponse_httpStatus :: Lens' DeleteWirelessGatewayTaskResponse Int
Creating a Request
data DeleteWirelessGatewayTask Source #
See: newDeleteWirelessGatewayTask
smart constructor.
Instances
newDeleteWirelessGatewayTask Source #
Create a value of DeleteWirelessGatewayTask
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:id:DeleteWirelessGatewayTask'
, deleteWirelessGatewayTask_id
- The ID of the resource to delete.
Request Lenses
deleteWirelessGatewayTask_id :: Lens' DeleteWirelessGatewayTask Text Source #
The ID of the resource to delete.
Destructuring the Response
data DeleteWirelessGatewayTaskResponse Source #
See: newDeleteWirelessGatewayTaskResponse
smart constructor.
DeleteWirelessGatewayTaskResponse' | |
|
Instances
Eq DeleteWirelessGatewayTaskResponse Source # | |
Read DeleteWirelessGatewayTaskResponse Source # | |
Show DeleteWirelessGatewayTaskResponse Source # | |
Generic DeleteWirelessGatewayTaskResponse Source # | |
NFData DeleteWirelessGatewayTaskResponse Source # | |
Defined in Amazonka.IoTWireless.DeleteWirelessGatewayTask rnf :: DeleteWirelessGatewayTaskResponse -> () # | |
type Rep DeleteWirelessGatewayTaskResponse Source # | |
Defined in Amazonka.IoTWireless.DeleteWirelessGatewayTask type Rep DeleteWirelessGatewayTaskResponse = D1 ('MetaData "DeleteWirelessGatewayTaskResponse" "Amazonka.IoTWireless.DeleteWirelessGatewayTask" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "DeleteWirelessGatewayTaskResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteWirelessGatewayTaskResponse Source #
Create a value of DeleteWirelessGatewayTaskResponse
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:DeleteWirelessGatewayTaskResponse'
, deleteWirelessGatewayTaskResponse_httpStatus
- The response's http status code.
Response Lenses
deleteWirelessGatewayTaskResponse_httpStatus :: Lens' DeleteWirelessGatewayTaskResponse Int Source #
The response's http status code.