@aws-sdk/client-workspaces 3.697.0 → 3.708.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.
|
@@ -1932,6 +1932,7 @@ export interface WorkspaceRequest {
|
|
|
1932
1932
|
DirectoryId: string | undefined;
|
|
1933
1933
|
/**
|
|
1934
1934
|
* <p>The user name of the user for the WorkSpace. This user name must exist in the Directory Service directory for the WorkSpace.</p>
|
|
1935
|
+
* <p>The username is not case-sensitive, but we recommend matching the case in the Directory Service directory to avoid potential incompatibilities.</p>
|
|
1935
1936
|
* <p>The reserved keyword, <code>[UNDEFINED]</code>, is used when creating user-decoupled WorkSpaces.</p>
|
|
1936
1937
|
* @public
|
|
1937
1938
|
*/
|
|
@@ -5291,12 +5292,12 @@ export interface ImportWorkspaceImageRequest {
|
|
|
5291
5292
|
Ec2ImageId: string | undefined;
|
|
5292
5293
|
/**
|
|
5293
5294
|
* <p>The ingestion process to be used when importing the image, depending on which protocol
|
|
5294
|
-
* you want to use for your BYOL Workspace image, either PCoIP,
|
|
5295
|
-
* bring your own protocol (BYOP). To use
|
|
5296
|
-
* <code>
|
|
5295
|
+
* you want to use for your BYOL Workspace image, either PCoIP, WSP, or
|
|
5296
|
+
* bring your own protocol (BYOP). To use DCV, specify a value that ends in
|
|
5297
|
+
* <code>_WSP</code>. To use PCoIP, specify a value that does not end in <code>_WSP</code>.
|
|
5297
5298
|
* To use BYOP, specify a value that ends in <code>_BYOP</code>.</p>
|
|
5298
5299
|
* <p>For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify
|
|
5299
|
-
* <code>BYOL_REGULAR</code>, <code>
|
|
5300
|
+
* <code>BYOL_REGULAR</code>, <code>BYOL_REGULAR_WSP</code>, or <code>BYOL_REGULAR_BYOP</code>,
|
|
5300
5301
|
* depending on the protocol.</p>
|
|
5301
5302
|
* <note>
|
|
5302
5303
|
* <p>The <code>BYOL_REGULAR_BYOP</code> and <code>BYOL_GRAPHICS_G4DN_BYOP</code> values
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workspaces",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workspaces Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.708.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",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.699.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.699.0",
|
|
25
25
|
"@aws-sdk/core": "3.696.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.699.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.696.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.696.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.696.0",
|