|
2668 | 2668 | "TimeoutSettings":{
|
2669 | 2669 | "shape":"TimeoutSettings",
|
2670 | 2670 | "documentation":"<p>Indicates the timeout settings of the pool.</p>"
|
| 2671 | + }, |
| 2672 | + "RunningMode":{ |
| 2673 | + "shape":"PoolsRunningMode", |
| 2674 | + "documentation":"<p>The running mode for the pool.</p>" |
2671 | 2675 | }
|
2672 | 2676 | }
|
2673 | 2677 | },
|
|
4992 | 4996 | "type":"list",
|
4993 | 4997 | "member":{"shape":"PendingCreateStandbyWorkspacesRequest"}
|
4994 | 4998 | },
|
| 4999 | + "PoolsRunningMode":{ |
| 5000 | + "type":"string", |
| 5001 | + "enum":[ |
| 5002 | + "AUTO_STOP", |
| 5003 | + "ALWAYS_ON" |
| 5004 | + ] |
| 5005 | + }, |
4995 | 5006 | "Protocol":{
|
4996 | 5007 | "type":"string",
|
4997 | 5008 | "enum":[
|
|
6001 | 6012 | "TimeoutSettings":{
|
6002 | 6013 | "shape":"TimeoutSettings",
|
6003 | 6014 | "documentation":"<p>Indicates the timeout settings of the specified pool.</p>"
|
| 6015 | + }, |
| 6016 | + "RunningMode":{ |
| 6017 | + "shape":"PoolsRunningMode", |
| 6018 | + "documentation":"<p>The desired running mode for the pool. The running mode can only be updated when the pool is in a stopped state.</p>" |
6004 | 6019 | }
|
6005 | 6020 | }
|
6006 | 6021 | },
|
|
6708 | 6723 | "MultipleUserProfiles",
|
6709 | 6724 | "StagedAppxPackage",
|
6710 | 6725 | "UnsupportedOsUpgrade",
|
6711 |
| - "InsufficientRearmCount" |
| 6726 | + "InsufficientRearmCount", |
| 6727 | + "ProtocolOSIncompatibility", |
| 6728 | + "MemoryIntegrityIncompatibility", |
| 6729 | + "RestrictedDriveLetterInUse" |
6712 | 6730 | ]
|
6713 | 6731 | },
|
6714 | 6732 | "WorkspaceImageId":{
|
|
6969 | 6987 | "State",
|
6970 | 6988 | "CreatedAt",
|
6971 | 6989 | "BundleId",
|
6972 |
| - "DirectoryId" |
| 6990 | + "DirectoryId", |
| 6991 | + "RunningMode" |
6973 | 6992 | ],
|
6974 | 6993 | "members":{
|
6975 | 6994 | "PoolId":{
|
|
6986 | 7005 | },
|
6987 | 7006 | "PoolName":{
|
6988 | 7007 | "shape":"WorkspacesPoolName",
|
6989 |
| - "documentation":"<p>The name of the pool,</p>" |
| 7008 | + "documentation":"<p>The name of the pool.</p>" |
6990 | 7009 | },
|
6991 | 7010 | "Description":{
|
6992 | 7011 | "shape":"UpdateDescription",
|
|
7019 | 7038 | "TimeoutSettings":{
|
7020 | 7039 | "shape":"TimeoutSettings",
|
7021 | 7040 | "documentation":"<p>The amount of time that a pool session remains active after users disconnect. If they try to reconnect to the pool session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new pool instance.</p>"
|
| 7041 | + }, |
| 7042 | + "RunningMode":{ |
| 7043 | + "shape":"PoolsRunningMode", |
| 7044 | + "documentation":"<p>The running mode of the pool.</p>" |
7022 | 7045 | }
|
7023 | 7046 | },
|
7024 | 7047 | "documentation":"<p>Describes a pool of WorkSpaces.</p>"
|
|
0 commit comments