@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,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InitiateDocumentVersionUploadCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class InitiateDocumentVersionUploadCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGorillaBoyService", "InitiateDocumentVersionUpload", {})
23
- .n("WorkDocsClient", "InitiateDocumentVersionUploadCommand")
24
- .f(models_0_1.InitiateDocumentVersionUploadRequestFilterSensitiveLog, models_0_1.InitiateDocumentVersionUploadResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_InitiateDocumentVersionUploadCommand)
26
- .de(Aws_restJson1_1.de_InitiateDocumentVersionUploadCommand)
27
- .build() {
28
- }
29
- exports.InitiateDocumentVersionUploadCommand = InitiateDocumentVersionUploadCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RemoveAllResourcePermissionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class RemoveAllResourcePermissionsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGorillaBoyService", "RemoveAllResourcePermissions", {})
23
- .n("WorkDocsClient", "RemoveAllResourcePermissionsCommand")
24
- .f(models_0_1.RemoveAllResourcePermissionsRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_RemoveAllResourcePermissionsCommand)
26
- .de(Aws_restJson1_1.de_RemoveAllResourcePermissionsCommand)
27
- .build() {
28
- }
29
- exports.RemoveAllResourcePermissionsCommand = RemoveAllResourcePermissionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RemoveResourcePermissionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class RemoveResourcePermissionCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGorillaBoyService", "RemoveResourcePermission", {})
23
- .n("WorkDocsClient", "RemoveResourcePermissionCommand")
24
- .f(models_0_1.RemoveResourcePermissionRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_RemoveResourcePermissionCommand)
26
- .de(Aws_restJson1_1.de_RemoveResourcePermissionCommand)
27
- .build() {
28
- }
29
- exports.RemoveResourcePermissionCommand = RemoveResourcePermissionCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RestoreDocumentVersionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class RestoreDocumentVersionsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGorillaBoyService", "RestoreDocumentVersions", {})
23
- .n("WorkDocsClient", "RestoreDocumentVersionsCommand")
24
- .f(models_0_1.RestoreDocumentVersionsRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_RestoreDocumentVersionsCommand)
26
- .de(Aws_restJson1_1.de_RestoreDocumentVersionsCommand)
27
- .build() {
28
- }
29
- exports.RestoreDocumentVersionsCommand = RestoreDocumentVersionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SearchResourcesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class SearchResourcesCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGorillaBoyService", "SearchResources", {})
23
- .n("WorkDocsClient", "SearchResourcesCommand")
24
- .f(models_0_1.SearchResourcesRequestFilterSensitiveLog, models_0_1.SearchResourcesResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_SearchResourcesCommand)
26
- .de(Aws_restJson1_1.de_SearchResourcesCommand)
27
- .build() {
28
- }
29
- exports.SearchResourcesCommand = SearchResourcesCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateDocumentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateDocumentCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGorillaBoyService", "UpdateDocument", {})
23
- .n("WorkDocsClient", "UpdateDocumentCommand")
24
- .f(models_0_1.UpdateDocumentRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_UpdateDocumentCommand)
26
- .de(Aws_restJson1_1.de_UpdateDocumentCommand)
27
- .build() {
28
- }
29
- exports.UpdateDocumentCommand = UpdateDocumentCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateDocumentVersionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateDocumentVersionCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGorillaBoyService", "UpdateDocumentVersion", {})
23
- .n("WorkDocsClient", "UpdateDocumentVersionCommand")
24
- .f(models_0_1.UpdateDocumentVersionRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_UpdateDocumentVersionCommand)
26
- .de(Aws_restJson1_1.de_UpdateDocumentVersionCommand)
27
- .build() {
28
- }
29
- exports.UpdateDocumentVersionCommand = UpdateDocumentVersionCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateFolderCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateFolderCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGorillaBoyService", "UpdateFolder", {})
23
- .n("WorkDocsClient", "UpdateFolderCommand")
24
- .f(models_0_1.UpdateFolderRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_UpdateFolderCommand)
26
- .de(Aws_restJson1_1.de_UpdateFolderCommand)
27
- .build() {
28
- }
29
- exports.UpdateFolderCommand = UpdateFolderCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateUserCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateUserCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGorillaBoyService", "UpdateUser", {})
23
- .n("WorkDocsClient", "UpdateUserCommand")
24
- .f(models_0_1.UpdateUserRequestFilterSensitiveLog, models_0_1.UpdateUserResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_UpdateUserCommand)
26
- .de(Aws_restJson1_1.de_UpdateUserCommand)
27
- .build() {
28
- }
29
- exports.UpdateUserCommand = UpdateUserCommand;
1
+ module.exports = require("../index.js");
@@ -1,47 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AbortDocumentVersionUploadCommand"), exports);
5
- tslib_1.__exportStar(require("./ActivateUserCommand"), exports);
6
- tslib_1.__exportStar(require("./AddResourcePermissionsCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateCommentCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateCustomMetadataCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateFolderCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateLabelsCommand"), exports);
11
- tslib_1.__exportStar(require("./CreateNotificationSubscriptionCommand"), exports);
12
- tslib_1.__exportStar(require("./CreateUserCommand"), exports);
13
- tslib_1.__exportStar(require("./DeactivateUserCommand"), exports);
14
- tslib_1.__exportStar(require("./DeleteCommentCommand"), exports);
15
- tslib_1.__exportStar(require("./DeleteCustomMetadataCommand"), exports);
16
- tslib_1.__exportStar(require("./DeleteDocumentCommand"), exports);
17
- tslib_1.__exportStar(require("./DeleteDocumentVersionCommand"), exports);
18
- tslib_1.__exportStar(require("./DeleteFolderCommand"), exports);
19
- tslib_1.__exportStar(require("./DeleteFolderContentsCommand"), exports);
20
- tslib_1.__exportStar(require("./DeleteLabelsCommand"), exports);
21
- tslib_1.__exportStar(require("./DeleteNotificationSubscriptionCommand"), exports);
22
- tslib_1.__exportStar(require("./DeleteUserCommand"), exports);
23
- tslib_1.__exportStar(require("./DescribeActivitiesCommand"), exports);
24
- tslib_1.__exportStar(require("./DescribeCommentsCommand"), exports);
25
- tslib_1.__exportStar(require("./DescribeDocumentVersionsCommand"), exports);
26
- tslib_1.__exportStar(require("./DescribeFolderContentsCommand"), exports);
27
- tslib_1.__exportStar(require("./DescribeGroupsCommand"), exports);
28
- tslib_1.__exportStar(require("./DescribeNotificationSubscriptionsCommand"), exports);
29
- tslib_1.__exportStar(require("./DescribeResourcePermissionsCommand"), exports);
30
- tslib_1.__exportStar(require("./DescribeRootFoldersCommand"), exports);
31
- tslib_1.__exportStar(require("./DescribeUsersCommand"), exports);
32
- tslib_1.__exportStar(require("./GetCurrentUserCommand"), exports);
33
- tslib_1.__exportStar(require("./GetDocumentCommand"), exports);
34
- tslib_1.__exportStar(require("./GetDocumentPathCommand"), exports);
35
- tslib_1.__exportStar(require("./GetDocumentVersionCommand"), exports);
36
- tslib_1.__exportStar(require("./GetFolderCommand"), exports);
37
- tslib_1.__exportStar(require("./GetFolderPathCommand"), exports);
38
- tslib_1.__exportStar(require("./GetResourcesCommand"), exports);
39
- tslib_1.__exportStar(require("./InitiateDocumentVersionUploadCommand"), exports);
40
- tslib_1.__exportStar(require("./RemoveAllResourcePermissionsCommand"), exports);
41
- tslib_1.__exportStar(require("./RemoveResourcePermissionCommand"), exports);
42
- tslib_1.__exportStar(require("./RestoreDocumentVersionsCommand"), exports);
43
- tslib_1.__exportStar(require("./SearchResourcesCommand"), exports);
44
- tslib_1.__exportStar(require("./UpdateDocumentCommand"), exports);
45
- tslib_1.__exportStar(require("./UpdateDocumentVersionCommand"), exports);
46
- tslib_1.__exportStar(require("./UpdateFolderCommand"), exports);
47
- tslib_1.__exportStar(require("./UpdateUserCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "workdocs",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
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");