@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.
- package/dist-cjs/WorkDocs.js +1 -99
- package/dist-cjs/WorkDocsClient.js +1 -43
- package/dist-cjs/commands/AbortDocumentVersionUploadCommand.js +1 -29
- package/dist-cjs/commands/ActivateUserCommand.js +1 -29
- package/dist-cjs/commands/AddResourcePermissionsCommand.js +1 -29
- package/dist-cjs/commands/CreateCommentCommand.js +1 -29
- package/dist-cjs/commands/CreateCustomMetadataCommand.js +1 -29
- package/dist-cjs/commands/CreateFolderCommand.js +1 -29
- package/dist-cjs/commands/CreateLabelsCommand.js +1 -29
- package/dist-cjs/commands/CreateNotificationSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/CreateUserCommand.js +1 -29
- package/dist-cjs/commands/DeactivateUserCommand.js +1 -29
- package/dist-cjs/commands/DeleteCommentCommand.js +1 -29
- package/dist-cjs/commands/DeleteCustomMetadataCommand.js +1 -29
- package/dist-cjs/commands/DeleteDocumentCommand.js +1 -29
- package/dist-cjs/commands/DeleteDocumentVersionCommand.js +1 -29
- package/dist-cjs/commands/DeleteFolderCommand.js +1 -29
- package/dist-cjs/commands/DeleteFolderContentsCommand.js +1 -29
- package/dist-cjs/commands/DeleteLabelsCommand.js +1 -29
- package/dist-cjs/commands/DeleteNotificationSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/DeleteUserCommand.js +1 -29
- package/dist-cjs/commands/DescribeActivitiesCommand.js +1 -29
- package/dist-cjs/commands/DescribeCommentsCommand.js +1 -29
- package/dist-cjs/commands/DescribeDocumentVersionsCommand.js +1 -29
- package/dist-cjs/commands/DescribeFolderContentsCommand.js +1 -29
- package/dist-cjs/commands/DescribeGroupsCommand.js +1 -29
- package/dist-cjs/commands/DescribeNotificationSubscriptionsCommand.js +1 -28
- package/dist-cjs/commands/DescribeResourcePermissionsCommand.js +1 -29
- package/dist-cjs/commands/DescribeRootFoldersCommand.js +1 -29
- package/dist-cjs/commands/DescribeUsersCommand.js +1 -29
- package/dist-cjs/commands/GetCurrentUserCommand.js +1 -29
- package/dist-cjs/commands/GetDocumentCommand.js +1 -29
- package/dist-cjs/commands/GetDocumentPathCommand.js +1 -29
- package/dist-cjs/commands/GetDocumentVersionCommand.js +1 -29
- package/dist-cjs/commands/GetFolderCommand.js +1 -29
- package/dist-cjs/commands/GetFolderPathCommand.js +1 -29
- package/dist-cjs/commands/GetResourcesCommand.js +1 -29
- package/dist-cjs/commands/InitiateDocumentVersionUploadCommand.js +1 -29
- package/dist-cjs/commands/RemoveAllResourcePermissionsCommand.js +1 -29
- package/dist-cjs/commands/RemoveResourcePermissionCommand.js +1 -29
- package/dist-cjs/commands/RestoreDocumentVersionsCommand.js +1 -29
- package/dist-cjs/commands/SearchResourcesCommand.js +1 -29
- package/dist-cjs/commands/UpdateDocumentCommand.js +1 -29
- package/dist-cjs/commands/UpdateDocumentVersionCommand.js +1 -29
- package/dist-cjs/commands/UpdateFolderCommand.js +1 -29
- package/dist-cjs/commands/UpdateUserCommand.js +1 -29
- package/dist-cjs/commands/index.js +1 -47
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5845 -11
- package/dist-cjs/models/WorkDocsServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -1038
- package/dist-cjs/pagination/DescribeActivitiesPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeCommentsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeDocumentVersionsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeFolderContentsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeNotificationSubscriptionsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeResourcePermissionsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeRootFoldersPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeUsersPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/SearchResourcesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -14
- package/dist-cjs/protocols/Aws_restJson1.js +1 -3502
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
package/dist-cjs/WorkDocs.js
CHANGED
|
@@ -1,99 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WorkDocs = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AbortDocumentVersionUploadCommand_1 = require("./commands/AbortDocumentVersionUploadCommand");
|
|
6
|
-
const ActivateUserCommand_1 = require("./commands/ActivateUserCommand");
|
|
7
|
-
const AddResourcePermissionsCommand_1 = require("./commands/AddResourcePermissionsCommand");
|
|
8
|
-
const CreateCommentCommand_1 = require("./commands/CreateCommentCommand");
|
|
9
|
-
const CreateCustomMetadataCommand_1 = require("./commands/CreateCustomMetadataCommand");
|
|
10
|
-
const CreateFolderCommand_1 = require("./commands/CreateFolderCommand");
|
|
11
|
-
const CreateLabelsCommand_1 = require("./commands/CreateLabelsCommand");
|
|
12
|
-
const CreateNotificationSubscriptionCommand_1 = require("./commands/CreateNotificationSubscriptionCommand");
|
|
13
|
-
const CreateUserCommand_1 = require("./commands/CreateUserCommand");
|
|
14
|
-
const DeactivateUserCommand_1 = require("./commands/DeactivateUserCommand");
|
|
15
|
-
const DeleteCommentCommand_1 = require("./commands/DeleteCommentCommand");
|
|
16
|
-
const DeleteCustomMetadataCommand_1 = require("./commands/DeleteCustomMetadataCommand");
|
|
17
|
-
const DeleteDocumentCommand_1 = require("./commands/DeleteDocumentCommand");
|
|
18
|
-
const DeleteDocumentVersionCommand_1 = require("./commands/DeleteDocumentVersionCommand");
|
|
19
|
-
const DeleteFolderCommand_1 = require("./commands/DeleteFolderCommand");
|
|
20
|
-
const DeleteFolderContentsCommand_1 = require("./commands/DeleteFolderContentsCommand");
|
|
21
|
-
const DeleteLabelsCommand_1 = require("./commands/DeleteLabelsCommand");
|
|
22
|
-
const DeleteNotificationSubscriptionCommand_1 = require("./commands/DeleteNotificationSubscriptionCommand");
|
|
23
|
-
const DeleteUserCommand_1 = require("./commands/DeleteUserCommand");
|
|
24
|
-
const DescribeActivitiesCommand_1 = require("./commands/DescribeActivitiesCommand");
|
|
25
|
-
const DescribeCommentsCommand_1 = require("./commands/DescribeCommentsCommand");
|
|
26
|
-
const DescribeDocumentVersionsCommand_1 = require("./commands/DescribeDocumentVersionsCommand");
|
|
27
|
-
const DescribeFolderContentsCommand_1 = require("./commands/DescribeFolderContentsCommand");
|
|
28
|
-
const DescribeGroupsCommand_1 = require("./commands/DescribeGroupsCommand");
|
|
29
|
-
const DescribeNotificationSubscriptionsCommand_1 = require("./commands/DescribeNotificationSubscriptionsCommand");
|
|
30
|
-
const DescribeResourcePermissionsCommand_1 = require("./commands/DescribeResourcePermissionsCommand");
|
|
31
|
-
const DescribeRootFoldersCommand_1 = require("./commands/DescribeRootFoldersCommand");
|
|
32
|
-
const DescribeUsersCommand_1 = require("./commands/DescribeUsersCommand");
|
|
33
|
-
const GetCurrentUserCommand_1 = require("./commands/GetCurrentUserCommand");
|
|
34
|
-
const GetDocumentCommand_1 = require("./commands/GetDocumentCommand");
|
|
35
|
-
const GetDocumentPathCommand_1 = require("./commands/GetDocumentPathCommand");
|
|
36
|
-
const GetDocumentVersionCommand_1 = require("./commands/GetDocumentVersionCommand");
|
|
37
|
-
const GetFolderCommand_1 = require("./commands/GetFolderCommand");
|
|
38
|
-
const GetFolderPathCommand_1 = require("./commands/GetFolderPathCommand");
|
|
39
|
-
const GetResourcesCommand_1 = require("./commands/GetResourcesCommand");
|
|
40
|
-
const InitiateDocumentVersionUploadCommand_1 = require("./commands/InitiateDocumentVersionUploadCommand");
|
|
41
|
-
const RemoveAllResourcePermissionsCommand_1 = require("./commands/RemoveAllResourcePermissionsCommand");
|
|
42
|
-
const RemoveResourcePermissionCommand_1 = require("./commands/RemoveResourcePermissionCommand");
|
|
43
|
-
const RestoreDocumentVersionsCommand_1 = require("./commands/RestoreDocumentVersionsCommand");
|
|
44
|
-
const SearchResourcesCommand_1 = require("./commands/SearchResourcesCommand");
|
|
45
|
-
const UpdateDocumentCommand_1 = require("./commands/UpdateDocumentCommand");
|
|
46
|
-
const UpdateDocumentVersionCommand_1 = require("./commands/UpdateDocumentVersionCommand");
|
|
47
|
-
const UpdateFolderCommand_1 = require("./commands/UpdateFolderCommand");
|
|
48
|
-
const UpdateUserCommand_1 = require("./commands/UpdateUserCommand");
|
|
49
|
-
const WorkDocsClient_1 = require("./WorkDocsClient");
|
|
50
|
-
const commands = {
|
|
51
|
-
AbortDocumentVersionUploadCommand: AbortDocumentVersionUploadCommand_1.AbortDocumentVersionUploadCommand,
|
|
52
|
-
ActivateUserCommand: ActivateUserCommand_1.ActivateUserCommand,
|
|
53
|
-
AddResourcePermissionsCommand: AddResourcePermissionsCommand_1.AddResourcePermissionsCommand,
|
|
54
|
-
CreateCommentCommand: CreateCommentCommand_1.CreateCommentCommand,
|
|
55
|
-
CreateCustomMetadataCommand: CreateCustomMetadataCommand_1.CreateCustomMetadataCommand,
|
|
56
|
-
CreateFolderCommand: CreateFolderCommand_1.CreateFolderCommand,
|
|
57
|
-
CreateLabelsCommand: CreateLabelsCommand_1.CreateLabelsCommand,
|
|
58
|
-
CreateNotificationSubscriptionCommand: CreateNotificationSubscriptionCommand_1.CreateNotificationSubscriptionCommand,
|
|
59
|
-
CreateUserCommand: CreateUserCommand_1.CreateUserCommand,
|
|
60
|
-
DeactivateUserCommand: DeactivateUserCommand_1.DeactivateUserCommand,
|
|
61
|
-
DeleteCommentCommand: DeleteCommentCommand_1.DeleteCommentCommand,
|
|
62
|
-
DeleteCustomMetadataCommand: DeleteCustomMetadataCommand_1.DeleteCustomMetadataCommand,
|
|
63
|
-
DeleteDocumentCommand: DeleteDocumentCommand_1.DeleteDocumentCommand,
|
|
64
|
-
DeleteDocumentVersionCommand: DeleteDocumentVersionCommand_1.DeleteDocumentVersionCommand,
|
|
65
|
-
DeleteFolderCommand: DeleteFolderCommand_1.DeleteFolderCommand,
|
|
66
|
-
DeleteFolderContentsCommand: DeleteFolderContentsCommand_1.DeleteFolderContentsCommand,
|
|
67
|
-
DeleteLabelsCommand: DeleteLabelsCommand_1.DeleteLabelsCommand,
|
|
68
|
-
DeleteNotificationSubscriptionCommand: DeleteNotificationSubscriptionCommand_1.DeleteNotificationSubscriptionCommand,
|
|
69
|
-
DeleteUserCommand: DeleteUserCommand_1.DeleteUserCommand,
|
|
70
|
-
DescribeActivitiesCommand: DescribeActivitiesCommand_1.DescribeActivitiesCommand,
|
|
71
|
-
DescribeCommentsCommand: DescribeCommentsCommand_1.DescribeCommentsCommand,
|
|
72
|
-
DescribeDocumentVersionsCommand: DescribeDocumentVersionsCommand_1.DescribeDocumentVersionsCommand,
|
|
73
|
-
DescribeFolderContentsCommand: DescribeFolderContentsCommand_1.DescribeFolderContentsCommand,
|
|
74
|
-
DescribeGroupsCommand: DescribeGroupsCommand_1.DescribeGroupsCommand,
|
|
75
|
-
DescribeNotificationSubscriptionsCommand: DescribeNotificationSubscriptionsCommand_1.DescribeNotificationSubscriptionsCommand,
|
|
76
|
-
DescribeResourcePermissionsCommand: DescribeResourcePermissionsCommand_1.DescribeResourcePermissionsCommand,
|
|
77
|
-
DescribeRootFoldersCommand: DescribeRootFoldersCommand_1.DescribeRootFoldersCommand,
|
|
78
|
-
DescribeUsersCommand: DescribeUsersCommand_1.DescribeUsersCommand,
|
|
79
|
-
GetCurrentUserCommand: GetCurrentUserCommand_1.GetCurrentUserCommand,
|
|
80
|
-
GetDocumentCommand: GetDocumentCommand_1.GetDocumentCommand,
|
|
81
|
-
GetDocumentPathCommand: GetDocumentPathCommand_1.GetDocumentPathCommand,
|
|
82
|
-
GetDocumentVersionCommand: GetDocumentVersionCommand_1.GetDocumentVersionCommand,
|
|
83
|
-
GetFolderCommand: GetFolderCommand_1.GetFolderCommand,
|
|
84
|
-
GetFolderPathCommand: GetFolderPathCommand_1.GetFolderPathCommand,
|
|
85
|
-
GetResourcesCommand: GetResourcesCommand_1.GetResourcesCommand,
|
|
86
|
-
InitiateDocumentVersionUploadCommand: InitiateDocumentVersionUploadCommand_1.InitiateDocumentVersionUploadCommand,
|
|
87
|
-
RemoveAllResourcePermissionsCommand: RemoveAllResourcePermissionsCommand_1.RemoveAllResourcePermissionsCommand,
|
|
88
|
-
RemoveResourcePermissionCommand: RemoveResourcePermissionCommand_1.RemoveResourcePermissionCommand,
|
|
89
|
-
RestoreDocumentVersionsCommand: RestoreDocumentVersionsCommand_1.RestoreDocumentVersionsCommand,
|
|
90
|
-
SearchResourcesCommand: SearchResourcesCommand_1.SearchResourcesCommand,
|
|
91
|
-
UpdateDocumentCommand: UpdateDocumentCommand_1.UpdateDocumentCommand,
|
|
92
|
-
UpdateDocumentVersionCommand: UpdateDocumentVersionCommand_1.UpdateDocumentVersionCommand,
|
|
93
|
-
UpdateFolderCommand: UpdateFolderCommand_1.UpdateFolderCommand,
|
|
94
|
-
UpdateUserCommand: UpdateUserCommand_1.UpdateUserCommand,
|
|
95
|
-
};
|
|
96
|
-
class WorkDocs extends WorkDocsClient_1.WorkDocsClient {
|
|
97
|
-
}
|
|
98
|
-
exports.WorkDocs = WorkDocs;
|
|
99
|
-
(0, smithy_client_1.createAggregatedClient)(commands, WorkDocs);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WorkDocsClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class WorkDocsClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.WorkDocsClient = WorkDocsClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AbortDocumentVersionUploadCommand = 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 AbortDocumentVersionUploadCommand 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", "AbortDocumentVersionUpload", {})
|
|
23
|
-
.n("WorkDocsClient", "AbortDocumentVersionUploadCommand")
|
|
24
|
-
.f(models_0_1.AbortDocumentVersionUploadRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_AbortDocumentVersionUploadCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_AbortDocumentVersionUploadCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.AbortDocumentVersionUploadCommand = AbortDocumentVersionUploadCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ActivateUserCommand = 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 ActivateUserCommand 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", "ActivateUser", {})
|
|
23
|
-
.n("WorkDocsClient", "ActivateUserCommand")
|
|
24
|
-
.f(models_0_1.ActivateUserRequestFilterSensitiveLog, models_0_1.ActivateUserResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_ActivateUserCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_ActivateUserCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.ActivateUserCommand = ActivateUserCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AddResourcePermissionsCommand = 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 AddResourcePermissionsCommand 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", "AddResourcePermissions", {})
|
|
23
|
-
.n("WorkDocsClient", "AddResourcePermissionsCommand")
|
|
24
|
-
.f(models_0_1.AddResourcePermissionsRequestFilterSensitiveLog, models_0_1.AddResourcePermissionsResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_AddResourcePermissionsCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_AddResourcePermissionsCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.AddResourcePermissionsCommand = AddResourcePermissionsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateCommentCommand = 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 CreateCommentCommand 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", "CreateComment", {})
|
|
23
|
-
.n("WorkDocsClient", "CreateCommentCommand")
|
|
24
|
-
.f(models_0_1.CreateCommentRequestFilterSensitiveLog, models_0_1.CreateCommentResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateCommentCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateCommentCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateCommentCommand = CreateCommentCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateCustomMetadataCommand = 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 CreateCustomMetadataCommand 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", "CreateCustomMetadata", {})
|
|
23
|
-
.n("WorkDocsClient", "CreateCustomMetadataCommand")
|
|
24
|
-
.f(models_0_1.CreateCustomMetadataRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateCustomMetadataCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateCustomMetadataCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateCustomMetadataCommand = CreateCustomMetadataCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateFolderCommand = 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 CreateFolderCommand 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", "CreateFolder", {})
|
|
23
|
-
.n("WorkDocsClient", "CreateFolderCommand")
|
|
24
|
-
.f(models_0_1.CreateFolderRequestFilterSensitiveLog, models_0_1.CreateFolderResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateFolderCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateFolderCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateFolderCommand = CreateFolderCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLabelsCommand = 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 CreateLabelsCommand 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", "CreateLabels", {})
|
|
23
|
-
.n("WorkDocsClient", "CreateLabelsCommand")
|
|
24
|
-
.f(models_0_1.CreateLabelsRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateLabelsCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateLabelsCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateLabelsCommand = CreateLabelsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateNotificationSubscriptionCommand = 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 Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateNotificationSubscriptionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSGorillaBoyService", "CreateNotificationSubscription", {})
|
|
22
|
-
.n("WorkDocsClient", "CreateNotificationSubscriptionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateNotificationSubscriptionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateNotificationSubscriptionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateNotificationSubscriptionCommand = CreateNotificationSubscriptionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateUserCommand = 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 CreateUserCommand 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", "CreateUser", {})
|
|
23
|
-
.n("WorkDocsClient", "CreateUserCommand")
|
|
24
|
-
.f(models_0_1.CreateUserRequestFilterSensitiveLog, models_0_1.CreateUserResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateUserCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateUserCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateUserCommand = CreateUserCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeactivateUserCommand = 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 DeactivateUserCommand 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", "DeactivateUser", {})
|
|
23
|
-
.n("WorkDocsClient", "DeactivateUserCommand")
|
|
24
|
-
.f(models_0_1.DeactivateUserRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_DeactivateUserCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_DeactivateUserCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.DeactivateUserCommand = DeactivateUserCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteCommentCommand = 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 DeleteCommentCommand 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", "DeleteComment", {})
|
|
23
|
-
.n("WorkDocsClient", "DeleteCommentCommand")
|
|
24
|
-
.f(models_0_1.DeleteCommentRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_DeleteCommentCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_DeleteCommentCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.DeleteCommentCommand = DeleteCommentCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteCustomMetadataCommand = 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 DeleteCustomMetadataCommand 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", "DeleteCustomMetadata", {})
|
|
23
|
-
.n("WorkDocsClient", "DeleteCustomMetadataCommand")
|
|
24
|
-
.f(models_0_1.DeleteCustomMetadataRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_DeleteCustomMetadataCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_DeleteCustomMetadataCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.DeleteCustomMetadataCommand = DeleteCustomMetadataCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteDocumentCommand = 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 DeleteDocumentCommand 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", "DeleteDocument", {})
|
|
23
|
-
.n("WorkDocsClient", "DeleteDocumentCommand")
|
|
24
|
-
.f(models_0_1.DeleteDocumentRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_DeleteDocumentCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_DeleteDocumentCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.DeleteDocumentCommand = DeleteDocumentCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteDocumentVersionCommand = 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 DeleteDocumentVersionCommand 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", "DeleteDocumentVersion", {})
|
|
23
|
-
.n("WorkDocsClient", "DeleteDocumentVersionCommand")
|
|
24
|
-
.f(models_0_1.DeleteDocumentVersionRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_DeleteDocumentVersionCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_DeleteDocumentVersionCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.DeleteDocumentVersionCommand = DeleteDocumentVersionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteFolderCommand = 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 DeleteFolderCommand 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", "DeleteFolder", {})
|
|
23
|
-
.n("WorkDocsClient", "DeleteFolderCommand")
|
|
24
|
-
.f(models_0_1.DeleteFolderRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_DeleteFolderCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_DeleteFolderCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.DeleteFolderCommand = DeleteFolderCommand;
|
|
1
|
+
module.exports = require("../index.js");
|