|
2201 | 2201 | "shape":"TagList",
|
2202 | 2202 | "documentation":"<p>The tags to add to the user settings resource. A tag is a key-value pair.</p>"
|
2203 | 2203 | },
|
| 2204 | + "toolbarConfiguration":{ |
| 2205 | + "shape":"ToolbarConfiguration", |
| 2206 | + "documentation":"<p>The configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions. If administrators do not modify these settings, end users retain control over their toolbar preferences.</p>" |
| 2207 | + }, |
2204 | 2208 | "uploadAllowed":{
|
2205 | 2209 | "shape":"EnabledType",
|
2206 | 2210 | "documentation":"<p>Specifies whether the user can upload files from the local device to the streaming session.</p>"
|
|
2941 | 2945 | "max":100,
|
2942 | 2946 | "min":1
|
2943 | 2947 | },
|
| 2948 | + "HiddenToolbarItemList":{ |
| 2949 | + "type":"list", |
| 2950 | + "member":{"shape":"ToolbarItem"} |
| 2951 | + }, |
2944 | 2952 | "IdentityProvider":{
|
2945 | 2953 | "type":"structure",
|
2946 | 2954 | "required":["identityProviderArn"],
|
|
3634 | 3642 | "max":5000,
|
3635 | 3643 | "min":1
|
3636 | 3644 | },
|
| 3645 | + "MaxDisplayResolution":{ |
| 3646 | + "type":"string", |
| 3647 | + "enum":[ |
| 3648 | + "size4096X2160", |
| 3649 | + "size3840X2160", |
| 3650 | + "size3440X1440", |
| 3651 | + "size2560X1440", |
| 3652 | + "size1920X1080", |
| 3653 | + "size1280X720", |
| 3654 | + "size1024X768", |
| 3655 | + "size800X600" |
| 3656 | + ] |
| 3657 | + }, |
3637 | 3658 | "MaxResults":{
|
3638 | 3659 | "type":"integer",
|
3639 | 3660 | "box":true,
|
|
4228 | 4249 | },
|
4229 | 4250 | "exception":true
|
4230 | 4251 | },
|
| 4252 | + "ToolbarConfiguration":{ |
| 4253 | + "type":"structure", |
| 4254 | + "members":{ |
| 4255 | + "hiddenToolbarItems":{ |
| 4256 | + "shape":"HiddenToolbarItemList", |
| 4257 | + "documentation":"<p>The list of toolbar items to be hidden.</p>" |
| 4258 | + }, |
| 4259 | + "maxDisplayResolution":{ |
| 4260 | + "shape":"MaxDisplayResolution", |
| 4261 | + "documentation":"<p>The maximum display resolution that is allowed for the session.</p>" |
| 4262 | + }, |
| 4263 | + "toolbarType":{ |
| 4264 | + "shape":"ToolbarType", |
| 4265 | + "documentation":"<p>The type of toolbar displayed during the session.</p>" |
| 4266 | + }, |
| 4267 | + "visualMode":{ |
| 4268 | + "shape":"VisualMode", |
| 4269 | + "documentation":"<p>The visual mode of the toolbar.</p>" |
| 4270 | + } |
| 4271 | + }, |
| 4272 | + "documentation":"<p>The configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions. If administrators do not modify these settings, end users retain control over their toolbar preferences.</p>" |
| 4273 | + }, |
| 4274 | + "ToolbarItem":{ |
| 4275 | + "type":"string", |
| 4276 | + "enum":[ |
| 4277 | + "Windows", |
| 4278 | + "DualMonitor", |
| 4279 | + "FullScreen", |
| 4280 | + "Webcam", |
| 4281 | + "Microphone" |
| 4282 | + ] |
| 4283 | + }, |
| 4284 | + "ToolbarType":{ |
| 4285 | + "type":"string", |
| 4286 | + "enum":[ |
| 4287 | + "Floating", |
| 4288 | + "Docked" |
| 4289 | + ] |
| 4290 | + }, |
4231 | 4291 | "TrustStore":{
|
4232 | 4292 | "type":"structure",
|
4233 | 4293 | "required":["trustStoreArn"],
|
|
4614 | 4674 | "shape":"EnabledType",
|
4615 | 4675 | "documentation":"<p>Specifies whether the user can print to the local device.</p>"
|
4616 | 4676 | },
|
| 4677 | + "toolbarConfiguration":{ |
| 4678 | + "shape":"ToolbarConfiguration", |
| 4679 | + "documentation":"<p>The configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions. If administrators do not modify these settings, end users retain control over their toolbar preferences.</p>" |
| 4680 | + }, |
4617 | 4681 | "uploadAllowed":{
|
4618 | 4682 | "shape":"EnabledType",
|
4619 | 4683 | "documentation":"<p>Specifies whether the user can upload files from the local device to the streaming session.</p>"
|
|
4722 | 4786 | "shape":"EnabledType",
|
4723 | 4787 | "documentation":"<p>Specifies whether the user can print to the local device.</p>"
|
4724 | 4788 | },
|
| 4789 | + "toolbarConfiguration":{ |
| 4790 | + "shape":"ToolbarConfiguration", |
| 4791 | + "documentation":"<p>The configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions. If administrators do not modify these settings, end users retain control over their toolbar preferences.</p>" |
| 4792 | + }, |
4725 | 4793 | "uploadAllowed":{
|
4726 | 4794 | "shape":"EnabledType",
|
4727 | 4795 | "documentation":"<p>Specifies whether the user can upload files from the local device to the streaming session.</p>"
|
|
4773 | 4841 | "shape":"EnabledType",
|
4774 | 4842 | "documentation":"<p>Specifies whether the user can print to the local device.</p>"
|
4775 | 4843 | },
|
| 4844 | + "toolbarConfiguration":{ |
| 4845 | + "shape":"ToolbarConfiguration", |
| 4846 | + "documentation":"<p>The configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions. If administrators do not modify these settings, end users retain control over their toolbar preferences.</p>" |
| 4847 | + }, |
4776 | 4848 | "uploadAllowed":{
|
4777 | 4849 | "shape":"EnabledType",
|
4778 | 4850 | "documentation":"<p>Specifies whether the user can upload files from the local device to the streaming session.</p>"
|
|
4842 | 4914 | "other"
|
4843 | 4915 | ]
|
4844 | 4916 | },
|
| 4917 | + "VisualMode":{ |
| 4918 | + "type":"string", |
| 4919 | + "enum":[ |
| 4920 | + "Dark", |
| 4921 | + "Light" |
| 4922 | + ] |
| 4923 | + }, |
4845 | 4924 | "VpcId":{
|
4846 | 4925 | "type":"string",
|
4847 | 4926 | "max":255,
|
|
0 commit comments