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 |
Documentation
data UpdateDeviceCertificateParams Source #
Parameters to define a mitigation action that changes the state of the device certificate to inactive.
See: newUpdateDeviceCertificateParams
smart constructor.
UpdateDeviceCertificateParams' | |
|
Instances
newUpdateDeviceCertificateParams Source #
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
.