AWS.WorkSpacesThinClient — AWS SDK for JavaScript (original) (raw)

We recommend that you migrate to AWS SDK for JavaScript v3. For dates, additional details, and information on how to migrate, please refer to the linked announcement.

Inherits:

AWS.Service

Identifier:

workspacesthinclient

API Version:

2023-08-22

Defined in:

(unknown)

Overview

Constructs a service interface object. Each API operation is exposed as a function on service.

Service Description

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.

Sending a Request Using WorkSpacesThinClient

var workspacesthinclient = new AWS.WorkSpacesThinClient();
workspacesthinclient.createEnvironment(params, function (err, data) {
  if (err) console.log(err, err.stack); // an error occurred
  else     console.log(data);           // successful response
});

Locking the API Version

In order to ensure that the WorkSpacesThinClient object uses this specific API, you can construct the object by passing the apiVersion option to the constructor:

var workspacesthinclient = new AWS.WorkSpacesThinClient({apiVersion: '2023-08-22'});

You can also set the API version globally in AWS.config.apiVersions using the workspacesthinclient service identifier:

AWS.config.apiVersions = {
  workspacesthinclient: '2023-08-22',
  // other service API versions
};

var workspacesthinclient = new AWS.WorkSpacesThinClient();

Constructor Summarycollapse

Property Summarycollapse

Properties inherited from AWS.Service

apiVersions

Method Summarycollapse

Methods inherited from AWS.Service

makeRequest, makeUnauthenticatedRequest, waitFor, setupRequestListeners, defineService

Constructor Details

new AWS.WorkSpacesThinClient(options = {}) ⇒ Object

Constructs a service object. This object has one method for each API operation.

Property Details

endpointAWS.Endpoint

Returns an Endpoint object representing the endpoint URL for service requests.

Method Details

createEnvironment(params = {}, callback) ⇒ AWS.Request

Creates an environment for your thin client devices.

deleteDevice(params = {}, callback) ⇒ AWS.Request

Deletes a thin client device.

deleteEnvironment(params = {}, callback) ⇒ AWS.Request

deregisterDevice(params = {}, callback) ⇒ AWS.Request

Deregisters a thin client device.

getDevice(params = {}, callback) ⇒ AWS.Request

Returns information for a thin client device.

getEnvironment(params = {}, callback) ⇒ AWS.Request

Returns information for an environment.

getSoftwareSet(params = {}, callback) ⇒ AWS.Request

Returns information for a software set.

listDevices(params = {}, callback) ⇒ AWS.Request

Returns a list of thin client devices.

listEnvironments(params = {}, callback) ⇒ AWS.Request

Returns a list of environments.

listSoftwareSets(params = {}, callback) ⇒ AWS.Request

Returns a list of software sets.

listTagsForResource(params = {}, callback) ⇒ AWS.Request

Returns a list of tags for a resource.

tagResource(params = {}, callback) ⇒ AWS.Request

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

untagResource(params = {}, callback) ⇒ AWS.Request

Removes a tag or tags from a resource.

updateDevice(params = {}, callback) ⇒ AWS.Request

Updates a thin client device.

updateEnvironment(params = {}, callback) ⇒ AWS.Request

updateSoftwareSet(params = {}, callback) ⇒ AWS.Request