amazonka-iot-2.0: Amazon IoT SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoT.Types.UpdateCACertificateParams

Description

 
Synopsis

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

Instances details
FromJSON UpdateCACertificateParams Source # 
Instance details

Defined in Amazonka.IoT.Types.UpdateCACertificateParams

ToJSON UpdateCACertificateParams Source # 
Instance details

Defined in Amazonka.IoT.Types.UpdateCACertificateParams

Generic UpdateCACertificateParams Source # 
Instance details

Defined in Amazonka.IoT.Types.UpdateCACertificateParams

Associated Types

type Rep UpdateCACertificateParams :: Type -> Type #

Read UpdateCACertificateParams Source # 
Instance details

Defined in Amazonka.IoT.Types.UpdateCACertificateParams

Show UpdateCACertificateParams Source # 
Instance details

Defined in Amazonka.IoT.Types.UpdateCACertificateParams

NFData UpdateCACertificateParams Source # 
Instance details

Defined in Amazonka.IoT.Types.UpdateCACertificateParams

Eq UpdateCACertificateParams Source # 
Instance details

Defined in Amazonka.IoT.Types.UpdateCACertificateParams

Hashable UpdateCACertificateParams Source # 
Instance details

Defined in Amazonka.IoT.Types.UpdateCACertificateParams

type Rep UpdateCACertificateParams Source # 
Instance details

Defined in Amazonka.IoT.Types.UpdateCACertificateParams

type Rep UpdateCACertificateParams = D1 ('MetaData "UpdateCACertificateParams" "Amazonka.IoT.Types.UpdateCACertificateParams" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "UpdateCACertificateParams'" 'PrefixI 'True) (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CACertificateUpdateAction)))

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.