Skip to content

Commit 6325e98

Browse files
author
AWS
committed
Amazon WorkSpaces Update: Added support for BYOL_GRAPHICS_G4DN_WSP IngestionProcess
1 parent 0dbb80b commit 6325e98

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon WorkSpaces",
4+
"contributor": "",
5+
"description": "Added support for BYOL_GRAPHICS_G4DN_WSP IngestionProcess"
6+
}

services/workspaces/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4171,7 +4171,7 @@
41714171
},
41724172
"Applications":{
41734173
"shape":"ApplicationList",
4174-
"documentation":"<p>If specified, the version of Microsoft Office to subscribe to. Valid only for Windows 10 and 11 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 Your Own Windows Desktop Licenses</a>.</p> <note> <ul> <li> <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> </li> </ul> </note>"
4174+
"documentation":"<p>If specified, the version of Microsoft Office to subscribe to. Valid only for Windows 10 and 11 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 Your Own Windows Desktop Licenses</a>.</p> <note> <ul> <li> <p>Although this parameter is an array, only one item is allowed at this time.</p> </li> <li> <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>"
41754175
}
41764176
}
41774177
},
@@ -6548,6 +6548,7 @@
65486548
"BYOL_GRAPHICSPRO",
65496549
"BYOL_GRAPHICS_G4DN",
65506550
"BYOL_REGULAR_WSP",
6551+
"BYOL_GRAPHICS_G4DN_WSP",
65516552
"BYOL_REGULAR_BYOP",
65526553
"BYOL_GRAPHICS_G4DN_BYOP"
65536554
]

0 commit comments

Comments
 (0)