@aws-sdk/client-workdocs 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/WorkDocs.d.ts +707 -210
- package/dist-types/ts3.4/WorkDocsClient.d.ts +350 -114
- package/dist-types/ts3.4/commands/AbortDocumentVersionUploadCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ActivateUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AddResourcePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateCommentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateCustomMetadataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateLabelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateNotificationSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeactivateUserCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteCommentCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteCustomMetadataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteFolderContentsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteLabelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteNotificationSubscriptionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DescribeActivitiesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeCommentsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeDocumentVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFolderContentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeResourcePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRootFoldersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetCurrentUserCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDocumentPathCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDocumentVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetFolderPathCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/InitiateDocumentVersionUploadCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveAllResourcePermissionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveResourcePermissionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateDocumentVersionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +41 -41
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/WorkDocsServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1161 -1426
- package/dist-types/ts3.4/pagination/DescribeDocumentVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFolderContentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeUsersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +497 -125
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,125 +1,497 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
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>;
|