rebootWorkspaces
inline suspend fun WorkSpacesClient.rebootWorkspaces(crossinline block: RebootWorkspacesRequest.Builder.() -> Unit): RebootWorkspacesResponse
Reboots the specified WorkSpaces.
You cannot reboot a WorkSpace unless its state is AVAILABLE
or UNHEALTHY
.
This operation is asynchronous and returns before the WorkSpaces have rebooted.