| 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.SigningJob
Description
Synopsis
- data SigningJob = SigningJob' {
- createdAt :: Maybe POSIX
- isRevoked :: Maybe Bool
- jobId :: Maybe Text
- jobInvoker :: Maybe Text
- jobOwner :: Maybe Text
- platformDisplayName :: Maybe Text
- platformId :: Maybe Text
- profileName :: Maybe Text
- profileVersion :: Maybe Text
- signatureExpiresAt :: Maybe POSIX
- signedObject :: Maybe SignedObject
- signingMaterial :: Maybe SigningMaterial
- source :: Maybe Source
- status :: Maybe SigningStatus
- newSigningJob :: SigningJob
- signingJob_createdAt :: Lens' SigningJob (Maybe UTCTime)
- signingJob_isRevoked :: Lens' SigningJob (Maybe Bool)
- signingJob_jobId :: Lens' SigningJob (Maybe Text)
- signingJob_jobInvoker :: Lens' SigningJob (Maybe Text)
- signingJob_jobOwner :: Lens' SigningJob (Maybe Text)
- signingJob_platformDisplayName :: Lens' SigningJob (Maybe Text)
- signingJob_platformId :: Lens' SigningJob (Maybe Text)
- signingJob_profileName :: Lens' SigningJob (Maybe Text)
- signingJob_profileVersion :: Lens' SigningJob (Maybe Text)
- signingJob_signatureExpiresAt :: Lens' SigningJob (Maybe UTCTime)
- signingJob_signedObject :: Lens' SigningJob (Maybe SignedObject)
- signingJob_signingMaterial :: Lens' SigningJob (Maybe SigningMaterial)
- signingJob_source :: Lens' SigningJob (Maybe Source)
- signingJob_status :: Lens' SigningJob (Maybe SigningStatus)
Documentation
data SigningJob Source #
Contains information about a signing job.
See: newSigningJob smart constructor.
Constructors
| SigningJob' | |
Fields
| |
Instances
newSigningJob :: SigningJob Source #
Create a value of SigningJob 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:createdAt:SigningJob', signingJob_createdAt - The date and time that the signing job was created.
$sel:isRevoked:SigningJob', signingJob_isRevoked - Indicates whether the signing job is revoked.
$sel:jobId:SigningJob', signingJob_jobId - The ID of the signing job.
$sel:jobInvoker:SigningJob', signingJob_jobInvoker - The AWS account ID of the job invoker.
$sel:jobOwner:SigningJob', signingJob_jobOwner - The AWS account ID of the job owner.
$sel:platformDisplayName:SigningJob', signingJob_platformDisplayName - The name of a signing platform.
$sel:platformId:SigningJob', signingJob_platformId - The unique identifier for a signing platform.
$sel:profileName:SigningJob', signingJob_profileName - The name of the signing profile that created a signing job.
$sel:profileVersion:SigningJob', signingJob_profileVersion - The version of the signing profile that created a signing job.
$sel:signatureExpiresAt:SigningJob', signingJob_signatureExpiresAt - The time when the signature of a signing job expires.
$sel:signedObject:SigningJob', signingJob_signedObject - A SignedObject structure that contains information about a signing
job's signed code image.
$sel:signingMaterial:SigningJob', signingJob_signingMaterial - A SigningMaterial object that contains the Amazon Resource Name (ARN)
of the certificate used for the signing job.
$sel:source:SigningJob', signingJob_source - A Source that contains information about a signing job's code image
source.
$sel:status:SigningJob', signingJob_status - The status of the signing job.
signingJob_createdAt :: Lens' SigningJob (Maybe UTCTime) Source #
The date and time that the signing job was created.
signingJob_isRevoked :: Lens' SigningJob (Maybe Bool) Source #
Indicates whether the signing job is revoked.
signingJob_jobId :: Lens' SigningJob (Maybe Text) Source #
The ID of the signing job.
signingJob_jobInvoker :: Lens' SigningJob (Maybe Text) Source #
The AWS account ID of the job invoker.
signingJob_jobOwner :: Lens' SigningJob (Maybe Text) Source #
The AWS account ID of the job owner.
signingJob_platformDisplayName :: Lens' SigningJob (Maybe Text) Source #
The name of a signing platform.
signingJob_platformId :: Lens' SigningJob (Maybe Text) Source #
The unique identifier for a signing platform.
signingJob_profileName :: Lens' SigningJob (Maybe Text) Source #
The name of the signing profile that created a signing job.
signingJob_profileVersion :: Lens' SigningJob (Maybe Text) Source #
The version of the signing profile that created a signing job.
signingJob_signatureExpiresAt :: Lens' SigningJob (Maybe UTCTime) Source #
The time when the signature of a signing job expires.
signingJob_signedObject :: Lens' SigningJob (Maybe SignedObject) Source #
A SignedObject structure that contains information about a signing
job's signed code image.
signingJob_signingMaterial :: Lens' SigningJob (Maybe SigningMaterial) Source #
A SigningMaterial object that contains the Amazon Resource Name (ARN)
of the certificate used for the signing job.
signingJob_source :: Lens' SigningJob (Maybe Source) Source #
A Source that contains information about a signing job's code image
source.
signingJob_status :: Lens' SigningJob (Maybe SigningStatus) Source #
The status of the signing job.