| 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.Nimble.Types.StreamingSessionStorageRoot
Description
Synopsis
Documentation
data StreamingSessionStorageRoot Source #
The upload storage root location (folder) on streaming workstations where files are uploaded.
See: newStreamingSessionStorageRoot smart constructor.
Constructors
| StreamingSessionStorageRoot' | |
Instances
newStreamingSessionStorageRoot :: StreamingSessionStorageRoot Source #
Create a value of StreamingSessionStorageRoot 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:linux:StreamingSessionStorageRoot', streamingSessionStorageRoot_linux - The folder path in Linux workstations where files are uploaded.
$sel:windows:StreamingSessionStorageRoot', streamingSessionStorageRoot_windows - The folder path in Windows workstations where files are uploaded.
streamingSessionStorageRoot_linux :: Lens' StreamingSessionStorageRoot (Maybe Text) Source #
The folder path in Linux workstations where files are uploaded.
streamingSessionStorageRoot_windows :: Lens' StreamingSessionStorageRoot (Maybe Text) Source #
The folder path in Windows workstations where files are uploaded.