|
1704 | 1704 | "traits": { |
1705 | 1705 | "smithy.api#documentation": "<p>The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions. </p>" |
1706 | 1706 | } |
| 1707 | + }, |
| 1708 | + "StreamingExperienceSettings": { |
| 1709 | + "target": "com.amazonaws.appstream#StreamingExperienceSettings", |
| 1710 | + "traits": { |
| 1711 | + "smithy.api#documentation": "<p>The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.</p>" |
| 1712 | + } |
1707 | 1713 | } |
1708 | 1714 | } |
1709 | 1715 | }, |
|
5463 | 5469 | } |
5464 | 5470 | } |
5465 | 5471 | }, |
| 5472 | + "com.amazonaws.appstream#PreferredProtocol": { |
| 5473 | + "type": "string", |
| 5474 | + "traits": { |
| 5475 | + "smithy.api#enum": [ |
| 5476 | + { |
| 5477 | + "value": "TCP", |
| 5478 | + "name": "TCP" |
| 5479 | + }, |
| 5480 | + { |
| 5481 | + "value": "UDP", |
| 5482 | + "name": "UDP" |
| 5483 | + } |
| 5484 | + ] |
| 5485 | + } |
| 5486 | + }, |
5466 | 5487 | "com.amazonaws.appstream#RedirectURL": { |
5467 | 5488 | "type": "string", |
5468 | 5489 | "traits": { |
|
5934 | 5955 | "traits": { |
5935 | 5956 | "smithy.api#documentation": "<p>The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.</p>" |
5936 | 5957 | } |
| 5958 | + }, |
| 5959 | + "StreamingExperienceSettings": { |
| 5960 | + "target": "com.amazonaws.appstream#StreamingExperienceSettings", |
| 5961 | + "traits": { |
| 5962 | + "smithy.api#documentation": "<p>The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.</p>" |
| 5963 | + } |
5937 | 5964 | } |
5938 | 5965 | }, |
5939 | 5966 | "traits": { |
|
5987 | 6014 | { |
5988 | 6015 | "value": "ACCESS_ENDPOINTS", |
5989 | 6016 | "name": "ACCESS_ENDPOINTS" |
| 6017 | + }, |
| 6018 | + { |
| 6019 | + "value": "STREAMING_EXPERIENCE_SETTINGS", |
| 6020 | + "name": "STREAMING_EXPERIENCE_SETTINGS" |
5990 | 6021 | } |
5991 | 6022 | ] |
5992 | 6023 | } |
|
6315 | 6346 | ] |
6316 | 6347 | } |
6317 | 6348 | }, |
| 6349 | + "com.amazonaws.appstream#StreamingExperienceSettings": { |
| 6350 | + "type": "structure", |
| 6351 | + "members": { |
| 6352 | + "PreferredProtocol": { |
| 6353 | + "target": "com.amazonaws.appstream#PreferredProtocol", |
| 6354 | + "traits": { |
| 6355 | + "smithy.api#documentation": "<p>The preferred protocol that you want to use while streaming your application.</p>" |
| 6356 | + } |
| 6357 | + } |
| 6358 | + }, |
| 6359 | + "traits": { |
| 6360 | + "smithy.api#documentation": "<p>The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.</p>" |
| 6361 | + } |
| 6362 | + }, |
6318 | 6363 | "com.amazonaws.appstream#StreamingUrlUserId": { |
6319 | 6364 | "type": "string", |
6320 | 6365 | "traits": { |
|
6757 | 6802 | } |
6758 | 6803 | ], |
6759 | 6804 | "traits": { |
6760 | | - "smithy.api#documentation": "<p>Updates the specified fleet.</p>\n <p>If the fleet is in the <code>STOPPED</code> state, you can update any attribute except\n the fleet name.</p>\n <p>If the fleet is in the <code>RUNNING</code> state, you can update the following based\n on the fleet type:</p>\n <ul>\n <li>\n <p>Always-On and On-Demand fleet types</p>\n <p>You can update the <code>DisplayName</code>, <code>ComputeCapacity</code>,\n <code>ImageARN</code>, <code>ImageName</code>,\n <code>IdleDisconnectTimeoutInSeconds</code>, and\n <code>DisconnectTimeoutInSeconds</code> attributes.</p>\n </li>\n <li>\n <p>Elastic fleet type</p>\n <p>You can update the <code>DisplayName</code>,\n <code>IdleDisconnectTimeoutInSeconds</code>,\n <code>DisconnectTimeoutInSeconds</code>, <code>MaxConcurrentSessions</code>,\n and <code>UsbDeviceFilterStrings</code> attributes.</p>\n </li>\n </ul>\n <p>If the fleet is in the <code>STARTING</code> or <code>STOPPED</code> state, you can't update it.</p>" |
| 6805 | + "smithy.api#documentation": "<p>Updates the specified fleet.</p>\n <p>If the fleet is in the <code>STOPPED</code> state, you can update any attribute except\n the fleet name.</p>\n <p>If the fleet is in the <code>RUNNING</code> state, you can update the following based\n on the fleet type:</p>\n <ul>\n <li>\n <p>Always-On and On-Demand fleet types</p>\n <p>You can update the <code>DisplayName</code>, <code>ComputeCapacity</code>,\n <code>ImageARN</code>, <code>ImageName</code>,\n <code>IdleDisconnectTimeoutInSeconds</code>, and\n <code>DisconnectTimeoutInSeconds</code> attributes.</p>\n </li>\n <li>\n <p>Elastic fleet type</p>\n <p>You can update the <code>DisplayName</code>,\n <code>IdleDisconnectTimeoutInSeconds</code>,\n <code>DisconnectTimeoutInSeconds</code>, <code>MaxConcurrentSessions</code>, <code>SessionScriptS3Location</code>\n and <code>UsbDeviceFilterStrings</code> attributes.</p>\n </li>\n </ul>\n <p>If the fleet is in the <code>STARTING</code> or <code>STOPPED</code> state, you can't update it.</p>" |
6761 | 6806 | } |
6762 | 6807 | }, |
6763 | 6808 | "com.amazonaws.appstream#UpdateFleetRequest": { |
|
7073 | 7118 | "traits": { |
7074 | 7119 | "smithy.api#documentation": "<p>The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions. </p>" |
7075 | 7120 | } |
| 7121 | + }, |
| 7122 | + "StreamingExperienceSettings": { |
| 7123 | + "target": "com.amazonaws.appstream#StreamingExperienceSettings", |
| 7124 | + "traits": { |
| 7125 | + "smithy.api#documentation": "<p>The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.</p>" |
| 7126 | + } |
7076 | 7127 | } |
7077 | 7128 | } |
7078 | 7129 | }, |
|
0 commit comments