nimblestudio_stop_streaming_session: Transitions sessions from the READY state into the STOPPED...

View source: R/nimblestudio_operations.R

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


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.