workspacesweb_update_browser_settings: Updates browser settings

View source: R/workspacesweb_operations.R

workspacesweb_update_browser_settingsR Documentation

Updates browser settings

Description

Updates browser settings.

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

Usage

workspacesweb_update_browser_settings(
  browserPolicy = NULL,
  browserSettingsArn,
  clientToken = NULL
)

Arguments

browserPolicy

A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.

browserSettingsArn

[required] The ARN of the browser settings.

clientToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.

If you do not specify a client token, one is automatically generated by the AWS SDK.


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