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 |
Synopsis
- data ArchiveOutputSettings = ArchiveOutputSettings' {}
- newArchiveOutputSettings :: ArchiveContainerSettings -> ArchiveOutputSettings
- archiveOutputSettings_extension :: Lens' ArchiveOutputSettings (Maybe Text)
- archiveOutputSettings_nameModifier :: Lens' ArchiveOutputSettings (Maybe Text)
- archiveOutputSettings_containerSettings :: Lens' ArchiveOutputSettings ArchiveContainerSettings
Documentation
data ArchiveOutputSettings Source #
Archive Output Settings
See: newArchiveOutputSettings
smart constructor.
ArchiveOutputSettings' | |
|
Instances
newArchiveOutputSettings Source #
Create a value of ArchiveOutputSettings
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:extension:ArchiveOutputSettings'
, archiveOutputSettings_extension
- Output file extension. If excluded, this will be auto-selected from the
container type.
$sel:nameModifier:ArchiveOutputSettings'
, archiveOutputSettings_nameModifier
- String concatenated to the end of the destination filename. Required for
multiple outputs of the same type.
$sel:containerSettings:ArchiveOutputSettings'
, archiveOutputSettings_containerSettings
- Settings specific to the container type of the file.
archiveOutputSettings_extension :: Lens' ArchiveOutputSettings (Maybe Text) Source #
Output file extension. If excluded, this will be auto-selected from the container type.
archiveOutputSettings_nameModifier :: Lens' ArchiveOutputSettings (Maybe Text) Source #
String concatenated to the end of the destination filename. Required for multiple outputs of the same type.
archiveOutputSettings_containerSettings :: Lens' ArchiveOutputSettings ArchiveContainerSettings Source #
Settings specific to the container type of the file.