Skip to content

Commit 35e8c41

Browse files
authored
docs: fix definition of barebones and aggregated client.
1 parent de9fe4b commit 35e8c41

File tree

1 file changed

+2
-2
lines changed
  • clients/client-workspaces-thin-client/src

1 file changed

+2
-2
lines changed

clients/client-workspaces-thin-client/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ import { WorkSpacesThinClient } from "./WorkSpacesThinClient";
3333

3434
/**
3535
* @deprecated use {WorkSpacesThinClient} (renamed) instead.
36-
* The aggregated client is called WorkSpacesThinClient,
37-
* and the barebones client is called WorkSpacesThinClientClient.
36+
* The barebones client is called WorkSpacesThinClient,
37+
* The aggregated client is called WorkSpacesThinClientClient.
3838
*
3939
* Due to some code generation issues with the word "Client" in the service name,
4040
* we are maintaining a few backwards compatible aliases here.

0 commit comments

Comments
 (0)