Skip to content

Commit

Permalink
feat(client-workspaces): Added support for BYOL_GRAPHICS_G4DN_WSP Ing…
Browse files Browse the repository at this point in the history
…estionProcess
  • Loading branch information
awstools committed Aug 6, 2024
1 parent ad61bac commit 871d342
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions clients/client-workspaces/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -6055,10 +6056,13 @@ export interface ImportWorkspaceImageRequest {
* <note>
* <ul>
* <li>
* <p>Although this parameter is an array, only one item is allowed at this time.</p>
* <p>Although this parameter is an array, only one item is allowed at this
* time.</p>
* </li>
* <li>
* <p>Windows 11 only supports <code>Microsoft_Office_2019</code>.</p>
* <p>During the image import process, non-GPU WSP WorkSpaces with Windows 11 support
* only <code>Microsoft_Office_2019</code>. GPU WSP WorkSpaces with Windows 11 do not
* support Office installation.</p>
* </li>
* </ul>
* </note>
Expand Down
8 changes: 7 additions & 1 deletion codegen/sdk-codegen/aws-models/workspaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -5915,7 +5915,7 @@
"Applications": {
"target": "com.amazonaws.workspaces#ApplicationList",
"traits": {
"smithy.api#documentation": "<p>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 <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html\"> Bring\n Your Own Windows Desktop Licenses</a>.</p>\n <note>\n <ul>\n <li>\n <p>Although this parameter is an array, only one item is allowed at this time.</p>\n </li>\n <li>\n <p>Windows 11 only supports <code>Microsoft_Office_2019</code>.</p>\n </li>\n </ul>\n </note>"
"smithy.api#documentation": "<p>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 <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html\"> Bring\n Your Own Windows Desktop Licenses</a>.</p>\n <note>\n <ul>\n <li>\n <p>Although this parameter is an array, only one item is allowed at this\n time.</p>\n </li>\n <li>\n <p>During the image import process, non-GPU WSP WorkSpaces with Windows 11 support\n only <code>Microsoft_Office_2019</code>. GPU WSP WorkSpaces with Windows 11 do not\n support Office installation.</p>\n </li>\n </ul>\n </note>"
}
}
},
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 871d342

Please sign in to comment.