@aws-sdk/client-workdocs 3.337.0 → 3.338.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (189) hide show
  1. package/dist-cjs/WorkDocsClient.js +2 -1
  2. package/dist-cjs/commands/AbortDocumentVersionUploadCommand.js +2 -1
  3. package/dist-cjs/commands/ActivateUserCommand.js +2 -1
  4. package/dist-cjs/commands/AddResourcePermissionsCommand.js +2 -1
  5. package/dist-cjs/commands/CreateCommentCommand.js +2 -1
  6. package/dist-cjs/commands/CreateCustomMetadataCommand.js +2 -1
  7. package/dist-cjs/commands/CreateFolderCommand.js +2 -1
  8. package/dist-cjs/commands/CreateLabelsCommand.js +2 -1
  9. package/dist-cjs/commands/CreateNotificationSubscriptionCommand.js +2 -1
  10. package/dist-cjs/commands/CreateUserCommand.js +2 -1
  11. package/dist-cjs/commands/DeactivateUserCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteCommentCommand.js +2 -1
  13. package/dist-cjs/commands/DeleteCustomMetadataCommand.js +2 -1
  14. package/dist-cjs/commands/DeleteDocumentCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteDocumentVersionCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteFolderCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteFolderContentsCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteLabelsCommand.js +2 -1
  19. package/dist-cjs/commands/DeleteNotificationSubscriptionCommand.js +2 -1
  20. package/dist-cjs/commands/DeleteUserCommand.js +2 -1
  21. package/dist-cjs/commands/DescribeActivitiesCommand.js +2 -1
  22. package/dist-cjs/commands/DescribeCommentsCommand.js +2 -1
  23. package/dist-cjs/commands/DescribeDocumentVersionsCommand.js +2 -1
  24. package/dist-cjs/commands/DescribeFolderContentsCommand.js +2 -1
  25. package/dist-cjs/commands/DescribeGroupsCommand.js +2 -1
  26. package/dist-cjs/commands/DescribeNotificationSubscriptionsCommand.js +2 -1
  27. package/dist-cjs/commands/DescribeResourcePermissionsCommand.js +2 -1
  28. package/dist-cjs/commands/DescribeRootFoldersCommand.js +2 -1
  29. package/dist-cjs/commands/DescribeUsersCommand.js +2 -1
  30. package/dist-cjs/commands/GetCurrentUserCommand.js +2 -1
  31. package/dist-cjs/commands/GetDocumentCommand.js +2 -1
  32. package/dist-cjs/commands/GetDocumentPathCommand.js +2 -1
  33. package/dist-cjs/commands/GetDocumentVersionCommand.js +2 -1
  34. package/dist-cjs/commands/GetFolderCommand.js +2 -1
  35. package/dist-cjs/commands/GetFolderPathCommand.js +2 -1
  36. package/dist-cjs/commands/GetResourcesCommand.js +2 -1
  37. package/dist-cjs/commands/InitiateDocumentVersionUploadCommand.js +2 -1
  38. package/dist-cjs/commands/RemoveAllResourcePermissionsCommand.js +2 -1
  39. package/dist-cjs/commands/RemoveResourcePermissionCommand.js +2 -1
  40. package/dist-cjs/commands/RestoreDocumentVersionsCommand.js +2 -1
  41. package/dist-cjs/commands/SearchResourcesCommand.js +2 -1
  42. package/dist-cjs/commands/UpdateDocumentCommand.js +2 -1
  43. package/dist-cjs/commands/UpdateDocumentVersionCommand.js +2 -1
  44. package/dist-cjs/commands/UpdateFolderCommand.js +2 -1
  45. package/dist-cjs/commands/UpdateUserCommand.js +2 -1
  46. package/dist-cjs/index.js +2 -2
  47. package/dist-cjs/models/WorkDocsServiceException.js +2 -1
  48. package/dist-es/WorkDocsClient.js +1 -0
  49. package/dist-es/commands/AbortDocumentVersionUploadCommand.js +1 -0
  50. package/dist-es/commands/ActivateUserCommand.js +1 -0
  51. package/dist-es/commands/AddResourcePermissionsCommand.js +1 -0
  52. package/dist-es/commands/CreateCommentCommand.js +1 -0
  53. package/dist-es/commands/CreateCustomMetadataCommand.js +1 -0
  54. package/dist-es/commands/CreateFolderCommand.js +1 -0
  55. package/dist-es/commands/CreateLabelsCommand.js +1 -0
  56. package/dist-es/commands/CreateNotificationSubscriptionCommand.js +1 -0
  57. package/dist-es/commands/CreateUserCommand.js +1 -0
  58. package/dist-es/commands/DeactivateUserCommand.js +1 -0
  59. package/dist-es/commands/DeleteCommentCommand.js +1 -0
  60. package/dist-es/commands/DeleteCustomMetadataCommand.js +1 -0
  61. package/dist-es/commands/DeleteDocumentCommand.js +1 -0
  62. package/dist-es/commands/DeleteDocumentVersionCommand.js +1 -0
  63. package/dist-es/commands/DeleteFolderCommand.js +1 -0
  64. package/dist-es/commands/DeleteFolderContentsCommand.js +1 -0
  65. package/dist-es/commands/DeleteLabelsCommand.js +1 -0
  66. package/dist-es/commands/DeleteNotificationSubscriptionCommand.js +1 -0
  67. package/dist-es/commands/DeleteUserCommand.js +1 -0
  68. package/dist-es/commands/DescribeActivitiesCommand.js +1 -0
  69. package/dist-es/commands/DescribeCommentsCommand.js +1 -0
  70. package/dist-es/commands/DescribeDocumentVersionsCommand.js +1 -0
  71. package/dist-es/commands/DescribeFolderContentsCommand.js +1 -0
  72. package/dist-es/commands/DescribeGroupsCommand.js +1 -0
  73. package/dist-es/commands/DescribeNotificationSubscriptionsCommand.js +1 -0
  74. package/dist-es/commands/DescribeResourcePermissionsCommand.js +1 -0
  75. package/dist-es/commands/DescribeRootFoldersCommand.js +1 -0
  76. package/dist-es/commands/DescribeUsersCommand.js +1 -0
  77. package/dist-es/commands/GetCurrentUserCommand.js +1 -0
  78. package/dist-es/commands/GetDocumentCommand.js +1 -0
  79. package/dist-es/commands/GetDocumentPathCommand.js +1 -0
  80. package/dist-es/commands/GetDocumentVersionCommand.js +1 -0
  81. package/dist-es/commands/GetFolderCommand.js +1 -0
  82. package/dist-es/commands/GetFolderPathCommand.js +1 -0
  83. package/dist-es/commands/GetResourcesCommand.js +1 -0
  84. package/dist-es/commands/InitiateDocumentVersionUploadCommand.js +1 -0
  85. package/dist-es/commands/RemoveAllResourcePermissionsCommand.js +1 -0
  86. package/dist-es/commands/RemoveResourcePermissionCommand.js +1 -0
  87. package/dist-es/commands/RestoreDocumentVersionsCommand.js +1 -0
  88. package/dist-es/commands/SearchResourcesCommand.js +1 -0
  89. package/dist-es/commands/UpdateDocumentCommand.js +1 -0
  90. package/dist-es/commands/UpdateDocumentVersionCommand.js +1 -0
  91. package/dist-es/commands/UpdateFolderCommand.js +1 -0
  92. package/dist-es/commands/UpdateUserCommand.js +1 -0
  93. package/dist-es/index.js +2 -2
  94. package/dist-es/models/WorkDocsServiceException.js +1 -0
  95. package/dist-types/WorkDocsClient.d.ts +3 -3
  96. package/dist-types/commands/AbortDocumentVersionUploadCommand.d.ts +4 -0
  97. package/dist-types/commands/ActivateUserCommand.d.ts +4 -0
  98. package/dist-types/commands/AddResourcePermissionsCommand.d.ts +4 -0
  99. package/dist-types/commands/CreateCommentCommand.d.ts +4 -0
  100. package/dist-types/commands/CreateCustomMetadataCommand.d.ts +4 -0
  101. package/dist-types/commands/CreateFolderCommand.d.ts +4 -0
  102. package/dist-types/commands/CreateLabelsCommand.d.ts +4 -0
  103. package/dist-types/commands/CreateNotificationSubscriptionCommand.d.ts +4 -0
  104. package/dist-types/commands/CreateUserCommand.d.ts +4 -0
  105. package/dist-types/commands/DeactivateUserCommand.d.ts +4 -0
  106. package/dist-types/commands/DeleteCommentCommand.d.ts +4 -0
  107. package/dist-types/commands/DeleteCustomMetadataCommand.d.ts +4 -0
  108. package/dist-types/commands/DeleteDocumentCommand.d.ts +4 -0
  109. package/dist-types/commands/DeleteDocumentVersionCommand.d.ts +4 -0
  110. package/dist-types/commands/DeleteFolderCommand.d.ts +4 -0
  111. package/dist-types/commands/DeleteFolderContentsCommand.d.ts +4 -0
  112. package/dist-types/commands/DeleteLabelsCommand.d.ts +4 -0
  113. package/dist-types/commands/DeleteNotificationSubscriptionCommand.d.ts +4 -0
  114. package/dist-types/commands/DeleteUserCommand.d.ts +4 -0
  115. package/dist-types/commands/DescribeActivitiesCommand.d.ts +4 -0
  116. package/dist-types/commands/DescribeCommentsCommand.d.ts +4 -0
  117. package/dist-types/commands/DescribeDocumentVersionsCommand.d.ts +4 -0
  118. package/dist-types/commands/DescribeFolderContentsCommand.d.ts +4 -0
  119. package/dist-types/commands/DescribeGroupsCommand.d.ts +4 -0
  120. package/dist-types/commands/DescribeNotificationSubscriptionsCommand.d.ts +4 -0
  121. package/dist-types/commands/DescribeResourcePermissionsCommand.d.ts +4 -0
  122. package/dist-types/commands/DescribeRootFoldersCommand.d.ts +4 -0
  123. package/dist-types/commands/DescribeUsersCommand.d.ts +4 -0
  124. package/dist-types/commands/GetCurrentUserCommand.d.ts +4 -0
  125. package/dist-types/commands/GetDocumentCommand.d.ts +4 -0
  126. package/dist-types/commands/GetDocumentPathCommand.d.ts +4 -0
  127. package/dist-types/commands/GetDocumentVersionCommand.d.ts +4 -0
  128. package/dist-types/commands/GetFolderCommand.d.ts +4 -0
  129. package/dist-types/commands/GetFolderPathCommand.d.ts +4 -0
  130. package/dist-types/commands/GetResourcesCommand.d.ts +4 -0
  131. package/dist-types/commands/InitiateDocumentVersionUploadCommand.d.ts +4 -0
  132. package/dist-types/commands/RemoveAllResourcePermissionsCommand.d.ts +4 -0
  133. package/dist-types/commands/RemoveResourcePermissionCommand.d.ts +4 -0
  134. package/dist-types/commands/RestoreDocumentVersionsCommand.d.ts +4 -0
  135. package/dist-types/commands/SearchResourcesCommand.d.ts +4 -0
  136. package/dist-types/commands/UpdateDocumentCommand.d.ts +4 -0
  137. package/dist-types/commands/UpdateDocumentVersionCommand.d.ts +4 -0
  138. package/dist-types/commands/UpdateFolderCommand.d.ts +4 -0
  139. package/dist-types/commands/UpdateUserCommand.d.ts +4 -0
  140. package/dist-types/index.d.ts +65 -2
  141. package/dist-types/models/WorkDocsServiceException.d.ts +1 -0
  142. package/dist-types/ts3.4/WorkDocsClient.d.ts +3 -3
  143. package/dist-types/ts3.4/commands/AbortDocumentVersionUploadCommand.d.ts +1 -0
  144. package/dist-types/ts3.4/commands/ActivateUserCommand.d.ts +1 -0
  145. package/dist-types/ts3.4/commands/AddResourcePermissionsCommand.d.ts +1 -0
  146. package/dist-types/ts3.4/commands/CreateCommentCommand.d.ts +1 -0
  147. package/dist-types/ts3.4/commands/CreateCustomMetadataCommand.d.ts +1 -0
  148. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +1 -0
  149. package/dist-types/ts3.4/commands/CreateLabelsCommand.d.ts +1 -0
  150. package/dist-types/ts3.4/commands/CreateNotificationSubscriptionCommand.d.ts +1 -0
  151. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +1 -0
  152. package/dist-types/ts3.4/commands/DeactivateUserCommand.d.ts +1 -0
  153. package/dist-types/ts3.4/commands/DeleteCommentCommand.d.ts +1 -0
  154. package/dist-types/ts3.4/commands/DeleteCustomMetadataCommand.d.ts +1 -0
  155. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +1 -0
  156. package/dist-types/ts3.4/commands/DeleteDocumentVersionCommand.d.ts +1 -0
  157. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +1 -0
  158. package/dist-types/ts3.4/commands/DeleteFolderContentsCommand.d.ts +1 -0
  159. package/dist-types/ts3.4/commands/DeleteLabelsCommand.d.ts +1 -0
  160. package/dist-types/ts3.4/commands/DeleteNotificationSubscriptionCommand.d.ts +1 -0
  161. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -0
  162. package/dist-types/ts3.4/commands/DescribeActivitiesCommand.d.ts +1 -0
  163. package/dist-types/ts3.4/commands/DescribeCommentsCommand.d.ts +1 -0
  164. package/dist-types/ts3.4/commands/DescribeDocumentVersionsCommand.d.ts +1 -0
  165. package/dist-types/ts3.4/commands/DescribeFolderContentsCommand.d.ts +1 -0
  166. package/dist-types/ts3.4/commands/DescribeGroupsCommand.d.ts +1 -0
  167. package/dist-types/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts +1 -0
  168. package/dist-types/ts3.4/commands/DescribeResourcePermissionsCommand.d.ts +1 -0
  169. package/dist-types/ts3.4/commands/DescribeRootFoldersCommand.d.ts +1 -0
  170. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +1 -0
  171. package/dist-types/ts3.4/commands/GetCurrentUserCommand.d.ts +1 -0
  172. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +1 -0
  173. package/dist-types/ts3.4/commands/GetDocumentPathCommand.d.ts +1 -0
  174. package/dist-types/ts3.4/commands/GetDocumentVersionCommand.d.ts +1 -0
  175. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +1 -0
  176. package/dist-types/ts3.4/commands/GetFolderPathCommand.d.ts +1 -0
  177. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +1 -0
  178. package/dist-types/ts3.4/commands/InitiateDocumentVersionUploadCommand.d.ts +1 -0
  179. package/dist-types/ts3.4/commands/RemoveAllResourcePermissionsCommand.d.ts +1 -0
  180. package/dist-types/ts3.4/commands/RemoveResourcePermissionCommand.d.ts +1 -0
  181. package/dist-types/ts3.4/commands/RestoreDocumentVersionsCommand.d.ts +1 -0
  182. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +1 -0
  183. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +1 -0
  184. package/dist-types/ts3.4/commands/UpdateDocumentVersionCommand.d.ts +1 -0
  185. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -0
  186. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -0
  187. package/dist-types/ts3.4/index.d.ts +2 -2
  188. package/dist-types/ts3.4/models/WorkDocsServiceException.d.ts +1 -0
  189. package/package.json +28 -28
package/dist-cjs/index.js CHANGED
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.WorkDocsServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./WorkDocs"), exports);
6
5
  tslib_1.__exportStar(require("./WorkDocsClient"), exports);
6
+ tslib_1.__exportStar(require("./WorkDocs"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./models"), exports);
10
10
  var WorkDocsServiceException_1 = require("./models/WorkDocsServiceException");
11
11
  Object.defineProperty(exports, "WorkDocsServiceException", { enumerable: true, get: function () { return WorkDocsServiceException_1.WorkDocsServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WorkDocsServiceException = void 0;
3
+ exports.WorkDocsServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class WorkDocsServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class WorkDocsClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { AbortDocumentVersionUploadRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_AbortDocumentVersionUploadCommand, se_AbortDocumentVersionUploadCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class AbortDocumentVersionUploadCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ActivateUserRequestFilterSensitiveLog, ActivateUserResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_ActivateUserCommand, se_ActivateUserCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class ActivateUserCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { AddResourcePermissionsRequestFilterSensitiveLog, AddResourcePermissionsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_AddResourcePermissionsCommand, se_AddResourcePermissionsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class AddResourcePermissionsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateCommentRequestFilterSensitiveLog, CreateCommentResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateCommentCommand, se_CreateCommentCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class CreateCommentCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateCustomMetadataRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateCustomMetadataCommand, se_CreateCustomMetadataCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class CreateCustomMetadataCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateFolderRequestFilterSensitiveLog, CreateFolderResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateFolderCommand, se_CreateFolderCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class CreateFolderCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateLabelsRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_CreateLabelsCommand, se_CreateLabelsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class CreateLabelsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateNotificationSubscriptionCommand, se_CreateNotificationSubscriptionCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateNotificationSubscriptionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateUserRequestFilterSensitiveLog, CreateUserResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class CreateUserCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeactivateUserRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_DeactivateUserCommand, se_DeactivateUserCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DeactivateUserCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteCommentRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_DeleteCommentCommand, se_DeleteCommentCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DeleteCommentCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteCustomMetadataRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DeleteCustomMetadataCommand, se_DeleteCustomMetadataCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DeleteCustomMetadataCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteDocumentRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_DeleteDocumentCommand, se_DeleteDocumentCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DeleteDocumentCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteDocumentVersionRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_DeleteDocumentVersionCommand, se_DeleteDocumentVersionCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DeleteDocumentVersionCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteFolderRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_DeleteFolderCommand, se_DeleteFolderCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DeleteFolderCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteFolderContentsRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_DeleteFolderContentsCommand, se_DeleteFolderContentsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DeleteFolderContentsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteLabelsRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_DeleteLabelsCommand, se_DeleteLabelsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DeleteLabelsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteNotificationSubscriptionCommand, se_DeleteNotificationSubscriptionCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteNotificationSubscriptionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteUserRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DeleteUserCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeActivitiesRequestFilterSensitiveLog, DescribeActivitiesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeActivitiesCommand, se_DescribeActivitiesCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DescribeActivitiesCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeCommentsRequestFilterSensitiveLog, DescribeCommentsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeCommentsCommand, se_DescribeCommentsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DescribeCommentsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeDocumentVersionsRequestFilterSensitiveLog, DescribeDocumentVersionsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeDocumentVersionsCommand, se_DescribeDocumentVersionsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DescribeDocumentVersionsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeFolderContentsRequestFilterSensitiveLog, DescribeFolderContentsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeFolderContentsCommand, se_DescribeFolderContentsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DescribeFolderContentsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeGroupsRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeGroupsCommand, se_DescribeGroupsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DescribeGroupsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeNotificationSubscriptionsCommand, se_DescribeNotificationSubscriptionsCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeNotificationSubscriptionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeResourcePermissionsRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeResourcePermissionsCommand, se_DescribeResourcePermissionsCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DescribeResourcePermissionsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeRootFoldersRequestFilterSensitiveLog, DescribeRootFoldersResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeRootFoldersCommand, se_DescribeRootFoldersCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DescribeRootFoldersCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeUsersRequestFilterSensitiveLog, DescribeUsersResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeUsersCommand, se_DescribeUsersCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DescribeUsersCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetCurrentUserRequestFilterSensitiveLog, GetCurrentUserResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_GetCurrentUserCommand, se_GetCurrentUserCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class GetCurrentUserCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetDocumentRequestFilterSensitiveLog, GetDocumentResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_GetDocumentCommand, se_GetDocumentCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class GetDocumentCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetDocumentPathRequestFilterSensitiveLog, GetDocumentPathResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_GetDocumentPathCommand, se_GetDocumentPathCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class GetDocumentPathCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetDocumentVersionRequestFilterSensitiveLog, GetDocumentVersionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_GetDocumentVersionCommand, se_GetDocumentVersionCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class GetDocumentVersionCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetFolderRequestFilterSensitiveLog, GetFolderResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_GetFolderCommand, se_GetFolderCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class GetFolderCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetFolderPathRequestFilterSensitiveLog, GetFolderPathResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_GetFolderPathCommand, se_GetFolderPathCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class GetFolderPathCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetResourcesRequestFilterSensitiveLog, GetResourcesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_GetResourcesCommand, se_GetResourcesCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class GetResourcesCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { InitiateDocumentVersionUploadRequestFilterSensitiveLog, InitiateDocumentVersionUploadResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_InitiateDocumentVersionUploadCommand, se_InitiateDocumentVersionUploadCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class InitiateDocumentVersionUploadCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { RemoveAllResourcePermissionsRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_RemoveAllResourcePermissionsCommand, se_RemoveAllResourcePermissionsCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class RemoveAllResourcePermissionsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { RemoveResourcePermissionRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_RemoveResourcePermissionCommand, se_RemoveResourcePermissionCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class RemoveResourcePermissionCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { RestoreDocumentVersionsRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_RestoreDocumentVersionsCommand, se_RestoreDocumentVersionsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class RestoreDocumentVersionsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { SearchResourcesRequestFilterSensitiveLog, SearchResourcesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_SearchResourcesCommand, se_SearchResourcesCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class SearchResourcesCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateDocumentRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_UpdateDocumentCommand, se_UpdateDocumentCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class UpdateDocumentCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateDocumentVersionRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_UpdateDocumentVersionCommand, se_UpdateDocumentVersionCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class UpdateDocumentVersionCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateFolderRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_UpdateFolderCommand, se_UpdateFolderCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class UpdateFolderCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateUserRequestFilterSensitiveLog, UpdateUserResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class UpdateUserCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./WorkDocs";
2
1
  export * from "./WorkDocsClient";
2
+ export * from "./WorkDocs";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { WorkDocsServiceException } from "./models/WorkDocsServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class WorkDocsServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -53,6 +53,7 @@ import { UpdateDocumentVersionCommandInput, UpdateDocumentVersionCommandOutput }
53
53
  import { UpdateFolderCommandInput, UpdateFolderCommandOutput } from "./commands/UpdateFolderCommand";
54
54
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
55
55
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
56
+ export { __Client };
56
57
  /**
57
58
  * @public
58
59
  */
@@ -167,7 +168,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
167
168
  /**
168
169
  * @public
169
170
  */
170
- type WorkDocsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
171
+ export type WorkDocsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
171
172
  /**
172
173
  * @public
173
174
  *
@@ -178,7 +179,7 @@ export interface WorkDocsClientConfig extends WorkDocsClientConfigType {
178
179
  /**
179
180
  * @public
180
181
  */
181
- type WorkDocsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
182
+ export type WorkDocsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
182
183
  /**
183
184
  * @public
184
185
  *
@@ -261,4 +262,3 @@ export declare class WorkDocsClient extends __Client<__HttpHandlerOptions, Servi
261
262
  */
262
263
  destroy(): void;
263
264
  }
264
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AbortDocumentVersionUploadRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ActivateUserRequest, ActivateUserResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AddResourcePermissionsRequest, AddResourcePermissionsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateCommentRequest, CreateCommentResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateCustomMetadataRequest, CreateCustomMetadataResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateFolderRequest, CreateFolderResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateLabelsRequest, CreateLabelsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateNotificationSubscriptionRequest, CreateNotificationSubscriptionResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateUserRequest, CreateUserResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *