| 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.StreamingSessionStream
Description
Synopsis
- data StreamingSessionStream = StreamingSessionStream' {}
- newStreamingSessionStream :: StreamingSessionStream
- streamingSessionStream_createdAt :: Lens' StreamingSessionStream (Maybe UTCTime)
- streamingSessionStream_createdBy :: Lens' StreamingSessionStream (Maybe Text)
- streamingSessionStream_expiresAt :: Lens' StreamingSessionStream (Maybe UTCTime)
- streamingSessionStream_ownedBy :: Lens' StreamingSessionStream (Maybe Text)
- streamingSessionStream_state :: Lens' StreamingSessionStream (Maybe StreamingSessionStreamState)
- streamingSessionStream_statusCode :: Lens' StreamingSessionStream (Maybe StreamingSessionStreamStatusCode)
- streamingSessionStream_streamId :: Lens' StreamingSessionStream (Maybe Text)
- streamingSessionStream_url :: Lens' StreamingSessionStream (Maybe Text)
Documentation
data StreamingSessionStream Source #
A stream is an active connection to a streaming session, enabling a studio user to control the streaming session using a compatible client. Streaming session streams are compatible with the NICE DCV web client, included in the Nimble Studio portal, or the NICE DCV desktop client.
See: newStreamingSessionStream smart constructor.
Constructors
| StreamingSessionStream' | |
Fields
| |
Instances
newStreamingSessionStream :: StreamingSessionStream Source #
Create a value of StreamingSessionStream 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:createdAt:StreamingSessionStream', streamingSessionStream_createdAt - The ISO timestamp in seconds for when the resource was created.
$sel:createdBy:StreamingSessionStream', streamingSessionStream_createdBy - The user ID of the user that created the streaming session stream.
$sel:expiresAt:StreamingSessionStream', streamingSessionStream_expiresAt - The ISO timestamp in seconds for when the resource expires.
$sel:ownedBy:StreamingSessionStream', streamingSessionStream_ownedBy - The user ID of the user that owns the streaming session. The user that
owns the session will be logging into the session and interacting with
the virtual workstation.
$sel:state:StreamingSessionStream', streamingSessionStream_state - The current state.
$sel:statusCode:StreamingSessionStream', streamingSessionStream_statusCode - The streaming session stream status code.
$sel:streamId:StreamingSessionStream', streamingSessionStream_streamId - The stream ID.
$sel:url:StreamingSessionStream', streamingSessionStream_url - The URL to connect to this stream using the DCV client.
streamingSessionStream_createdAt :: Lens' StreamingSessionStream (Maybe UTCTime) Source #
The ISO timestamp in seconds for when the resource was created.
streamingSessionStream_createdBy :: Lens' StreamingSessionStream (Maybe Text) Source #
The user ID of the user that created the streaming session stream.
streamingSessionStream_expiresAt :: Lens' StreamingSessionStream (Maybe UTCTime) Source #
The ISO timestamp in seconds for when the resource expires.
streamingSessionStream_ownedBy :: Lens' StreamingSessionStream (Maybe Text) Source #
The user ID of the user that owns the streaming session. The user that owns the session will be logging into the session and interacting with the virtual workstation.
streamingSessionStream_state :: Lens' StreamingSessionStream (Maybe StreamingSessionStreamState) Source #
The current state.
streamingSessionStream_statusCode :: Lens' StreamingSessionStream (Maybe StreamingSessionStreamStatusCode) Source #
The streaming session stream status code.
streamingSessionStream_streamId :: Lens' StreamingSessionStream (Maybe Text) Source #
The stream ID.
streamingSessionStream_url :: Lens' StreamingSessionStream (Maybe Text) Source #
The URL to connect to this stream using the DCV client.