@aws-sdk/client-workspaces-thin-client 3.533.0 → 3.540.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/README.md +1 -1
  2. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  3. package/dist-cjs/index.js +0 -2
  4. package/dist-es/endpoint/endpointResolver.js +3 -1
  5. package/dist-es/index.js +0 -1
  6. package/dist-es/protocols/Aws_restJson1.js +0 -1
  7. package/dist-types/WorkSpacesThinClient.d.ts +5 -2
  8. package/dist-types/WorkSpacesThinClientClient.d.ts +2 -2
  9. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteDeviceCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -1
  12. package/dist-types/commands/DeregisterDeviceCommand.d.ts +2 -1
  13. package/dist-types/commands/GetDeviceCommand.d.ts +2 -1
  14. package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -1
  15. package/dist-types/commands/GetSoftwareSetCommand.d.ts +2 -1
  16. package/dist-types/commands/ListDevicesCommand.d.ts +2 -1
  17. package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -1
  18. package/dist-types/commands/ListSoftwareSetsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  20. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  21. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  22. package/dist-types/commands/UpdateDeviceCommand.d.ts +2 -2
  23. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -1
  24. package/dist-types/commands/UpdateSoftwareSetCommand.d.ts +2 -1
  25. package/dist-types/index.d.ts +1 -2
  26. package/dist-types/models/models_0.d.ts +188 -194
  27. package/dist-types/ts3.4/WorkSpacesThinClient.d.ts +3 -0
  28. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +9 -0
  29. package/dist-types/ts3.4/commands/DeleteDeviceCommand.d.ts +9 -0
  30. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +9 -0
  31. package/dist-types/ts3.4/commands/DeregisterDeviceCommand.d.ts +9 -0
  32. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/GetSoftwareSetCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/ListSoftwareSetsCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/UpdateDeviceCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/UpdateSoftwareSetCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/index.d.ts +0 -1
  45. package/dist-types/ts3.4/models/models_0.d.ts +0 -1
  46. package/package.json +40 -40
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  AWS SDK for JavaScript WorkSpacesThinClient Client for Node.js, Browser and React Native.
8
8
 
9
- <p>Amazon WorkSpaces Thin Client is a affordable device built to work with Amazon Web Services End User
9
+ <p>Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User
10
10
  Computing (EUC) virtual desktops to provide users with a complete cloud desktop
11
11
  solution. WorkSpaces Thin Client is a compact device designed to connect up to two monitors and USB
12
12
  devices like a keyboard, mouse, headset, and webcam. To maximize endpoint security, WorkSpaces Thin Client
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -843,7 +843,6 @@ var se_UpdateDeviceCommand = /* @__PURE__ */ __name(async (input, context) => {
843
843
  body = JSON.stringify(
844
844
  (0, import_smithy_client.take)(input, {
845
845
  desiredSoftwareSetId: [],
846
- kmsKeyArn: [],
847
846
  name: [],
848
847
  softwareSetUpdateSchedule: []
849
848
  })
@@ -1724,7 +1723,6 @@ var paginateListEnvironments = (0, import_core.createPaginator)(WorkSpacesThinCl
1724
1723
  var paginateListSoftwareSets = (0, import_core.createPaginator)(WorkSpacesThinClientClient, ListSoftwareSetsCommand, "nextToken", "nextToken", "maxResults");
1725
1724
 
1726
1725
  // src/index.ts
1727
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
1728
1726
  var WorkSpacesThin = WorkSpacesThinClient;
1729
1727
  // Annotate the CommonJS export names for ESM import in node:
1730
1728
 
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,7 +3,6 @@ export * from "./WorkSpacesThinClient";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { WorkSpacesThinClientServiceException } from "./models/WorkSpacesThinClientServiceException";
8
7
  import { WorkSpacesThinClient } from "./WorkSpacesThinClient";
9
8
  export const WorkSpacesThin = WorkSpacesThinClient;
@@ -281,7 +281,6 @@ export const se_UpdateDeviceCommand = async (input, context) => {
281
281
  let body;
282
282
  body = JSON.stringify(take(input, {
283
283
  desiredSoftwareSetId: [],
284
- kmsKeyArn: [],
285
284
  name: [],
286
285
  softwareSetUpdateSchedule: [],
287
286
  }));
@@ -62,18 +62,21 @@ export interface WorkSpacesThinClient {
62
62
  /**
63
63
  * @see {@link ListDevicesCommand}
64
64
  */
65
+ listDevices(): Promise<ListDevicesCommandOutput>;
65
66
  listDevices(args: ListDevicesCommandInput, options?: __HttpHandlerOptions): Promise<ListDevicesCommandOutput>;
66
67
  listDevices(args: ListDevicesCommandInput, cb: (err: any, data?: ListDevicesCommandOutput) => void): void;
67
68
  listDevices(args: ListDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevicesCommandOutput) => void): void;
68
69
  /**
69
70
  * @see {@link ListEnvironmentsCommand}
70
71
  */
72
+ listEnvironments(): Promise<ListEnvironmentsCommandOutput>;
71
73
  listEnvironments(args: ListEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListEnvironmentsCommandOutput>;
72
74
  listEnvironments(args: ListEnvironmentsCommandInput, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
73
75
  listEnvironments(args: ListEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
74
76
  /**
75
77
  * @see {@link ListSoftwareSetsCommand}
76
78
  */
79
+ listSoftwareSets(): Promise<ListSoftwareSetsCommandOutput>;
77
80
  listSoftwareSets(args: ListSoftwareSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListSoftwareSetsCommandOutput>;
78
81
  listSoftwareSets(args: ListSoftwareSetsCommandInput, cb: (err: any, data?: ListSoftwareSetsCommandOutput) => void): void;
79
82
  listSoftwareSets(args: ListSoftwareSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSoftwareSetsCommandOutput) => void): void;
@@ -115,8 +118,7 @@ export interface WorkSpacesThinClient {
115
118
  updateSoftwareSet(args: UpdateSoftwareSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSoftwareSetCommandOutput) => void): void;
116
119
  }
117
120
  /**
118
- * @public
119
- * <p>Amazon WorkSpaces Thin Client is a affordable device built to work with Amazon Web Services End User
121
+ * <p>Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User
120
122
  * Computing (EUC) virtual desktops to provide users with a complete cloud desktop
121
123
  * solution. WorkSpaces Thin Client is a compact device designed to connect up to two monitors and USB
122
124
  * devices like a keyboard, mouse, headset, and webcam. To maximize endpoint security, WorkSpaces Thin Client
@@ -128,6 +130,7 @@ export interface WorkSpacesThinClient {
128
130
  * more information about using the Command Line Interface (CLI) to manage
129
131
  * your WorkSpaces Thin Client resources, see the <a href="https://docs.aws.amazon.com/cli/latest/reference/workspaces-thin-client/index.html">WorkSpaces Thin Client section of the
130
132
  * CLI Reference</a>.</p>
133
+ * @public
131
134
  */
132
135
  export declare class WorkSpacesThinClient extends WorkSpacesThinClientClient implements WorkSpacesThinClient {
133
136
  }
@@ -167,8 +167,7 @@ export type WorkSpacesThinClientClientResolvedConfigType = __SmithyResolvedConfi
167
167
  export interface WorkSpacesThinClientClientResolvedConfig extends WorkSpacesThinClientClientResolvedConfigType {
168
168
  }
169
169
  /**
170
- * @public
171
- * <p>Amazon WorkSpaces Thin Client is a affordable device built to work with Amazon Web Services End User
170
+ * <p>Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User
172
171
  * Computing (EUC) virtual desktops to provide users with a complete cloud desktop
173
172
  * solution. WorkSpaces Thin Client is a compact device designed to connect up to two monitors and USB
174
173
  * devices like a keyboard, mouse, headset, and webcam. To maximize endpoint security, WorkSpaces Thin Client
@@ -180,6 +179,7 @@ export interface WorkSpacesThinClientClientResolvedConfig extends WorkSpacesThin
180
179
  * more information about using the Command Line Interface (CLI) to manage
181
180
  * your WorkSpaces Thin Client resources, see the <a href="https://docs.aws.amazon.com/cli/latest/reference/workspaces-thin-client/index.html">WorkSpaces Thin Client section of the
182
181
  * CLI Reference</a>.</p>
182
+ * @public
183
183
  */
184
184
  export declare class WorkSpacesThinClientClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, WorkSpacesThinClientClientResolvedConfig> {
185
185
  /**
@@ -22,10 +22,10 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentRespons
22
22
  }
23
23
  declare const CreateEnvironmentCommand_base: {
24
24
  new (input: CreateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an environment for your thin client devices.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -126,6 +126,7 @@ declare const CreateEnvironmentCommand_base: {
126
126
  * @throws {@link WorkSpacesThinClientServiceException}
127
127
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
128
128
  *
129
+ * @public
129
130
  */
130
131
  export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
131
132
  }
@@ -22,10 +22,10 @@ export interface DeleteDeviceCommandOutput extends DeleteDeviceResponse, __Metad
22
22
  }
23
23
  declare const DeleteDeviceCommand_base: {
24
24
  new (input: DeleteDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeviceCommandInput, DeleteDeviceCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeviceCommandInput, DeleteDeviceCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a thin client device.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DeleteDeviceCommand_base: {
72
72
  * @throws {@link WorkSpacesThinClientServiceException}
73
73
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeleteDeviceCommand extends DeleteDeviceCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentRespons
22
22
  }
23
23
  declare const DeleteEnvironmentCommand_base: {
24
24
  new (input: DeleteEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an environment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DeleteEnvironmentCommand_base: {
72
72
  * @throws {@link WorkSpacesThinClientServiceException}
73
73
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DeregisterDeviceCommandOutput extends DeregisterDeviceResponse,
22
22
  }
23
23
  declare const DeregisterDeviceCommand_base: {
24
24
  new (input: DeregisterDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterDeviceCommandInput, DeregisterDeviceCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeregisterDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterDeviceCommandInput, DeregisterDeviceCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deregisters a thin client device.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const DeregisterDeviceCommand_base: {
73
73
  * @throws {@link WorkSpacesThinClientServiceException}
74
74
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class DeregisterDeviceCommand extends DeregisterDeviceCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface GetDeviceCommandOutput extends GetDeviceResponse, __MetadataBea
22
22
  }
23
23
  declare const GetDeviceCommand_base: {
24
24
  new (input: GetDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeviceCommandInput, GetDeviceCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeviceCommandInput, GetDeviceCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information for a thin client device.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -93,6 +93,7 @@ declare const GetDeviceCommand_base: {
93
93
  * @throws {@link WorkSpacesThinClientServiceException}
94
94
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class GetDeviceCommand extends GetDeviceCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __M
22
22
  }
23
23
  declare const GetEnvironmentCommand_base: {
24
24
  new (input: GetEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information for an environment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -101,6 +101,7 @@ declare const GetEnvironmentCommand_base: {
101
101
  * @throws {@link WorkSpacesThinClientServiceException}
102
102
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface GetSoftwareSetCommandOutput extends GetSoftwareSetResponse, __M
22
22
  }
23
23
  declare const GetSoftwareSetCommand_base: {
24
24
  new (input: GetSoftwareSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetSoftwareSetCommandInput, GetSoftwareSetCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSoftwareSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetSoftwareSetCommandInput, GetSoftwareSetCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information for a software set.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const GetSoftwareSetCommand_base: {
81
81
  * @throws {@link WorkSpacesThinClientServiceException}
82
82
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class GetSoftwareSetCommand extends GetSoftwareSetCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface ListDevicesCommandOutput extends ListDevicesResponse, __Metadat
22
22
  }
23
23
  declare const ListDevicesCommand_base: {
24
24
  new (input: ListDevicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevicesCommandInput, ListDevicesCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDevicesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDevicesCommandInput, ListDevicesCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of thin client devices.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const ListDevicesCommand_base: {
89
89
  * @throws {@link WorkSpacesThinClientServiceException}
90
90
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class ListDevicesCommand extends ListDevicesCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse,
22
22
  }
23
23
  declare const ListEnvironmentsCommand_base: {
24
24
  new (input: ListEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListEnvironmentsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of environments.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -98,6 +98,7 @@ declare const ListEnvironmentsCommand_base: {
98
98
  * @throws {@link WorkSpacesThinClientServiceException}
99
99
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface ListSoftwareSetsCommandOutput extends ListSoftwareSetsResponse,
22
22
  }
23
23
  declare const ListSoftwareSetsCommand_base: {
24
24
  new (input: ListSoftwareSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSoftwareSetsCommandInput, ListSoftwareSetsCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListSoftwareSetsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSoftwareSetsCommandInput, ListSoftwareSetsCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of software sets.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const ListSoftwareSetsCommand_base: {
76
76
  * @throws {@link WorkSpacesThinClientServiceException}
77
77
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class ListSoftwareSetsCommand extends ListSoftwareSetsCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of tags for a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const ListTagsForResourceCommand_base: {
64
64
  * @throws {@link WorkSpacesThinClientServiceException}
65
65
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Assigns one or more tags (key-value pairs) to the specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const TagResourceCommand_base: {
63
63
  * @throws {@link WorkSpacesThinClientServiceException}
64
64
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class TagResourceCommand extends TagResourceCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes a tag or tags from a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const UntagResourceCommand_base: {
63
63
  * @throws {@link WorkSpacesThinClientServiceException}
64
64
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface UpdateDeviceCommandOutput extends UpdateDeviceResponse, __Metad
22
22
  }
23
23
  declare const UpdateDeviceCommand_base: {
24
24
  new (input: UpdateDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDeviceCommandInput, UpdateDeviceCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDeviceCommandInput, UpdateDeviceCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a thin client device.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -38,7 +38,6 @@ declare const UpdateDeviceCommand_base: {
38
38
  * name: "STRING_VALUE",
39
39
  * desiredSoftwareSetId: "STRING_VALUE",
40
40
  * softwareSetUpdateSchedule: "USE_MAINTENANCE_WINDOW" || "APPLY_IMMEDIATELY",
41
- * kmsKeyArn: "STRING_VALUE",
42
41
  * };
43
42
  * const command = new UpdateDeviceCommand(input);
44
43
  * const response = await client.send(command);
@@ -92,6 +91,7 @@ declare const UpdateDeviceCommand_base: {
92
91
  * @throws {@link WorkSpacesThinClientServiceException}
93
92
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
94
93
  *
94
+ * @public
95
95
  */
96
96
  export declare class UpdateDeviceCommand extends UpdateDeviceCommand_base {
97
97
  }
@@ -22,10 +22,10 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentRespons
22
22
  }
23
23
  declare const UpdateEnvironmentCommand_base: {
24
24
  new (input: UpdateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an environment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -114,6 +114,7 @@ declare const UpdateEnvironmentCommand_base: {
114
114
  * @throws {@link WorkSpacesThinClientServiceException}
115
115
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
116
116
  *
117
+ * @public
117
118
  */
118
119
  export declare class UpdateEnvironmentCommand extends UpdateEnvironmentCommand_base {
119
120
  }
@@ -22,10 +22,10 @@ export interface UpdateSoftwareSetCommandOutput extends UpdateSoftwareSetRespons
22
22
  }
23
23
  declare const UpdateSoftwareSetCommand_base: {
24
24
  new (input: UpdateSoftwareSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSoftwareSetCommandInput, UpdateSoftwareSetCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateSoftwareSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSoftwareSetCommandInput, UpdateSoftwareSetCommandOutput, WorkSpacesThinClientClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a software set.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const UpdateSoftwareSetCommand_base: {
67
67
  * @throws {@link WorkSpacesThinClientServiceException}
68
68
  * <p>Base exception class for all service exceptions from WorkSpacesThinClient service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class UpdateSoftwareSetCommand extends UpdateSoftwareSetCommand_base {
72
73
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * <p>Amazon WorkSpaces Thin Client is a affordable device built to work with Amazon Web Services End User
2
+ * <p>Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User
3
3
  * Computing (EUC) virtual desktops to provide users with a complete cloud desktop
4
4
  * solution. WorkSpaces Thin Client is a compact device designed to connect up to two monitors and USB
5
5
  * devices like a keyboard, mouse, headset, and webcam. To maximize endpoint security, WorkSpaces Thin Client
@@ -22,7 +22,6 @@ export { WorkSpacesThinClientExtensionConfiguration } from "./extensionConfigura
22
22
  export * from "./commands";
23
23
  export * from "./pagination";
24
24
  export * from "./models";
25
- import "@aws-sdk/util-endpoints";
26
25
  export { WorkSpacesThinClientServiceException } from "./models/WorkSpacesThinClientServiceException";
27
26
  import { WorkSpacesThinClient } from "./WorkSpacesThinClient";
28
27
  /**