Skip to content

Commit 70fe0e4

Browse files
[v2] Updated AWS CLI example for Amazon WorkSpaces (#9515)
1 parent 0011c2d commit 70fe0e4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

awscli/examples/workspaces/register-workspace-directory.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
The following ``register-workspace-directory`` example registers the specified directory for use with Amazon WorkSpaces. ::
44

55
aws workspaces register-workspace-directory \
6-
--directory-id d-926722edaf \
7-
--no-enable-work-docs
6+
--directory-id d-926722edaf
87

98
This command produces no output.
109

11-
For more information, see `Register a directory with WorkSpaces <https://docs.aws.amazon.com/workspaces/latest/adminguide/register-deregister-directory.html>`__ in the *Amazon WorkSpaces Administration Guide*.
10+
For more information, see `Register an existing AWS Directory Service directory with WorkSpaces Personal <https://docs.aws.amazon.com/workspaces/latest/adminguide/register-deregister-directory.html>`__ in the *Amazon WorkSpaces Administration Guide*.

0 commit comments

Comments
 (0)