Smaws_Client_WorkSpaces.ModifyWorkspacePropertiesModifies the specified WorkSpace properties. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.
The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `InvalidParameterValuesException of
Types.invalid_parameter_values_exception
| `InvalidResourceStateException of Types.invalid_resource_state_exception
| `OperationInProgressException of Types.operation_in_progress_exception
| `ResourceNotFoundException of Types.resource_not_found_exception
| `ResourceUnavailableException of Types.resource_unavailable_exception
| `UnsupportedWorkspaceConfigurationException of
Types.unsupported_workspace_configuration_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.modify_workspace_properties_request ->
(Types.modify_workspace_properties_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `InvalidParameterValuesException of
Types.invalid_parameter_values_exception
| `InvalidResourceStateException of Types.invalid_resource_state_exception
| `OperationInProgressException of Types.operation_in_progress_exception
| `ResourceNotFoundException of Types.resource_not_found_exception
| `ResourceUnavailableException of Types.resource_unavailable_exception
| `UnsupportedWorkspaceConfigurationException of
Types.unsupported_workspace_configuration_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.modify_workspace_properties_request ->
(Types.modify_workspace_properties_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `InvalidParameterValuesException of
Types.invalid_parameter_values_exception
| `InvalidResourceStateException of Types.invalid_resource_state_exception
| `OperationInProgressException of Types.operation_in_progress_exception
| `ResourceNotFoundException of Types.resource_not_found_exception
| `ResourceUnavailableException of Types.resource_unavailable_exception
| `UnsupportedWorkspaceConfigurationException of
Types.unsupported_workspace_configuration_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result