@aws-sdk/client-workdocs 3.169.0 → 3.170.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 (61) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/WorkDocs.d.ts +748 -210
  3. package/dist-types/ts3.4/WorkDocsClient.d.ts +375 -114
  4. package/dist-types/ts3.4/commands/AbortDocumentVersionUploadCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/ActivateUserCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/AddResourcePermissionsCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateCommentCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateCustomMetadataCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/CreateLabelsCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateNotificationSubscriptionCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DeactivateUserCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/DeleteCommentCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/DeleteCustomMetadataCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteFolderContentsCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DeleteLabelsCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DeleteNotificationSubscriptionCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DescribeActivitiesCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/DescribeCommentsCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DescribeDocumentVersionsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeFolderContentsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeGroupsCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeResourcePermissionsCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DescribeRootFoldersCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/GetCurrentUserCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/GetDocumentPathCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/GetDocumentVersionCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/GetFolderPathCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/InitiateDocumentVersionUploadCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/RemoveAllResourcePermissionsCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/RemoveResourcePermissionCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/UpdateDocumentVersionCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/index.d.ts +41 -41
  46. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  47. package/dist-types/ts3.4/index.d.ts +6 -6
  48. package/dist-types/ts3.4/models/WorkDocsServiceException.d.ts +8 -6
  49. package/dist-types/ts3.4/models/index.d.ts +1 -1
  50. package/dist-types/ts3.4/models/models_0.d.ts +1576 -1426
  51. package/dist-types/ts3.4/pagination/DescribeDocumentVersionsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/DescribeFolderContentsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/DescribeUsersPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  55. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  56. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +497 -125
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  61. package/package.json +34 -34
@@ -1,125 +1,497 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AbortDocumentVersionUploadCommandInput, AbortDocumentVersionUploadCommandOutput } from "../commands/AbortDocumentVersionUploadCommand";
4
- import { ActivateUserCommandInput, ActivateUserCommandOutput } from "../commands/ActivateUserCommand";
5
- import { AddResourcePermissionsCommandInput, AddResourcePermissionsCommandOutput } from "../commands/AddResourcePermissionsCommand";
6
- import { CreateCommentCommandInput, CreateCommentCommandOutput } from "../commands/CreateCommentCommand";
7
- import { CreateCustomMetadataCommandInput, CreateCustomMetadataCommandOutput } from "../commands/CreateCustomMetadataCommand";
8
- import { CreateFolderCommandInput, CreateFolderCommandOutput } from "../commands/CreateFolderCommand";
9
- import { CreateLabelsCommandInput, CreateLabelsCommandOutput } from "../commands/CreateLabelsCommand";
10
- import { CreateNotificationSubscriptionCommandInput, CreateNotificationSubscriptionCommandOutput } from "../commands/CreateNotificationSubscriptionCommand";
11
- import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
12
- import { DeactivateUserCommandInput, DeactivateUserCommandOutput } from "../commands/DeactivateUserCommand";
13
- import { DeleteCommentCommandInput, DeleteCommentCommandOutput } from "../commands/DeleteCommentCommand";
14
- import { DeleteCustomMetadataCommandInput, DeleteCustomMetadataCommandOutput } from "../commands/DeleteCustomMetadataCommand";
15
- import { DeleteDocumentCommandInput, DeleteDocumentCommandOutput } from "../commands/DeleteDocumentCommand";
16
- import { DeleteFolderCommandInput, DeleteFolderCommandOutput } from "../commands/DeleteFolderCommand";
17
- import { DeleteFolderContentsCommandInput, DeleteFolderContentsCommandOutput } from "../commands/DeleteFolderContentsCommand";
18
- import { DeleteLabelsCommandInput, DeleteLabelsCommandOutput } from "../commands/DeleteLabelsCommand";
19
- import { DeleteNotificationSubscriptionCommandInput, DeleteNotificationSubscriptionCommandOutput } from "../commands/DeleteNotificationSubscriptionCommand";
20
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
21
- import { DescribeActivitiesCommandInput, DescribeActivitiesCommandOutput } from "../commands/DescribeActivitiesCommand";
22
- import { DescribeCommentsCommandInput, DescribeCommentsCommandOutput } from "../commands/DescribeCommentsCommand";
23
- import { DescribeDocumentVersionsCommandInput, DescribeDocumentVersionsCommandOutput } from "../commands/DescribeDocumentVersionsCommand";
24
- import { DescribeFolderContentsCommandInput, DescribeFolderContentsCommandOutput } from "../commands/DescribeFolderContentsCommand";
25
- import { DescribeGroupsCommandInput, DescribeGroupsCommandOutput } from "../commands/DescribeGroupsCommand";
26
- import { DescribeNotificationSubscriptionsCommandInput, DescribeNotificationSubscriptionsCommandOutput } from "../commands/DescribeNotificationSubscriptionsCommand";
27
- import { DescribeResourcePermissionsCommandInput, DescribeResourcePermissionsCommandOutput } from "../commands/DescribeResourcePermissionsCommand";
28
- import { DescribeRootFoldersCommandInput, DescribeRootFoldersCommandOutput } from "../commands/DescribeRootFoldersCommand";
29
- import { DescribeUsersCommandInput, DescribeUsersCommandOutput } from "../commands/DescribeUsersCommand";
30
- import { GetCurrentUserCommandInput, GetCurrentUserCommandOutput } from "../commands/GetCurrentUserCommand";
31
- import { GetDocumentCommandInput, GetDocumentCommandOutput } from "../commands/GetDocumentCommand";
32
- import { GetDocumentPathCommandInput, GetDocumentPathCommandOutput } from "../commands/GetDocumentPathCommand";
33
- import { GetDocumentVersionCommandInput, GetDocumentVersionCommandOutput } from "../commands/GetDocumentVersionCommand";
34
- import { GetFolderCommandInput, GetFolderCommandOutput } from "../commands/GetFolderCommand";
35
- import { GetFolderPathCommandInput, GetFolderPathCommandOutput } from "../commands/GetFolderPathCommand";
36
- import { GetResourcesCommandInput, GetResourcesCommandOutput } from "../commands/GetResourcesCommand";
37
- import { InitiateDocumentVersionUploadCommandInput, InitiateDocumentVersionUploadCommandOutput } from "../commands/InitiateDocumentVersionUploadCommand";
38
- import { RemoveAllResourcePermissionsCommandInput, RemoveAllResourcePermissionsCommandOutput } from "../commands/RemoveAllResourcePermissionsCommand";
39
- import { RemoveResourcePermissionCommandInput, RemoveResourcePermissionCommandOutput } from "../commands/RemoveResourcePermissionCommand";
40
- import { UpdateDocumentCommandInput, UpdateDocumentCommandOutput } from "../commands/UpdateDocumentCommand";
41
- import { UpdateDocumentVersionCommandInput, UpdateDocumentVersionCommandOutput } from "../commands/UpdateDocumentVersionCommand";
42
- import { UpdateFolderCommandInput, UpdateFolderCommandOutput } from "../commands/UpdateFolderCommand";
43
- import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
44
- export declare const serializeAws_restJson1AbortDocumentVersionUploadCommand: (input: AbortDocumentVersionUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1ActivateUserCommand: (input: ActivateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1AddResourcePermissionsCommand: (input: AddResourcePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1CreateCommentCommand: (input: CreateCommentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1CreateCustomMetadataCommand: (input: CreateCustomMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1CreateFolderCommand: (input: CreateFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1CreateLabelsCommand: (input: CreateLabelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1CreateNotificationSubscriptionCommand: (input: CreateNotificationSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1DeactivateUserCommand: (input: DeactivateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1DeleteCommentCommand: (input: DeleteCommentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1DeleteCustomMetadataCommand: (input: DeleteCustomMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1DeleteDocumentCommand: (input: DeleteDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1DeleteFolderCommand: (input: DeleteFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1DeleteFolderContentsCommand: (input: DeleteFolderContentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1DeleteLabelsCommand: (input: DeleteLabelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1DeleteNotificationSubscriptionCommand: (input: DeleteNotificationSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1DescribeActivitiesCommand: (input: DescribeActivitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1DescribeCommentsCommand: (input: DescribeCommentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1DescribeDocumentVersionsCommand: (input: DescribeDocumentVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1DescribeFolderContentsCommand: (input: DescribeFolderContentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1DescribeGroupsCommand: (input: DescribeGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1DescribeNotificationSubscriptionsCommand: (input: DescribeNotificationSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1DescribeResourcePermissionsCommand: (input: DescribeResourcePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1DescribeRootFoldersCommand: (input: DescribeRootFoldersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1DescribeUsersCommand: (input: DescribeUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1GetCurrentUserCommand: (input: GetCurrentUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1GetDocumentCommand: (input: GetDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1GetDocumentPathCommand: (input: GetDocumentPathCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1GetDocumentVersionCommand: (input: GetDocumentVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1GetFolderCommand: (input: GetFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1GetFolderPathCommand: (input: GetFolderPathCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1GetResourcesCommand: (input: GetResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1InitiateDocumentVersionUploadCommand: (input: InitiateDocumentVersionUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1RemoveAllResourcePermissionsCommand: (input: RemoveAllResourcePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1RemoveResourcePermissionCommand: (input: RemoveResourcePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1UpdateDocumentCommand: (input: UpdateDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1UpdateDocumentVersionCommand: (input: UpdateDocumentVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1UpdateFolderCommand: (input: UpdateFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const deserializeAws_restJson1AbortDocumentVersionUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AbortDocumentVersionUploadCommandOutput>;
86
- export declare const deserializeAws_restJson1ActivateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ActivateUserCommandOutput>;
87
- export declare const deserializeAws_restJson1AddResourcePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddResourcePermissionsCommandOutput>;
88
- export declare const deserializeAws_restJson1CreateCommentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCommentCommandOutput>;
89
- export declare const deserializeAws_restJson1CreateCustomMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomMetadataCommandOutput>;
90
- export declare const deserializeAws_restJson1CreateFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFolderCommandOutput>;
91
- export declare const deserializeAws_restJson1CreateLabelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLabelsCommandOutput>;
92
- export declare const deserializeAws_restJson1CreateNotificationSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNotificationSubscriptionCommandOutput>;
93
- export declare const deserializeAws_restJson1CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
94
- export declare const deserializeAws_restJson1DeactivateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeactivateUserCommandOutput>;
95
- export declare const deserializeAws_restJson1DeleteCommentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCommentCommandOutput>;
96
- export declare const deserializeAws_restJson1DeleteCustomMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomMetadataCommandOutput>;
97
- export declare const deserializeAws_restJson1DeleteDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDocumentCommandOutput>;
98
- export declare const deserializeAws_restJson1DeleteFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFolderCommandOutput>;
99
- export declare const deserializeAws_restJson1DeleteFolderContentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFolderContentsCommandOutput>;
100
- export declare const deserializeAws_restJson1DeleteLabelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLabelsCommandOutput>;
101
- export declare const deserializeAws_restJson1DeleteNotificationSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNotificationSubscriptionCommandOutput>;
102
- export declare const deserializeAws_restJson1DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
103
- export declare const deserializeAws_restJson1DescribeActivitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeActivitiesCommandOutput>;
104
- export declare const deserializeAws_restJson1DescribeCommentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCommentsCommandOutput>;
105
- export declare const deserializeAws_restJson1DescribeDocumentVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDocumentVersionsCommandOutput>;
106
- export declare const deserializeAws_restJson1DescribeFolderContentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFolderContentsCommandOutput>;
107
- export declare const deserializeAws_restJson1DescribeGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGroupsCommandOutput>;
108
- export declare const deserializeAws_restJson1DescribeNotificationSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNotificationSubscriptionsCommandOutput>;
109
- export declare const deserializeAws_restJson1DescribeResourcePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourcePermissionsCommandOutput>;
110
- export declare const deserializeAws_restJson1DescribeRootFoldersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRootFoldersCommandOutput>;
111
- export declare const deserializeAws_restJson1DescribeUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUsersCommandOutput>;
112
- export declare const deserializeAws_restJson1GetCurrentUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCurrentUserCommandOutput>;
113
- export declare const deserializeAws_restJson1GetDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentCommandOutput>;
114
- export declare const deserializeAws_restJson1GetDocumentPathCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentPathCommandOutput>;
115
- export declare const deserializeAws_restJson1GetDocumentVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentVersionCommandOutput>;
116
- export declare const deserializeAws_restJson1GetFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFolderCommandOutput>;
117
- export declare const deserializeAws_restJson1GetFolderPathCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFolderPathCommandOutput>;
118
- export declare const deserializeAws_restJson1GetResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcesCommandOutput>;
119
- export declare const deserializeAws_restJson1InitiateDocumentVersionUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InitiateDocumentVersionUploadCommandOutput>;
120
- export declare const deserializeAws_restJson1RemoveAllResourcePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveAllResourcePermissionsCommandOutput>;
121
- export declare const deserializeAws_restJson1RemoveResourcePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveResourcePermissionCommandOutput>;
122
- export declare const deserializeAws_restJson1UpdateDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDocumentCommandOutput>;
123
- export declare const deserializeAws_restJson1UpdateDocumentVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDocumentVersionCommandOutput>;
124
- export declare const deserializeAws_restJson1UpdateFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFolderCommandOutput>;
125
- export declare const deserializeAws_restJson1UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AbortDocumentVersionUploadCommandInput,
8
+ AbortDocumentVersionUploadCommandOutput,
9
+ } from "../commands/AbortDocumentVersionUploadCommand";
10
+ import {
11
+ ActivateUserCommandInput,
12
+ ActivateUserCommandOutput,
13
+ } from "../commands/ActivateUserCommand";
14
+ import {
15
+ AddResourcePermissionsCommandInput,
16
+ AddResourcePermissionsCommandOutput,
17
+ } from "../commands/AddResourcePermissionsCommand";
18
+ import {
19
+ CreateCommentCommandInput,
20
+ CreateCommentCommandOutput,
21
+ } from "../commands/CreateCommentCommand";
22
+ import {
23
+ CreateCustomMetadataCommandInput,
24
+ CreateCustomMetadataCommandOutput,
25
+ } from "../commands/CreateCustomMetadataCommand";
26
+ import {
27
+ CreateFolderCommandInput,
28
+ CreateFolderCommandOutput,
29
+ } from "../commands/CreateFolderCommand";
30
+ import {
31
+ CreateLabelsCommandInput,
32
+ CreateLabelsCommandOutput,
33
+ } from "../commands/CreateLabelsCommand";
34
+ import {
35
+ CreateNotificationSubscriptionCommandInput,
36
+ CreateNotificationSubscriptionCommandOutput,
37
+ } from "../commands/CreateNotificationSubscriptionCommand";
38
+ import {
39
+ CreateUserCommandInput,
40
+ CreateUserCommandOutput,
41
+ } from "../commands/CreateUserCommand";
42
+ import {
43
+ DeactivateUserCommandInput,
44
+ DeactivateUserCommandOutput,
45
+ } from "../commands/DeactivateUserCommand";
46
+ import {
47
+ DeleteCommentCommandInput,
48
+ DeleteCommentCommandOutput,
49
+ } from "../commands/DeleteCommentCommand";
50
+ import {
51
+ DeleteCustomMetadataCommandInput,
52
+ DeleteCustomMetadataCommandOutput,
53
+ } from "../commands/DeleteCustomMetadataCommand";
54
+ import {
55
+ DeleteDocumentCommandInput,
56
+ DeleteDocumentCommandOutput,
57
+ } from "../commands/DeleteDocumentCommand";
58
+ import {
59
+ DeleteFolderCommandInput,
60
+ DeleteFolderCommandOutput,
61
+ } from "../commands/DeleteFolderCommand";
62
+ import {
63
+ DeleteFolderContentsCommandInput,
64
+ DeleteFolderContentsCommandOutput,
65
+ } from "../commands/DeleteFolderContentsCommand";
66
+ import {
67
+ DeleteLabelsCommandInput,
68
+ DeleteLabelsCommandOutput,
69
+ } from "../commands/DeleteLabelsCommand";
70
+ import {
71
+ DeleteNotificationSubscriptionCommandInput,
72
+ DeleteNotificationSubscriptionCommandOutput,
73
+ } from "../commands/DeleteNotificationSubscriptionCommand";
74
+ import {
75
+ DeleteUserCommandInput,
76
+ DeleteUserCommandOutput,
77
+ } from "../commands/DeleteUserCommand";
78
+ import {
79
+ DescribeActivitiesCommandInput,
80
+ DescribeActivitiesCommandOutput,
81
+ } from "../commands/DescribeActivitiesCommand";
82
+ import {
83
+ DescribeCommentsCommandInput,
84
+ DescribeCommentsCommandOutput,
85
+ } from "../commands/DescribeCommentsCommand";
86
+ import {
87
+ DescribeDocumentVersionsCommandInput,
88
+ DescribeDocumentVersionsCommandOutput,
89
+ } from "../commands/DescribeDocumentVersionsCommand";
90
+ import {
91
+ DescribeFolderContentsCommandInput,
92
+ DescribeFolderContentsCommandOutput,
93
+ } from "../commands/DescribeFolderContentsCommand";
94
+ import {
95
+ DescribeGroupsCommandInput,
96
+ DescribeGroupsCommandOutput,
97
+ } from "../commands/DescribeGroupsCommand";
98
+ import {
99
+ DescribeNotificationSubscriptionsCommandInput,
100
+ DescribeNotificationSubscriptionsCommandOutput,
101
+ } from "../commands/DescribeNotificationSubscriptionsCommand";
102
+ import {
103
+ DescribeResourcePermissionsCommandInput,
104
+ DescribeResourcePermissionsCommandOutput,
105
+ } from "../commands/DescribeResourcePermissionsCommand";
106
+ import {
107
+ DescribeRootFoldersCommandInput,
108
+ DescribeRootFoldersCommandOutput,
109
+ } from "../commands/DescribeRootFoldersCommand";
110
+ import {
111
+ DescribeUsersCommandInput,
112
+ DescribeUsersCommandOutput,
113
+ } from "../commands/DescribeUsersCommand";
114
+ import {
115
+ GetCurrentUserCommandInput,
116
+ GetCurrentUserCommandOutput,
117
+ } from "../commands/GetCurrentUserCommand";
118
+ import {
119
+ GetDocumentCommandInput,
120
+ GetDocumentCommandOutput,
121
+ } from "../commands/GetDocumentCommand";
122
+ import {
123
+ GetDocumentPathCommandInput,
124
+ GetDocumentPathCommandOutput,
125
+ } from "../commands/GetDocumentPathCommand";
126
+ import {
127
+ GetDocumentVersionCommandInput,
128
+ GetDocumentVersionCommandOutput,
129
+ } from "../commands/GetDocumentVersionCommand";
130
+ import {
131
+ GetFolderCommandInput,
132
+ GetFolderCommandOutput,
133
+ } from "../commands/GetFolderCommand";
134
+ import {
135
+ GetFolderPathCommandInput,
136
+ GetFolderPathCommandOutput,
137
+ } from "../commands/GetFolderPathCommand";
138
+ import {
139
+ GetResourcesCommandInput,
140
+ GetResourcesCommandOutput,
141
+ } from "../commands/GetResourcesCommand";
142
+ import {
143
+ InitiateDocumentVersionUploadCommandInput,
144
+ InitiateDocumentVersionUploadCommandOutput,
145
+ } from "../commands/InitiateDocumentVersionUploadCommand";
146
+ import {
147
+ RemoveAllResourcePermissionsCommandInput,
148
+ RemoveAllResourcePermissionsCommandOutput,
149
+ } from "../commands/RemoveAllResourcePermissionsCommand";
150
+ import {
151
+ RemoveResourcePermissionCommandInput,
152
+ RemoveResourcePermissionCommandOutput,
153
+ } from "../commands/RemoveResourcePermissionCommand";
154
+ import {
155
+ UpdateDocumentCommandInput,
156
+ UpdateDocumentCommandOutput,
157
+ } from "../commands/UpdateDocumentCommand";
158
+ import {
159
+ UpdateDocumentVersionCommandInput,
160
+ UpdateDocumentVersionCommandOutput,
161
+ } from "../commands/UpdateDocumentVersionCommand";
162
+ import {
163
+ UpdateFolderCommandInput,
164
+ UpdateFolderCommandOutput,
165
+ } from "../commands/UpdateFolderCommand";
166
+ import {
167
+ UpdateUserCommandInput,
168
+ UpdateUserCommandOutput,
169
+ } from "../commands/UpdateUserCommand";
170
+ export declare const serializeAws_restJson1AbortDocumentVersionUploadCommand: (
171
+ input: AbortDocumentVersionUploadCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_restJson1ActivateUserCommand: (
175
+ input: ActivateUserCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_restJson1AddResourcePermissionsCommand: (
179
+ input: AddResourcePermissionsCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_restJson1CreateCommentCommand: (
183
+ input: CreateCommentCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_restJson1CreateCustomMetadataCommand: (
187
+ input: CreateCustomMetadataCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_restJson1CreateFolderCommand: (
191
+ input: CreateFolderCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_restJson1CreateLabelsCommand: (
195
+ input: CreateLabelsCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_restJson1CreateNotificationSubscriptionCommand: (
199
+ input: CreateNotificationSubscriptionCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_restJson1CreateUserCommand: (
203
+ input: CreateUserCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_restJson1DeactivateUserCommand: (
207
+ input: DeactivateUserCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_restJson1DeleteCommentCommand: (
211
+ input: DeleteCommentCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_restJson1DeleteCustomMetadataCommand: (
215
+ input: DeleteCustomMetadataCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_restJson1DeleteDocumentCommand: (
219
+ input: DeleteDocumentCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_restJson1DeleteFolderCommand: (
223
+ input: DeleteFolderCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_restJson1DeleteFolderContentsCommand: (
227
+ input: DeleteFolderContentsCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_restJson1DeleteLabelsCommand: (
231
+ input: DeleteLabelsCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_restJson1DeleteNotificationSubscriptionCommand: (
235
+ input: DeleteNotificationSubscriptionCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_restJson1DeleteUserCommand: (
239
+ input: DeleteUserCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_restJson1DescribeActivitiesCommand: (
243
+ input: DescribeActivitiesCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_restJson1DescribeCommentsCommand: (
247
+ input: DescribeCommentsCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_restJson1DescribeDocumentVersionsCommand: (
251
+ input: DescribeDocumentVersionsCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_restJson1DescribeFolderContentsCommand: (
255
+ input: DescribeFolderContentsCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_restJson1DescribeGroupsCommand: (
259
+ input: DescribeGroupsCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_restJson1DescribeNotificationSubscriptionsCommand: (
263
+ input: DescribeNotificationSubscriptionsCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_restJson1DescribeResourcePermissionsCommand: (
267
+ input: DescribeResourcePermissionsCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_restJson1DescribeRootFoldersCommand: (
271
+ input: DescribeRootFoldersCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_restJson1DescribeUsersCommand: (
275
+ input: DescribeUsersCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_restJson1GetCurrentUserCommand: (
279
+ input: GetCurrentUserCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_restJson1GetDocumentCommand: (
283
+ input: GetDocumentCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_restJson1GetDocumentPathCommand: (
287
+ input: GetDocumentPathCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_restJson1GetDocumentVersionCommand: (
291
+ input: GetDocumentVersionCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_restJson1GetFolderCommand: (
295
+ input: GetFolderCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_restJson1GetFolderPathCommand: (
299
+ input: GetFolderPathCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_restJson1GetResourcesCommand: (
303
+ input: GetResourcesCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_restJson1InitiateDocumentVersionUploadCommand: (
307
+ input: InitiateDocumentVersionUploadCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_restJson1RemoveAllResourcePermissionsCommand: (
311
+ input: RemoveAllResourcePermissionsCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_restJson1RemoveResourcePermissionCommand: (
315
+ input: RemoveResourcePermissionCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_restJson1UpdateDocumentCommand: (
319
+ input: UpdateDocumentCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_restJson1UpdateDocumentVersionCommand: (
323
+ input: UpdateDocumentVersionCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_restJson1UpdateFolderCommand: (
327
+ input: UpdateFolderCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_restJson1UpdateUserCommand: (
331
+ input: UpdateUserCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const deserializeAws_restJson1AbortDocumentVersionUploadCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<AbortDocumentVersionUploadCommandOutput>;
338
+ export declare const deserializeAws_restJson1ActivateUserCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<ActivateUserCommandOutput>;
342
+ export declare const deserializeAws_restJson1AddResourcePermissionsCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<AddResourcePermissionsCommandOutput>;
346
+ export declare const deserializeAws_restJson1CreateCommentCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<CreateCommentCommandOutput>;
350
+ export declare const deserializeAws_restJson1CreateCustomMetadataCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<CreateCustomMetadataCommandOutput>;
354
+ export declare const deserializeAws_restJson1CreateFolderCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<CreateFolderCommandOutput>;
358
+ export declare const deserializeAws_restJson1CreateLabelsCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<CreateLabelsCommandOutput>;
362
+ export declare const deserializeAws_restJson1CreateNotificationSubscriptionCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<CreateNotificationSubscriptionCommandOutput>;
366
+ export declare const deserializeAws_restJson1CreateUserCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<CreateUserCommandOutput>;
370
+ export declare const deserializeAws_restJson1DeactivateUserCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<DeactivateUserCommandOutput>;
374
+ export declare const deserializeAws_restJson1DeleteCommentCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<DeleteCommentCommandOutput>;
378
+ export declare const deserializeAws_restJson1DeleteCustomMetadataCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<DeleteCustomMetadataCommandOutput>;
382
+ export declare const deserializeAws_restJson1DeleteDocumentCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<DeleteDocumentCommandOutput>;
386
+ export declare const deserializeAws_restJson1DeleteFolderCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<DeleteFolderCommandOutput>;
390
+ export declare const deserializeAws_restJson1DeleteFolderContentsCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<DeleteFolderContentsCommandOutput>;
394
+ export declare const deserializeAws_restJson1DeleteLabelsCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<DeleteLabelsCommandOutput>;
398
+ export declare const deserializeAws_restJson1DeleteNotificationSubscriptionCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<DeleteNotificationSubscriptionCommandOutput>;
402
+ export declare const deserializeAws_restJson1DeleteUserCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<DeleteUserCommandOutput>;
406
+ export declare const deserializeAws_restJson1DescribeActivitiesCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<DescribeActivitiesCommandOutput>;
410
+ export declare const deserializeAws_restJson1DescribeCommentsCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<DescribeCommentsCommandOutput>;
414
+ export declare const deserializeAws_restJson1DescribeDocumentVersionsCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<DescribeDocumentVersionsCommandOutput>;
418
+ export declare const deserializeAws_restJson1DescribeFolderContentsCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<DescribeFolderContentsCommandOutput>;
422
+ export declare const deserializeAws_restJson1DescribeGroupsCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<DescribeGroupsCommandOutput>;
426
+ export declare const deserializeAws_restJson1DescribeNotificationSubscriptionsCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<DescribeNotificationSubscriptionsCommandOutput>;
430
+ export declare const deserializeAws_restJson1DescribeResourcePermissionsCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<DescribeResourcePermissionsCommandOutput>;
434
+ export declare const deserializeAws_restJson1DescribeRootFoldersCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<DescribeRootFoldersCommandOutput>;
438
+ export declare const deserializeAws_restJson1DescribeUsersCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<DescribeUsersCommandOutput>;
442
+ export declare const deserializeAws_restJson1GetCurrentUserCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<GetCurrentUserCommandOutput>;
446
+ export declare const deserializeAws_restJson1GetDocumentCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<GetDocumentCommandOutput>;
450
+ export declare const deserializeAws_restJson1GetDocumentPathCommand: (
451
+ output: __HttpResponse,
452
+ context: __SerdeContext
453
+ ) => Promise<GetDocumentPathCommandOutput>;
454
+ export declare const deserializeAws_restJson1GetDocumentVersionCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<GetDocumentVersionCommandOutput>;
458
+ export declare const deserializeAws_restJson1GetFolderCommand: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<GetFolderCommandOutput>;
462
+ export declare const deserializeAws_restJson1GetFolderPathCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<GetFolderPathCommandOutput>;
466
+ export declare const deserializeAws_restJson1GetResourcesCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<GetResourcesCommandOutput>;
470
+ export declare const deserializeAws_restJson1InitiateDocumentVersionUploadCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<InitiateDocumentVersionUploadCommandOutput>;
474
+ export declare const deserializeAws_restJson1RemoveAllResourcePermissionsCommand: (
475
+ output: __HttpResponse,
476
+ context: __SerdeContext
477
+ ) => Promise<RemoveAllResourcePermissionsCommandOutput>;
478
+ export declare const deserializeAws_restJson1RemoveResourcePermissionCommand: (
479
+ output: __HttpResponse,
480
+ context: __SerdeContext
481
+ ) => Promise<RemoveResourcePermissionCommandOutput>;
482
+ export declare const deserializeAws_restJson1UpdateDocumentCommand: (
483
+ output: __HttpResponse,
484
+ context: __SerdeContext
485
+ ) => Promise<UpdateDocumentCommandOutput>;
486
+ export declare const deserializeAws_restJson1UpdateDocumentVersionCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<UpdateDocumentVersionCommandOutput>;
490
+ export declare const deserializeAws_restJson1UpdateFolderCommand: (
491
+ output: __HttpResponse,
492
+ context: __SerdeContext
493
+ ) => Promise<UpdateFolderCommandOutput>;
494
+ export declare const deserializeAws_restJson1UpdateUserCommand: (
495
+ output: __HttpResponse,
496
+ context: __SerdeContext
497
+ ) => Promise<UpdateUserCommandOutput>;