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.RegisterCertificateWithoutCA

Description

Register a certificate that does not have a certificate authority (CA). For supported certificates, consult Certificate signing algorithms supported by IoT.

Synopsis

Creating a Request

data RegisterCertificateWithoutCA Source #

See: newRegisterCertificateWithoutCA smart constructor.

Constructors

RegisterCertificateWithoutCA' 

Fields

Instances

Instances details
ToJSON RegisterCertificateWithoutCA Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

ToHeaders RegisterCertificateWithoutCA Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

ToPath RegisterCertificateWithoutCA Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

ToQuery RegisterCertificateWithoutCA Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

AWSRequest RegisterCertificateWithoutCA Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

Generic RegisterCertificateWithoutCA Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

Associated Types

type Rep RegisterCertificateWithoutCA :: Type -> Type #

Read RegisterCertificateWithoutCA Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

Show RegisterCertificateWithoutCA Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

NFData RegisterCertificateWithoutCA Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

Eq RegisterCertificateWithoutCA Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

Hashable RegisterCertificateWithoutCA Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

type AWSResponse RegisterCertificateWithoutCA Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

type Rep RegisterCertificateWithoutCA Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

type Rep RegisterCertificateWithoutCA = D1 ('MetaData "RegisterCertificateWithoutCA" "Amazonka.IoT.RegisterCertificateWithoutCA" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "RegisterCertificateWithoutCA'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CertificateStatus)) :*: S1 ('MetaSel ('Just "certificatePem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRegisterCertificateWithoutCA Source #

Create a value of RegisterCertificateWithoutCA 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:

RegisterCertificateWithoutCA, registerCertificateWithoutCA_status - The status of the register certificate request.

RegisterCertificateWithoutCA, registerCertificateWithoutCA_certificatePem - The certificate data, in PEM format.

Request Lenses

Destructuring the Response

data RegisterCertificateWithoutCAResponse Source #

Constructors

RegisterCertificateWithoutCAResponse' 

Fields

Instances

Instances details
Generic RegisterCertificateWithoutCAResponse Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

Read RegisterCertificateWithoutCAResponse Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

Show RegisterCertificateWithoutCAResponse Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

NFData RegisterCertificateWithoutCAResponse Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

Eq RegisterCertificateWithoutCAResponse Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

type Rep RegisterCertificateWithoutCAResponse Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

type Rep RegisterCertificateWithoutCAResponse = D1 ('MetaData "RegisterCertificateWithoutCAResponse" "Amazonka.IoT.RegisterCertificateWithoutCA" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "RegisterCertificateWithoutCAResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "certificateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newRegisterCertificateWithoutCAResponse Source #

Create a value of RegisterCertificateWithoutCAResponse 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:

RegisterCertificateWithoutCAResponse, registerCertificateWithoutCAResponse_certificateArn - The Amazon Resource Name (ARN) of the registered certificate.

RegisterCertificateWithoutCAResponse, registerCertificateWithoutCAResponse_certificateId - The ID of the registered certificate. (The last part of the certificate ARN contains the certificate ID.

$sel:httpStatus:RegisterCertificateWithoutCAResponse', registerCertificateWithoutCAResponse_httpStatus - The response's http status code.

Response Lenses

registerCertificateWithoutCAResponse_certificateArn :: Lens' RegisterCertificateWithoutCAResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the registered certificate.

registerCertificateWithoutCAResponse_certificateId :: Lens' RegisterCertificateWithoutCAResponse (Maybe Text) Source #

The ID of the registered certificate. (The last part of the certificate ARN contains the certificate ID.