We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9fe4b commit 35e8c41Copy full SHA for 35e8c41
clients/client-workspaces-thin-client/src/index.ts
@@ -33,8 +33,8 @@ import { WorkSpacesThinClient } from "./WorkSpacesThinClient";
33
34
/**
35
* @deprecated use {WorkSpacesThinClient} (renamed) instead.
36
- * The aggregated client is called WorkSpacesThinClient,
37
- * and the barebones client is called WorkSpacesThinClientClient.
+ * The barebones client is called WorkSpacesThinClient,
+ * The aggregated client is called WorkSpacesThinClientClient.
38
*
39
* Due to some code generation issues with the word "Client" in the service name,
40
* we are maintaining a few backwards compatible aliases here.
0 commit comments