amazonka-nimble-2.0: Amazon NimbleStudio SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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' 

Fields

Instances

Instances details
FromJSON StreamingSessionStorageRoot Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingSessionStorageRoot

ToJSON StreamingSessionStorageRoot Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingSessionStorageRoot

Generic StreamingSessionStorageRoot Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingSessionStorageRoot

Associated Types

type Rep StreamingSessionStorageRoot :: Type -> Type #

Show StreamingSessionStorageRoot Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingSessionStorageRoot

NFData StreamingSessionStorageRoot Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingSessionStorageRoot

Eq StreamingSessionStorageRoot Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingSessionStorageRoot

Hashable StreamingSessionStorageRoot Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingSessionStorageRoot

type Rep StreamingSessionStorageRoot Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingSessionStorageRoot

type Rep StreamingSessionStorageRoot = D1 ('MetaData "StreamingSessionStorageRoot" "Amazonka.Nimble.Types.StreamingSessionStorageRoot" "amazonka-nimble-2.0-GaSxVwPXmRh7tifR7EIdTs" 'False) (C1 ('MetaCons "StreamingSessionStorageRoot'" 'PrefixI 'True) (S1 ('MetaSel ('Just "linux") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "windows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

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.