@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
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkDocsClientResolvedConfig,
17
17
  } from "../WorkDocsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteCustomMetadataCommandInput
19
20
  extends DeleteCustomMetadataRequest {}
20
21
  export interface DeleteCustomMetadataCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteDocumentCommandInput extends DeleteDocumentRequest {}
16
17
  export interface DeleteDocumentCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteDocumentCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteDocumentVersionCommandInput
16
17
  extends DeleteDocumentVersionRequest {}
17
18
  export interface DeleteDocumentVersionCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteFolderCommandInput extends DeleteFolderRequest {}
16
17
  export interface DeleteFolderCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteFolderCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteFolderContentsCommandInput
16
17
  extends DeleteFolderContentsRequest {}
17
18
  export interface DeleteFolderContentsCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteLabelsCommandInput extends DeleteLabelsRequest {}
16
17
  export interface DeleteLabelsCommandOutput
17
18
  extends DeleteLabelsResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteNotificationSubscriptionCommandInput
16
17
  extends DeleteNotificationSubscriptionRequest {}
17
18
  export interface DeleteNotificationSubscriptionCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteUserCommandInput extends DeleteUserRequest {}
16
17
  export interface DeleteUserCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteUserCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkDocsClientResolvedConfig,
17
17
  } from "../WorkDocsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeActivitiesCommandInput
19
20
  extends DescribeActivitiesRequest {}
20
21
  export interface DescribeActivitiesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkDocsClientResolvedConfig,
17
17
  } from "../WorkDocsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeCommentsCommandInput extends DescribeCommentsRequest {}
19
20
  export interface DescribeCommentsCommandOutput
20
21
  extends DescribeCommentsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkDocsClientResolvedConfig,
17
17
  } from "../WorkDocsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeDocumentVersionsCommandInput
19
20
  extends DescribeDocumentVersionsRequest {}
20
21
  export interface DescribeDocumentVersionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkDocsClientResolvedConfig,
17
17
  } from "../WorkDocsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeFolderContentsCommandInput
19
20
  extends DescribeFolderContentsRequest {}
20
21
  export interface DescribeFolderContentsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkDocsClientResolvedConfig,
17
17
  } from "../WorkDocsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeGroupsCommandInput extends DescribeGroupsRequest {}
19
20
  export interface DescribeGroupsCommandOutput
20
21
  extends DescribeGroupsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkDocsClientResolvedConfig,
17
17
  } from "../WorkDocsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeNotificationSubscriptionsCommandInput
19
20
  extends DescribeNotificationSubscriptionsRequest {}
20
21
  export interface DescribeNotificationSubscriptionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkDocsClientResolvedConfig,
17
17
  } from "../WorkDocsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeResourcePermissionsCommandInput
19
20
  extends DescribeResourcePermissionsRequest {}
20
21
  export interface DescribeResourcePermissionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkDocsClientResolvedConfig,
17
17
  } from "../WorkDocsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeRootFoldersCommandInput
19
20
  extends DescribeRootFoldersRequest {}
20
21
  export interface DescribeRootFoldersCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkDocsClientResolvedConfig,
17
17
  } from "../WorkDocsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeUsersCommandInput extends DescribeUsersRequest {}
19
20
  export interface DescribeUsersCommandOutput
20
21
  extends DescribeUsersResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkDocsClientResolvedConfig,
17
17
  } from "../WorkDocsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetCurrentUserCommandInput extends GetCurrentUserRequest {}
19
20
  export interface GetCurrentUserCommandOutput
20
21
  extends GetCurrentUserResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetDocumentCommandInput extends GetDocumentRequest {}
16
17
  export interface GetDocumentCommandOutput
17
18
  extends GetDocumentResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkDocsClientResolvedConfig,
17
17
  } from "../WorkDocsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetDocumentPathCommandInput extends GetDocumentPathRequest {}
19
20
  export interface GetDocumentPathCommandOutput
20
21
  extends GetDocumentPathResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkDocsClientResolvedConfig,
17
17
  } from "../WorkDocsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetDocumentVersionCommandInput
19
20
  extends GetDocumentVersionRequest {}
20
21
  export interface GetDocumentVersionCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetFolderCommandInput extends GetFolderRequest {}
16
17
  export interface GetFolderCommandOutput
17
18
  extends GetFolderResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkDocsClientResolvedConfig,
17
17
  } from "../WorkDocsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetFolderPathCommandInput extends GetFolderPathRequest {}
19
20
  export interface GetFolderPathCommandOutput
20
21
  extends GetFolderPathResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetResourcesCommandInput extends GetResourcesRequest {}
16
17
  export interface GetResourcesCommandOutput
17
18
  extends GetResourcesResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkDocsClientResolvedConfig,
17
17
  } from "../WorkDocsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface InitiateDocumentVersionUploadCommandInput
19
20
  extends InitiateDocumentVersionUploadRequest {}
20
21
  export interface InitiateDocumentVersionUploadCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RemoveAllResourcePermissionsCommandInput
16
17
  extends RemoveAllResourcePermissionsRequest {}
17
18
  export interface RemoveAllResourcePermissionsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RemoveResourcePermissionCommandInput
16
17
  extends RemoveResourcePermissionRequest {}
17
18
  export interface RemoveResourcePermissionCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RestoreDocumentVersionsCommandInput
16
17
  extends RestoreDocumentVersionsRequest {}
17
18
  export interface RestoreDocumentVersionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkDocsClientResolvedConfig,
17
17
  } from "../WorkDocsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface SearchResourcesCommandInput extends SearchResourcesRequest {}
19
20
  export interface SearchResourcesCommandOutput
20
21
  extends SearchResourcesResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateDocumentCommandInput extends UpdateDocumentRequest {}
16
17
  export interface UpdateDocumentCommandOutput extends __MetadataBearer {}
17
18
  export declare class UpdateDocumentCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateDocumentVersionCommandInput
16
17
  extends UpdateDocumentVersionRequest {}
17
18
  export interface UpdateDocumentVersionCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateFolderCommandInput extends UpdateFolderRequest {}
16
17
  export interface UpdateFolderCommandOutput extends __MetadataBearer {}
17
18
  export declare class UpdateFolderCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateUserCommandInput extends UpdateUserRequest {}
16
17
  export interface UpdateUserCommandOutput
17
18
  extends UpdateUserResponse,
@@ -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";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class WorkDocsServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-workdocs",
3
3
  "description": "AWS SDK for JavaScript Workdocs Client for Node.js, Browser and React Native",
4
- "version": "3.337.0",
4
+ "version": "3.338.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,36 +21,36 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.337.0",
25
- "@aws-sdk/config-resolver": "3.337.0",
26
- "@aws-sdk/credential-provider-node": "3.337.0",
27
- "@aws-sdk/fetch-http-handler": "3.337.0",
28
- "@aws-sdk/hash-node": "3.337.0",
29
- "@aws-sdk/invalid-dependency": "3.337.0",
30
- "@aws-sdk/middleware-content-length": "3.337.0",
31
- "@aws-sdk/middleware-endpoint": "3.337.0",
32
- "@aws-sdk/middleware-host-header": "3.337.0",
33
- "@aws-sdk/middleware-logger": "3.337.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.337.0",
35
- "@aws-sdk/middleware-retry": "3.337.0",
36
- "@aws-sdk/middleware-serde": "3.337.0",
37
- "@aws-sdk/middleware-signing": "3.337.0",
38
- "@aws-sdk/middleware-stack": "3.337.0",
39
- "@aws-sdk/middleware-user-agent": "3.337.0",
40
- "@aws-sdk/node-config-provider": "3.337.0",
41
- "@aws-sdk/node-http-handler": "3.337.0",
42
- "@aws-sdk/smithy-client": "3.337.0",
43
- "@aws-sdk/types": "3.337.0",
44
- "@aws-sdk/url-parser": "3.337.0",
24
+ "@aws-sdk/client-sts": "3.338.0",
25
+ "@aws-sdk/config-resolver": "3.338.0",
26
+ "@aws-sdk/credential-provider-node": "3.338.0",
27
+ "@aws-sdk/fetch-http-handler": "3.338.0",
28
+ "@aws-sdk/hash-node": "3.338.0",
29
+ "@aws-sdk/invalid-dependency": "3.338.0",
30
+ "@aws-sdk/middleware-content-length": "3.338.0",
31
+ "@aws-sdk/middleware-endpoint": "3.338.0",
32
+ "@aws-sdk/middleware-host-header": "3.338.0",
33
+ "@aws-sdk/middleware-logger": "3.338.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.338.0",
35
+ "@aws-sdk/middleware-retry": "3.338.0",
36
+ "@aws-sdk/middleware-serde": "3.338.0",
37
+ "@aws-sdk/middleware-signing": "3.338.0",
38
+ "@aws-sdk/middleware-stack": "3.338.0",
39
+ "@aws-sdk/middleware-user-agent": "3.338.0",
40
+ "@aws-sdk/node-config-provider": "3.338.0",
41
+ "@aws-sdk/node-http-handler": "3.338.0",
42
+ "@aws-sdk/smithy-client": "3.338.0",
43
+ "@aws-sdk/types": "3.338.0",
44
+ "@aws-sdk/url-parser": "3.338.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.337.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.337.0",
50
- "@aws-sdk/util-endpoints": "3.337.0",
51
- "@aws-sdk/util-retry": "3.337.0",
52
- "@aws-sdk/util-user-agent-browser": "3.337.0",
53
- "@aws-sdk/util-user-agent-node": "3.337.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.338.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.338.0",
50
+ "@aws-sdk/util-endpoints": "3.338.0",
51
+ "@aws-sdk/util-retry": "3.338.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.338.0",
53
+ "@aws-sdk/util-user-agent-node": "3.338.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",