@aws-sdk/client-workdocs 3.337.0 → 3.341.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
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeactivateUserRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteCommentRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteCustomMetadataRequest, DeleteCustomMetadataResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteDocumentRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteDocumentVersionRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteFolderRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteFolderContentsRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteLabelsRequest, DeleteLabelsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteNotificationSubscriptionRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteUserRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeActivitiesRequest, DescribeActivitiesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeCommentsRequest, DescribeCommentsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeDocumentVersionsRequest, DescribeDocumentVersionsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeFolderContentsRequest, DescribeFolderContentsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeGroupsRequest, DescribeGroupsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeNotificationSubscriptionsRequest, DescribeNotificationSubscriptionsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeResourcePermissionsRequest, DescribeResourcePermissionsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeRootFoldersRequest, DescribeRootFoldersResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeUsersRequest, DescribeUsersResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetCurrentUserRequest, GetCurrentUserResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetDocumentRequest, GetDocumentResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetDocumentPathRequest, GetDocumentPathResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetDocumentVersionRequest, GetDocumentVersionResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetFolderRequest, GetFolderResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetFolderPathRequest, GetFolderPathResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetResourcesRequest, GetResourcesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { InitiateDocumentVersionUploadRequest, InitiateDocumentVersionUploadResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RemoveAllResourcePermissionsRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RemoveResourcePermissionRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RestoreDocumentVersionsRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SearchResourcesRequest, SearchResourcesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateDocumentRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateDocumentVersionRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateFolderRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,69 @@
1
- export * from "./WorkDocs";
1
+ /**
2
+ * <p>The Amazon WorkDocs API is designed for the following use cases:</p>
3
+ * <ul>
4
+ * <li>
5
+ * <p>File Migration: File migration applications are supported for users who
6
+ * want to migrate their files from an on-premises or off-premises file system or
7
+ * service. Users can insert files into a user directory structure, as well as
8
+ * allow for basic metadata changes, such as modifications to the permissions of
9
+ * files.</p>
10
+ * </li>
11
+ * <li>
12
+ * <p>Security: Support security applications are supported for users who have
13
+ * additional security needs, such as antivirus or data loss prevention. The API
14
+ * actions, along with CloudTrail, allow these applications to detect when
15
+ * changes occur in Amazon WorkDocs. Then, the application can take the necessary
16
+ * actions and replace the target file. If the target file violates the policy, the
17
+ * application can also choose to email the user.</p>
18
+ * </li>
19
+ * <li>
20
+ * <p>eDiscovery/Analytics: General administrative applications are supported,
21
+ * such as eDiscovery and analytics. These applications can choose to mimic or
22
+ * record the actions in an Amazon WorkDocs site, along with CloudTrail, to
23
+ * replicate data for eDiscovery, backup, or analytical applications.</p>
24
+ * </li>
25
+ * </ul>
26
+ * <p>All Amazon WorkDocs API actions are Amazon authenticated and certificate-signed.
27
+ * They not only require the use of the Amazon Web Services SDK, but also allow for the exclusive use of
28
+ * IAM users and roles to help facilitate access, trust, and permission policies. By
29
+ * creating a role and allowing an IAM user to access the Amazon WorkDocs site, the
30
+ * IAM user gains full administrative visibility into the entire Amazon WorkDocs site (or as
31
+ * set in the IAM policy). This includes, but is not limited to, the ability to modify file
32
+ * permissions and upload any file to any user. This allows developers to perform the three
33
+ * use cases above, as well as give users the ability to grant access on a selective basis
34
+ * using the IAM model.</p>
35
+ * <note>
36
+ * <p>The pricing for Amazon WorkDocs APIs varies depending on the API call type for these actions:</p>
37
+ * <ul>
38
+ * <li>
39
+ * <p>
40
+ * <code>READ (Get*)</code>
41
+ * </p>
42
+ * </li>
43
+ * <li>
44
+ * <p>
45
+ * <code>WRITE (Activate*, Add*, Create*, Deactivate*, Initiate*, Update*)</code>
46
+ * </p>
47
+ * </li>
48
+ * <li>
49
+ * <p>
50
+ * <code>LIST (Describe*)</code>
51
+ * </p>
52
+ * </li>
53
+ * <li>
54
+ * <p>
55
+ * <code>DELETE*, CANCEL</code>
56
+ * </p>
57
+ * </li>
58
+ * </ul>
59
+ * <p>For information about Amazon WorkDocs API pricing, see <a href="https://aws.amazon.com/workdocs/pricing/">Amazon WorkDocs Pricing</a>.</p>
60
+ * </note>
61
+ *
62
+ * @packageDocumentation
63
+ */
2
64
  export * from "./WorkDocsClient";
65
+ export * from "./WorkDocs";
3
66
  export * from "./commands";
4
- export * from "./models";
5
67
  export * from "./pagination";
68
+ export * from "./models";
6
69
  export { WorkDocsServiceException } from "./models/WorkDocsServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -227,6 +227,7 @@ import {
227
227
  ClientResolvedEndpointParameters,
228
228
  EndpointParameters,
229
229
  } from "./endpoint/EndpointParameters";
230
+ export { __Client };
230
231
  export type ServiceInputTypes =
231
232
  | AbortDocumentVersionUploadCommandInput
232
233
  | ActivateUserCommandInput
@@ -341,7 +342,7 @@ export interface ClientDefaults
341
342
  logger?: __Logger;
342
343
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
343
344
  }
344
- type WorkDocsClientConfigType = Partial<
345
+ export type WorkDocsClientConfigType = Partial<
345
346
  __SmithyConfiguration<__HttpHandlerOptions>
346
347
  > &
347
348
  ClientDefaults &
@@ -353,7 +354,7 @@ type WorkDocsClientConfigType = Partial<
353
354
  UserAgentInputConfig &
354
355
  ClientInputEndpointParameters;
355
356
  export interface WorkDocsClientConfig extends WorkDocsClientConfigType {}
356
- type WorkDocsClientResolvedConfigType =
357
+ export type WorkDocsClientResolvedConfigType =
357
358
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
358
359
  Required<ClientDefaults> &
359
360
  RegionResolvedConfig &
@@ -375,4 +376,3 @@ export declare class WorkDocsClient extends __Client<
375
376
  constructor(configuration: WorkDocsClientConfig);
376
377
  destroy(): void;
377
378
  }
378
- export {};
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface AbortDocumentVersionUploadCommandInput
16
17
  extends AbortDocumentVersionUploadRequest {}
17
18
  export interface AbortDocumentVersionUploadCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ActivateUserCommandInput extends ActivateUserRequest {}
16
17
  export interface ActivateUserCommandOutput
17
18
  extends ActivateUserResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkDocsClientResolvedConfig,
17
17
  } from "../WorkDocsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AddResourcePermissionsCommandInput
19
20
  extends AddResourcePermissionsRequest {}
20
21
  export interface AddResourcePermissionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkDocsClientResolvedConfig,
17
17
  } from "../WorkDocsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateCommentCommandInput extends CreateCommentRequest {}
19
20
  export interface CreateCommentCommandOutput
20
21
  extends CreateCommentResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkDocsClientResolvedConfig,
17
17
  } from "../WorkDocsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateCustomMetadataCommandInput
19
20
  extends CreateCustomMetadataRequest {}
20
21
  export interface CreateCustomMetadataCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateFolderCommandInput extends CreateFolderRequest {}
16
17
  export interface CreateFolderCommandOutput
17
18
  extends CreateFolderResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateLabelsCommandInput extends CreateLabelsRequest {}
16
17
  export interface CreateLabelsCommandOutput
17
18
  extends CreateLabelsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkDocsClientResolvedConfig,
17
17
  } from "../WorkDocsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateNotificationSubscriptionCommandInput
19
20
  extends CreateNotificationSubscriptionRequest {}
20
21
  export interface CreateNotificationSubscriptionCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateUserCommandInput extends CreateUserRequest {}
16
17
  export interface CreateUserCommandOutput
17
18
  extends CreateUserResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkDocsClientResolvedConfig,
14
14
  } from "../WorkDocsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeactivateUserCommandInput extends DeactivateUserRequest {}
16
17
  export interface DeactivateUserCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeactivateUserCommand 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 DeleteCommentCommandInput extends DeleteCommentRequest {}
16
17
  export interface DeleteCommentCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteCommentCommand extends $Command<