nimblestudio_start_streaming_session {paws.end.user.computing}R Documentation

Transitions sessions from the STOPPED state into the READY state

Description

Transitions sessions from the STOPPED state into the READY state. The START_IN_PROGRESS state is the intermediate state between the STOPPED and READY states.

See https://www.paws-r-sdk.com/docs/nimblestudio_start_streaming_session/ for full documentation.

Usage

nimblestudio_start_streaming_session(
  backupId = NULL,
  clientToken = NULL,
  sessionId,
  studioId
)

Arguments

backupId

The ID of the backup.

clientToken

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

sessionId

[required] The streaming session ID for the StartStreamingSessionRequest.

studioId

[required] The studio ID for the StartStreamingSessionRequest.


[Package paws.end.user.computing version 0.7.0 Index]