libZSservicesZSamazonka-iotZSamazonka-iot
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq UpdateCACertificateParams Source # 
Instance details

Defined in Amazonka.IoT.Types.UpdateCACertificateParams

Read UpdateCACertificateParams Source # 
Instance details

Defined in Amazonka.IoT.Types.UpdateCACertificateParams

Show 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 #

NFData UpdateCACertificateParams Source # 
Instance details

Defined in Amazonka.IoT.Types.UpdateCACertificateParams

Hashable UpdateCACertificateParams Source # 
Instance details

Defined in Amazonka.IoT.Types.UpdateCACertificateParams

ToJSON UpdateCACertificateParams Source # 
Instance details

Defined in Amazonka.IoT.Types.UpdateCACertificateParams

FromJSON 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" "libZSservicesZSamazonka-iotZSamazonka-iot" '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.