| 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.SigningImageFormat
Description
Documentation
data SigningImageFormat Source #
The image format of a code signing platform or profile.
See: newSigningImageFormat smart constructor.
Constructors
| SigningImageFormat' | |
Fields
| |
Instances
newSigningImageFormat Source #
Create a value of SigningImageFormat 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:supportedFormats:SigningImageFormat', signingImageFormat_supportedFormats - The supported formats of a code signing image.
$sel:defaultFormat:SigningImageFormat', signingImageFormat_defaultFormat - The default format of a code signing image.
signingImageFormat_supportedFormats :: Lens' SigningImageFormat [ImageFormat] Source #
The supported formats of a code signing image.
signingImageFormat_defaultFormat :: Lens' SigningImageFormat ImageFormat Source #
The default format of a code signing image.