diff --git a/clients/client-workspaces/src/commands/ImportWorkspaceImageCommand.ts b/clients/client-workspaces/src/commands/ImportWorkspaceImageCommand.ts
index 57642bd8a5356..cb1f52b9cbefe 100644
--- a/clients/client-workspaces/src/commands/ImportWorkspaceImageCommand.ts
+++ b/clients/client-workspaces/src/commands/ImportWorkspaceImageCommand.ts
@@ -41,7 +41,7 @@ export interface ImportWorkspaceImageCommandOutput extends ImportWorkspaceImageR
* const client = new WorkSpacesClient(config);
* const input = { // ImportWorkspaceImageRequest
* Ec2ImageId: "STRING_VALUE", // required
- * IngestionProcess: "BYOL_REGULAR" || "BYOL_GRAPHICS" || "BYOL_GRAPHICSPRO" || "BYOL_GRAPHICS_G4DN" || "BYOL_REGULAR_WSP" || "BYOL_REGULAR_BYOP" || "BYOL_GRAPHICS_G4DN_BYOP", // required
+ * 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
* ImageName: "STRING_VALUE", // required
* ImageDescription: "STRING_VALUE", // required
* Tags: [ // TagList
diff --git a/clients/client-workspaces/src/models/models_0.ts b/clients/client-workspaces/src/models/models_0.ts
index cdd1a4032f0a9..86d68c67951c2 100644
--- a/clients/client-workspaces/src/models/models_0.ts
+++ b/clients/client-workspaces/src/models/models_0.ts
@@ -5991,6 +5991,7 @@ export const WorkspaceImageIngestionProcess = {
BYOL_GRAPHICSPRO: "BYOL_GRAPHICSPRO",
BYOL_GRAPHICS_G4DN: "BYOL_GRAPHICS_G4DN",
BYOL_GRAPHICS_G4DN_BYOP: "BYOL_GRAPHICS_G4DN_BYOP",
+ BYOL_GRAPHICS_G4DN_WSP: "BYOL_GRAPHICS_G4DN_WSP",
BYOL_REGULAR: "BYOL_REGULAR",
BYOL_REGULAR_BYOP: "BYOL_REGULAR_BYOP",
BYOL_REGULAR_WSP: "BYOL_REGULAR_WSP",
@@ -6055,10 +6056,13 @@ export interface ImportWorkspaceImageRequest {
* Although this parameter is an array, only one item is allowed at this time. Although this parameter is an array, only one item is allowed at this
+ * time. Windows 11 only supports During the image import process, non-GPU WSP WorkSpaces with Windows 11 support
+ * only
*
* Microsoft_Office_2019
.Microsoft_Office_2019
. GPU WSP WorkSpaces with Windows 11 do not
+ * support Office installation.
If specified, the version of Microsoft Office to subscribe to. Valid only for Windows 10 and 11\n BYOL images. For more information about subscribing to Office for BYOL images, see Bring\n Your Own Windows Desktop Licenses.
\nAlthough this parameter is an array, only one item is allowed at this time.
\nWindows 11 only supports Microsoft_Office_2019
.
If specified, the version of Microsoft Office to subscribe to. Valid only for Windows 10 and 11\n BYOL images. For more information about subscribing to Office for BYOL images, see Bring\n Your Own Windows Desktop Licenses.
\nAlthough this parameter is an array, only one item is allowed at this\n time.
\nDuring the image import process, non-GPU WSP WorkSpaces with Windows 11 support\n only Microsoft_Office_2019
. GPU WSP WorkSpaces with Windows 11 do not\n support Office installation.