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 { * * * diff --git a/codegen/sdk-codegen/aws-models/workspaces.json b/codegen/sdk-codegen/aws-models/workspaces.json index 4433b76cc3a50..b72a67b66d539 100644 --- a/codegen/sdk-codegen/aws-models/workspaces.json +++ b/codegen/sdk-codegen/aws-models/workspaces.json @@ -5915,7 +5915,7 @@ "Applications": { "target": "com.amazonaws.workspaces#ApplicationList", "traits": { - "smithy.api#documentation": "

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.

\n \n \n " + "smithy.api#documentation": "

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.

\n \n \n " } } }, @@ -10711,6 +10711,12 @@ "smithy.api#enumValue": "BYOL_REGULAR_WSP" } }, + "BYOL_GRAPHICS_G4DN_WSP": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "BYOL_GRAPHICS_G4DN_WSP" + } + }, "BYOL_REGULAR_BYOP": { "target": "smithy.api#Unit", "traits": {