WorkSpacesThinClient

Amazon WorkSpaces Thin Client is a affordable device built to work with Amazon Web Services End User Computing (EUC) virtual desktops to provide users with a complete cloud desktop solution. WorkSpaces Thin Client is a compact device designed to connect up to two monitors and USB devices like a keyboard, mouse, headset, and webcam. To maximize endpoint security, WorkSpaces Thin Client devices do not allow local data storage or installation of unapproved applications. The WorkSpaces Thin Client device ships preloaded with device management software.

You can use these APIs to complete WorkSpaces Thin Client tasks, such as creating environments or viewing devices. For more information about WorkSpaces Thin Client, including the required permissions to use the service, see the Amazon WorkSpaces Thin Client Administrator Guide. For more information about using the Command Line Interface (CLI) to manage your WorkSpaces Thin Client resources, see the WorkSpaces Thin Client section of the CLI Reference.

Properties

Link copied to clipboard
abstract override val config: WorkSpacesThinClient.Config

WorkSpacesThinClient's configuration

Functions

Link copied to clipboard

Creates an environment for your thin client devices.

Link copied to clipboard

Deletes a thin client device.

Link copied to clipboard

Deletes an environment.

Link copied to clipboard

Deregisters a thin client device.

Link copied to clipboard
abstract suspend fun getDevice(input: GetDeviceRequest): GetDeviceResponse

Returns information for a thin client device.

Link copied to clipboard

Returns information for an environment.

Link copied to clipboard

Returns information for a software set.

Link copied to clipboard
abstract suspend fun listDevices(input: ListDevicesRequest = ListDevicesRequest { }): ListDevicesResponse

Returns a list of thin client devices.

Link copied to clipboard
abstract suspend fun listEnvironments(input: ListEnvironmentsRequest = ListEnvironmentsRequest { }): ListEnvironmentsResponse

Returns a list of environments.

Link copied to clipboard
abstract suspend fun listSoftwareSets(input: ListSoftwareSetsRequest = ListSoftwareSetsRequest { }): ListSoftwareSetsResponse

Returns a list of software sets.

Link copied to clipboard

Returns a list of tags for a resource.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

Assigns one or more tags (key-value pairs) to the specified resource.

Link copied to clipboard

Removes a tag or tags from a resource.

Link copied to clipboard

Updates a thin client device.

Link copied to clipboard

Updates an environment.

Link copied to clipboard

Updates a software set.

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Creates an environment for your thin client devices.

Link copied to clipboard

Deletes a thin client device.

Link copied to clipboard

Deletes an environment.

Link copied to clipboard

Deregisters a thin client device.

Link copied to clipboard
inline suspend fun WorkSpacesThinClient.getDevice(crossinline block: GetDeviceRequest.Builder.() -> Unit): GetDeviceResponse

Returns information for a thin client device.

Link copied to clipboard

Returns information for an environment.

Link copied to clipboard

Returns information for a software set.

Link copied to clipboard

Returns a list of thin client devices.

Link copied to clipboard

Returns a list of environments.

Link copied to clipboard

Returns a list of software sets.

Link copied to clipboard

Returns a list of tags for a resource.

Link copied to clipboard

Assigns one or more tags (key-value pairs) to the specified resource.

Link copied to clipboard

Removes a tag or tags from a resource.

Link copied to clipboard

Updates a thin client device.

Link copied to clipboard

Updates an environment.

Link copied to clipboard

Updates a software set.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.