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

Transitions sessions from the READY state into the STOPPED state

Description

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

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

Usage

nimblestudio_stop_streaming_session(
  clientToken = NULL,
  sessionId,
  studioId,
  volumeRetentionMode = NULL
)

Arguments

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 StopStreamingSessionRequest.

studioId

[required] The studioId for the StopStreamingSessionRequest.

volumeRetentionMode

Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the EBS volumes.


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