aws-sdk-workspaces 1.135.0 → 1.137.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspaces/client.rb +15 -4
- data/lib/aws-sdk-workspaces/client_api.rb +4 -0
- data/lib/aws-sdk-workspaces/types.rb +20 -4
- data/lib/aws-sdk-workspaces.rb +1 -1
- data/sig/client.rbs +4 -2
- data/sig/types.rbs +4 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8586fdd9020d1ff47751a734febbedd338f72e1f6016e7b652642cf5aa10ab45
|
4
|
+
data.tar.gz: 253dfbd05605d60e837f9c19a30e3c26c956134d487819b2181dedb9a3918b40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a75c2630a25bce4fea02a253b3c9c3156271c262a0578f784703fc73fd69d01e690055e5d35af8e38a5ad1f04a2a21c7c21e0521eda6850a348a54dd87ae9883
|
7
|
+
data.tar.gz: 406ac96185c321052af64d200ae934ad1c077790f852864632a91b31b265a3b3b126978ec647a53bc3c7a9dc0d483f6d56b4d52baa7a71e7e5064c0d3065253a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.137.0 (2025-05-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added the new AlwaysOn running mode for WorkSpaces Pools. Customers can now choose between AlwaysOn (for instant access, with hourly usage billing regardless of connection status), or AutoStop (to optimize cost, with a brief startup delay) for their pools.
|
8
|
+
|
9
|
+
1.136.0 (2025-05-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.135.0 (2025-05-09)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.137.0
|
@@ -200,8 +200,7 @@ module Aws::WorkSpaces
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -1404,6 +1403,9 @@ module Aws::WorkSpaces
|
|
1404
1403
|
# @option params [Types::TimeoutSettings] :timeout_settings
|
1405
1404
|
# Indicates the timeout settings of the pool.
|
1406
1405
|
#
|
1406
|
+
# @option params [String] :running_mode
|
1407
|
+
# The running mode for the pool.
|
1408
|
+
#
|
1407
1409
|
# @return [Types::CreateWorkspacesPoolResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1408
1410
|
#
|
1409
1411
|
# * {Types::CreateWorkspacesPoolResult#workspaces_pool #workspaces_pool} => Types::WorkspacesPool
|
@@ -1433,6 +1435,7 @@ module Aws::WorkSpaces
|
|
1433
1435
|
# idle_disconnect_timeout_in_seconds: 1,
|
1434
1436
|
# max_user_duration_in_seconds: 1,
|
1435
1437
|
# },
|
1438
|
+
# running_mode: "AUTO_STOP", # accepts AUTO_STOP, ALWAYS_ON
|
1436
1439
|
# })
|
1437
1440
|
#
|
1438
1441
|
# @example Response structure
|
@@ -1458,6 +1461,7 @@ module Aws::WorkSpaces
|
|
1458
1461
|
# resp.workspaces_pool.timeout_settings.disconnect_timeout_in_seconds #=> Integer
|
1459
1462
|
# resp.workspaces_pool.timeout_settings.idle_disconnect_timeout_in_seconds #=> Integer
|
1460
1463
|
# resp.workspaces_pool.timeout_settings.max_user_duration_in_seconds #=> Integer
|
1464
|
+
# resp.workspaces_pool.running_mode #=> String, one of "AUTO_STOP", "ALWAYS_ON"
|
1461
1465
|
#
|
1462
1466
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateWorkspacesPool AWS API Documentation
|
1463
1467
|
#
|
@@ -2722,7 +2726,7 @@ module Aws::WorkSpaces
|
|
2722
2726
|
# resp.images[0].updates.update_available #=> Boolean
|
2723
2727
|
# resp.images[0].updates.description #=> String
|
2724
2728
|
# resp.images[0].error_details #=> Array
|
2725
|
-
# resp.images[0].error_details[0].error_code #=> String, one of "OutdatedPowershellVersion", "OfficeInstalled", "PCoIPAgentInstalled", "WindowsUpdatesEnabled", "AutoMountDisabled", "WorkspacesBYOLAccountNotFound", "WorkspacesBYOLAccountDisabled", "DHCPDisabled", "DiskFreeSpace", "AdditionalDrivesAttached", "OSNotSupported", "DomainJoined", "AzureDomainJoined", "FirewallEnabled", "VMWareToolsInstalled", "DiskSizeExceeded", "IncompatiblePartitioning", "PendingReboot", "AutoLogonEnabled", "RealTimeUniversalDisabled", "MultipleBootPartition", "Requires64BitOS", "ZeroRearmCount", "InPlaceUpgrade", "AntiVirusInstalled", "UEFINotSupported", "UnknownError", "AppXPackagesInstalled", "ReservedStorageInUse", "AdditionalDrivesPresent", "WindowsUpdatesRequired", "SysPrepFileMissing", "UserProfileMissing", "InsufficientDiskSpace", "EnvironmentVariablesPathMissingEntries", "DomainAccountServicesFound", "InvalidIp", "RemoteDesktopServicesDisabled", "WindowsModulesInstallerDisabled", "AmazonSsmAgentEnabled", "UnsupportedSecurityProtocol", "MultipleUserProfiles", "StagedAppxPackage", "UnsupportedOsUpgrade", "InsufficientRearmCount"
|
2729
|
+
# resp.images[0].error_details[0].error_code #=> String, one of "OutdatedPowershellVersion", "OfficeInstalled", "PCoIPAgentInstalled", "WindowsUpdatesEnabled", "AutoMountDisabled", "WorkspacesBYOLAccountNotFound", "WorkspacesBYOLAccountDisabled", "DHCPDisabled", "DiskFreeSpace", "AdditionalDrivesAttached", "OSNotSupported", "DomainJoined", "AzureDomainJoined", "FirewallEnabled", "VMWareToolsInstalled", "DiskSizeExceeded", "IncompatiblePartitioning", "PendingReboot", "AutoLogonEnabled", "RealTimeUniversalDisabled", "MultipleBootPartition", "Requires64BitOS", "ZeroRearmCount", "InPlaceUpgrade", "AntiVirusInstalled", "UEFINotSupported", "UnknownError", "AppXPackagesInstalled", "ReservedStorageInUse", "AdditionalDrivesPresent", "WindowsUpdatesRequired", "SysPrepFileMissing", "UserProfileMissing", "InsufficientDiskSpace", "EnvironmentVariablesPathMissingEntries", "DomainAccountServicesFound", "InvalidIp", "RemoteDesktopServicesDisabled", "WindowsModulesInstallerDisabled", "AmazonSsmAgentEnabled", "UnsupportedSecurityProtocol", "MultipleUserProfiles", "StagedAppxPackage", "UnsupportedOsUpgrade", "InsufficientRearmCount", "ProtocolOSIncompatibility", "MemoryIntegrityIncompatibility", "RestrictedDriveLetterInUse"
|
2726
2730
|
# resp.images[0].error_details[0].error_message #=> String
|
2727
2731
|
# resp.next_token #=> String
|
2728
2732
|
#
|
@@ -3029,6 +3033,7 @@ module Aws::WorkSpaces
|
|
3029
3033
|
# resp.workspaces_pools[0].timeout_settings.disconnect_timeout_in_seconds #=> Integer
|
3030
3034
|
# resp.workspaces_pools[0].timeout_settings.idle_disconnect_timeout_in_seconds #=> Integer
|
3031
3035
|
# resp.workspaces_pools[0].timeout_settings.max_user_duration_in_seconds #=> Integer
|
3036
|
+
# resp.workspaces_pools[0].running_mode #=> String, one of "AUTO_STOP", "ALWAYS_ON"
|
3032
3037
|
# resp.next_token #=> String
|
3033
3038
|
#
|
3034
3039
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspacesPools AWS API Documentation
|
@@ -4798,6 +4803,10 @@ module Aws::WorkSpaces
|
|
4798
4803
|
# @option params [Types::TimeoutSettings] :timeout_settings
|
4799
4804
|
# Indicates the timeout settings of the specified pool.
|
4800
4805
|
#
|
4806
|
+
# @option params [String] :running_mode
|
4807
|
+
# The desired running mode for the pool. The running mode can only be
|
4808
|
+
# updated when the pool is in a stopped state.
|
4809
|
+
#
|
4801
4810
|
# @return [Types::UpdateWorkspacesPoolResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4802
4811
|
#
|
4803
4812
|
# * {Types::UpdateWorkspacesPoolResult#workspaces_pool #workspaces_pool} => Types::WorkspacesPool
|
@@ -4821,6 +4830,7 @@ module Aws::WorkSpaces
|
|
4821
4830
|
# idle_disconnect_timeout_in_seconds: 1,
|
4822
4831
|
# max_user_duration_in_seconds: 1,
|
4823
4832
|
# },
|
4833
|
+
# running_mode: "AUTO_STOP", # accepts AUTO_STOP, ALWAYS_ON
|
4824
4834
|
# })
|
4825
4835
|
#
|
4826
4836
|
# @example Response structure
|
@@ -4846,6 +4856,7 @@ module Aws::WorkSpaces
|
|
4846
4856
|
# resp.workspaces_pool.timeout_settings.disconnect_timeout_in_seconds #=> Integer
|
4847
4857
|
# resp.workspaces_pool.timeout_settings.idle_disconnect_timeout_in_seconds #=> Integer
|
4848
4858
|
# resp.workspaces_pool.timeout_settings.max_user_duration_in_seconds #=> Integer
|
4859
|
+
# resp.workspaces_pool.running_mode #=> String, one of "AUTO_STOP", "ALWAYS_ON"
|
4849
4860
|
#
|
4850
4861
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/UpdateWorkspacesPool AWS API Documentation
|
4851
4862
|
#
|
@@ -4874,7 +4885,7 @@ module Aws::WorkSpaces
|
|
4874
4885
|
tracer: tracer
|
4875
4886
|
)
|
4876
4887
|
context[:gem_name] = 'aws-sdk-workspaces'
|
4877
|
-
context[:gem_version] = '1.
|
4888
|
+
context[:gem_version] = '1.137.0'
|
4878
4889
|
Seahorse::Client::Request.new(handlers, context)
|
4879
4890
|
end
|
4880
4891
|
|
@@ -348,6 +348,7 @@ module Aws::WorkSpaces
|
|
348
348
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
349
349
|
PendingCreateStandbyWorkspacesRequest = Shapes::StructureShape.new(name: 'PendingCreateStandbyWorkspacesRequest')
|
350
350
|
PendingCreateStandbyWorkspacesRequestList = Shapes::ListShape.new(name: 'PendingCreateStandbyWorkspacesRequestList')
|
351
|
+
PoolsRunningMode = Shapes::StringShape.new(name: 'PoolsRunningMode')
|
351
352
|
Protocol = Shapes::StringShape.new(name: 'Protocol')
|
352
353
|
ProtocolList = Shapes::ListShape.new(name: 'ProtocolList')
|
353
354
|
RebootRequest = Shapes::StructureShape.new(name: 'RebootRequest')
|
@@ -801,6 +802,7 @@ module Aws::WorkSpaces
|
|
801
802
|
CreateWorkspacesPoolRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
802
803
|
CreateWorkspacesPoolRequest.add_member(:application_settings, Shapes::ShapeRef.new(shape: ApplicationSettingsRequest, location_name: "ApplicationSettings"))
|
803
804
|
CreateWorkspacesPoolRequest.add_member(:timeout_settings, Shapes::ShapeRef.new(shape: TimeoutSettings, location_name: "TimeoutSettings"))
|
805
|
+
CreateWorkspacesPoolRequest.add_member(:running_mode, Shapes::ShapeRef.new(shape: PoolsRunningMode, location_name: "RunningMode"))
|
804
806
|
CreateWorkspacesPoolRequest.struct_class = Types::CreateWorkspacesPoolRequest
|
805
807
|
|
806
808
|
CreateWorkspacesPoolResult.add_member(:workspaces_pool, Shapes::ShapeRef.new(shape: WorkspacesPool, location_name: "WorkspacesPool"))
|
@@ -1685,6 +1687,7 @@ module Aws::WorkSpaces
|
|
1685
1687
|
UpdateWorkspacesPoolRequest.add_member(:capacity, Shapes::ShapeRef.new(shape: Capacity, location_name: "Capacity"))
|
1686
1688
|
UpdateWorkspacesPoolRequest.add_member(:application_settings, Shapes::ShapeRef.new(shape: ApplicationSettingsRequest, location_name: "ApplicationSettings"))
|
1687
1689
|
UpdateWorkspacesPoolRequest.add_member(:timeout_settings, Shapes::ShapeRef.new(shape: TimeoutSettings, location_name: "TimeoutSettings"))
|
1690
|
+
UpdateWorkspacesPoolRequest.add_member(:running_mode, Shapes::ShapeRef.new(shape: PoolsRunningMode, location_name: "RunningMode"))
|
1688
1691
|
UpdateWorkspacesPoolRequest.struct_class = Types::UpdateWorkspacesPoolRequest
|
1689
1692
|
|
1690
1693
|
UpdateWorkspacesPoolResult.add_member(:workspaces_pool, Shapes::ShapeRef.new(shape: WorkspacesPool, location_name: "WorkspacesPool"))
|
@@ -1896,6 +1899,7 @@ module Aws::WorkSpaces
|
|
1896
1899
|
WorkspacesPool.add_member(:errors, Shapes::ShapeRef.new(shape: WorkspacesPoolErrors, location_name: "Errors"))
|
1897
1900
|
WorkspacesPool.add_member(:application_settings, Shapes::ShapeRef.new(shape: ApplicationSettingsResponse, location_name: "ApplicationSettings"))
|
1898
1901
|
WorkspacesPool.add_member(:timeout_settings, Shapes::ShapeRef.new(shape: TimeoutSettings, location_name: "TimeoutSettings"))
|
1902
|
+
WorkspacesPool.add_member(:running_mode, Shapes::ShapeRef.new(shape: PoolsRunningMode, required: true, location_name: "RunningMode"))
|
1899
1903
|
WorkspacesPool.struct_class = Types::WorkspacesPool
|
1900
1904
|
|
1901
1905
|
WorkspacesPoolError.add_member(:error_code, Shapes::ShapeRef.new(shape: WorkspacesPoolErrorCode, location_name: "ErrorCode"))
|
@@ -1168,6 +1168,10 @@ module Aws::WorkSpaces
|
|
1168
1168
|
# Indicates the timeout settings of the pool.
|
1169
1169
|
# @return [Types::TimeoutSettings]
|
1170
1170
|
#
|
1171
|
+
# @!attribute [rw] running_mode
|
1172
|
+
# The running mode for the pool.
|
1173
|
+
# @return [String]
|
1174
|
+
#
|
1171
1175
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateWorkspacesPoolRequest AWS API Documentation
|
1172
1176
|
#
|
1173
1177
|
class CreateWorkspacesPoolRequest < Struct.new(
|
@@ -1178,7 +1182,8 @@ module Aws::WorkSpaces
|
|
1178
1182
|
:capacity,
|
1179
1183
|
:tags,
|
1180
1184
|
:application_settings,
|
1181
|
-
:timeout_settings
|
1185
|
+
:timeout_settings,
|
1186
|
+
:running_mode)
|
1182
1187
|
SENSITIVE = []
|
1183
1188
|
include Aws::Structure
|
1184
1189
|
end
|
@@ -5021,6 +5026,11 @@ module Aws::WorkSpaces
|
|
5021
5026
|
# Indicates the timeout settings of the specified pool.
|
5022
5027
|
# @return [Types::TimeoutSettings]
|
5023
5028
|
#
|
5029
|
+
# @!attribute [rw] running_mode
|
5030
|
+
# The desired running mode for the pool. The running mode can only be
|
5031
|
+
# updated when the pool is in a stopped state.
|
5032
|
+
# @return [String]
|
5033
|
+
#
|
5024
5034
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/UpdateWorkspacesPoolRequest AWS API Documentation
|
5025
5035
|
#
|
5026
5036
|
class UpdateWorkspacesPoolRequest < Struct.new(
|
@@ -5030,7 +5040,8 @@ module Aws::WorkSpaces
|
|
5030
5040
|
:directory_id,
|
5031
5041
|
:capacity,
|
5032
5042
|
:application_settings,
|
5033
|
-
:timeout_settings
|
5043
|
+
:timeout_settings,
|
5044
|
+
:running_mode)
|
5034
5045
|
SENSITIVE = []
|
5035
5046
|
include Aws::Structure
|
5036
5047
|
end
|
@@ -6117,7 +6128,7 @@ module Aws::WorkSpaces
|
|
6117
6128
|
# @return [Types::CapacityStatus]
|
6118
6129
|
#
|
6119
6130
|
# @!attribute [rw] pool_name
|
6120
|
-
# The name of the pool
|
6131
|
+
# The name of the pool.
|
6121
6132
|
# @return [String]
|
6122
6133
|
#
|
6123
6134
|
# @!attribute [rw] description
|
@@ -6156,6 +6167,10 @@ module Aws::WorkSpaces
|
|
6156
6167
|
# connected to a new session with a new pool instance.
|
6157
6168
|
# @return [Types::TimeoutSettings]
|
6158
6169
|
#
|
6170
|
+
# @!attribute [rw] running_mode
|
6171
|
+
# The running mode of the pool.
|
6172
|
+
# @return [String]
|
6173
|
+
#
|
6159
6174
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/WorkspacesPool AWS API Documentation
|
6160
6175
|
#
|
6161
6176
|
class WorkspacesPool < Struct.new(
|
@@ -6170,7 +6185,8 @@ module Aws::WorkSpaces
|
|
6170
6185
|
:directory_id,
|
6171
6186
|
:errors,
|
6172
6187
|
:application_settings,
|
6173
|
-
:timeout_settings
|
6188
|
+
:timeout_settings,
|
6189
|
+
:running_mode)
|
6174
6190
|
SENSITIVE = []
|
6175
6191
|
include Aws::Structure
|
6176
6192
|
end
|
data/lib/aws-sdk-workspaces.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -394,7 +394,8 @@ module Aws
|
|
394
394
|
disconnect_timeout_in_seconds: ::Integer?,
|
395
395
|
idle_disconnect_timeout_in_seconds: ::Integer?,
|
396
396
|
max_user_duration_in_seconds: ::Integer?
|
397
|
-
}
|
397
|
+
},
|
398
|
+
?running_mode: ("AUTO_STOP" | "ALWAYS_ON")
|
398
399
|
) -> _CreateWorkspacesPoolResponseSuccess
|
399
400
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWorkspacesPoolResponseSuccess
|
400
401
|
|
@@ -1391,7 +1392,8 @@ module Aws
|
|
1391
1392
|
disconnect_timeout_in_seconds: ::Integer?,
|
1392
1393
|
idle_disconnect_timeout_in_seconds: ::Integer?,
|
1393
1394
|
max_user_duration_in_seconds: ::Integer?
|
1394
|
-
}
|
1395
|
+
},
|
1396
|
+
?running_mode: ("AUTO_STOP" | "ALWAYS_ON")
|
1395
1397
|
) -> _UpdateWorkspacesPoolResponseSuccess
|
1396
1398
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWorkspacesPoolResponseSuccess
|
1397
1399
|
end
|
data/sig/types.rbs
CHANGED
@@ -347,6 +347,7 @@ module Aws::WorkSpaces
|
|
347
347
|
attr_accessor tags: ::Array[Types::Tag]
|
348
348
|
attr_accessor application_settings: Types::ApplicationSettingsRequest
|
349
349
|
attr_accessor timeout_settings: Types::TimeoutSettings
|
350
|
+
attr_accessor running_mode: ("AUTO_STOP" | "ALWAYS_ON")
|
350
351
|
SENSITIVE: []
|
351
352
|
end
|
352
353
|
|
@@ -829,7 +830,7 @@ module Aws::WorkSpaces
|
|
829
830
|
end
|
830
831
|
|
831
832
|
class ErrorDetails
|
832
|
-
attr_accessor error_code: ("OutdatedPowershellVersion" | "OfficeInstalled" | "PCoIPAgentInstalled" | "WindowsUpdatesEnabled" | "AutoMountDisabled" | "WorkspacesBYOLAccountNotFound" | "WorkspacesBYOLAccountDisabled" | "DHCPDisabled" | "DiskFreeSpace" | "AdditionalDrivesAttached" | "OSNotSupported" | "DomainJoined" | "AzureDomainJoined" | "FirewallEnabled" | "VMWareToolsInstalled" | "DiskSizeExceeded" | "IncompatiblePartitioning" | "PendingReboot" | "AutoLogonEnabled" | "RealTimeUniversalDisabled" | "MultipleBootPartition" | "Requires64BitOS" | "ZeroRearmCount" | "InPlaceUpgrade" | "AntiVirusInstalled" | "UEFINotSupported" | "UnknownError" | "AppXPackagesInstalled" | "ReservedStorageInUse" | "AdditionalDrivesPresent" | "WindowsUpdatesRequired" | "SysPrepFileMissing" | "UserProfileMissing" | "InsufficientDiskSpace" | "EnvironmentVariablesPathMissingEntries" | "DomainAccountServicesFound" | "InvalidIp" | "RemoteDesktopServicesDisabled" | "WindowsModulesInstallerDisabled" | "AmazonSsmAgentEnabled" | "UnsupportedSecurityProtocol" | "MultipleUserProfiles" | "StagedAppxPackage" | "UnsupportedOsUpgrade" | "InsufficientRearmCount")
|
833
|
+
attr_accessor error_code: ("OutdatedPowershellVersion" | "OfficeInstalled" | "PCoIPAgentInstalled" | "WindowsUpdatesEnabled" | "AutoMountDisabled" | "WorkspacesBYOLAccountNotFound" | "WorkspacesBYOLAccountDisabled" | "DHCPDisabled" | "DiskFreeSpace" | "AdditionalDrivesAttached" | "OSNotSupported" | "DomainJoined" | "AzureDomainJoined" | "FirewallEnabled" | "VMWareToolsInstalled" | "DiskSizeExceeded" | "IncompatiblePartitioning" | "PendingReboot" | "AutoLogonEnabled" | "RealTimeUniversalDisabled" | "MultipleBootPartition" | "Requires64BitOS" | "ZeroRearmCount" | "InPlaceUpgrade" | "AntiVirusInstalled" | "UEFINotSupported" | "UnknownError" | "AppXPackagesInstalled" | "ReservedStorageInUse" | "AdditionalDrivesPresent" | "WindowsUpdatesRequired" | "SysPrepFileMissing" | "UserProfileMissing" | "InsufficientDiskSpace" | "EnvironmentVariablesPathMissingEntries" | "DomainAccountServicesFound" | "InvalidIp" | "RemoteDesktopServicesDisabled" | "WindowsModulesInstallerDisabled" | "AmazonSsmAgentEnabled" | "UnsupportedSecurityProtocol" | "MultipleUserProfiles" | "StagedAppxPackage" | "UnsupportedOsUpgrade" | "InsufficientRearmCount" | "ProtocolOSIncompatibility" | "MemoryIntegrityIncompatibility" | "RestrictedDriveLetterInUse")
|
833
834
|
attr_accessor error_message: ::String
|
834
835
|
SENSITIVE: []
|
835
836
|
end
|
@@ -1511,6 +1512,7 @@ module Aws::WorkSpaces
|
|
1511
1512
|
attr_accessor capacity: Types::Capacity
|
1512
1513
|
attr_accessor application_settings: Types::ApplicationSettingsRequest
|
1513
1514
|
attr_accessor timeout_settings: Types::TimeoutSettings
|
1515
|
+
attr_accessor running_mode: ("AUTO_STOP" | "ALWAYS_ON")
|
1514
1516
|
SENSITIVE: []
|
1515
1517
|
end
|
1516
1518
|
|
@@ -1734,6 +1736,7 @@ module Aws::WorkSpaces
|
|
1734
1736
|
attr_accessor errors: ::Array[Types::WorkspacesPoolError]
|
1735
1737
|
attr_accessor application_settings: Types::ApplicationSettingsResponse
|
1736
1738
|
attr_accessor timeout_settings: Types::TimeoutSettings
|
1739
|
+
attr_accessor running_mode: ("AUTO_STOP" | "ALWAYS_ON")
|
1737
1740
|
SENSITIVE: []
|
1738
1741
|
end
|
1739
1742
|
|