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

Description

 
Synopsis

Documentation

data SigningPlatform Source #

Contains information about the signing configurations and parameters that are used to perform a code signing job.

See: newSigningPlatform smart constructor.

Constructors

SigningPlatform' 

Fields

Instances

Instances details
Eq SigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatform

Read SigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatform

Show SigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatform

Generic SigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatform

Associated Types

type Rep SigningPlatform :: Type -> Type #

NFData SigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatform

Methods

rnf :: SigningPlatform -> () #

Hashable SigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatform

FromJSON SigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatform

type Rep SigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatform

newSigningPlatform :: SigningPlatform Source #

Create a value of SigningPlatform 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:category:SigningPlatform', signingPlatform_category - The category of a code signing platform.

$sel:signingConfiguration:SigningPlatform', signingPlatform_signingConfiguration - The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

$sel:partner:SigningPlatform', signingPlatform_partner - Any partner entities linked to a code signing platform.

$sel:revocationSupported:SigningPlatform', signingPlatform_revocationSupported - Indicates whether revocation is supported for the platform.

$sel:signingImageFormat:SigningPlatform', signingPlatform_signingImageFormat - Undocumented member.

$sel:platformId:SigningPlatform', signingPlatform_platformId - The ID of a code signing; platform.

$sel:displayName:SigningPlatform', signingPlatform_displayName - The display name of a code signing platform.

$sel:maxSizeInMB:SigningPlatform', signingPlatform_maxSizeInMB - The maximum size (in MB) of code that can be signed by a code signing platform.

$sel:target:SigningPlatform', signingPlatform_target - The types of targets that can be signed by a code signing platform.

signingPlatform_category :: Lens' SigningPlatform (Maybe Category) Source #

The category of a code signing platform.

signingPlatform_signingConfiguration :: Lens' SigningPlatform (Maybe SigningConfiguration) Source #

The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

signingPlatform_partner :: Lens' SigningPlatform (Maybe Text) Source #

Any partner entities linked to a code signing platform.

signingPlatform_revocationSupported :: Lens' SigningPlatform (Maybe Bool) Source #

Indicates whether revocation is supported for the platform.

signingPlatform_platformId :: Lens' SigningPlatform (Maybe Text) Source #

The ID of a code signing; platform.

signingPlatform_displayName :: Lens' SigningPlatform (Maybe Text) Source #

The display name of a code signing platform.

signingPlatform_maxSizeInMB :: Lens' SigningPlatform (Maybe Int) Source #

The maximum size (in MB) of code that can be signed by a code signing platform.

signingPlatform_target :: Lens' SigningPlatform (Maybe Text) Source #

The types of targets that can be signed by a code signing platform.