Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data HashAlgorithmOptions Source #
The hash algorithms that are available to a code signing job.
See: newHashAlgorithmOptions
smart constructor.
HashAlgorithmOptions' | |
|
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.