| 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.StreamConfigurationSessionStorage
Description
Synopsis
- data StreamConfigurationSessionStorage = StreamConfigurationSessionStorage' {}
- newStreamConfigurationSessionStorage :: NonEmpty StreamingSessionStorageMode -> StreamConfigurationSessionStorage
- streamConfigurationSessionStorage_root :: Lens' StreamConfigurationSessionStorage (Maybe StreamingSessionStorageRoot)
- streamConfigurationSessionStorage_mode :: Lens' StreamConfigurationSessionStorage (NonEmpty StreamingSessionStorageMode)
Documentation
data StreamConfigurationSessionStorage Source #
The configuration for a streaming session’s upload storage.
See: newStreamConfigurationSessionStorage smart constructor.
Constructors
| StreamConfigurationSessionStorage' | |
Fields
| |
Instances
newStreamConfigurationSessionStorage Source #
Create a value of StreamConfigurationSessionStorage 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:root:StreamConfigurationSessionStorage', streamConfigurationSessionStorage_root - The configuration for the upload storage root of the streaming session.
$sel:mode:StreamConfigurationSessionStorage', streamConfigurationSessionStorage_mode - Allows artists to upload files to their workstations. The only valid
option is UPLOAD.
streamConfigurationSessionStorage_root :: Lens' StreamConfigurationSessionStorage (Maybe StreamingSessionStorageRoot) Source #
The configuration for the upload storage root of the streaming session.
streamConfigurationSessionStorage_mode :: Lens' StreamConfigurationSessionStorage (NonEmpty StreamingSessionStorageMode) Source #
Allows artists to upload files to their workstations. The only valid
option is UPLOAD.