| 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.HashAlgorithmOptions
Description
Documentation
data HashAlgorithmOptions Source #
The hash algorithms that are available to a code signing job.
See: newHashAlgorithmOptions smart constructor.
Constructors
| HashAlgorithmOptions' | |
Fields
| |
Instances
newHashAlgorithmOptions Source #
Create a value of HashAlgorithmOptions 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:HashAlgorithmOptions', hashAlgorithmOptions_allowedValues - The set of accepted hash algorithms allowed in a code signing job.
$sel:defaultValue:HashAlgorithmOptions', hashAlgorithmOptions_defaultValue - The default hash algorithm that is used in a code signing job.
hashAlgorithmOptions_allowedValues :: Lens' HashAlgorithmOptions [HashAlgorithm] Source #
The set of accepted hash algorithms allowed in a code signing job.
hashAlgorithmOptions_defaultValue :: Lens' HashAlgorithmOptions HashAlgorithm Source #
The default hash algorithm that is used in a code signing job.