| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoT.Types.UpdateDeviceCertificateParams
Description
Documentation
data UpdateDeviceCertificateParams Source #
Parameters to define a mitigation action that changes the state of the device certificate to inactive.
See: newUpdateDeviceCertificateParams smart constructor.
Constructors
| UpdateDeviceCertificateParams' | |
Fields
| |
Instances
newUpdateDeviceCertificateParams Source #
Arguments
| :: DeviceCertificateUpdateAction | |
| -> UpdateDeviceCertificateParams |
Create a value of UpdateDeviceCertificateParams 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:action:UpdateDeviceCertificateParams', updateDeviceCertificateParams_action - The action that you want to apply to the device certificate. The only
supported value is DEACTIVATE.
updateDeviceCertificateParams_action :: Lens' UpdateDeviceCertificateParams DeviceCertificateUpdateAction Source #
The action that you want to apply to the device certificate. The only
supported value is DEACTIVATE.