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 UpdateCACertificateParams Source #
Parameters to define a mitigation action that changes the state of the CA certificate to inactive.
See: newUpdateCACertificateParams
smart constructor.
UpdateCACertificateParams' | |
|
Instances
newUpdateCACertificateParams Source #
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
.