nimblestudio_update_launch_profile: Update a launch profile

View source: R/nimblestudio_operations.R

nimblestudio_update_launch_profileR Documentation

Update a launch profile

Description

Update a launch profile.

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

Usage

nimblestudio_update_launch_profile(
  clientToken = NULL,
  description = NULL,
  launchProfileId,
  launchProfileProtocolVersions = NULL,
  name = NULL,
  streamConfiguration = NULL,
  studioComponentIds = NULL,
  studioId
)

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.

description

The description.

launchProfileId

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

launchProfileProtocolVersions

The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".

name

The name for the launch profile.

streamConfiguration

A configuration for a streaming session.

studioComponentIds

Unique identifiers for a collection of studio components that can be used with this launch profile.

studioId

[required] The studio ID.


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