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

Description

 
Synopsis

Documentation

data EncryptionAlgorithmOptions Source #

The encryption algorithm options that are available to a code signing job.

See: newEncryptionAlgorithmOptions smart constructor.

Constructors

EncryptionAlgorithmOptions' 

Fields

Instances

Instances details
Eq EncryptionAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithmOptions

Read EncryptionAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithmOptions

Show EncryptionAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithmOptions

Generic EncryptionAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithmOptions

Associated Types

type Rep EncryptionAlgorithmOptions :: Type -> Type #

NFData EncryptionAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithmOptions

Hashable EncryptionAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithmOptions

FromJSON EncryptionAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithmOptions

type Rep EncryptionAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithmOptions

type Rep EncryptionAlgorithmOptions = D1 ('MetaData "EncryptionAlgorithmOptions" "Amazonka.Signer.Types.EncryptionAlgorithmOptions" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "EncryptionAlgorithmOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "allowedValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EncryptionAlgorithm]) :*: S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EncryptionAlgorithm)))

newEncryptionAlgorithmOptions Source #

Create a value of EncryptionAlgorithmOptions 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:allowedValues:EncryptionAlgorithmOptions', encryptionAlgorithmOptions_allowedValues - The set of accepted encryption algorithms that are allowed in a code signing job.

$sel:defaultValue:EncryptionAlgorithmOptions', encryptionAlgorithmOptions_defaultValue - The default encryption algorithm that is used by a code signing job.

encryptionAlgorithmOptions_allowedValues :: Lens' EncryptionAlgorithmOptions [EncryptionAlgorithm] Source #

The set of accepted encryption algorithms that are allowed in a code signing job.

encryptionAlgorithmOptions_defaultValue :: Lens' EncryptionAlgorithmOptions EncryptionAlgorithm Source #

The default encryption algorithm that is used by a code signing job.