@aws-sdk/client-workspaces 3.697.0 → 3.699.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.
|
@@ -5291,12 +5291,12 @@ export interface ImportWorkspaceImageRequest {
|
|
|
5291
5291
|
Ec2ImageId: string | undefined;
|
|
5292
5292
|
/**
|
|
5293
5293
|
* <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>
|
|
5294
|
+
* you want to use for your BYOL Workspace image, either PCoIP, WSP, or
|
|
5295
|
+
* bring your own protocol (BYOP). To use DCV, specify a value that ends in
|
|
5296
|
+
* <code>_WSP</code>. To use PCoIP, specify a value that does not end in <code>_WSP</code>.
|
|
5297
5297
|
* To use BYOP, specify a value that ends in <code>_BYOP</code>.</p>
|
|
5298
5298
|
* <p>For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify
|
|
5299
|
-
* <code>BYOL_REGULAR</code>, <code>
|
|
5299
|
+
* <code>BYOL_REGULAR</code>, <code>BYOL_REGULAR_WSP</code>, or <code>BYOL_REGULAR_BYOP</code>,
|
|
5300
5300
|
* depending on the protocol.</p>
|
|
5301
5301
|
* <note>
|
|
5302
5302
|
* <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.699.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",
|