libZSservicesZSamazonka-signerZSamazonka-signer
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.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
Eq SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

Read SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

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

NFData SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

Hashable SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

FromJSON 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" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "SigningProfileRevocationRecord'" 'PrefixI 'True) (S1 ('MetaSel ('Just "revokedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "revocationEffectiveFrom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "revokedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

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:revokedBy:SigningProfileRevocationRecord', signingProfileRevocationRecord_revokedBy - The identity of the revoker.

$sel:revocationEffectiveFrom:SigningProfileRevocationRecord', signingProfileRevocationRecord_revocationEffectiveFrom - The time when revocation becomes effective.

$sel:revokedAt:SigningProfileRevocationRecord', signingProfileRevocationRecord_revokedAt - The time when the signing profile was revoked.