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

Description

Register a certificate that does not have a certificate authority (CA).

Synopsis

Creating a Request

data RegisterCertificateWithoutCA Source #

See: newRegisterCertificateWithoutCA smart constructor.

Constructors

RegisterCertificateWithoutCA' 

Fields

Instances

Instances details
Eq RegisterCertificateWithoutCA Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

Read RegisterCertificateWithoutCA Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

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

NFData RegisterCertificateWithoutCA Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

Hashable RegisterCertificateWithoutCA Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

ToJSON RegisterCertificateWithoutCA Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

AWSRequest 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

type Rep RegisterCertificateWithoutCA Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

type Rep RegisterCertificateWithoutCA = D1 ('MetaData "RegisterCertificateWithoutCA" "Amazonka.IoT.RegisterCertificateWithoutCA" "libZSservicesZSamazonka-iotZSamazonka-iot" '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)))
type AWSResponse RegisterCertificateWithoutCA Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

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:

$sel:status:RegisterCertificateWithoutCA', registerCertificateWithoutCA_status - The status of the register certificate request.

$sel:certificatePem:RegisterCertificateWithoutCA', registerCertificateWithoutCA_certificatePem - The certificate data, in PEM format.

Request Lenses

Destructuring the Response

data RegisterCertificateWithoutCAResponse Source #

Constructors

RegisterCertificateWithoutCAResponse' 

Fields

Instances

Instances details
Eq 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

Generic RegisterCertificateWithoutCAResponse Source # 
Instance details

Defined in Amazonka.IoT.RegisterCertificateWithoutCA

NFData 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" "libZSservicesZSamazonka-iotZSamazonka-iot" '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:

$sel:certificateArn:RegisterCertificateWithoutCAResponse', registerCertificateWithoutCAResponse_certificateArn - The Amazon Resource Name (ARN) of the registered certificate.

$sel:certificateId: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.