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

Description

 
Synopsis

Documentation

data OutgoingCertificate Source #

A certificate that has been transferred but not yet accepted.

See: newOutgoingCertificate smart constructor.

Constructors

OutgoingCertificate' 

Fields

Instances

Instances details
Eq OutgoingCertificate Source # 
Instance details

Defined in Amazonka.IoT.Types.OutgoingCertificate

Read OutgoingCertificate Source # 
Instance details

Defined in Amazonka.IoT.Types.OutgoingCertificate

Show OutgoingCertificate Source # 
Instance details

Defined in Amazonka.IoT.Types.OutgoingCertificate

Generic OutgoingCertificate Source # 
Instance details

Defined in Amazonka.IoT.Types.OutgoingCertificate

Associated Types

type Rep OutgoingCertificate :: Type -> Type #

NFData OutgoingCertificate Source # 
Instance details

Defined in Amazonka.IoT.Types.OutgoingCertificate

Methods

rnf :: OutgoingCertificate -> () #

Hashable OutgoingCertificate Source # 
Instance details

Defined in Amazonka.IoT.Types.OutgoingCertificate

FromJSON OutgoingCertificate Source # 
Instance details

Defined in Amazonka.IoT.Types.OutgoingCertificate

type Rep OutgoingCertificate Source # 
Instance details

Defined in Amazonka.IoT.Types.OutgoingCertificate

type Rep OutgoingCertificate = D1 ('MetaData "OutgoingCertificate" "Amazonka.IoT.Types.OutgoingCertificate" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "OutgoingCertificate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "transferDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "certificateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "transferredTo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "transferMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newOutgoingCertificate :: OutgoingCertificate Source #

Create a value of OutgoingCertificate 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:transferDate:OutgoingCertificate', outgoingCertificate_transferDate - The date the transfer was initiated.

$sel:certificateArn:OutgoingCertificate', outgoingCertificate_certificateArn - The certificate ARN.

$sel:certificateId:OutgoingCertificate', outgoingCertificate_certificateId - The certificate ID.

$sel:transferredTo:OutgoingCertificate', outgoingCertificate_transferredTo - The Amazon Web Services account to which the transfer was made.

$sel:creationDate:OutgoingCertificate', outgoingCertificate_creationDate - The certificate creation date.

$sel:transferMessage:OutgoingCertificate', outgoingCertificate_transferMessage - The transfer message.

outgoingCertificate_transferredTo :: Lens' OutgoingCertificate (Maybe Text) Source #

The Amazon Web Services account to which the transfer was made.