| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoT.Types.OutgoingCertificate
Description
Synopsis
- data OutgoingCertificate = OutgoingCertificate' {}
- newOutgoingCertificate :: OutgoingCertificate
- outgoingCertificate_certificateArn :: Lens' OutgoingCertificate (Maybe Text)
- outgoingCertificate_certificateId :: Lens' OutgoingCertificate (Maybe Text)
- outgoingCertificate_creationDate :: Lens' OutgoingCertificate (Maybe UTCTime)
- outgoingCertificate_transferDate :: Lens' OutgoingCertificate (Maybe UTCTime)
- outgoingCertificate_transferMessage :: Lens' OutgoingCertificate (Maybe Text)
- outgoingCertificate_transferredTo :: Lens' OutgoingCertificate (Maybe Text)
Documentation
data OutgoingCertificate Source #
A certificate that has been transferred but not yet accepted.
See: newOutgoingCertificate smart constructor.
Constructors
| OutgoingCertificate' | |
Fields
| |
Instances
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:certificateArn:OutgoingCertificate', outgoingCertificate_certificateArn - The certificate ARN.
$sel:certificateId:OutgoingCertificate', outgoingCertificate_certificateId - The certificate ID.
$sel:creationDate:OutgoingCertificate', outgoingCertificate_creationDate - The certificate creation date.
$sel:transferDate:OutgoingCertificate', outgoingCertificate_transferDate - The date the transfer was initiated.
$sel:transferMessage:OutgoingCertificate', outgoingCertificate_transferMessage - The transfer message.
$sel:transferredTo:OutgoingCertificate', outgoingCertificate_transferredTo - The Amazon Web Services account to which the transfer was made.
outgoingCertificate_certificateArn :: Lens' OutgoingCertificate (Maybe Text) Source #
The certificate ARN.
outgoingCertificate_certificateId :: Lens' OutgoingCertificate (Maybe Text) Source #
The certificate ID.
outgoingCertificate_creationDate :: Lens' OutgoingCertificate (Maybe UTCTime) Source #
The certificate creation date.
outgoingCertificate_transferDate :: Lens' OutgoingCertificate (Maybe UTCTime) Source #
The date the transfer was initiated.
outgoingCertificate_transferMessage :: Lens' OutgoingCertificate (Maybe Text) Source #
The transfer message.
outgoingCertificate_transferredTo :: Lens' OutgoingCertificate (Maybe Text) Source #
The Amazon Web Services account to which the transfer was made.