@aws-sdk/client-workdocs 3.32.0 → 3.36.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 (401) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/{dist/cjs → dist-cjs}/WorkDocs.js +1 -2
  3. package/{dist/cjs → dist-cjs}/WorkDocsClient.js +8 -9
  4. package/{dist/cjs → dist-cjs}/commands/AbortDocumentVersionUploadCommand.js +2 -3
  5. package/{dist/cjs → dist-cjs}/commands/ActivateUserCommand.js +2 -3
  6. package/{dist/cjs → dist-cjs}/commands/AddResourcePermissionsCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/CreateCommentCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/CreateCustomMetadataCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/CreateFolderCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/CreateLabelsCommand.js +2 -3
  11. package/{dist/cjs → dist-cjs}/commands/CreateNotificationSubscriptionCommand.js +2 -3
  12. package/{dist/cjs → dist-cjs}/commands/CreateUserCommand.js +2 -3
  13. package/{dist/cjs → dist-cjs}/commands/DeactivateUserCommand.js +2 -3
  14. package/{dist/cjs → dist-cjs}/commands/DeleteCommentCommand.js +2 -3
  15. package/{dist/cjs → dist-cjs}/commands/DeleteCustomMetadataCommand.js +2 -3
  16. package/{dist/cjs → dist-cjs}/commands/DeleteDocumentCommand.js +2 -3
  17. package/{dist/cjs → dist-cjs}/commands/DeleteFolderCommand.js +2 -3
  18. package/{dist/cjs → dist-cjs}/commands/DeleteFolderContentsCommand.js +2 -3
  19. package/{dist/cjs → dist-cjs}/commands/DeleteLabelsCommand.js +2 -3
  20. package/{dist/cjs → dist-cjs}/commands/DeleteNotificationSubscriptionCommand.js +2 -3
  21. package/{dist/cjs → dist-cjs}/commands/DeleteUserCommand.js +2 -3
  22. package/{dist/cjs → dist-cjs}/commands/DescribeActivitiesCommand.js +2 -3
  23. package/{dist/cjs → dist-cjs}/commands/DescribeCommentsCommand.js +2 -3
  24. package/{dist/cjs → dist-cjs}/commands/DescribeDocumentVersionsCommand.js +2 -3
  25. package/{dist/cjs → dist-cjs}/commands/DescribeFolderContentsCommand.js +2 -3
  26. package/{dist/cjs → dist-cjs}/commands/DescribeGroupsCommand.js +2 -3
  27. package/{dist/cjs → dist-cjs}/commands/DescribeNotificationSubscriptionsCommand.js +2 -3
  28. package/{dist/cjs → dist-cjs}/commands/DescribeResourcePermissionsCommand.js +2 -3
  29. package/{dist/cjs → dist-cjs}/commands/DescribeRootFoldersCommand.js +2 -3
  30. package/{dist/cjs → dist-cjs}/commands/DescribeUsersCommand.js +2 -3
  31. package/{dist/cjs → dist-cjs}/commands/GetCurrentUserCommand.js +2 -3
  32. package/{dist/cjs → dist-cjs}/commands/GetDocumentCommand.js +2 -3
  33. package/{dist/cjs → dist-cjs}/commands/GetDocumentPathCommand.js +2 -3
  34. package/{dist/cjs → dist-cjs}/commands/GetDocumentVersionCommand.js +2 -3
  35. package/{dist/cjs → dist-cjs}/commands/GetFolderCommand.js +2 -3
  36. package/{dist/cjs → dist-cjs}/commands/GetFolderPathCommand.js +2 -3
  37. package/{dist/cjs → dist-cjs}/commands/GetResourcesCommand.js +2 -3
  38. package/{dist/cjs → dist-cjs}/commands/InitiateDocumentVersionUploadCommand.js +2 -3
  39. package/{dist/cjs → dist-cjs}/commands/RemoveAllResourcePermissionsCommand.js +2 -3
  40. package/{dist/cjs → dist-cjs}/commands/RemoveResourcePermissionCommand.js +2 -3
  41. package/{dist/cjs → dist-cjs}/commands/UpdateDocumentCommand.js +2 -3
  42. package/{dist/cjs → dist-cjs}/commands/UpdateDocumentVersionCommand.js +2 -3
  43. package/{dist/cjs → dist-cjs}/commands/UpdateFolderCommand.js +2 -3
  44. package/{dist/cjs → dist-cjs}/commands/UpdateUserCommand.js +2 -3
  45. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  46. package/{dist/cjs → dist-cjs}/index.js +0 -1
  47. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  48. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
  49. package/{dist/cjs → dist-cjs}/pagination/DescribeDocumentVersionsPaginator.js +1 -2
  50. package/{dist/cjs → dist-cjs}/pagination/DescribeFolderContentsPaginator.js +1 -2
  51. package/{dist/cjs → dist-cjs}/pagination/DescribeUsersPaginator.js +1 -2
  52. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  53. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +9 -10
  54. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  55. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  56. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  57. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  58. package/{dist/es → dist-es}/WorkDocs.js +2 -38
  59. package/dist-es/WorkDocsClient.js +37 -0
  60. package/{dist/es → dist-es}/commands/AbortDocumentVersionUploadCommand.js +4 -33
  61. package/{dist/es → dist-es}/commands/ActivateUserCommand.js +4 -31
  62. package/{dist/es → dist-es}/commands/AddResourcePermissionsCommand.js +4 -32
  63. package/{dist/es → dist-es}/commands/CreateCommentCommand.js +4 -30
  64. package/{dist/es → dist-es}/commands/CreateCustomMetadataCommand.js +4 -31
  65. package/{dist/es → dist-es}/commands/CreateFolderCommand.js +4 -30
  66. package/{dist/es → dist-es}/commands/CreateLabelsCommand.js +4 -31
  67. package/{dist/es → dist-es}/commands/CreateNotificationSubscriptionCommand.js +4 -34
  68. package/{dist/es → dist-es}/commands/CreateUserCommand.js +4 -31
  69. package/{dist/es → dist-es}/commands/DeactivateUserCommand.js +4 -31
  70. package/{dist/es → dist-es}/commands/DeleteCommentCommand.js +4 -30
  71. package/{dist/es → dist-es}/commands/DeleteCustomMetadataCommand.js +4 -30
  72. package/{dist/es → dist-es}/commands/DeleteDocumentCommand.js +4 -30
  73. package/{dist/es → dist-es}/commands/DeleteFolderCommand.js +4 -30
  74. package/{dist/es → dist-es}/commands/DeleteFolderContentsCommand.js +4 -30
  75. package/{dist/es → dist-es}/commands/DeleteLabelsCommand.js +4 -30
  76. package/{dist/es → dist-es}/commands/DeleteNotificationSubscriptionCommand.js +4 -30
  77. package/{dist/es → dist-es}/commands/DeleteUserCommand.js +4 -30
  78. package/{dist/es → dist-es}/commands/DescribeActivitiesCommand.js +4 -30
  79. package/{dist/es → dist-es}/commands/DescribeCommentsCommand.js +4 -30
  80. package/{dist/es → dist-es}/commands/DescribeDocumentVersionsCommand.js +4 -31
  81. package/{dist/es → dist-es}/commands/DescribeFolderContentsCommand.js +4 -35
  82. package/{dist/es → dist-es}/commands/DescribeGroupsCommand.js +4 -31
  83. package/{dist/es → dist-es}/commands/DescribeNotificationSubscriptionsCommand.js +4 -30
  84. package/{dist/es → dist-es}/commands/DescribeResourcePermissionsCommand.js +4 -30
  85. package/{dist/es → dist-es}/commands/DescribeRootFoldersCommand.js +4 -38
  86. package/{dist/es → dist-es}/commands/DescribeUsersCommand.js +4 -34
  87. package/{dist/es → dist-es}/commands/GetCurrentUserCommand.js +4 -36
  88. package/{dist/es → dist-es}/commands/GetDocumentCommand.js +4 -30
  89. package/{dist/es → dist-es}/commands/GetDocumentPathCommand.js +4 -35
  90. package/{dist/es → dist-es}/commands/GetDocumentVersionCommand.js +4 -30
  91. package/{dist/es → dist-es}/commands/GetFolderCommand.js +4 -30
  92. package/{dist/es → dist-es}/commands/GetFolderPathCommand.js +4 -35
  93. package/{dist/es → dist-es}/commands/GetResourcesCommand.js +4 -31
  94. package/{dist/es → dist-es}/commands/InitiateDocumentVersionUploadCommand.js +4 -35
  95. package/{dist/es → dist-es}/commands/RemoveAllResourcePermissionsCommand.js +4 -30
  96. package/{dist/es → dist-es}/commands/RemoveResourcePermissionCommand.js +4 -31
  97. package/{dist/es → dist-es}/commands/UpdateDocumentCommand.js +4 -31
  98. package/{dist/es → dist-es}/commands/UpdateDocumentVersionCommand.js +4 -33
  99. package/{dist/es → dist-es}/commands/UpdateFolderCommand.js +4 -31
  100. package/{dist/es → dist-es}/commands/UpdateUserCommand.js +4 -31
  101. package/{dist/es → dist-es}/endpoints.js +1 -2
  102. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  103. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  104. package/{dist/es → dist-es}/models/models_0.js +0 -349
  105. package/{dist/es → dist-es}/pagination/DescribeDocumentVersionsPaginator.js +17 -30
  106. package/{dist/es → dist-es}/pagination/DescribeFolderContentsPaginator.js +17 -30
  107. package/{dist/es → dist-es}/pagination/DescribeUsersPaginator.js +17 -30
  108. package/dist-es/pagination/Interfaces.js +1 -0
  109. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +1398 -1404
  110. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  111. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  112. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  113. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  114. package/{dist/types → dist-types}/WorkDocs.d.ts +2 -2
  115. package/{dist/types → dist-types}/WorkDocsClient.d.ts +8 -8
  116. package/{dist/types → dist-types}/commands/AbortDocumentVersionUploadCommand.d.ts +3 -3
  117. package/{dist/types → dist-types}/commands/ActivateUserCommand.d.ts +3 -3
  118. package/{dist/types → dist-types}/commands/AddResourcePermissionsCommand.d.ts +3 -3
  119. package/{dist/types → dist-types}/commands/CreateCommentCommand.d.ts +3 -3
  120. package/{dist/types → dist-types}/commands/CreateCustomMetadataCommand.d.ts +3 -3
  121. package/{dist/types → dist-types}/commands/CreateFolderCommand.d.ts +3 -3
  122. package/{dist/types → dist-types}/commands/CreateLabelsCommand.d.ts +3 -3
  123. package/{dist/types → dist-types}/commands/CreateNotificationSubscriptionCommand.d.ts +3 -3
  124. package/{dist/types → dist-types}/commands/CreateUserCommand.d.ts +3 -3
  125. package/{dist/types → dist-types}/commands/DeactivateUserCommand.d.ts +3 -3
  126. package/{dist/types → dist-types}/commands/DeleteCommentCommand.d.ts +3 -3
  127. package/{dist/types → dist-types}/commands/DeleteCustomMetadataCommand.d.ts +3 -3
  128. package/{dist/types → dist-types}/commands/DeleteDocumentCommand.d.ts +3 -3
  129. package/{dist/types → dist-types}/commands/DeleteFolderCommand.d.ts +3 -3
  130. package/{dist/types → dist-types}/commands/DeleteFolderContentsCommand.d.ts +3 -3
  131. package/{dist/types → dist-types}/commands/DeleteLabelsCommand.d.ts +3 -3
  132. package/{dist/types → dist-types}/commands/DeleteNotificationSubscriptionCommand.d.ts +3 -3
  133. package/{dist/types → dist-types}/commands/DeleteUserCommand.d.ts +3 -3
  134. package/{dist/types → dist-types}/commands/DescribeActivitiesCommand.d.ts +3 -3
  135. package/{dist/types → dist-types}/commands/DescribeCommentsCommand.d.ts +3 -3
  136. package/{dist/types → dist-types}/commands/DescribeDocumentVersionsCommand.d.ts +3 -3
  137. package/{dist/types → dist-types}/commands/DescribeFolderContentsCommand.d.ts +3 -3
  138. package/{dist/types → dist-types}/commands/DescribeGroupsCommand.d.ts +3 -3
  139. package/{dist/types → dist-types}/commands/DescribeNotificationSubscriptionsCommand.d.ts +3 -3
  140. package/{dist/types → dist-types}/commands/DescribeResourcePermissionsCommand.d.ts +3 -3
  141. package/{dist/types → dist-types}/commands/DescribeRootFoldersCommand.d.ts +3 -3
  142. package/{dist/types → dist-types}/commands/DescribeUsersCommand.d.ts +3 -3
  143. package/{dist/types → dist-types}/commands/GetCurrentUserCommand.d.ts +3 -3
  144. package/{dist/types → dist-types}/commands/GetDocumentCommand.d.ts +3 -3
  145. package/{dist/types → dist-types}/commands/GetDocumentPathCommand.d.ts +3 -3
  146. package/{dist/types → dist-types}/commands/GetDocumentVersionCommand.d.ts +3 -3
  147. package/{dist/types → dist-types}/commands/GetFolderCommand.d.ts +3 -3
  148. package/{dist/types → dist-types}/commands/GetFolderPathCommand.d.ts +3 -3
  149. package/{dist/types → dist-types}/commands/GetResourcesCommand.d.ts +3 -3
  150. package/{dist/types → dist-types}/commands/InitiateDocumentVersionUploadCommand.d.ts +3 -3
  151. package/{dist/types → dist-types}/commands/RemoveAllResourcePermissionsCommand.d.ts +3 -3
  152. package/{dist/types → dist-types}/commands/RemoveResourcePermissionCommand.d.ts +3 -3
  153. package/{dist/types → dist-types}/commands/UpdateDocumentCommand.d.ts +3 -3
  154. package/{dist/types → dist-types}/commands/UpdateDocumentVersionCommand.d.ts +3 -3
  155. package/{dist/types → dist-types}/commands/UpdateFolderCommand.d.ts +3 -3
  156. package/{dist/types → dist-types}/commands/UpdateUserCommand.d.ts +3 -3
  157. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  158. package/{index.ts → dist-types/index.d.ts} +0 -0
  159. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  160. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  161. package/{dist/types → dist-types}/pagination/DescribeDocumentVersionsPaginator.d.ts +1 -1
  162. package/{dist/types → dist-types}/pagination/DescribeFolderContentsPaginator.d.ts +1 -1
  163. package/{dist/types → dist-types}/pagination/DescribeUsersPaginator.d.ts +1 -1
  164. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  165. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  166. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  167. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  168. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  169. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  170. package/{dist/types → dist-types}/ts3.4/WorkDocs.d.ts +2 -2
  171. package/{dist/types → dist-types}/ts3.4/WorkDocsClient.d.ts +8 -8
  172. package/{dist/types → dist-types}/ts3.4/commands/AbortDocumentVersionUploadCommand.d.ts +3 -3
  173. package/{dist/types → dist-types}/ts3.4/commands/ActivateUserCommand.d.ts +3 -3
  174. package/{dist/types → dist-types}/ts3.4/commands/AddResourcePermissionsCommand.d.ts +3 -3
  175. package/{dist/types → dist-types}/ts3.4/commands/CreateCommentCommand.d.ts +3 -3
  176. package/{dist/types → dist-types}/ts3.4/commands/CreateCustomMetadataCommand.d.ts +3 -3
  177. package/{dist/types → dist-types}/ts3.4/commands/CreateFolderCommand.d.ts +3 -3
  178. package/{dist/types → dist-types}/ts3.4/commands/CreateLabelsCommand.d.ts +3 -3
  179. package/{dist/types → dist-types}/ts3.4/commands/CreateNotificationSubscriptionCommand.d.ts +3 -3
  180. package/{dist/types → dist-types}/ts3.4/commands/CreateUserCommand.d.ts +3 -3
  181. package/{dist/types → dist-types}/ts3.4/commands/DeactivateUserCommand.d.ts +3 -3
  182. package/{dist/types → dist-types}/ts3.4/commands/DeleteCommentCommand.d.ts +3 -3
  183. package/{dist/types → dist-types}/ts3.4/commands/DeleteCustomMetadataCommand.d.ts +3 -3
  184. package/{dist/types → dist-types}/ts3.4/commands/DeleteDocumentCommand.d.ts +3 -3
  185. package/{dist/types → dist-types}/ts3.4/commands/DeleteFolderCommand.d.ts +3 -3
  186. package/{dist/types → dist-types}/ts3.4/commands/DeleteFolderContentsCommand.d.ts +3 -3
  187. package/{dist/types → dist-types}/ts3.4/commands/DeleteLabelsCommand.d.ts +3 -3
  188. package/{dist/types → dist-types}/ts3.4/commands/DeleteNotificationSubscriptionCommand.d.ts +3 -3
  189. package/{dist/types → dist-types}/ts3.4/commands/DeleteUserCommand.d.ts +3 -3
  190. package/{dist/types → dist-types}/ts3.4/commands/DescribeActivitiesCommand.d.ts +3 -3
  191. package/{dist/types → dist-types}/ts3.4/commands/DescribeCommentsCommand.d.ts +3 -3
  192. package/{dist/types → dist-types}/ts3.4/commands/DescribeDocumentVersionsCommand.d.ts +3 -3
  193. package/{dist/types → dist-types}/ts3.4/commands/DescribeFolderContentsCommand.d.ts +3 -3
  194. package/{dist/types → dist-types}/ts3.4/commands/DescribeGroupsCommand.d.ts +3 -3
  195. package/{dist/types → dist-types}/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts +3 -3
  196. package/{dist/types → dist-types}/ts3.4/commands/DescribeResourcePermissionsCommand.d.ts +3 -3
  197. package/{dist/types → dist-types}/ts3.4/commands/DescribeRootFoldersCommand.d.ts +3 -3
  198. package/{dist/types → dist-types}/ts3.4/commands/DescribeUsersCommand.d.ts +3 -3
  199. package/{dist/types → dist-types}/ts3.4/commands/GetCurrentUserCommand.d.ts +3 -3
  200. package/{dist/types → dist-types}/ts3.4/commands/GetDocumentCommand.d.ts +3 -3
  201. package/{dist/types → dist-types}/ts3.4/commands/GetDocumentPathCommand.d.ts +3 -3
  202. package/{dist/types → dist-types}/ts3.4/commands/GetDocumentVersionCommand.d.ts +3 -3
  203. package/{dist/types → dist-types}/ts3.4/commands/GetFolderCommand.d.ts +3 -3
  204. package/{dist/types → dist-types}/ts3.4/commands/GetFolderPathCommand.d.ts +3 -3
  205. package/{dist/types → dist-types}/ts3.4/commands/GetResourcesCommand.d.ts +3 -3
  206. package/{dist/types → dist-types}/ts3.4/commands/InitiateDocumentVersionUploadCommand.d.ts +3 -3
  207. package/{dist/types → dist-types}/ts3.4/commands/RemoveAllResourcePermissionsCommand.d.ts +3 -3
  208. package/{dist/types → dist-types}/ts3.4/commands/RemoveResourcePermissionCommand.d.ts +3 -3
  209. package/{dist/types → dist-types}/ts3.4/commands/UpdateDocumentCommand.d.ts +3 -3
  210. package/{dist/types → dist-types}/ts3.4/commands/UpdateDocumentVersionCommand.d.ts +3 -3
  211. package/{dist/types → dist-types}/ts3.4/commands/UpdateFolderCommand.d.ts +3 -3
  212. package/{dist/types → dist-types}/ts3.4/commands/UpdateUserCommand.d.ts +3 -3
  213. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  214. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  215. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  216. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  217. package/{dist/types → dist-types}/ts3.4/pagination/DescribeDocumentVersionsPaginator.d.ts +1 -1
  218. package/{dist/types → dist-types}/ts3.4/pagination/DescribeFolderContentsPaginator.d.ts +1 -1
  219. package/{dist/types → dist-types}/ts3.4/pagination/DescribeUsersPaginator.d.ts +1 -1
  220. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  221. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  222. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  223. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  224. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  225. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  226. package/package.json +52 -49
  227. package/WorkDocs.ts +0 -1547
  228. package/WorkDocsClient.ts +0 -438
  229. package/commands/AbortDocumentVersionUploadCommand.ts +0 -100
  230. package/commands/ActivateUserCommand.ts +0 -95
  231. package/commands/AddResourcePermissionsCommand.ts +0 -96
  232. package/commands/CreateCommentCommand.ts +0 -94
  233. package/commands/CreateCustomMetadataCommand.ts +0 -95
  234. package/commands/CreateFolderCommand.ts +0 -94
  235. package/commands/CreateLabelsCommand.ts +0 -95
  236. package/commands/CreateNotificationSubscriptionCommand.ts +0 -106
  237. package/commands/CreateUserCommand.ts +0 -95
  238. package/commands/DeactivateUserCommand.ts +0 -95
  239. package/commands/DeleteCommentCommand.ts +0 -94
  240. package/commands/DeleteCustomMetadataCommand.ts +0 -94
  241. package/commands/DeleteDocumentCommand.ts +0 -94
  242. package/commands/DeleteFolderCommand.ts +0 -94
  243. package/commands/DeleteFolderContentsCommand.ts +0 -94
  244. package/commands/DeleteLabelsCommand.ts +0 -94
  245. package/commands/DeleteNotificationSubscriptionCommand.ts +0 -100
  246. package/commands/DeleteUserCommand.ts +0 -94
  247. package/commands/DescribeActivitiesCommand.ts +0 -94
  248. package/commands/DescribeCommentsCommand.ts +0 -94
  249. package/commands/DescribeDocumentVersionsCommand.ts +0 -95
  250. package/commands/DescribeFolderContentsCommand.ts +0 -99
  251. package/commands/DescribeGroupsCommand.ts +0 -95
  252. package/commands/DescribeNotificationSubscriptionsCommand.ts +0 -105
  253. package/commands/DescribeResourcePermissionsCommand.ts +0 -99
  254. package/commands/DescribeRootFoldersCommand.ts +0 -102
  255. package/commands/DescribeUsersCommand.ts +0 -98
  256. package/commands/GetCurrentUserCommand.ts +0 -100
  257. package/commands/GetDocumentCommand.ts +0 -94
  258. package/commands/GetDocumentPathCommand.ts +0 -99
  259. package/commands/GetDocumentVersionCommand.ts +0 -94
  260. package/commands/GetFolderCommand.ts +0 -94
  261. package/commands/GetFolderPathCommand.ts +0 -99
  262. package/commands/GetResourcesCommand.ts +0 -95
  263. package/commands/InitiateDocumentVersionUploadCommand.ts +0 -104
  264. package/commands/RemoveAllResourcePermissionsCommand.ts +0 -97
  265. package/commands/RemoveResourcePermissionCommand.ts +0 -95
  266. package/commands/UpdateDocumentCommand.ts +0 -95
  267. package/commands/UpdateDocumentVersionCommand.ts +0 -97
  268. package/commands/UpdateFolderCommand.ts +0 -95
  269. package/commands/UpdateUserCommand.ts +0 -95
  270. package/dist/cjs/WorkDocs.js.map +0 -1
  271. package/dist/cjs/WorkDocsClient.js.map +0 -1
  272. package/dist/cjs/commands/AbortDocumentVersionUploadCommand.js.map +0 -1
  273. package/dist/cjs/commands/ActivateUserCommand.js.map +0 -1
  274. package/dist/cjs/commands/AddResourcePermissionsCommand.js.map +0 -1
  275. package/dist/cjs/commands/CreateCommentCommand.js.map +0 -1
  276. package/dist/cjs/commands/CreateCustomMetadataCommand.js.map +0 -1
  277. package/dist/cjs/commands/CreateFolderCommand.js.map +0 -1
  278. package/dist/cjs/commands/CreateLabelsCommand.js.map +0 -1
  279. package/dist/cjs/commands/CreateNotificationSubscriptionCommand.js.map +0 -1
  280. package/dist/cjs/commands/CreateUserCommand.js.map +0 -1
  281. package/dist/cjs/commands/DeactivateUserCommand.js.map +0 -1
  282. package/dist/cjs/commands/DeleteCommentCommand.js.map +0 -1
  283. package/dist/cjs/commands/DeleteCustomMetadataCommand.js.map +0 -1
  284. package/dist/cjs/commands/DeleteDocumentCommand.js.map +0 -1
  285. package/dist/cjs/commands/DeleteFolderCommand.js.map +0 -1
  286. package/dist/cjs/commands/DeleteFolderContentsCommand.js.map +0 -1
  287. package/dist/cjs/commands/DeleteLabelsCommand.js.map +0 -1
  288. package/dist/cjs/commands/DeleteNotificationSubscriptionCommand.js.map +0 -1
  289. package/dist/cjs/commands/DeleteUserCommand.js.map +0 -1
  290. package/dist/cjs/commands/DescribeActivitiesCommand.js.map +0 -1
  291. package/dist/cjs/commands/DescribeCommentsCommand.js.map +0 -1
  292. package/dist/cjs/commands/DescribeDocumentVersionsCommand.js.map +0 -1
  293. package/dist/cjs/commands/DescribeFolderContentsCommand.js.map +0 -1
  294. package/dist/cjs/commands/DescribeGroupsCommand.js.map +0 -1
  295. package/dist/cjs/commands/DescribeNotificationSubscriptionsCommand.js.map +0 -1
  296. package/dist/cjs/commands/DescribeResourcePermissionsCommand.js.map +0 -1
  297. package/dist/cjs/commands/DescribeRootFoldersCommand.js.map +0 -1
  298. package/dist/cjs/commands/DescribeUsersCommand.js.map +0 -1
  299. package/dist/cjs/commands/GetCurrentUserCommand.js.map +0 -1
  300. package/dist/cjs/commands/GetDocumentCommand.js.map +0 -1
  301. package/dist/cjs/commands/GetDocumentPathCommand.js.map +0 -1
  302. package/dist/cjs/commands/GetDocumentVersionCommand.js.map +0 -1
  303. package/dist/cjs/commands/GetFolderCommand.js.map +0 -1
  304. package/dist/cjs/commands/GetFolderPathCommand.js.map +0 -1
  305. package/dist/cjs/commands/GetResourcesCommand.js.map +0 -1
  306. package/dist/cjs/commands/InitiateDocumentVersionUploadCommand.js.map +0 -1
  307. package/dist/cjs/commands/RemoveAllResourcePermissionsCommand.js.map +0 -1
  308. package/dist/cjs/commands/RemoveResourcePermissionCommand.js.map +0 -1
  309. package/dist/cjs/commands/UpdateDocumentCommand.js.map +0 -1
  310. package/dist/cjs/commands/UpdateDocumentVersionCommand.js.map +0 -1
  311. package/dist/cjs/commands/UpdateFolderCommand.js.map +0 -1
  312. package/dist/cjs/commands/UpdateUserCommand.js.map +0 -1
  313. package/dist/cjs/endpoints.js.map +0 -1
  314. package/dist/cjs/index.js.map +0 -1
  315. package/dist/cjs/models/index.js.map +0 -1
  316. package/dist/cjs/models/models_0.js.map +0 -1
  317. package/dist/cjs/package.json +0 -91
  318. package/dist/cjs/pagination/DescribeDocumentVersionsPaginator.js.map +0 -1
  319. package/dist/cjs/pagination/DescribeFolderContentsPaginator.js.map +0 -1
  320. package/dist/cjs/pagination/DescribeUsersPaginator.js.map +0 -1
  321. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  322. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  323. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  324. package/dist/cjs/runtimeConfig.js.map +0 -1
  325. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  326. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  327. package/dist/es/WorkDocs.js.map +0 -1
  328. package/dist/es/WorkDocsClient.js +0 -78
  329. package/dist/es/WorkDocsClient.js.map +0 -1
  330. package/dist/es/commands/AbortDocumentVersionUploadCommand.js.map +0 -1
  331. package/dist/es/commands/ActivateUserCommand.js.map +0 -1
  332. package/dist/es/commands/AddResourcePermissionsCommand.js.map +0 -1
  333. package/dist/es/commands/CreateCommentCommand.js.map +0 -1
  334. package/dist/es/commands/CreateCustomMetadataCommand.js.map +0 -1
  335. package/dist/es/commands/CreateFolderCommand.js.map +0 -1
  336. package/dist/es/commands/CreateLabelsCommand.js.map +0 -1
  337. package/dist/es/commands/CreateNotificationSubscriptionCommand.js.map +0 -1
  338. package/dist/es/commands/CreateUserCommand.js.map +0 -1
  339. package/dist/es/commands/DeactivateUserCommand.js.map +0 -1
  340. package/dist/es/commands/DeleteCommentCommand.js.map +0 -1
  341. package/dist/es/commands/DeleteCustomMetadataCommand.js.map +0 -1
  342. package/dist/es/commands/DeleteDocumentCommand.js.map +0 -1
  343. package/dist/es/commands/DeleteFolderCommand.js.map +0 -1
  344. package/dist/es/commands/DeleteFolderContentsCommand.js.map +0 -1
  345. package/dist/es/commands/DeleteLabelsCommand.js.map +0 -1
  346. package/dist/es/commands/DeleteNotificationSubscriptionCommand.js.map +0 -1
  347. package/dist/es/commands/DeleteUserCommand.js.map +0 -1
  348. package/dist/es/commands/DescribeActivitiesCommand.js.map +0 -1
  349. package/dist/es/commands/DescribeCommentsCommand.js.map +0 -1
  350. package/dist/es/commands/DescribeDocumentVersionsCommand.js.map +0 -1
  351. package/dist/es/commands/DescribeFolderContentsCommand.js.map +0 -1
  352. package/dist/es/commands/DescribeGroupsCommand.js.map +0 -1
  353. package/dist/es/commands/DescribeNotificationSubscriptionsCommand.js.map +0 -1
  354. package/dist/es/commands/DescribeResourcePermissionsCommand.js.map +0 -1
  355. package/dist/es/commands/DescribeRootFoldersCommand.js.map +0 -1
  356. package/dist/es/commands/DescribeUsersCommand.js.map +0 -1
  357. package/dist/es/commands/GetCurrentUserCommand.js.map +0 -1
  358. package/dist/es/commands/GetDocumentCommand.js.map +0 -1
  359. package/dist/es/commands/GetDocumentPathCommand.js.map +0 -1
  360. package/dist/es/commands/GetDocumentVersionCommand.js.map +0 -1
  361. package/dist/es/commands/GetFolderCommand.js.map +0 -1
  362. package/dist/es/commands/GetFolderPathCommand.js.map +0 -1
  363. package/dist/es/commands/GetResourcesCommand.js.map +0 -1
  364. package/dist/es/commands/InitiateDocumentVersionUploadCommand.js.map +0 -1
  365. package/dist/es/commands/RemoveAllResourcePermissionsCommand.js.map +0 -1
  366. package/dist/es/commands/RemoveResourcePermissionCommand.js.map +0 -1
  367. package/dist/es/commands/UpdateDocumentCommand.js.map +0 -1
  368. package/dist/es/commands/UpdateDocumentVersionCommand.js.map +0 -1
  369. package/dist/es/commands/UpdateFolderCommand.js.map +0 -1
  370. package/dist/es/commands/UpdateUserCommand.js.map +0 -1
  371. package/dist/es/endpoints.js.map +0 -1
  372. package/dist/es/index.js +0 -49
  373. package/dist/es/index.js.map +0 -1
  374. package/dist/es/models/index.js +0 -2
  375. package/dist/es/models/index.js.map +0 -1
  376. package/dist/es/models/models_0.js.map +0 -1
  377. package/dist/es/package.json +0 -91
  378. package/dist/es/pagination/DescribeDocumentVersionsPaginator.js.map +0 -1
  379. package/dist/es/pagination/DescribeFolderContentsPaginator.js.map +0 -1
  380. package/dist/es/pagination/DescribeUsersPaginator.js.map +0 -1
  381. package/dist/es/pagination/Interfaces.js +0 -2
  382. package/dist/es/pagination/Interfaces.js.map +0 -1
  383. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  384. package/dist/es/runtimeConfig.browser.js.map +0 -1
  385. package/dist/es/runtimeConfig.js.map +0 -1
  386. package/dist/es/runtimeConfig.native.js.map +0 -1
  387. package/dist/es/runtimeConfig.shared.js.map +0 -1
  388. package/endpoints.ts +0 -68
  389. package/jest.config.js +0 -4
  390. package/models/models_0.ts +0 -3531
  391. package/pagination/DescribeDocumentVersionsPaginator.ts +0 -58
  392. package/pagination/DescribeFolderContentsPaginator.ts +0 -58
  393. package/pagination/DescribeUsersPaginator.ts +0 -58
  394. package/pagination/Interfaces.ts +0 -7
  395. package/protocols/Aws_restJson1.ts +0 -6691
  396. package/runtimeConfig.browser.ts +0 -40
  397. package/runtimeConfig.native.ts +0 -16
  398. package/runtimeConfig.shared.ts +0 -16
  399. package/runtimeConfig.ts +0 -45
  400. package/tsconfig.es.json +0 -12
  401. package/tsconfig.json +0 -32
@@ -2,58 +2,34 @@ import { __assign } from "tslib";
2
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
3
  export var AbortDocumentVersionUploadRequest;
4
4
  (function (AbortDocumentVersionUploadRequest) {
5
- /**
6
- * @internal
7
- */
8
5
  AbortDocumentVersionUploadRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
9
6
  })(AbortDocumentVersionUploadRequest || (AbortDocumentVersionUploadRequest = {}));
10
7
  export var EntityNotExistsException;
11
8
  (function (EntityNotExistsException) {
12
- /**
13
- * @internal
14
- */
15
9
  EntityNotExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
16
10
  })(EntityNotExistsException || (EntityNotExistsException = {}));
17
11
  export var FailedDependencyException;
18
12
  (function (FailedDependencyException) {
19
- /**
20
- * @internal
21
- */
22
13
  FailedDependencyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
23
14
  })(FailedDependencyException || (FailedDependencyException = {}));
24
15
  export var ProhibitedStateException;
25
16
  (function (ProhibitedStateException) {
26
- /**
27
- * @internal
28
- */
29
17
  ProhibitedStateException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
30
18
  })(ProhibitedStateException || (ProhibitedStateException = {}));
31
19
  export var ServiceUnavailableException;
32
20
  (function (ServiceUnavailableException) {
33
- /**
34
- * @internal
35
- */
36
21
  ServiceUnavailableException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
37
22
  })(ServiceUnavailableException || (ServiceUnavailableException = {}));
38
23
  export var UnauthorizedOperationException;
39
24
  (function (UnauthorizedOperationException) {
40
- /**
41
- * @internal
42
- */
43
25
  UnauthorizedOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
44
26
  })(UnauthorizedOperationException || (UnauthorizedOperationException = {}));
45
27
  export var UnauthorizedResourceAccessException;
46
28
  (function (UnauthorizedResourceAccessException) {
47
- /**
48
- * @internal
49
- */
50
29
  UnauthorizedResourceAccessException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
51
30
  })(UnauthorizedResourceAccessException || (UnauthorizedResourceAccessException = {}));
52
31
  export var ActivateUserRequest;
53
32
  (function (ActivateUserRequest) {
54
- /**
55
- * @internal
56
- */
57
33
  ActivateUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
58
34
  })(ActivateUserRequest || (ActivateUserRequest = {}));
59
35
  export var LocaleType;
@@ -83,16 +59,10 @@ export var StorageType;
83
59
  })(StorageType || (StorageType = {}));
84
60
  export var StorageRuleType;
85
61
  (function (StorageRuleType) {
86
- /**
87
- * @internal
88
- */
89
62
  StorageRuleType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
90
63
  })(StorageRuleType || (StorageRuleType = {}));
91
64
  export var UserStorageMetadata;
92
65
  (function (UserStorageMetadata) {
93
- /**
94
- * @internal
95
- */
96
66
  UserStorageMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
97
67
  })(UserStorageMetadata || (UserStorageMetadata = {}));
98
68
  export var UserType;
@@ -105,16 +75,10 @@ export var UserType;
105
75
  })(UserType || (UserType = {}));
106
76
  export var User;
107
77
  (function (User) {
108
- /**
109
- * @internal
110
- */
111
78
  User.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
112
79
  })(User || (User = {}));
113
80
  export var ActivateUserResponse;
114
81
  (function (ActivateUserResponse) {
115
- /**
116
- * @internal
117
- */
118
82
  ActivateUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
119
83
  })(ActivateUserResponse || (ActivateUserResponse = {}));
120
84
  export var CommentStatusType;
@@ -125,16 +89,10 @@ export var CommentStatusType;
125
89
  })(CommentStatusType || (CommentStatusType = {}));
126
90
  export var CommentMetadata;
127
91
  (function (CommentMetadata) {
128
- /**
129
- * @internal
130
- */
131
92
  CommentMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
132
93
  })(CommentMetadata || (CommentMetadata = {}));
133
94
  export var UserMetadata;
134
95
  (function (UserMetadata) {
135
- /**
136
- * @internal
137
- */
138
96
  UserMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
139
97
  })(UserMetadata || (UserMetadata = {}));
140
98
  export var ResourceType;
@@ -144,23 +102,14 @@ export var ResourceType;
144
102
  })(ResourceType || (ResourceType = {}));
145
103
  export var ResourceMetadata;
146
104
  (function (ResourceMetadata) {
147
- /**
148
- * @internal
149
- */
150
105
  ResourceMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
151
106
  })(ResourceMetadata || (ResourceMetadata = {}));
152
107
  export var GroupMetadata;
153
108
  (function (GroupMetadata) {
154
- /**
155
- * @internal
156
- */
157
109
  GroupMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
158
110
  })(GroupMetadata || (GroupMetadata = {}));
159
111
  export var Participants;
160
112
  (function (Participants) {
161
- /**
162
- * @internal
163
- */
164
113
  Participants.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
165
114
  })(Participants || (Participants = {}));
166
115
  export var ActivityType;
@@ -201,16 +150,10 @@ export var ActivityType;
201
150
  })(ActivityType || (ActivityType = {}));
202
151
  export var Activity;
203
152
  (function (Activity) {
204
- /**
205
- * @internal
206
- */
207
153
  Activity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
208
154
  })(Activity || (Activity = {}));
209
155
  export var NotificationOptions;
210
156
  (function (NotificationOptions) {
211
- /**
212
- * @internal
213
- */
214
157
  NotificationOptions.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.EmailMessage && { EmailMessage: SENSITIVE_STRING }))); };
215
158
  })(NotificationOptions || (NotificationOptions = {}));
216
159
  export var RoleType;
@@ -230,16 +173,10 @@ export var PrincipalType;
230
173
  })(PrincipalType || (PrincipalType = {}));
231
174
  export var SharePrincipal;
232
175
  (function (SharePrincipal) {
233
- /**
234
- * @internal
235
- */
236
176
  SharePrincipal.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
237
177
  })(SharePrincipal || (SharePrincipal = {}));
238
178
  export var AddResourcePermissionsRequest;
239
179
  (function (AddResourcePermissionsRequest) {
240
- /**
241
- * @internal
242
- */
243
180
  AddResourcePermissionsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING })), (obj.NotificationOptions && {
244
181
  NotificationOptions: NotificationOptions.filterSensitiveLog(obj.NotificationOptions),
245
182
  }))); };
@@ -251,16 +188,10 @@ export var ShareStatusType;
251
188
  })(ShareStatusType || (ShareStatusType = {}));
252
189
  export var ShareResult;
253
190
  (function (ShareResult) {
254
- /**
255
- * @internal
256
- */
257
191
  ShareResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.StatusMessage && { StatusMessage: SENSITIVE_STRING }))); };
258
192
  })(ShareResult || (ShareResult = {}));
259
193
  export var AddResourcePermissionsResponse;
260
194
  (function (AddResourcePermissionsResponse) {
261
- /**
262
- * @internal
263
- */
264
195
  AddResourcePermissionsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ShareResults && { ShareResults: obj.ShareResults.map(function (item) { return ShareResult.filterSensitiveLog(item); }) }))); };
265
196
  })(AddResourcePermissionsResponse || (AddResourcePermissionsResponse = {}));
266
197
  export var CommentVisibilityType;
@@ -270,72 +201,42 @@ export var CommentVisibilityType;
270
201
  })(CommentVisibilityType || (CommentVisibilityType = {}));
271
202
  export var CreateCommentRequest;
272
203
  (function (CreateCommentRequest) {
273
- /**
274
- * @internal
275
- */
276
204
  CreateCommentRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING })), (obj.Text && { Text: SENSITIVE_STRING }))); };
277
205
  })(CreateCommentRequest || (CreateCommentRequest = {}));
278
206
  export var Comment;
279
207
  (function (Comment) {
280
- /**
281
- * @internal
282
- */
283
208
  Comment.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
284
209
  })(Comment || (Comment = {}));
285
210
  export var CreateCommentResponse;
286
211
  (function (CreateCommentResponse) {
287
- /**
288
- * @internal
289
- */
290
212
  CreateCommentResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Comment && { Comment: Comment.filterSensitiveLog(obj.Comment) }))); };
291
213
  })(CreateCommentResponse || (CreateCommentResponse = {}));
292
214
  export var DocumentLockedForCommentsException;
293
215
  (function (DocumentLockedForCommentsException) {
294
- /**
295
- * @internal
296
- */
297
216
  DocumentLockedForCommentsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
298
217
  })(DocumentLockedForCommentsException || (DocumentLockedForCommentsException = {}));
299
218
  export var InvalidCommentOperationException;
300
219
  (function (InvalidCommentOperationException) {
301
- /**
302
- * @internal
303
- */
304
220
  InvalidCommentOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
305
221
  })(InvalidCommentOperationException || (InvalidCommentOperationException = {}));
306
222
  export var CreateCustomMetadataRequest;
307
223
  (function (CreateCustomMetadataRequest) {
308
- /**
309
- * @internal
310
- */
311
224
  CreateCustomMetadataRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
312
225
  })(CreateCustomMetadataRequest || (CreateCustomMetadataRequest = {}));
313
226
  export var CreateCustomMetadataResponse;
314
227
  (function (CreateCustomMetadataResponse) {
315
- /**
316
- * @internal
317
- */
318
228
  CreateCustomMetadataResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
319
229
  })(CreateCustomMetadataResponse || (CreateCustomMetadataResponse = {}));
320
230
  export var CustomMetadataLimitExceededException;
321
231
  (function (CustomMetadataLimitExceededException) {
322
- /**
323
- * @internal
324
- */
325
232
  CustomMetadataLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
326
233
  })(CustomMetadataLimitExceededException || (CustomMetadataLimitExceededException = {}));
327
234
  export var ConflictingOperationException;
328
235
  (function (ConflictingOperationException) {
329
- /**
330
- * @internal
331
- */
332
236
  ConflictingOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
333
237
  })(ConflictingOperationException || (ConflictingOperationException = {}));
334
238
  export var CreateFolderRequest;
335
239
  (function (CreateFolderRequest) {
336
- /**
337
- * @internal
338
- */
339
240
  CreateFolderRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
340
241
  })(CreateFolderRequest || (CreateFolderRequest = {}));
341
242
  export var ResourceStateType;
@@ -347,51 +248,30 @@ export var ResourceStateType;
347
248
  })(ResourceStateType || (ResourceStateType = {}));
348
249
  export var FolderMetadata;
349
250
  (function (FolderMetadata) {
350
- /**
351
- * @internal
352
- */
353
251
  FolderMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
354
252
  })(FolderMetadata || (FolderMetadata = {}));
355
253
  export var CreateFolderResponse;
356
254
  (function (CreateFolderResponse) {
357
- /**
358
- * @internal
359
- */
360
255
  CreateFolderResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
361
256
  })(CreateFolderResponse || (CreateFolderResponse = {}));
362
257
  export var EntityAlreadyExistsException;
363
258
  (function (EntityAlreadyExistsException) {
364
- /**
365
- * @internal
366
- */
367
259
  EntityAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
368
260
  })(EntityAlreadyExistsException || (EntityAlreadyExistsException = {}));
369
261
  export var LimitExceededException;
370
262
  (function (LimitExceededException) {
371
- /**
372
- * @internal
373
- */
374
263
  LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
375
264
  })(LimitExceededException || (LimitExceededException = {}));
376
265
  export var CreateLabelsRequest;
377
266
  (function (CreateLabelsRequest) {
378
- /**
379
- * @internal
380
- */
381
267
  CreateLabelsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
382
268
  })(CreateLabelsRequest || (CreateLabelsRequest = {}));
383
269
  export var CreateLabelsResponse;
384
270
  (function (CreateLabelsResponse) {
385
- /**
386
- * @internal
387
- */
388
271
  CreateLabelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
389
272
  })(CreateLabelsResponse || (CreateLabelsResponse = {}));
390
273
  export var TooManyLabelsException;
391
274
  (function (TooManyLabelsException) {
392
- /**
393
- * @internal
394
- */
395
275
  TooManyLabelsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
396
276
  })(TooManyLabelsException || (TooManyLabelsException = {}));
397
277
  export var SubscriptionProtocolType;
@@ -404,170 +284,98 @@ export var SubscriptionType;
404
284
  })(SubscriptionType || (SubscriptionType = {}));
405
285
  export var CreateNotificationSubscriptionRequest;
406
286
  (function (CreateNotificationSubscriptionRequest) {
407
- /**
408
- * @internal
409
- */
410
287
  CreateNotificationSubscriptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
411
288
  })(CreateNotificationSubscriptionRequest || (CreateNotificationSubscriptionRequest = {}));
412
289
  export var Subscription;
413
290
  (function (Subscription) {
414
- /**
415
- * @internal
416
- */
417
291
  Subscription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
418
292
  })(Subscription || (Subscription = {}));
419
293
  export var CreateNotificationSubscriptionResponse;
420
294
  (function (CreateNotificationSubscriptionResponse) {
421
- /**
422
- * @internal
423
- */
424
295
  CreateNotificationSubscriptionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
425
296
  })(CreateNotificationSubscriptionResponse || (CreateNotificationSubscriptionResponse = {}));
426
297
  export var TooManySubscriptionsException;
427
298
  (function (TooManySubscriptionsException) {
428
- /**
429
- * @internal
430
- */
431
299
  TooManySubscriptionsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
432
300
  })(TooManySubscriptionsException || (TooManySubscriptionsException = {}));
433
301
  export var CreateUserRequest;
434
302
  (function (CreateUserRequest) {
435
- /**
436
- * @internal
437
- */
438
303
  CreateUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING })), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
439
304
  })(CreateUserRequest || (CreateUserRequest = {}));
440
305
  export var CreateUserResponse;
441
306
  (function (CreateUserResponse) {
442
- /**
443
- * @internal
444
- */
445
307
  CreateUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
446
308
  })(CreateUserResponse || (CreateUserResponse = {}));
447
309
  export var DeactivateUserRequest;
448
310
  (function (DeactivateUserRequest) {
449
- /**
450
- * @internal
451
- */
452
311
  DeactivateUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
453
312
  })(DeactivateUserRequest || (DeactivateUserRequest = {}));
454
313
  export var DeleteCommentRequest;
455
314
  (function (DeleteCommentRequest) {
456
- /**
457
- * @internal
458
- */
459
315
  DeleteCommentRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
460
316
  })(DeleteCommentRequest || (DeleteCommentRequest = {}));
461
317
  export var DeleteCustomMetadataRequest;
462
318
  (function (DeleteCustomMetadataRequest) {
463
- /**
464
- * @internal
465
- */
466
319
  DeleteCustomMetadataRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
467
320
  })(DeleteCustomMetadataRequest || (DeleteCustomMetadataRequest = {}));
468
321
  export var DeleteCustomMetadataResponse;
469
322
  (function (DeleteCustomMetadataResponse) {
470
- /**
471
- * @internal
472
- */
473
323
  DeleteCustomMetadataResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
474
324
  })(DeleteCustomMetadataResponse || (DeleteCustomMetadataResponse = {}));
475
325
  export var ConcurrentModificationException;
476
326
  (function (ConcurrentModificationException) {
477
- /**
478
- * @internal
479
- */
480
327
  ConcurrentModificationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
481
328
  })(ConcurrentModificationException || (ConcurrentModificationException = {}));
482
329
  export var DeleteDocumentRequest;
483
330
  (function (DeleteDocumentRequest) {
484
- /**
485
- * @internal
486
- */
487
331
  DeleteDocumentRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
488
332
  })(DeleteDocumentRequest || (DeleteDocumentRequest = {}));
489
333
  export var DeleteFolderRequest;
490
334
  (function (DeleteFolderRequest) {
491
- /**
492
- * @internal
493
- */
494
335
  DeleteFolderRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
495
336
  })(DeleteFolderRequest || (DeleteFolderRequest = {}));
496
337
  export var DeleteFolderContentsRequest;
497
338
  (function (DeleteFolderContentsRequest) {
498
- /**
499
- * @internal
500
- */
501
339
  DeleteFolderContentsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
502
340
  })(DeleteFolderContentsRequest || (DeleteFolderContentsRequest = {}));
503
341
  export var DeleteLabelsRequest;
504
342
  (function (DeleteLabelsRequest) {
505
- /**
506
- * @internal
507
- */
508
343
  DeleteLabelsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
509
344
  })(DeleteLabelsRequest || (DeleteLabelsRequest = {}));
510
345
  export var DeleteLabelsResponse;
511
346
  (function (DeleteLabelsResponse) {
512
- /**
513
- * @internal
514
- */
515
347
  DeleteLabelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
516
348
  })(DeleteLabelsResponse || (DeleteLabelsResponse = {}));
517
349
  export var DeleteNotificationSubscriptionRequest;
518
350
  (function (DeleteNotificationSubscriptionRequest) {
519
- /**
520
- * @internal
521
- */
522
351
  DeleteNotificationSubscriptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
523
352
  })(DeleteNotificationSubscriptionRequest || (DeleteNotificationSubscriptionRequest = {}));
524
353
  export var DeleteUserRequest;
525
354
  (function (DeleteUserRequest) {
526
- /**
527
- * @internal
528
- */
529
355
  DeleteUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
530
356
  })(DeleteUserRequest || (DeleteUserRequest = {}));
531
357
  export var DescribeActivitiesRequest;
532
358
  (function (DescribeActivitiesRequest) {
533
- /**
534
- * @internal
535
- */
536
359
  DescribeActivitiesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
537
360
  })(DescribeActivitiesRequest || (DescribeActivitiesRequest = {}));
538
361
  export var DescribeActivitiesResponse;
539
362
  (function (DescribeActivitiesResponse) {
540
- /**
541
- * @internal
542
- */
543
363
  DescribeActivitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
544
364
  })(DescribeActivitiesResponse || (DescribeActivitiesResponse = {}));
545
365
  export var InvalidArgumentException;
546
366
  (function (InvalidArgumentException) {
547
- /**
548
- * @internal
549
- */
550
367
  InvalidArgumentException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
551
368
  })(InvalidArgumentException || (InvalidArgumentException = {}));
552
369
  export var DescribeCommentsRequest;
553
370
  (function (DescribeCommentsRequest) {
554
- /**
555
- * @internal
556
- */
557
371
  DescribeCommentsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
558
372
  })(DescribeCommentsRequest || (DescribeCommentsRequest = {}));
559
373
  export var DescribeCommentsResponse;
560
374
  (function (DescribeCommentsResponse) {
561
- /**
562
- * @internal
563
- */
564
375
  DescribeCommentsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Comments && { Comments: obj.Comments.map(function (item) { return Comment.filterSensitiveLog(item); }) }))); };
565
376
  })(DescribeCommentsResponse || (DescribeCommentsResponse = {}));
566
377
  export var DescribeDocumentVersionsRequest;
567
378
  (function (DescribeDocumentVersionsRequest) {
568
- /**
569
- * @internal
570
- */
571
379
  DescribeDocumentVersionsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
572
380
  })(DescribeDocumentVersionsRequest || (DescribeDocumentVersionsRequest = {}));
573
381
  export var DocumentSourceType;
@@ -588,16 +396,10 @@ export var DocumentThumbnailType;
588
396
  })(DocumentThumbnailType || (DocumentThumbnailType = {}));
589
397
  export var DocumentVersionMetadata;
590
398
  (function (DocumentVersionMetadata) {
591
- /**
592
- * @internal
593
- */
594
399
  DocumentVersionMetadata.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Thumbnail && { Thumbnail: SENSITIVE_STRING })), (obj.Source && { Source: SENSITIVE_STRING }))); };
595
400
  })(DocumentVersionMetadata || (DocumentVersionMetadata = {}));
596
401
  export var DescribeDocumentVersionsResponse;
597
402
  (function (DescribeDocumentVersionsResponse) {
598
- /**
599
- * @internal
600
- */
601
403
  DescribeDocumentVersionsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DocumentVersions && {
602
404
  DocumentVersions: obj.DocumentVersions.map(function (item) { return DocumentVersionMetadata.filterSensitiveLog(item); }),
603
405
  }))); };
@@ -620,60 +422,36 @@ export var FolderContentType;
620
422
  })(FolderContentType || (FolderContentType = {}));
621
423
  export var DescribeFolderContentsRequest;
622
424
  (function (DescribeFolderContentsRequest) {
623
- /**
624
- * @internal
625
- */
626
425
  DescribeFolderContentsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
627
426
  })(DescribeFolderContentsRequest || (DescribeFolderContentsRequest = {}));
628
427
  export var DocumentMetadata;
629
428
  (function (DocumentMetadata) {
630
- /**
631
- * @internal
632
- */
633
429
  DocumentMetadata.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.LatestVersionMetadata && {
634
430
  LatestVersionMetadata: DocumentVersionMetadata.filterSensitiveLog(obj.LatestVersionMetadata),
635
431
  }))); };
636
432
  })(DocumentMetadata || (DocumentMetadata = {}));
637
433
  export var DescribeFolderContentsResponse;
638
434
  (function (DescribeFolderContentsResponse) {
639
- /**
640
- * @internal
641
- */
642
435
  DescribeFolderContentsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Documents && { Documents: obj.Documents.map(function (item) { return DocumentMetadata.filterSensitiveLog(item); }) }))); };
643
436
  })(DescribeFolderContentsResponse || (DescribeFolderContentsResponse = {}));
644
437
  export var DescribeGroupsRequest;
645
438
  (function (DescribeGroupsRequest) {
646
- /**
647
- * @internal
648
- */
649
439
  DescribeGroupsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING })), (obj.SearchQuery && { SearchQuery: SENSITIVE_STRING }))); };
650
440
  })(DescribeGroupsRequest || (DescribeGroupsRequest = {}));
651
441
  export var DescribeGroupsResponse;
652
442
  (function (DescribeGroupsResponse) {
653
- /**
654
- * @internal
655
- */
656
443
  DescribeGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
657
444
  })(DescribeGroupsResponse || (DescribeGroupsResponse = {}));
658
445
  export var DescribeNotificationSubscriptionsRequest;
659
446
  (function (DescribeNotificationSubscriptionsRequest) {
660
- /**
661
- * @internal
662
- */
663
447
  DescribeNotificationSubscriptionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
664
448
  })(DescribeNotificationSubscriptionsRequest || (DescribeNotificationSubscriptionsRequest = {}));
665
449
  export var DescribeNotificationSubscriptionsResponse;
666
450
  (function (DescribeNotificationSubscriptionsResponse) {
667
- /**
668
- * @internal
669
- */
670
451
  DescribeNotificationSubscriptionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
671
452
  })(DescribeNotificationSubscriptionsResponse || (DescribeNotificationSubscriptionsResponse = {}));
672
453
  export var DescribeResourcePermissionsRequest;
673
454
  (function (DescribeResourcePermissionsRequest) {
674
- /**
675
- * @internal
676
- */
677
455
  DescribeResourcePermissionsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
678
456
  })(DescribeResourcePermissionsRequest || (DescribeResourcePermissionsRequest = {}));
679
457
  export var RolePermissionType;
@@ -683,37 +461,22 @@ export var RolePermissionType;
683
461
  })(RolePermissionType || (RolePermissionType = {}));
684
462
  export var PermissionInfo;
685
463
  (function (PermissionInfo) {
686
- /**
687
- * @internal
688
- */
689
464
  PermissionInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
690
465
  })(PermissionInfo || (PermissionInfo = {}));
691
466
  export var Principal;
692
467
  (function (Principal) {
693
- /**
694
- * @internal
695
- */
696
468
  Principal.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
697
469
  })(Principal || (Principal = {}));
698
470
  export var DescribeResourcePermissionsResponse;
699
471
  (function (DescribeResourcePermissionsResponse) {
700
- /**
701
- * @internal
702
- */
703
472
  DescribeResourcePermissionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
704
473
  })(DescribeResourcePermissionsResponse || (DescribeResourcePermissionsResponse = {}));
705
474
  export var DescribeRootFoldersRequest;
706
475
  (function (DescribeRootFoldersRequest) {
707
- /**
708
- * @internal
709
- */
710
476
  DescribeRootFoldersRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
711
477
  })(DescribeRootFoldersRequest || (DescribeRootFoldersRequest = {}));
712
478
  export var DescribeRootFoldersResponse;
713
479
  (function (DescribeRootFoldersResponse) {
714
- /**
715
- * @internal
716
- */
717
480
  DescribeRootFoldersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
718
481
  })(DescribeRootFoldersResponse || (DescribeRootFoldersResponse = {}));
719
482
  export var UserFilterType;
@@ -731,128 +494,74 @@ export var UserSortType;
731
494
  })(UserSortType || (UserSortType = {}));
732
495
  export var DescribeUsersRequest;
733
496
  (function (DescribeUsersRequest) {
734
- /**
735
- * @internal
736
- */
737
497
  DescribeUsersRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING })), (obj.Query && { Query: SENSITIVE_STRING }))); };
738
498
  })(DescribeUsersRequest || (DescribeUsersRequest = {}));
739
499
  export var DescribeUsersResponse;
740
500
  (function (DescribeUsersResponse) {
741
- /**
742
- * @internal
743
- */
744
501
  DescribeUsersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
745
502
  })(DescribeUsersResponse || (DescribeUsersResponse = {}));
746
503
  export var RequestedEntityTooLargeException;
747
504
  (function (RequestedEntityTooLargeException) {
748
- /**
749
- * @internal
750
- */
751
505
  RequestedEntityTooLargeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
752
506
  })(RequestedEntityTooLargeException || (RequestedEntityTooLargeException = {}));
753
507
  export var GetCurrentUserRequest;
754
508
  (function (GetCurrentUserRequest) {
755
- /**
756
- * @internal
757
- */
758
509
  GetCurrentUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
759
510
  })(GetCurrentUserRequest || (GetCurrentUserRequest = {}));
760
511
  export var GetCurrentUserResponse;
761
512
  (function (GetCurrentUserResponse) {
762
- /**
763
- * @internal
764
- */
765
513
  GetCurrentUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
766
514
  })(GetCurrentUserResponse || (GetCurrentUserResponse = {}));
767
515
  export var GetDocumentRequest;
768
516
  (function (GetDocumentRequest) {
769
- /**
770
- * @internal
771
- */
772
517
  GetDocumentRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
773
518
  })(GetDocumentRequest || (GetDocumentRequest = {}));
774
519
  export var GetDocumentResponse;
775
520
  (function (GetDocumentResponse) {
776
- /**
777
- * @internal
778
- */
779
521
  GetDocumentResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Metadata && { Metadata: DocumentMetadata.filterSensitiveLog(obj.Metadata) }))); };
780
522
  })(GetDocumentResponse || (GetDocumentResponse = {}));
781
523
  export var InvalidPasswordException;
782
524
  (function (InvalidPasswordException) {
783
- /**
784
- * @internal
785
- */
786
525
  InvalidPasswordException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
787
526
  })(InvalidPasswordException || (InvalidPasswordException = {}));
788
527
  export var GetDocumentPathRequest;
789
528
  (function (GetDocumentPathRequest) {
790
- /**
791
- * @internal
792
- */
793
529
  GetDocumentPathRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
794
530
  })(GetDocumentPathRequest || (GetDocumentPathRequest = {}));
795
531
  export var ResourcePathComponent;
796
532
  (function (ResourcePathComponent) {
797
- /**
798
- * @internal
799
- */
800
533
  ResourcePathComponent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
801
534
  })(ResourcePathComponent || (ResourcePathComponent = {}));
802
535
  export var ResourcePath;
803
536
  (function (ResourcePath) {
804
- /**
805
- * @internal
806
- */
807
537
  ResourcePath.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
808
538
  })(ResourcePath || (ResourcePath = {}));
809
539
  export var GetDocumentPathResponse;
810
540
  (function (GetDocumentPathResponse) {
811
- /**
812
- * @internal
813
- */
814
541
  GetDocumentPathResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
815
542
  })(GetDocumentPathResponse || (GetDocumentPathResponse = {}));
816
543
  export var GetDocumentVersionRequest;
817
544
  (function (GetDocumentVersionRequest) {
818
- /**
819
- * @internal
820
- */
821
545
  GetDocumentVersionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
822
546
  })(GetDocumentVersionRequest || (GetDocumentVersionRequest = {}));
823
547
  export var GetDocumentVersionResponse;
824
548
  (function (GetDocumentVersionResponse) {
825
- /**
826
- * @internal
827
- */
828
549
  GetDocumentVersionResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Metadata && { Metadata: DocumentVersionMetadata.filterSensitiveLog(obj.Metadata) }))); };
829
550
  })(GetDocumentVersionResponse || (GetDocumentVersionResponse = {}));
830
551
  export var GetFolderRequest;
831
552
  (function (GetFolderRequest) {
832
- /**
833
- * @internal
834
- */
835
553
  GetFolderRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
836
554
  })(GetFolderRequest || (GetFolderRequest = {}));
837
555
  export var GetFolderResponse;
838
556
  (function (GetFolderResponse) {
839
- /**
840
- * @internal
841
- */
842
557
  GetFolderResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
843
558
  })(GetFolderResponse || (GetFolderResponse = {}));
844
559
  export var GetFolderPathRequest;
845
560
  (function (GetFolderPathRequest) {
846
- /**
847
- * @internal
848
- */
849
561
  GetFolderPathRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
850
562
  })(GetFolderPathRequest || (GetFolderPathRequest = {}));
851
563
  export var GetFolderPathResponse;
852
564
  (function (GetFolderPathResponse) {
853
- /**
854
- * @internal
855
- */
856
565
  GetFolderPathResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
857
566
  })(GetFolderPathResponse || (GetFolderPathResponse = {}));
858
567
  export var ResourceCollectionType;
@@ -861,93 +570,54 @@ export var ResourceCollectionType;
861
570
  })(ResourceCollectionType || (ResourceCollectionType = {}));
862
571
  export var GetResourcesRequest;
863
572
  (function (GetResourcesRequest) {
864
- /**
865
- * @internal
866
- */
867
573
  GetResourcesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
868
574
  })(GetResourcesRequest || (GetResourcesRequest = {}));
869
575
  export var GetResourcesResponse;
870
576
  (function (GetResourcesResponse) {
871
- /**
872
- * @internal
873
- */
874
577
  GetResourcesResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Documents && { Documents: obj.Documents.map(function (item) { return DocumentMetadata.filterSensitiveLog(item); }) }))); };
875
578
  })(GetResourcesResponse || (GetResourcesResponse = {}));
876
579
  export var DraftUploadOutOfSyncException;
877
580
  (function (DraftUploadOutOfSyncException) {
878
- /**
879
- * @internal
880
- */
881
581
  DraftUploadOutOfSyncException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
882
582
  })(DraftUploadOutOfSyncException || (DraftUploadOutOfSyncException = {}));
883
583
  export var InitiateDocumentVersionUploadRequest;
884
584
  (function (InitiateDocumentVersionUploadRequest) {
885
- /**
886
- * @internal
887
- */
888
585
  InitiateDocumentVersionUploadRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
889
586
  })(InitiateDocumentVersionUploadRequest || (InitiateDocumentVersionUploadRequest = {}));
890
587
  export var UploadMetadata;
891
588
  (function (UploadMetadata) {
892
- /**
893
- * @internal
894
- */
895
589
  UploadMetadata.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UploadUrl && { UploadUrl: SENSITIVE_STRING }))); };
896
590
  })(UploadMetadata || (UploadMetadata = {}));
897
591
  export var InitiateDocumentVersionUploadResponse;
898
592
  (function (InitiateDocumentVersionUploadResponse) {
899
- /**
900
- * @internal
901
- */
902
593
  InitiateDocumentVersionUploadResponse.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Metadata && { Metadata: DocumentMetadata.filterSensitiveLog(obj.Metadata) })), (obj.UploadMetadata && { UploadMetadata: UploadMetadata.filterSensitiveLog(obj.UploadMetadata) }))); };
903
594
  })(InitiateDocumentVersionUploadResponse || (InitiateDocumentVersionUploadResponse = {}));
904
595
  export var ResourceAlreadyCheckedOutException;
905
596
  (function (ResourceAlreadyCheckedOutException) {
906
- /**
907
- * @internal
908
- */
909
597
  ResourceAlreadyCheckedOutException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
910
598
  })(ResourceAlreadyCheckedOutException || (ResourceAlreadyCheckedOutException = {}));
911
599
  export var StorageLimitExceededException;
912
600
  (function (StorageLimitExceededException) {
913
- /**
914
- * @internal
915
- */
916
601
  StorageLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
917
602
  })(StorageLimitExceededException || (StorageLimitExceededException = {}));
918
603
  export var StorageLimitWillExceedException;
919
604
  (function (StorageLimitWillExceedException) {
920
- /**
921
- * @internal
922
- */
923
605
  StorageLimitWillExceedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
924
606
  })(StorageLimitWillExceedException || (StorageLimitWillExceedException = {}));
925
607
  export var RemoveAllResourcePermissionsRequest;
926
608
  (function (RemoveAllResourcePermissionsRequest) {
927
- /**
928
- * @internal
929
- */
930
609
  RemoveAllResourcePermissionsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
931
610
  })(RemoveAllResourcePermissionsRequest || (RemoveAllResourcePermissionsRequest = {}));
932
611
  export var RemoveResourcePermissionRequest;
933
612
  (function (RemoveResourcePermissionRequest) {
934
- /**
935
- * @internal
936
- */
937
613
  RemoveResourcePermissionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
938
614
  })(RemoveResourcePermissionRequest || (RemoveResourcePermissionRequest = {}));
939
615
  export var UpdateDocumentRequest;
940
616
  (function (UpdateDocumentRequest) {
941
- /**
942
- * @internal
943
- */
944
617
  UpdateDocumentRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
945
618
  })(UpdateDocumentRequest || (UpdateDocumentRequest = {}));
946
619
  export var InvalidOperationException;
947
620
  (function (InvalidOperationException) {
948
- /**
949
- * @internal
950
- */
951
621
  InvalidOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
952
622
  })(InvalidOperationException || (InvalidOperationException = {}));
953
623
  export var DocumentVersionStatus;
@@ -956,30 +626,18 @@ export var DocumentVersionStatus;
956
626
  })(DocumentVersionStatus || (DocumentVersionStatus = {}));
957
627
  export var UpdateDocumentVersionRequest;
958
628
  (function (UpdateDocumentVersionRequest) {
959
- /**
960
- * @internal
961
- */
962
629
  UpdateDocumentVersionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
963
630
  })(UpdateDocumentVersionRequest || (UpdateDocumentVersionRequest = {}));
964
631
  export var UpdateFolderRequest;
965
632
  (function (UpdateFolderRequest) {
966
- /**
967
- * @internal
968
- */
969
633
  UpdateFolderRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
970
634
  })(UpdateFolderRequest || (UpdateFolderRequest = {}));
971
635
  export var DeactivatingLastSystemUserException;
972
636
  (function (DeactivatingLastSystemUserException) {
973
- /**
974
- * @internal
975
- */
976
637
  DeactivatingLastSystemUserException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
977
638
  })(DeactivatingLastSystemUserException || (DeactivatingLastSystemUserException = {}));
978
639
  export var IllegalUserStateException;
979
640
  (function (IllegalUserStateException) {
980
- /**
981
- * @internal
982
- */
983
641
  IllegalUserStateException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
984
642
  })(IllegalUserStateException || (IllegalUserStateException = {}));
985
643
  export var BooleanEnumType;
@@ -989,16 +647,9 @@ export var BooleanEnumType;
989
647
  })(BooleanEnumType || (BooleanEnumType = {}));
990
648
  export var UpdateUserRequest;
991
649
  (function (UpdateUserRequest) {
992
- /**
993
- * @internal
994
- */
995
650
  UpdateUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
996
651
  })(UpdateUserRequest || (UpdateUserRequest = {}));
997
652
  export var UpdateUserResponse;
998
653
  (function (UpdateUserResponse) {
999
- /**
1000
- * @internal
1001
- */
1002
654
  UpdateUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1003
655
  })(UpdateUserResponse || (UpdateUserResponse = {}));
1004
- //# sourceMappingURL=models_0.js.map