| 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.DeleteOTAUpdate
Description
Delete an OTA update.
Creating a Request
Arguments
| :: Text | |
| -> DeleteOTAUpdate |
Creates a value of DeleteOTAUpdate with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dotauOtaUpdateId- The OTA update ID to delete.
data DeleteOTAUpdate Source #
See: deleteOTAUpdate smart constructor.
Instances
Request Lenses
dotauOtaUpdateId :: Lens' DeleteOTAUpdate Text Source #
The OTA update ID to delete.
Destructuring the Response
deleteOTAUpdateResponse Source #
Arguments
| :: Int | |
| -> DeleteOTAUpdateResponse |
Creates a value of DeleteOTAUpdateResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dotaursResponseStatus- -- | The response status code.
data DeleteOTAUpdateResponse Source #
See: deleteOTAUpdateResponse smart constructor.
Instances
Response Lenses
dotaursResponseStatus :: Lens' DeleteOTAUpdateResponse Int Source #
- - | The response status code.