@aws-sdk/client-workspaces 3.67.0 → 3.68.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,17 @@
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.68.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.67.0...v3.68.0) (2022-04-11)
7
+
8
+
9
+ ### Features
10
+
11
+ * **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))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.67.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.66.0...v3.67.0) (2022-04-08)
7
18
 
8
19
  **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
- * Protocol (WSP). To use WSP, specify a value that ends in <code>_WSP</code>. To use PCoIP,
2782
- * specify a value that does not end in <code>_WSP</code>. </p>
2783
- * <p>For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify
2784
- * <code>BYOL_REGULAR</code> or <code>BYOL_REGULAR_WSP</code>, depending on the
2785
- * protocol.</p>
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
- * <p>Although this parameter is an array, only one item is allowed at this time.</p>
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.67.0",
4
+ "version": "3.68.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",