|
1487 | 1487 | },
|
1488 | 1488 | "ComputeCapacity":{
|
1489 | 1489 | "type":"structure",
|
1490 |
| - "required":["DesiredInstances"], |
1491 | 1490 | "members":{
|
1492 |
| - "DesiredInstances":{"shape":"Integer"} |
| 1491 | + "DesiredInstances":{"shape":"Integer"}, |
| 1492 | + "DesiredSessions":{"shape":"Integer"} |
1493 | 1493 | }
|
1494 | 1494 | },
|
1495 | 1495 | "ComputeCapacityStatus":{
|
|
1499 | 1499 | "Desired":{"shape":"Integer"},
|
1500 | 1500 | "Running":{"shape":"Integer"},
|
1501 | 1501 | "InUse":{"shape":"Integer"},
|
1502 |
| - "Available":{"shape":"Integer"} |
| 1502 | + "Available":{"shape":"Integer"}, |
| 1503 | + "DesiredUserSessions":{"shape":"Integer"}, |
| 1504 | + "AvailableUserSessions":{"shape":"Integer"}, |
| 1505 | + "ActiveUserSessions":{"shape":"Integer"}, |
| 1506 | + "ActualUserSessions":{"shape":"Integer"} |
1503 | 1507 | }
|
1504 | 1508 | },
|
1505 | 1509 | "ConcurrentModificationException":{
|
|
1692 | 1696 | "Platform":{"shape":"PlatformType"},
|
1693 | 1697 | "MaxConcurrentSessions":{"shape":"Integer"},
|
1694 | 1698 | "UsbDeviceFilterStrings":{"shape":"UsbDeviceFilterStrings"},
|
1695 |
| - "SessionScriptS3Location":{"shape":"S3Location"} |
| 1699 | + "SessionScriptS3Location":{"shape":"S3Location"}, |
| 1700 | + "MaxSessionsPerInstance":{"shape":"Integer"} |
1696 | 1701 | }
|
1697 | 1702 | },
|
1698 | 1703 | "CreateFleetResult":{
|
|
2186 | 2191 | "FleetName"
|
2187 | 2192 | ],
|
2188 | 2193 | "members":{
|
2189 |
| - "StackName":{"shape":"String"}, |
2190 |
| - "FleetName":{"shape":"String"}, |
| 2194 | + "StackName":{"shape":"Name"}, |
| 2195 | + "FleetName":{"shape":"Name"}, |
2191 | 2196 | "UserId":{"shape":"UserId"},
|
2192 | 2197 | "NextToken":{"shape":"String"},
|
2193 | 2198 | "Limit":{"shape":"Integer"},
|
2194 |
| - "AuthenticationType":{"shape":"AuthenticationType"} |
| 2199 | + "AuthenticationType":{"shape":"AuthenticationType"}, |
| 2200 | + "InstanceId":{"shape":"String"} |
2195 | 2201 | }
|
2196 | 2202 | },
|
2197 | 2203 | "DescribeSessionsResult":{
|
|
2540 | 2546 | "Platform":{"shape":"PlatformType"},
|
2541 | 2547 | "MaxConcurrentSessions":{"shape":"Integer"},
|
2542 | 2548 | "UsbDeviceFilterStrings":{"shape":"UsbDeviceFilterStrings"},
|
2543 |
| - "SessionScriptS3Location":{"shape":"S3Location"} |
| 2549 | + "SessionScriptS3Location":{"shape":"S3Location"}, |
| 2550 | + "MaxSessionsPerInstance":{"shape":"Integer"} |
2544 | 2551 | }
|
2545 | 2552 | },
|
2546 | 2553 | "FleetAttribute":{
|
|
2551 | 2558 | "DOMAIN_JOIN_INFO",
|
2552 | 2559 | "IAM_ROLE_ARN",
|
2553 | 2560 | "USB_DEVICE_FILTER_STRINGS",
|
2554 |
| - "SESSION_SCRIPT_S3_LOCATION" |
| 2561 | + "SESSION_SCRIPT_S3_LOCATION", |
| 2562 | + "MAX_SESSIONS_PER_INSTANCE" |
2555 | 2563 | ]
|
2556 | 2564 | },
|
2557 | 2565 | "FleetAttributes":{
|
|
3063 | 3071 | "StartTime":{"shape":"Timestamp"},
|
3064 | 3072 | "MaxExpirationTime":{"shape":"Timestamp"},
|
3065 | 3073 | "AuthenticationType":{"shape":"AuthenticationType"},
|
3066 |
| - "NetworkAccessConfiguration":{"shape":"NetworkAccessConfiguration"} |
| 3074 | + "NetworkAccessConfiguration":{"shape":"NetworkAccessConfiguration"}, |
| 3075 | + "InstanceId":{"shape":"String"} |
3067 | 3076 | }
|
3068 | 3077 | },
|
3069 | 3078 | "SessionConnectionState":{
|
|
3438 | 3447 | "members":{
|
3439 | 3448 | "ImageName":{"shape":"String"},
|
3440 | 3449 | "ImageArn":{"shape":"Arn"},
|
3441 |
| - "Name":{"shape":"String"}, |
| 3450 | + "Name":{"shape":"Name"}, |
3442 | 3451 | "InstanceType":{"shape":"String"},
|
3443 | 3452 | "ComputeCapacity":{"shape":"ComputeCapacity"},
|
3444 | 3453 | "VpcConfig":{"shape":"VpcConfig"},
|
|
3459 | 3468 | "Platform":{"shape":"PlatformType"},
|
3460 | 3469 | "MaxConcurrentSessions":{"shape":"Integer"},
|
3461 | 3470 | "UsbDeviceFilterStrings":{"shape":"UsbDeviceFilterStrings"},
|
3462 |
| - "SessionScriptS3Location":{"shape":"S3Location"} |
| 3471 | + "SessionScriptS3Location":{"shape":"S3Location"}, |
| 3472 | + "MaxSessionsPerInstance":{"shape":"Integer"} |
3463 | 3473 | }
|
3464 | 3474 | },
|
3465 | 3475 | "UpdateFleetResult":{
|
|
0 commit comments