@aws-sdk/client-workspaces 3.67.0 → 3.74.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.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.74.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.73.0...v3.74.0) (2022-04-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-workspaces
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.72.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.71.0...v3.72.0) (2022-04-15)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-workspaces
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.68.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.67.0...v3.68.0) (2022-04-11)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **client-workspaces:** Added API support that allows customers to create GPU-enabled WorkSpaces using EC2 G4dn instances. ([6c11084](https://github.com/aws/aws-sdk-js-v3/commit/6c110847bc757ecaa9c6a968c7d529bf7fa8087a))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.67.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.66.0...v3.67.0) (2022-04-08)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @aws-sdk/client-workspaces
|
|
@@ -178,6 +178,8 @@ var Compute;
|
|
|
178
178
|
(function (Compute) {
|
|
179
179
|
Compute["GRAPHICS"] = "GRAPHICS";
|
|
180
180
|
Compute["GRAPHICSPRO"] = "GRAPHICSPRO";
|
|
181
|
+
Compute["GRAPHICSPRO_G4DN"] = "GRAPHICSPRO_G4DN";
|
|
182
|
+
Compute["GRAPHICS_G4DN"] = "GRAPHICS_G4DN";
|
|
181
183
|
Compute["PERFORMANCE"] = "PERFORMANCE";
|
|
182
184
|
Compute["POWER"] = "POWER";
|
|
183
185
|
Compute["POWERPRO"] = "POWERPRO";
|
|
@@ -945,6 +947,7 @@ var WorkspaceImageIngestionProcess;
|
|
|
945
947
|
(function (WorkspaceImageIngestionProcess) {
|
|
946
948
|
WorkspaceImageIngestionProcess["BYOL_GRAPHICS"] = "BYOL_GRAPHICS";
|
|
947
949
|
WorkspaceImageIngestionProcess["BYOL_GRAPHICSPRO"] = "BYOL_GRAPHICSPRO";
|
|
950
|
+
WorkspaceImageIngestionProcess["BYOL_GRAPHICS_G4DN"] = "BYOL_GRAPHICS_G4DN";
|
|
948
951
|
WorkspaceImageIngestionProcess["BYOL_REGULAR"] = "BYOL_REGULAR";
|
|
949
952
|
WorkspaceImageIngestionProcess["BYOL_REGULAR_WSP"] = "BYOL_REGULAR_WSP";
|
|
950
953
|
})(WorkspaceImageIngestionProcess = exports.WorkspaceImageIngestionProcess || (exports.WorkspaceImageIngestionProcess = {}));
|
|
@@ -150,6 +150,8 @@ export var Compute;
|
|
|
150
150
|
(function (Compute) {
|
|
151
151
|
Compute["GRAPHICS"] = "GRAPHICS";
|
|
152
152
|
Compute["GRAPHICSPRO"] = "GRAPHICSPRO";
|
|
153
|
+
Compute["GRAPHICSPRO_G4DN"] = "GRAPHICSPRO_G4DN";
|
|
154
|
+
Compute["GRAPHICS_G4DN"] = "GRAPHICS_G4DN";
|
|
153
155
|
Compute["PERFORMANCE"] = "PERFORMANCE";
|
|
154
156
|
Compute["POWER"] = "POWER";
|
|
155
157
|
Compute["POWERPRO"] = "POWERPRO";
|
|
@@ -710,6 +712,7 @@ export var WorkspaceImageIngestionProcess;
|
|
|
710
712
|
(function (WorkspaceImageIngestionProcess) {
|
|
711
713
|
WorkspaceImageIngestionProcess["BYOL_GRAPHICS"] = "BYOL_GRAPHICS";
|
|
712
714
|
WorkspaceImageIngestionProcess["BYOL_GRAPHICSPRO"] = "BYOL_GRAPHICSPRO";
|
|
715
|
+
WorkspaceImageIngestionProcess["BYOL_GRAPHICS_G4DN"] = "BYOL_GRAPHICS_G4DN";
|
|
713
716
|
WorkspaceImageIngestionProcess["BYOL_REGULAR"] = "BYOL_REGULAR";
|
|
714
717
|
WorkspaceImageIngestionProcess["BYOL_REGULAR_WSP"] = "BYOL_REGULAR_WSP";
|
|
715
718
|
})(WorkspaceImageIngestionProcess || (WorkspaceImageIngestionProcess = {}));
|
|
@@ -242,6 +242,8 @@ export declare namespace AuthorizeIpRulesResult {
|
|
|
242
242
|
export declare enum Compute {
|
|
243
243
|
GRAPHICS = "GRAPHICS",
|
|
244
244
|
GRAPHICSPRO = "GRAPHICSPRO",
|
|
245
|
+
GRAPHICSPRO_G4DN = "GRAPHICSPRO_G4DN",
|
|
246
|
+
GRAPHICS_G4DN = "GRAPHICS_G4DN",
|
|
245
247
|
PERFORMANCE = "PERFORMANCE",
|
|
246
248
|
POWER = "POWER",
|
|
247
249
|
POWERPRO = "POWERPRO",
|
|
@@ -2767,6 +2769,7 @@ export declare namespace ImportClientBrandingResult {
|
|
|
2767
2769
|
export declare enum WorkspaceImageIngestionProcess {
|
|
2768
2770
|
BYOL_GRAPHICS = "BYOL_GRAPHICS",
|
|
2769
2771
|
BYOL_GRAPHICSPRO = "BYOL_GRAPHICSPRO",
|
|
2772
|
+
BYOL_GRAPHICS_G4DN = "BYOL_GRAPHICS_G4DN",
|
|
2770
2773
|
BYOL_REGULAR = "BYOL_REGULAR",
|
|
2771
2774
|
BYOL_REGULAR_WSP = "BYOL_REGULAR_WSP"
|
|
2772
2775
|
}
|
|
@@ -2777,12 +2780,17 @@ export interface ImportWorkspaceImageRequest {
|
|
|
2777
2780
|
Ec2ImageId: string | undefined;
|
|
2778
2781
|
/**
|
|
2779
2782
|
* <p>The ingestion process to be used when importing the image, depending on which protocol
|
|
2780
|
-
* you want to use for your BYOL Workspace image, either PCoIP or WorkSpaces Streaming
|
|
2781
|
-
*
|
|
2782
|
-
*
|
|
2783
|
-
*
|
|
2784
|
-
*
|
|
2785
|
-
*
|
|
2783
|
+
* you want to use for your BYOL Workspace image, either PCoIP or WorkSpaces Streaming Protocol
|
|
2784
|
+
* (WSP). To use WSP, specify a value that ends in <code>_WSP</code>. To use PCoIP, specify a value
|
|
2785
|
+
* that does not end in <code>_WSP</code>. </p>
|
|
2786
|
+
*
|
|
2787
|
+
* <p>For non-GPU-enabled images (bundles other than Graphics.g4dn, GraphicsPro.g4dn, Graphics,
|
|
2788
|
+
* or GraphicsPro), specify <code>BYOL_REGULAR</code> or <code>BYOL_REGULAR_WSP</code>, depending
|
|
2789
|
+
* on the protocol.</p>
|
|
2790
|
+
* <note>
|
|
2791
|
+
* <p>Use <code>BYOL_GRAPHICS_G4DN</code> ingestion for both Graphics.g4dn and
|
|
2792
|
+
* GraphicsPro.g4dn.</p>
|
|
2793
|
+
* </note>
|
|
2786
2794
|
*/
|
|
2787
2795
|
IngestionProcess: WorkspaceImageIngestionProcess | string | undefined;
|
|
2788
2796
|
/**
|
|
@@ -2802,7 +2810,15 @@ export interface ImportWorkspaceImageRequest {
|
|
|
2802
2810
|
* BYOL images. For more information about subscribing to Office for BYOL images, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html"> Bring
|
|
2803
2811
|
* Your Own Windows Desktop Licenses</a>.</p>
|
|
2804
2812
|
* <note>
|
|
2805
|
-
* <
|
|
2813
|
+
* <ul>
|
|
2814
|
+
* <li>
|
|
2815
|
+
* <p>Although this parameter is an array, only one item is allowed at this time</p>
|
|
2816
|
+
* </li>
|
|
2817
|
+
* <li>
|
|
2818
|
+
* <p>Microsoft Office 2016 application subscription through AWS is currently not supported
|
|
2819
|
+
* for Graphics.g4dn Bring Your Own License (BYOL) images</p>
|
|
2820
|
+
* </li>
|
|
2821
|
+
* </ul>
|
|
2806
2822
|
* </note>
|
|
2807
2823
|
*/
|
|
2808
2824
|
Applications?: (Application | string)[];
|
|
@@ -158,6 +158,8 @@ export declare namespace AuthorizeIpRulesResult {
|
|
|
158
158
|
export declare enum Compute {
|
|
159
159
|
GRAPHICS = "GRAPHICS",
|
|
160
160
|
GRAPHICSPRO = "GRAPHICSPRO",
|
|
161
|
+
GRAPHICSPRO_G4DN = "GRAPHICSPRO_G4DN",
|
|
162
|
+
GRAPHICS_G4DN = "GRAPHICS_G4DN",
|
|
161
163
|
PERFORMANCE = "PERFORMANCE",
|
|
162
164
|
POWER = "POWER",
|
|
163
165
|
POWERPRO = "POWERPRO",
|
|
@@ -1511,6 +1513,7 @@ export declare namespace ImportClientBrandingResult {
|
|
|
1511
1513
|
export declare enum WorkspaceImageIngestionProcess {
|
|
1512
1514
|
BYOL_GRAPHICS = "BYOL_GRAPHICS",
|
|
1513
1515
|
BYOL_GRAPHICSPRO = "BYOL_GRAPHICSPRO",
|
|
1516
|
+
BYOL_GRAPHICS_G4DN = "BYOL_GRAPHICS_G4DN",
|
|
1514
1517
|
BYOL_REGULAR = "BYOL_REGULAR",
|
|
1515
1518
|
BYOL_REGULAR_WSP = "BYOL_REGULAR_WSP"
|
|
1516
1519
|
}
|
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.74.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.74.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.58.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.74.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.58.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.55.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.55.0",
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
"@aws-sdk/middleware-stack": "3.55.0",
|
|
34
34
|
"@aws-sdk/middleware-user-agent": "3.58.0",
|
|
35
35
|
"@aws-sdk/node-config-provider": "3.58.0",
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.74.0",
|
|
37
37
|
"@aws-sdk/protocol-http": "3.58.0",
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
38
|
+
"@aws-sdk/smithy-client": "3.72.0",
|
|
39
39
|
"@aws-sdk/types": "3.55.0",
|
|
40
40
|
"@aws-sdk/url-parser": "3.55.0",
|
|
41
41
|
"@aws-sdk/util-base64-browser": "3.58.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.72.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.72.0",
|
|
47
47
|
"@aws-sdk/util-user-agent-browser": "3.58.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-node": "3.58.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.55.0",
|