| 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.DeleteRegistrationCode
Description
Deletes a CA certificate registration code.
Creating a Request
deleteRegistrationCode :: DeleteRegistrationCode Source #
Creates a value of DeleteRegistrationCode with the minimum fields required to make a request.
data DeleteRegistrationCode Source #
The input for the DeleteRegistrationCode operation.
See: deleteRegistrationCode smart constructor.
Instances
Destructuring the Response
deleteRegistrationCodeResponse Source #
Arguments
| :: Int | |
| -> DeleteRegistrationCodeResponse |
Creates a value of DeleteRegistrationCodeResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drcrsResponseStatus- -- | The response status code.
data DeleteRegistrationCodeResponse Source #
The output for the DeleteRegistrationCode operation.
See: deleteRegistrationCodeResponse smart constructor.
Instances
Response Lenses
drcrsResponseStatus :: Lens' DeleteRegistrationCodeResponse Int Source #
- - | The response status code.