v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1449253218.5 KB

Creates a streaming session in a studio.

After invoking this operation, you must poll GetStreamingSession until the streaming session is in the READY state.

post/2020-08-01/studios/{studioId}/streaming-sessions

Path parameters

studioIdstring required

The studio ID.

Headers

X-Amz-Client-Tokenstring

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.

Request body

ec2InstanceType'g4dn.xlarge' | 'g4dn.2xlarge' | 'g4dn.4xlarge' | 'g4dn.8xlarge' | 'g4dn.12xlarge' | 'g4dn.16xlarge' | 'g3.4xlarge' | 'g3s.xlarge' | 'g5.xlarge' | 'g5.2xlarge' | 'g5.4xlarge' | 'g5.8xlarge' | 'g5.16xlarge'

The EC2 Instance type used for the streaming session.

launchProfileIdstring required

The ID of the launch profile used to control access from the streaming session.

ownedBystring

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.

streamingImageIdstring

The ID of the streaming image.

tagsobject

A collection of labels, in the form of key-value pairs, that apply to this resource.

Response

Success