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

Description

 
Synopsis

Documentation

data SigningJobRevocationRecord Source #

Revocation information for a signing job.

See: newSigningJobRevocationRecord smart constructor.

Constructors

SigningJobRevocationRecord' 

Fields

Instances

Instances details
Eq SigningJobRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJobRevocationRecord

Read SigningJobRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJobRevocationRecord

Show SigningJobRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJobRevocationRecord

Generic SigningJobRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJobRevocationRecord

Associated Types

type Rep SigningJobRevocationRecord :: Type -> Type #

NFData SigningJobRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJobRevocationRecord

Hashable SigningJobRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJobRevocationRecord

FromJSON SigningJobRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJobRevocationRecord

type Rep SigningJobRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJobRevocationRecord

type Rep SigningJobRevocationRecord = D1 ('MetaData "SigningJobRevocationRecord" "Amazonka.Signer.Types.SigningJobRevocationRecord" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "SigningJobRevocationRecord'" 'PrefixI 'True) (S1 ('MetaSel ('Just "revokedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "revokedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSigningJobRevocationRecord :: SigningJobRevocationRecord Source #

Create a value of SigningJobRevocationRecord 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:SigningJobRevocationRecord', signingJobRevocationRecord_revokedBy - The identity of the revoker.

$sel:revokedAt:SigningJobRevocationRecord', signingJobRevocationRecord_revokedAt - The time of revocation.

$sel:reason:SigningJobRevocationRecord', signingJobRevocationRecord_reason - A caller-supplied reason for revocation.