|
1187 | 1187 | "DesiredInstances": {
|
1188 | 1188 | "target": "com.amazonaws.appstream#Integer",
|
1189 | 1189 | "traits": {
|
1190 |
| - "smithy.api#documentation": "<p>The desired number of streaming instances.</p>" |
1191 |
| - } |
1192 |
| - }, |
1193 |
| - "DesiredSessions": { |
1194 |
| - "target": "com.amazonaws.appstream#Integer", |
1195 |
| - "traits": { |
1196 |
| - "smithy.api#documentation": "<p>The desired number of user sessions for a multi-session fleet. This is not allowed for single-session fleets.</p>\n <p>When you create a fleet, you must set either the DesiredSessions or DesiredInstances attribute, based on the type of fleet you create. You can’t define both attributes or leave both attributes blank.</p>" |
| 1190 | + "smithy.api#documentation": "<p>The desired number of streaming instances.</p>", |
| 1191 | + "smithy.api#required": {} |
1197 | 1192 | }
|
1198 | 1193 | }
|
1199 | 1194 | },
|
|
1228 | 1223 | "traits": {
|
1229 | 1224 | "smithy.api#documentation": "<p>The number of currently available instances that can be used to stream\n sessions.</p>"
|
1230 | 1225 | }
|
1231 |
| - }, |
1232 |
| - "DesiredUserSessions": { |
1233 |
| - "target": "com.amazonaws.appstream#Integer", |
1234 |
| - "traits": { |
1235 |
| - "smithy.api#documentation": "<p>The total number of sessions slots that are either running or pending. This represents the total number of concurrent streaming sessions your fleet can support in a steady state.</p>\n <p>DesiredUserSessionCapacity = ActualUserSessionCapacity + PendingUserSessionCapacity</p>\n <p>This only applies to multi-session fleets.</p>" |
1236 |
| - } |
1237 |
| - }, |
1238 |
| - "AvailableUserSessions": { |
1239 |
| - "target": "com.amazonaws.appstream#Integer", |
1240 |
| - "traits": { |
1241 |
| - "smithy.api#documentation": "<p>The number of idle session slots currently available for user sessions.</p>\n <p>AvailableUserSessionCapacity = ActualUserSessionCapacity - ActiveUserSessions</p>\n <p>This only applies to multi-session fleets.</p>" |
1242 |
| - } |
1243 |
| - }, |
1244 |
| - "ActiveUserSessions": { |
1245 |
| - "target": "com.amazonaws.appstream#Integer", |
1246 |
| - "traits": { |
1247 |
| - "smithy.api#documentation": "<p>The number of user sessions currently being used for streaming sessions. This only applies to multi-session fleets.</p>" |
1248 |
| - } |
1249 |
| - }, |
1250 |
| - "ActualUserSessions": { |
1251 |
| - "target": "com.amazonaws.appstream#Integer", |
1252 |
| - "traits": { |
1253 |
| - "smithy.api#documentation": "<p>The total number of session slots that are available for streaming or are currently streaming.</p>\n <p>ActualUserSessionCapacity = AvailableUserSessionCapacity + ActiveUserSessions</p>\n <p>This only applies to multi-session fleets.</p>" |
1254 |
| - } |
1255 | 1226 | }
|
1256 | 1227 | },
|
1257 | 1228 | "traits": {
|
|
2017 | 1988 | "MaxUserDurationInSeconds": {
|
2018 | 1989 | "target": "com.amazonaws.appstream#Integer",
|
2019 | 1990 | "traits": {
|
2020 |
| - "smithy.api#documentation": "<p>The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.</p>\n <p>Specify a value between 600 and 432000.</p>" |
| 1991 | + "smithy.api#documentation": "<p>The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.</p>\n <p>Specify a value between 600 and 360000.</p>" |
2021 | 1992 | }
|
2022 | 1993 | },
|
2023 | 1994 | "DisconnectTimeoutInSeconds": {
|
|
2097 | 2068 | "traits": {
|
2098 | 2069 | "smithy.api#documentation": "<p>The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.</p>"
|
2099 | 2070 | }
|
2100 |
| - }, |
2101 |
| - "MaxSessionsPerInstance": { |
2102 |
| - "target": "com.amazonaws.appstream#Integer", |
2103 |
| - "traits": { |
2104 |
| - "smithy.api#documentation": "<p>The maximum number of user sessions on an instance. This only applies to multi-session fleets.</p>" |
2105 |
| - } |
2106 | 2071 | }
|
2107 | 2072 | },
|
2108 | 2073 | "traits": {
|
|
3863 | 3828 | "matcher": {
|
3864 | 3829 | "output": {
|
3865 | 3830 | "path": "Fleets[].State",
|
3866 |
| - "expected": "ACTIVE", |
| 3831 | + "expected": "RUNNING", |
3867 | 3832 | "comparator": "allStringEquals"
|
3868 | 3833 | }
|
3869 | 3834 | }
|
|
3873 | 3838 | "matcher": {
|
3874 | 3839 | "output": {
|
3875 | 3840 | "path": "Fleets[].State",
|
3876 |
| - "expected": "PENDING_DEACTIVATE", |
| 3841 | + "expected": "STOPPING", |
3877 | 3842 | "comparator": "anyStringEquals"
|
3878 | 3843 | }
|
3879 | 3844 | }
|
|
3883 | 3848 | "matcher": {
|
3884 | 3849 | "output": {
|
3885 | 3850 | "path": "Fleets[].State",
|
3886 |
| - "expected": "INACTIVE", |
| 3851 | + "expected": "STOPPED", |
3887 | 3852 | "comparator": "anyStringEquals"
|
3888 | 3853 | }
|
3889 | 3854 | }
|
|
3898 | 3863 | "matcher": {
|
3899 | 3864 | "output": {
|
3900 | 3865 | "path": "Fleets[].State",
|
3901 |
| - "expected": "INACTIVE", |
| 3866 | + "expected": "STOPPED", |
3902 | 3867 | "comparator": "allStringEquals"
|
3903 | 3868 | }
|
3904 | 3869 | }
|
|
3908 | 3873 | "matcher": {
|
3909 | 3874 | "output": {
|
3910 | 3875 | "path": "Fleets[].State",
|
3911 |
| - "expected": "PENDING_ACTIVATE", |
| 3876 | + "expected": "STARTING", |
3912 | 3877 | "comparator": "anyStringEquals"
|
3913 | 3878 | }
|
3914 | 3879 | }
|
|
3918 | 3883 | "matcher": {
|
3919 | 3884 | "output": {
|
3920 | 3885 | "path": "Fleets[].State",
|
3921 |
| - "expected": "ACTIVE", |
| 3886 | + "expected": "RUNNING", |
3922 | 3887 | "comparator": "anyStringEquals"
|
3923 | 3888 | }
|
3924 | 3889 | }
|
|
4226 | 4191 | "type": "structure",
|
4227 | 4192 | "members": {
|
4228 | 4193 | "StackName": {
|
4229 |
| - "target": "com.amazonaws.appstream#Name", |
| 4194 | + "target": "com.amazonaws.appstream#String", |
4230 | 4195 | "traits": {
|
4231 | 4196 | "smithy.api#documentation": "<p>The name of the stack. This value is case-sensitive.</p>",
|
4232 | 4197 | "smithy.api#required": {}
|
4233 | 4198 | }
|
4234 | 4199 | },
|
4235 | 4200 | "FleetName": {
|
4236 |
| - "target": "com.amazonaws.appstream#Name", |
| 4201 | + "target": "com.amazonaws.appstream#String", |
4237 | 4202 | "traits": {
|
4238 | 4203 | "smithy.api#documentation": "<p>The name of the fleet. This value is case-sensitive.</p>",
|
4239 | 4204 | "smithy.api#required": {}
|
|
4262 | 4227 | "traits": {
|
4263 | 4228 | "smithy.api#documentation": "<p>The authentication method. Specify <code>API</code> for a user\n authenticated using a streaming URL or <code>SAML</code> for a SAML federated user. \n The default is to authenticate users using a streaming URL.</p>"
|
4264 | 4229 | }
|
4265 |
| - }, |
4266 |
| - "InstanceId": { |
4267 |
| - "target": "com.amazonaws.appstream#String", |
4268 |
| - "traits": { |
4269 |
| - "smithy.api#documentation": "<p>The identifier for the instance hosting the session.</p>" |
4270 |
| - } |
4271 | 4230 | }
|
4272 | 4231 | },
|
4273 | 4232 | "traits": {
|
|
5378 | 5337 | "traits": {
|
5379 | 5338 | "smithy.api#documentation": "<p>The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.</p>"
|
5380 | 5339 | }
|
5381 |
| - }, |
5382 |
| - "MaxSessionsPerInstance": { |
5383 |
| - "target": "com.amazonaws.appstream#Integer", |
5384 |
| - "traits": { |
5385 |
| - "smithy.api#documentation": "<p>The maximum number of user sessions on an instance. This only applies to multi-session fleets.</p>" |
5386 |
| - } |
5387 | 5340 | }
|
5388 | 5341 | },
|
5389 | 5342 | "traits": {
|
|
5428 | 5381 | "traits": {
|
5429 | 5382 | "smithy.api#enumValue": "SESSION_SCRIPT_S3_LOCATION"
|
5430 | 5383 | }
|
5431 |
| - }, |
5432 |
| - "MAX_SESSIONS_PER_INSTANCE": { |
5433 |
| - "target": "smithy.api#Unit", |
5434 |
| - "traits": { |
5435 |
| - "smithy.api#enumValue": "MAX_SESSIONS_PER_INSTANCE" |
5436 |
| - } |
5437 | 5384 | }
|
5438 | 5385 | },
|
5439 | 5386 | "traits": {
|
|
8092 | 8039 | "traits": {
|
8093 | 8040 | "smithy.api#documentation": "<p>The network details for the streaming session.</p>"
|
8094 | 8041 | }
|
8095 |
| - }, |
8096 |
| - "InstanceId": { |
8097 |
| - "target": "com.amazonaws.appstream#String", |
8098 |
| - "traits": { |
8099 |
| - "smithy.api#documentation": "<p>The identifier for the instance hosting the session.</p>" |
8100 |
| - } |
8101 | 8042 | }
|
8102 | 8043 | },
|
8103 | 8044 | "traits": {
|
|
9466 | 9407 | }
|
9467 | 9408 | },
|
9468 | 9409 | "Name": {
|
9469 |
| - "target": "com.amazonaws.appstream#Name", |
| 9410 | + "target": "com.amazonaws.appstream#String", |
9470 | 9411 | "traits": {
|
9471 | 9412 | "smithy.api#documentation": "<p>A unique name for the fleet.</p>"
|
9472 | 9413 | }
|
|
9580 | 9521 | "traits": {
|
9581 | 9522 | "smithy.api#documentation": "<p>The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets. </p>"
|
9582 | 9523 | }
|
9583 |
| - }, |
9584 |
| - "MaxSessionsPerInstance": { |
9585 |
| - "target": "com.amazonaws.appstream#Integer", |
9586 |
| - "traits": { |
9587 |
| - "smithy.api#documentation": "<p>The maximum number of user sessions on an instance. This only applies to multi-session fleets.</p>" |
9588 |
| - } |
9589 | 9524 | }
|
9590 | 9525 | },
|
9591 | 9526 | "traits": {
|
|
0 commit comments