@aws-sdk/client-workspaces-thin-client 3.731.1 → 3.734.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.
@@ -155,7 +155,7 @@ export interface CreateEnvironmentRequest {
155
155
  name?: string | undefined;
156
156
  /**
157
157
  * <p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,
158
- * WorkSpaces Web, or AppStream 2.0.</p>
158
+ * WorkSpaces Secure Browser, or AppStream 2.0.</p>
159
159
  * @public
160
160
  */
161
161
  desktopArn: string | undefined;
@@ -246,7 +246,7 @@ export interface EnvironmentSummary {
246
246
  name?: string | undefined;
247
247
  /**
248
248
  * <p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,
249
- * WorkSpaces Web, or AppStream 2.0.</p>
249
+ * WorkSpaces Secure Browser, or AppStream 2.0.</p>
250
250
  * @public
251
251
  */
252
252
  desktopArn?: string | undefined;
@@ -837,7 +837,7 @@ export interface Environment {
837
837
  name?: string | undefined;
838
838
  /**
839
839
  * <p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,
840
- * WorkSpaces Web, or AppStream 2.0.</p>
840
+ * WorkSpaces Secure Browser, or AppStream 2.0.</p>
841
841
  * @public
842
842
  */
843
843
  desktopArn?: string | undefined;
@@ -1337,7 +1337,7 @@ export interface UpdateEnvironmentRequest {
1337
1337
  name?: string | undefined;
1338
1338
  /**
1339
1339
  * <p>The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces,
1340
- * WorkSpaces Web, or AppStream 2.0.</p>
1340
+ * WorkSpaces Secure Browser, or AppStream 2.0.</p>
1341
1341
  * @public
1342
1342
  */
1343
1343
  desktopArn?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-workspaces-thin-client",
3
3
  "description": "AWS SDK for JavaScript Workspaces Thin Client Client for Node.js, Browser and React Native",
4
- "version": "3.731.1",
4
+ "version": "3.734.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-workspaces-thin-client",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.731.0",
24
- "@aws-sdk/credential-provider-node": "3.731.1",
25
- "@aws-sdk/middleware-host-header": "3.731.0",
26
- "@aws-sdk/middleware-logger": "3.731.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.731.0",
28
- "@aws-sdk/middleware-user-agent": "3.731.0",
29
- "@aws-sdk/region-config-resolver": "3.731.0",
30
- "@aws-sdk/types": "3.731.0",
31
- "@aws-sdk/util-endpoints": "3.731.0",
32
- "@aws-sdk/util-user-agent-browser": "3.731.0",
33
- "@aws-sdk/util-user-agent-node": "3.731.0",
34
- "@smithy/config-resolver": "^4.0.0",
35
- "@smithy/core": "^3.0.0",
36
- "@smithy/fetch-http-handler": "^5.0.0",
37
- "@smithy/hash-node": "^4.0.0",
38
- "@smithy/invalid-dependency": "^4.0.0",
39
- "@smithy/middleware-content-length": "^4.0.0",
40
- "@smithy/middleware-endpoint": "^4.0.0",
41
- "@smithy/middleware-retry": "^4.0.0",
42
- "@smithy/middleware-serde": "^4.0.0",
43
- "@smithy/middleware-stack": "^4.0.0",
44
- "@smithy/node-config-provider": "^4.0.0",
45
- "@smithy/node-http-handler": "^4.0.0",
46
- "@smithy/protocol-http": "^5.0.0",
47
- "@smithy/smithy-client": "^4.0.0",
48
- "@smithy/types": "^4.0.0",
49
- "@smithy/url-parser": "^4.0.0",
23
+ "@aws-sdk/core": "3.734.0",
24
+ "@aws-sdk/credential-provider-node": "3.734.0",
25
+ "@aws-sdk/middleware-host-header": "3.734.0",
26
+ "@aws-sdk/middleware-logger": "3.734.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
+ "@aws-sdk/middleware-user-agent": "3.734.0",
29
+ "@aws-sdk/region-config-resolver": "3.734.0",
30
+ "@aws-sdk/types": "3.734.0",
31
+ "@aws-sdk/util-endpoints": "3.734.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.734.0",
33
+ "@aws-sdk/util-user-agent-node": "3.734.0",
34
+ "@smithy/config-resolver": "^4.0.1",
35
+ "@smithy/core": "^3.1.1",
36
+ "@smithy/fetch-http-handler": "^5.0.1",
37
+ "@smithy/hash-node": "^4.0.1",
38
+ "@smithy/invalid-dependency": "^4.0.1",
39
+ "@smithy/middleware-content-length": "^4.0.1",
40
+ "@smithy/middleware-endpoint": "^4.0.2",
41
+ "@smithy/middleware-retry": "^4.0.3",
42
+ "@smithy/middleware-serde": "^4.0.1",
43
+ "@smithy/middleware-stack": "^4.0.1",
44
+ "@smithy/node-config-provider": "^4.0.1",
45
+ "@smithy/node-http-handler": "^4.0.2",
46
+ "@smithy/protocol-http": "^5.0.1",
47
+ "@smithy/smithy-client": "^4.1.2",
48
+ "@smithy/types": "^4.1.0",
49
+ "@smithy/url-parser": "^4.0.1",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.0",
54
- "@smithy/util-defaults-mode-node": "^4.0.0",
55
- "@smithy/util-endpoints": "^3.0.0",
56
- "@smithy/util-middleware": "^4.0.0",
57
- "@smithy/util-retry": "^4.0.0",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.3",
54
+ "@smithy/util-defaults-mode-node": "^4.0.3",
55
+ "@smithy/util-endpoints": "^3.0.1",
56
+ "@smithy/util-middleware": "^4.0.1",
57
+ "@smithy/util-retry": "^4.0.1",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
59
  "@types/uuid": "^9.0.1",
60
60
  "tslib": "^2.6.2",