|
976 | 976 | {"shape":"IncompatibleImageException"},
|
977 | 977 | {"shape":"OperationNotPermittedException"}
|
978 | 978 | ],
|
979 |
| - "documentation":"<p>Updates the specified fleet.</p> <p>If the fleet is in the <code>STOPPED</code> state, you can update any attribute except the fleet name.</p> <p>If the fleet is in the <code>RUNNING</code> state, you can update the following based on the fleet type:</p> <ul> <li> <p>Always-On and On-Demand fleet types</p> <p>You can update the <code>DisplayName</code>, <code>ComputeCapacity</code>, <code>ImageARN</code>, <code>ImageName</code>, <code>IdleDisconnectTimeoutInSeconds</code>, and <code>DisconnectTimeoutInSeconds</code> attributes.</p> </li> <li> <p>Elastic fleet type</p> <p>You can update the <code>DisplayName</code>, <code>IdleDisconnectTimeoutInSeconds</code>, <code>DisconnectTimeoutInSeconds</code>, <code>MaxConcurrentSessions</code>, and <code>UsbDeviceFilterStrings</code> attributes.</p> </li> </ul> <p>If the fleet is in the <code>STARTING</code> or <code>STOPPED</code> state, you can't update it.</p>" |
| 979 | + "documentation":"<p>Updates the specified fleet.</p> <p>If the fleet is in the <code>STOPPED</code> state, you can update any attribute except the fleet name.</p> <p>If the fleet is in the <code>RUNNING</code> state, you can update the following based on the fleet type:</p> <ul> <li> <p>Always-On and On-Demand fleet types</p> <p>You can update the <code>DisplayName</code>, <code>ComputeCapacity</code>, <code>ImageARN</code>, <code>ImageName</code>, <code>IdleDisconnectTimeoutInSeconds</code>, and <code>DisconnectTimeoutInSeconds</code> attributes.</p> </li> <li> <p>Elastic fleet type</p> <p>You can update the <code>DisplayName</code>, <code>IdleDisconnectTimeoutInSeconds</code>, <code>DisconnectTimeoutInSeconds</code>, <code>MaxConcurrentSessions</code>, <code>SessionScriptS3Location</code> and <code>UsbDeviceFilterStrings</code> attributes.</p> </li> </ul> <p>If the fleet is in the <code>STARTING</code> or <code>STOPPED</code> state, you can't update it.</p>" |
980 | 980 | },
|
981 | 981 | "UpdateImagePermissions":{
|
982 | 982 | "name":"UpdateImagePermissions",
|
|
1898 | 1898 | "EmbedHostDomains":{
|
1899 | 1899 | "shape":"EmbedHostDomains",
|
1900 | 1900 | "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>"
|
| 1901 | + }, |
| 1902 | + "StreamingExperienceSettings":{ |
| 1903 | + "shape":"StreamingExperienceSettings", |
| 1904 | + "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>" |
1901 | 1905 | }
|
1902 | 1906 | }
|
1903 | 1907 | },
|
|
3708 | 3712 | "member":{"shape":"PlatformType"},
|
3709 | 3713 | "max":4
|
3710 | 3714 | },
|
| 3715 | + "PreferredProtocol":{ |
| 3716 | + "type":"string", |
| 3717 | + "enum":[ |
| 3718 | + "TCP", |
| 3719 | + "UDP" |
| 3720 | + ] |
| 3721 | + }, |
3711 | 3722 | "RedirectURL":{
|
3712 | 3723 | "type":"string",
|
3713 | 3724 | "max":1000
|
|
4020 | 4031 | "EmbedHostDomains":{
|
4021 | 4032 | "shape":"EmbedHostDomains",
|
4022 | 4033 | "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>"
|
| 4034 | + }, |
| 4035 | + "StreamingExperienceSettings":{ |
| 4036 | + "shape":"StreamingExperienceSettings", |
| 4037 | + "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>" |
4023 | 4038 | }
|
4024 | 4039 | },
|
4025 | 4040 | "documentation":"<p>Describes a stack.</p>"
|
|
4037 | 4052 | "USER_SETTINGS",
|
4038 | 4053 | "EMBED_HOST_DOMAINS",
|
4039 | 4054 | "IAM_ROLE_ARN",
|
4040 |
| - "ACCESS_ENDPOINTS" |
| 4055 | + "ACCESS_ENDPOINTS", |
| 4056 | + "STREAMING_EXPERIENCE_SETTINGS" |
4041 | 4057 | ]
|
4042 | 4058 | },
|
4043 | 4059 | "StackAttributes":{
|
|
4187 | 4203 | "DESKTOP"
|
4188 | 4204 | ]
|
4189 | 4205 | },
|
| 4206 | + "StreamingExperienceSettings":{ |
| 4207 | + "type":"structure", |
| 4208 | + "members":{ |
| 4209 | + "PreferredProtocol":{ |
| 4210 | + "shape":"PreferredProtocol", |
| 4211 | + "documentation":"<p>The preferred protocol that you want to use while streaming your application.</p>" |
| 4212 | + } |
| 4213 | + }, |
| 4214 | + "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>" |
| 4215 | + }, |
4190 | 4216 | "StreamingUrlUserId":{
|
4191 | 4217 | "type":"string",
|
4192 | 4218 | "max":32,
|
|
4567 | 4593 | "EmbedHostDomains":{
|
4568 | 4594 | "shape":"EmbedHostDomains",
|
4569 | 4595 | "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>"
|
| 4596 | + }, |
| 4597 | + "StreamingExperienceSettings":{ |
| 4598 | + "shape":"StreamingExperienceSettings", |
| 4599 | + "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>" |
4570 | 4600 | }
|
4571 | 4601 | }
|
4572 | 4602 | },
|
|
0 commit comments