| 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.Signer.Types.SigningProfileRevocationRecord
Description
Synopsis
- data SigningProfileRevocationRecord = SigningProfileRevocationRecord' {}
- newSigningProfileRevocationRecord :: SigningProfileRevocationRecord
- signingProfileRevocationRecord_revocationEffectiveFrom :: Lens' SigningProfileRevocationRecord (Maybe UTCTime)
- signingProfileRevocationRecord_revokedAt :: Lens' SigningProfileRevocationRecord (Maybe UTCTime)
- signingProfileRevocationRecord_revokedBy :: Lens' SigningProfileRevocationRecord (Maybe Text)
Documentation
data SigningProfileRevocationRecord Source #
Revocation information for a signing profile.
See: newSigningProfileRevocationRecord smart constructor.
Constructors
| SigningProfileRevocationRecord' | |
Instances
newSigningProfileRevocationRecord :: SigningProfileRevocationRecord Source #
Create a value of SigningProfileRevocationRecord 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:revocationEffectiveFrom:SigningProfileRevocationRecord', signingProfileRevocationRecord_revocationEffectiveFrom - The time when revocation becomes effective.
$sel:revokedAt:SigningProfileRevocationRecord', signingProfileRevocationRecord_revokedAt - The time when the signing profile was revoked.
$sel:revokedBy:SigningProfileRevocationRecord', signingProfileRevocationRecord_revokedBy - The identity of the revoker.
signingProfileRevocationRecord_revocationEffectiveFrom :: Lens' SigningProfileRevocationRecord (Maybe UTCTime) Source #
The time when revocation becomes effective.
signingProfileRevocationRecord_revokedAt :: Lens' SigningProfileRevocationRecord (Maybe UTCTime) Source #
The time when the signing profile was revoked.
signingProfileRevocationRecord_revokedBy :: Lens' SigningProfileRevocationRecord (Maybe Text) Source #
The identity of the revoker.