@aws-sdk/client-workdocs 3.489.0 → 3.495.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 (68) hide show
  1. package/dist-cjs/WorkDocs.js +1 -99
  2. package/dist-cjs/WorkDocsClient.js +1 -43
  3. package/dist-cjs/commands/AbortDocumentVersionUploadCommand.js +1 -29
  4. package/dist-cjs/commands/ActivateUserCommand.js +1 -29
  5. package/dist-cjs/commands/AddResourcePermissionsCommand.js +1 -29
  6. package/dist-cjs/commands/CreateCommentCommand.js +1 -29
  7. package/dist-cjs/commands/CreateCustomMetadataCommand.js +1 -29
  8. package/dist-cjs/commands/CreateFolderCommand.js +1 -29
  9. package/dist-cjs/commands/CreateLabelsCommand.js +1 -29
  10. package/dist-cjs/commands/CreateNotificationSubscriptionCommand.js +1 -28
  11. package/dist-cjs/commands/CreateUserCommand.js +1 -29
  12. package/dist-cjs/commands/DeactivateUserCommand.js +1 -29
  13. package/dist-cjs/commands/DeleteCommentCommand.js +1 -29
  14. package/dist-cjs/commands/DeleteCustomMetadataCommand.js +1 -29
  15. package/dist-cjs/commands/DeleteDocumentCommand.js +1 -29
  16. package/dist-cjs/commands/DeleteDocumentVersionCommand.js +1 -29
  17. package/dist-cjs/commands/DeleteFolderCommand.js +1 -29
  18. package/dist-cjs/commands/DeleteFolderContentsCommand.js +1 -29
  19. package/dist-cjs/commands/DeleteLabelsCommand.js +1 -29
  20. package/dist-cjs/commands/DeleteNotificationSubscriptionCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteUserCommand.js +1 -29
  22. package/dist-cjs/commands/DescribeActivitiesCommand.js +1 -29
  23. package/dist-cjs/commands/DescribeCommentsCommand.js +1 -29
  24. package/dist-cjs/commands/DescribeDocumentVersionsCommand.js +1 -29
  25. package/dist-cjs/commands/DescribeFolderContentsCommand.js +1 -29
  26. package/dist-cjs/commands/DescribeGroupsCommand.js +1 -29
  27. package/dist-cjs/commands/DescribeNotificationSubscriptionsCommand.js +1 -28
  28. package/dist-cjs/commands/DescribeResourcePermissionsCommand.js +1 -29
  29. package/dist-cjs/commands/DescribeRootFoldersCommand.js +1 -29
  30. package/dist-cjs/commands/DescribeUsersCommand.js +1 -29
  31. package/dist-cjs/commands/GetCurrentUserCommand.js +1 -29
  32. package/dist-cjs/commands/GetDocumentCommand.js +1 -29
  33. package/dist-cjs/commands/GetDocumentPathCommand.js +1 -29
  34. package/dist-cjs/commands/GetDocumentVersionCommand.js +1 -29
  35. package/dist-cjs/commands/GetFolderCommand.js +1 -29
  36. package/dist-cjs/commands/GetFolderPathCommand.js +1 -29
  37. package/dist-cjs/commands/GetResourcesCommand.js +1 -29
  38. package/dist-cjs/commands/InitiateDocumentVersionUploadCommand.js +1 -29
  39. package/dist-cjs/commands/RemoveAllResourcePermissionsCommand.js +1 -29
  40. package/dist-cjs/commands/RemoveResourcePermissionCommand.js +1 -29
  41. package/dist-cjs/commands/RestoreDocumentVersionsCommand.js +1 -29
  42. package/dist-cjs/commands/SearchResourcesCommand.js +1 -29
  43. package/dist-cjs/commands/UpdateDocumentCommand.js +1 -29
  44. package/dist-cjs/commands/UpdateDocumentVersionCommand.js +1 -29
  45. package/dist-cjs/commands/UpdateFolderCommand.js +1 -29
  46. package/dist-cjs/commands/UpdateUserCommand.js +1 -29
  47. package/dist-cjs/commands/index.js +1 -47
  48. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  49. package/dist-cjs/extensionConfiguration.js +1 -2
  50. package/dist-cjs/index.js +5845 -11
  51. package/dist-cjs/models/WorkDocsServiceException.js +1 -12
  52. package/dist-cjs/models/index.js +1 -4
  53. package/dist-cjs/models/models_0.js +1 -1038
  54. package/dist-cjs/pagination/DescribeActivitiesPaginator.js +1 -7
  55. package/dist-cjs/pagination/DescribeCommentsPaginator.js +1 -7
  56. package/dist-cjs/pagination/DescribeDocumentVersionsPaginator.js +1 -7
  57. package/dist-cjs/pagination/DescribeFolderContentsPaginator.js +1 -7
  58. package/dist-cjs/pagination/DescribeGroupsPaginator.js +1 -7
  59. package/dist-cjs/pagination/DescribeNotificationSubscriptionsPaginator.js +1 -7
  60. package/dist-cjs/pagination/DescribeResourcePermissionsPaginator.js +1 -7
  61. package/dist-cjs/pagination/DescribeRootFoldersPaginator.js +1 -7
  62. package/dist-cjs/pagination/DescribeUsersPaginator.js +1 -7
  63. package/dist-cjs/pagination/Interfaces.js +1 -2
  64. package/dist-cjs/pagination/SearchResourcesPaginator.js +1 -7
  65. package/dist-cjs/pagination/index.js +1 -14
  66. package/dist-cjs/protocols/Aws_restJson1.js +1 -3502
  67. package/dist-cjs/runtimeExtensions.js +1 -22
  68. package/package.json +40 -40
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeActivities = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeActivitiesCommand_1 = require("../commands/DescribeActivitiesCommand");
6
- const WorkDocsClient_1 = require("../WorkDocsClient");
7
- exports.paginateDescribeActivities = (0, core_1.createPaginator)(WorkDocsClient_1.WorkDocsClient, DescribeActivitiesCommand_1.DescribeActivitiesCommand, "Marker", "Marker", "Limit");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeComments = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeCommentsCommand_1 = require("../commands/DescribeCommentsCommand");
6
- const WorkDocsClient_1 = require("../WorkDocsClient");
7
- exports.paginateDescribeComments = (0, core_1.createPaginator)(WorkDocsClient_1.WorkDocsClient, DescribeCommentsCommand_1.DescribeCommentsCommand, "Marker", "Marker", "Limit");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeDocumentVersions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeDocumentVersionsCommand_1 = require("../commands/DescribeDocumentVersionsCommand");
6
- const WorkDocsClient_1 = require("../WorkDocsClient");
7
- exports.paginateDescribeDocumentVersions = (0, core_1.createPaginator)(WorkDocsClient_1.WorkDocsClient, DescribeDocumentVersionsCommand_1.DescribeDocumentVersionsCommand, "Marker", "Marker", "Limit");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeFolderContents = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeFolderContentsCommand_1 = require("../commands/DescribeFolderContentsCommand");
6
- const WorkDocsClient_1 = require("../WorkDocsClient");
7
- exports.paginateDescribeFolderContents = (0, core_1.createPaginator)(WorkDocsClient_1.WorkDocsClient, DescribeFolderContentsCommand_1.DescribeFolderContentsCommand, "Marker", "Marker", "Limit");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeGroups = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeGroupsCommand_1 = require("../commands/DescribeGroupsCommand");
6
- const WorkDocsClient_1 = require("../WorkDocsClient");
7
- exports.paginateDescribeGroups = (0, core_1.createPaginator)(WorkDocsClient_1.WorkDocsClient, DescribeGroupsCommand_1.DescribeGroupsCommand, "Marker", "Marker", "Limit");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeNotificationSubscriptions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeNotificationSubscriptionsCommand_1 = require("../commands/DescribeNotificationSubscriptionsCommand");
6
- const WorkDocsClient_1 = require("../WorkDocsClient");
7
- exports.paginateDescribeNotificationSubscriptions = (0, core_1.createPaginator)(WorkDocsClient_1.WorkDocsClient, DescribeNotificationSubscriptionsCommand_1.DescribeNotificationSubscriptionsCommand, "Marker", "Marker", "Limit");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeResourcePermissions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeResourcePermissionsCommand_1 = require("../commands/DescribeResourcePermissionsCommand");
6
- const WorkDocsClient_1 = require("../WorkDocsClient");
7
- exports.paginateDescribeResourcePermissions = (0, core_1.createPaginator)(WorkDocsClient_1.WorkDocsClient, DescribeResourcePermissionsCommand_1.DescribeResourcePermissionsCommand, "Marker", "Marker", "Limit");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeRootFolders = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeRootFoldersCommand_1 = require("../commands/DescribeRootFoldersCommand");
6
- const WorkDocsClient_1 = require("../WorkDocsClient");
7
- exports.paginateDescribeRootFolders = (0, core_1.createPaginator)(WorkDocsClient_1.WorkDocsClient, DescribeRootFoldersCommand_1.DescribeRootFoldersCommand, "Marker", "Marker", "Limit");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeUsers = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeUsersCommand_1 = require("../commands/DescribeUsersCommand");
6
- const WorkDocsClient_1 = require("../WorkDocsClient");
7
- exports.paginateDescribeUsers = (0, core_1.createPaginator)(WorkDocsClient_1.WorkDocsClient, DescribeUsersCommand_1.DescribeUsersCommand, "Marker", "Marker", "Limit");
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateSearchResources = void 0;
4
- const core_1 = require("@smithy/core");
5
- const SearchResourcesCommand_1 = require("../commands/SearchResourcesCommand");
6
- const WorkDocsClient_1 = require("../WorkDocsClient");
7
- exports.paginateSearchResources = (0, core_1.createPaginator)(WorkDocsClient_1.WorkDocsClient, SearchResourcesCommand_1.SearchResourcesCommand, "Marker", "Marker", "Limit");
1
+ module.exports = require("../index.js");
@@ -1,14 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./DescribeActivitiesPaginator"), exports);
5
- tslib_1.__exportStar(require("./DescribeCommentsPaginator"), exports);
6
- tslib_1.__exportStar(require("./DescribeDocumentVersionsPaginator"), exports);
7
- tslib_1.__exportStar(require("./DescribeFolderContentsPaginator"), exports);
8
- tslib_1.__exportStar(require("./DescribeGroupsPaginator"), exports);
9
- tslib_1.__exportStar(require("./DescribeNotificationSubscriptionsPaginator"), exports);
10
- tslib_1.__exportStar(require("./DescribeResourcePermissionsPaginator"), exports);
11
- tslib_1.__exportStar(require("./DescribeRootFoldersPaginator"), exports);
12
- tslib_1.__exportStar(require("./DescribeUsersPaginator"), exports);
13
- tslib_1.__exportStar(require("./Interfaces"), exports);
14
- tslib_1.__exportStar(require("./SearchResourcesPaginator"), exports);
1
+ module.exports = require("../index.js");