Skip to content

Commit

Permalink
Update services based on v1.50.14 of AWS Go SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Feb 9, 2024
1 parent b0c8241 commit 6925678
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .latest-tag-aws-sdk-go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.50.13
v1.50.14
6 changes: 2 additions & 4 deletions src/aws_workspaces.erl
Original file line number Diff line number Diff line change
Expand Up @@ -900,10 +900,8 @@ modify_workspace_state(Client, Input, Options)

%% @doc Reboots the specified WorkSpaces.
%%
%% You cannot reboot a WorkSpace unless its state is `AVAILABLE',
%% `UNHEALTHY', or `REBOOTING'. Reboot a WorkSpace in the
%% `REBOOTING' state only if your WorkSpace has been stuck in the
%% `REBOOTING' state for over 20 minutes.
%% You cannot reboot a WorkSpace unless its state is `AVAILABLE' or
%% `UNHEALTHY'.
%%
%% This operation is asynchronous and returns before the WorkSpaces have
%% rebooted.
Expand Down

0 comments on commit 6925678

Please sign in to comment.