@aws-sdk/client-workspaces 3.623.0 → 3.625.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/dist-cjs/index.js CHANGED
@@ -1046,6 +1046,7 @@ var WorkspaceImageIngestionProcess = {
1046
1046
  BYOL_GRAPHICSPRO: "BYOL_GRAPHICSPRO",
1047
1047
  BYOL_GRAPHICS_G4DN: "BYOL_GRAPHICS_G4DN",
1048
1048
  BYOL_GRAPHICS_G4DN_BYOP: "BYOL_GRAPHICS_G4DN_BYOP",
1049
+ BYOL_GRAPHICS_G4DN_WSP: "BYOL_GRAPHICS_G4DN_WSP",
1049
1050
  BYOL_REGULAR: "BYOL_REGULAR",
1050
1051
  BYOL_REGULAR_BYOP: "BYOL_REGULAR_BYOP",
1051
1052
  BYOL_REGULAR_WSP: "BYOL_REGULAR_WSP"
@@ -586,6 +586,7 @@ export const WorkspaceImageIngestionProcess = {
586
586
  BYOL_GRAPHICSPRO: "BYOL_GRAPHICSPRO",
587
587
  BYOL_GRAPHICS_G4DN: "BYOL_GRAPHICS_G4DN",
588
588
  BYOL_GRAPHICS_G4DN_BYOP: "BYOL_GRAPHICS_G4DN_BYOP",
589
+ BYOL_GRAPHICS_G4DN_WSP: "BYOL_GRAPHICS_G4DN_WSP",
589
590
  BYOL_REGULAR: "BYOL_REGULAR",
590
591
  BYOL_REGULAR_BYOP: "BYOL_REGULAR_BYOP",
591
592
  BYOL_REGULAR_WSP: "BYOL_REGULAR_WSP",
@@ -40,7 +40,7 @@ declare const ImportWorkspaceImageCommand_base: {
40
40
  * const client = new WorkSpacesClient(config);
41
41
  * const input = { // ImportWorkspaceImageRequest
42
42
  * Ec2ImageId: "STRING_VALUE", // required
43
- * IngestionProcess: "BYOL_REGULAR" || "BYOL_GRAPHICS" || "BYOL_GRAPHICSPRO" || "BYOL_GRAPHICS_G4DN" || "BYOL_REGULAR_WSP" || "BYOL_REGULAR_BYOP" || "BYOL_GRAPHICS_G4DN_BYOP", // required
43
+ * IngestionProcess: "BYOL_REGULAR" || "BYOL_GRAPHICS" || "BYOL_GRAPHICSPRO" || "BYOL_GRAPHICS_G4DN" || "BYOL_REGULAR_WSP" || "BYOL_GRAPHICS_G4DN_WSP" || "BYOL_REGULAR_BYOP" || "BYOL_GRAPHICS_G4DN_BYOP", // required
44
44
  * ImageName: "STRING_VALUE", // required
45
45
  * ImageDescription: "STRING_VALUE", // required
46
46
  * Tags: [ // TagList
@@ -5167,6 +5167,7 @@ export declare const WorkspaceImageIngestionProcess: {
5167
5167
  readonly BYOL_GRAPHICSPRO: "BYOL_GRAPHICSPRO";
5168
5168
  readonly BYOL_GRAPHICS_G4DN: "BYOL_GRAPHICS_G4DN";
5169
5169
  readonly BYOL_GRAPHICS_G4DN_BYOP: "BYOL_GRAPHICS_G4DN_BYOP";
5170
+ readonly BYOL_GRAPHICS_G4DN_WSP: "BYOL_GRAPHICS_G4DN_WSP";
5170
5171
  readonly BYOL_REGULAR: "BYOL_REGULAR";
5171
5172
  readonly BYOL_REGULAR_BYOP: "BYOL_REGULAR_BYOP";
5172
5173
  readonly BYOL_REGULAR_WSP: "BYOL_REGULAR_WSP";
@@ -5223,10 +5224,13 @@ export interface ImportWorkspaceImageRequest {
5223
5224
  * <note>
5224
5225
  * <ul>
5225
5226
  * <li>
5226
- * <p>Although this parameter is an array, only one item is allowed at this time.</p>
5227
+ * <p>Although this parameter is an array, only one item is allowed at this
5228
+ * time.</p>
5227
5229
  * </li>
5228
5230
  * <li>
5229
- * <p>Windows 11 only supports <code>Microsoft_Office_2019</code>.</p>
5231
+ * <p>During the image import process, non-GPU WSP WorkSpaces with Windows 11 support
5232
+ * only <code>Microsoft_Office_2019</code>. GPU WSP WorkSpaces with Windows 11 do not
5233
+ * support Office installation.</p>
5230
5234
  * </li>
5231
5235
  * </ul>
5232
5236
  * </note>
@@ -1486,6 +1486,7 @@ export declare const WorkspaceImageIngestionProcess: {
1486
1486
  readonly BYOL_GRAPHICSPRO: "BYOL_GRAPHICSPRO";
1487
1487
  readonly BYOL_GRAPHICS_G4DN: "BYOL_GRAPHICS_G4DN";
1488
1488
  readonly BYOL_GRAPHICS_G4DN_BYOP: "BYOL_GRAPHICS_G4DN_BYOP";
1489
+ readonly BYOL_GRAPHICS_G4DN_WSP: "BYOL_GRAPHICS_G4DN_WSP";
1489
1490
  readonly BYOL_REGULAR: "BYOL_REGULAR";
1490
1491
  readonly BYOL_REGULAR_BYOP: "BYOL_REGULAR_BYOP";
1491
1492
  readonly BYOL_REGULAR_WSP: "BYOL_REGULAR_WSP";
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.623.0",
4
+ "version": "3.625.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.623.0",
24
- "@aws-sdk/client-sts": "3.623.0",
25
- "@aws-sdk/core": "3.623.0",
26
- "@aws-sdk/credential-provider-node": "3.623.0",
23
+ "@aws-sdk/client-sso-oidc": "3.624.0",
24
+ "@aws-sdk/client-sts": "3.624.0",
25
+ "@aws-sdk/core": "3.624.0",
26
+ "@aws-sdk/credential-provider-node": "3.624.0",
27
27
  "@aws-sdk/middleware-host-header": "3.620.0",
28
28
  "@aws-sdk/middleware-logger": "3.609.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.620.0",