amazonka-signer-2.0: Amazon Signer 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.Signer.Types.SigningProfileRevocationRecord

Description

 
Synopsis

Documentation

data SigningProfileRevocationRecord Source #

Revocation information for a signing profile.

See: newSigningProfileRevocationRecord smart constructor.

Constructors

SigningProfileRevocationRecord' 

Fields

Instances

Instances details
FromJSON SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

Generic SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

Associated Types

type Rep SigningProfileRevocationRecord :: Type -> Type #

Read SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

Show SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

NFData SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

Eq SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

Hashable SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

type Rep SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

type Rep SigningProfileRevocationRecord = D1 ('MetaData "SigningProfileRevocationRecord" "Amazonka.Signer.Types.SigningProfileRevocationRecord" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'False) (C1 ('MetaCons "SigningProfileRevocationRecord'" 'PrefixI 'True) (S1 ('MetaSel ('Just "revocationEffectiveFrom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "revokedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "revokedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.