View Source AWS.WorkSpacesThinClient (aws-elixir v1.0.0)

Amazon WorkSpaces Thin Client is an 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.

Summary

Functions

Creates an environment for your thin client devices.

Deletes a thin client device.

Deregisters a thin client device.

Returns information for a thin client device.

Returns information for an environment.

Returns information for a software set.

Returns a list of tags for a resource.

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

Removes a tag or tags from a resource.

Updates a thin client device.

Functions

Link to this function

create_environment(client, input, options \\ [])

View Source

Creates an environment for your thin client devices.

Link to this function

delete_device(client, id, input, options \\ [])

View Source

Deletes a thin client device.

Link to this function

delete_environment(client, id, input, options \\ [])

View Source

Deletes an environment.

Link to this function

deregister_device(client, id, input, options \\ [])

View Source

Deregisters a thin client device.

Link to this function

get_device(client, id, options \\ [])

View Source

Returns information for a thin client device.

Link to this function

get_environment(client, id, options \\ [])

View Source

Returns information for an environment.

Link to this function

get_software_set(client, id, options \\ [])

View Source

Returns information for a software set.

Link to this function

list_devices(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of thin client devices.

Link to this function

list_environments(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of environments.

Link to this function

list_software_sets(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of software sets.

Link to this function

list_tags_for_resource(client, resource_arn, options \\ [])

View Source

Returns a list of tags for a resource.

Link to this function

tag_resource(client, resource_arn, input, options \\ [])

View Source

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

Link to this function

untag_resource(client, resource_arn, input, options \\ [])

View Source

Removes a tag or tags from a resource.

Link to this function

update_device(client, id, input, options \\ [])

View Source

Updates a thin client device.

Link to this function

update_environment(client, id, input, options \\ [])

View Source

Updates an environment.

Link to this function

update_software_set(client, id, input, options \\ [])

View Source

Updates a software set.