| 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.UpdateCACertificateParams
Description
Documentation
data UpdateCACertificateParams Source #
Parameters to define a mitigation action that changes the state of the CA certificate to inactive.
See: newUpdateCACertificateParams smart constructor.
Constructors
| UpdateCACertificateParams' | |
Fields
| |
Instances
newUpdateCACertificateParams Source #
Arguments
| :: CACertificateUpdateAction | |
| -> UpdateCACertificateParams |
Create a value of UpdateCACertificateParams 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:UpdateCACertificateParams', updateCACertificateParams_action - The action that you want to apply to the CA certificate. The only
supported value is DEACTIVATE.
updateCACertificateParams_action :: Lens' UpdateCACertificateParams CACertificateUpdateAction Source #
The action that you want to apply to the CA certificate. The only
supported value is DEACTIVATE.