@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/WorkDocs.d.ts +748 -210
- package/dist-types/ts3.4/WorkDocsClient.d.ts +375 -114
- package/dist-types/ts3.4/commands/AbortDocumentVersionUploadCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ActivateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AddResourcePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCommentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateCustomMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateLabelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateNotificationSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeactivateUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteCommentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteCustomMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteFolderContentsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteLabelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteNotificationSubscriptionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeActivitiesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCommentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDocumentVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFolderContentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeResourcePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRootFoldersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCurrentUserCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDocumentPathCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDocumentVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetFolderPathCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/InitiateDocumentVersionUploadCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveAllResourcePermissionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveResourcePermissionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateDocumentVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1576 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,114 +1,375 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AbortDocumentVersionUploadCommandInput,
|
|
47
|
+
AbortDocumentVersionUploadCommandOutput,
|
|
48
|
+
} from "./commands/AbortDocumentVersionUploadCommand";
|
|
49
|
+
import {
|
|
50
|
+
ActivateUserCommandInput,
|
|
51
|
+
ActivateUserCommandOutput,
|
|
52
|
+
} from "./commands/ActivateUserCommand";
|
|
53
|
+
import {
|
|
54
|
+
AddResourcePermissionsCommandInput,
|
|
55
|
+
AddResourcePermissionsCommandOutput,
|
|
56
|
+
} from "./commands/AddResourcePermissionsCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateCommentCommandInput,
|
|
59
|
+
CreateCommentCommandOutput,
|
|
60
|
+
} from "./commands/CreateCommentCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateCustomMetadataCommandInput,
|
|
63
|
+
CreateCustomMetadataCommandOutput,
|
|
64
|
+
} from "./commands/CreateCustomMetadataCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateFolderCommandInput,
|
|
67
|
+
CreateFolderCommandOutput,
|
|
68
|
+
} from "./commands/CreateFolderCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateLabelsCommandInput,
|
|
71
|
+
CreateLabelsCommandOutput,
|
|
72
|
+
} from "./commands/CreateLabelsCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateNotificationSubscriptionCommandInput,
|
|
75
|
+
CreateNotificationSubscriptionCommandOutput,
|
|
76
|
+
} from "./commands/CreateNotificationSubscriptionCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateUserCommandInput,
|
|
79
|
+
CreateUserCommandOutput,
|
|
80
|
+
} from "./commands/CreateUserCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeactivateUserCommandInput,
|
|
83
|
+
DeactivateUserCommandOutput,
|
|
84
|
+
} from "./commands/DeactivateUserCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteCommentCommandInput,
|
|
87
|
+
DeleteCommentCommandOutput,
|
|
88
|
+
} from "./commands/DeleteCommentCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteCustomMetadataCommandInput,
|
|
91
|
+
DeleteCustomMetadataCommandOutput,
|
|
92
|
+
} from "./commands/DeleteCustomMetadataCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteDocumentCommandInput,
|
|
95
|
+
DeleteDocumentCommandOutput,
|
|
96
|
+
} from "./commands/DeleteDocumentCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteFolderCommandInput,
|
|
99
|
+
DeleteFolderCommandOutput,
|
|
100
|
+
} from "./commands/DeleteFolderCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteFolderContentsCommandInput,
|
|
103
|
+
DeleteFolderContentsCommandOutput,
|
|
104
|
+
} from "./commands/DeleteFolderContentsCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteLabelsCommandInput,
|
|
107
|
+
DeleteLabelsCommandOutput,
|
|
108
|
+
} from "./commands/DeleteLabelsCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeleteNotificationSubscriptionCommandInput,
|
|
111
|
+
DeleteNotificationSubscriptionCommandOutput,
|
|
112
|
+
} from "./commands/DeleteNotificationSubscriptionCommand";
|
|
113
|
+
import {
|
|
114
|
+
DeleteUserCommandInput,
|
|
115
|
+
DeleteUserCommandOutput,
|
|
116
|
+
} from "./commands/DeleteUserCommand";
|
|
117
|
+
import {
|
|
118
|
+
DescribeActivitiesCommandInput,
|
|
119
|
+
DescribeActivitiesCommandOutput,
|
|
120
|
+
} from "./commands/DescribeActivitiesCommand";
|
|
121
|
+
import {
|
|
122
|
+
DescribeCommentsCommandInput,
|
|
123
|
+
DescribeCommentsCommandOutput,
|
|
124
|
+
} from "./commands/DescribeCommentsCommand";
|
|
125
|
+
import {
|
|
126
|
+
DescribeDocumentVersionsCommandInput,
|
|
127
|
+
DescribeDocumentVersionsCommandOutput,
|
|
128
|
+
} from "./commands/DescribeDocumentVersionsCommand";
|
|
129
|
+
import {
|
|
130
|
+
DescribeFolderContentsCommandInput,
|
|
131
|
+
DescribeFolderContentsCommandOutput,
|
|
132
|
+
} from "./commands/DescribeFolderContentsCommand";
|
|
133
|
+
import {
|
|
134
|
+
DescribeGroupsCommandInput,
|
|
135
|
+
DescribeGroupsCommandOutput,
|
|
136
|
+
} from "./commands/DescribeGroupsCommand";
|
|
137
|
+
import {
|
|
138
|
+
DescribeNotificationSubscriptionsCommandInput,
|
|
139
|
+
DescribeNotificationSubscriptionsCommandOutput,
|
|
140
|
+
} from "./commands/DescribeNotificationSubscriptionsCommand";
|
|
141
|
+
import {
|
|
142
|
+
DescribeResourcePermissionsCommandInput,
|
|
143
|
+
DescribeResourcePermissionsCommandOutput,
|
|
144
|
+
} from "./commands/DescribeResourcePermissionsCommand";
|
|
145
|
+
import {
|
|
146
|
+
DescribeRootFoldersCommandInput,
|
|
147
|
+
DescribeRootFoldersCommandOutput,
|
|
148
|
+
} from "./commands/DescribeRootFoldersCommand";
|
|
149
|
+
import {
|
|
150
|
+
DescribeUsersCommandInput,
|
|
151
|
+
DescribeUsersCommandOutput,
|
|
152
|
+
} from "./commands/DescribeUsersCommand";
|
|
153
|
+
import {
|
|
154
|
+
GetCurrentUserCommandInput,
|
|
155
|
+
GetCurrentUserCommandOutput,
|
|
156
|
+
} from "./commands/GetCurrentUserCommand";
|
|
157
|
+
import {
|
|
158
|
+
GetDocumentCommandInput,
|
|
159
|
+
GetDocumentCommandOutput,
|
|
160
|
+
} from "./commands/GetDocumentCommand";
|
|
161
|
+
import {
|
|
162
|
+
GetDocumentPathCommandInput,
|
|
163
|
+
GetDocumentPathCommandOutput,
|
|
164
|
+
} from "./commands/GetDocumentPathCommand";
|
|
165
|
+
import {
|
|
166
|
+
GetDocumentVersionCommandInput,
|
|
167
|
+
GetDocumentVersionCommandOutput,
|
|
168
|
+
} from "./commands/GetDocumentVersionCommand";
|
|
169
|
+
import {
|
|
170
|
+
GetFolderCommandInput,
|
|
171
|
+
GetFolderCommandOutput,
|
|
172
|
+
} from "./commands/GetFolderCommand";
|
|
173
|
+
import {
|
|
174
|
+
GetFolderPathCommandInput,
|
|
175
|
+
GetFolderPathCommandOutput,
|
|
176
|
+
} from "./commands/GetFolderPathCommand";
|
|
177
|
+
import {
|
|
178
|
+
GetResourcesCommandInput,
|
|
179
|
+
GetResourcesCommandOutput,
|
|
180
|
+
} from "./commands/GetResourcesCommand";
|
|
181
|
+
import {
|
|
182
|
+
InitiateDocumentVersionUploadCommandInput,
|
|
183
|
+
InitiateDocumentVersionUploadCommandOutput,
|
|
184
|
+
} from "./commands/InitiateDocumentVersionUploadCommand";
|
|
185
|
+
import {
|
|
186
|
+
RemoveAllResourcePermissionsCommandInput,
|
|
187
|
+
RemoveAllResourcePermissionsCommandOutput,
|
|
188
|
+
} from "./commands/RemoveAllResourcePermissionsCommand";
|
|
189
|
+
import {
|
|
190
|
+
RemoveResourcePermissionCommandInput,
|
|
191
|
+
RemoveResourcePermissionCommandOutput,
|
|
192
|
+
} from "./commands/RemoveResourcePermissionCommand";
|
|
193
|
+
import {
|
|
194
|
+
UpdateDocumentCommandInput,
|
|
195
|
+
UpdateDocumentCommandOutput,
|
|
196
|
+
} from "./commands/UpdateDocumentCommand";
|
|
197
|
+
import {
|
|
198
|
+
UpdateDocumentVersionCommandInput,
|
|
199
|
+
UpdateDocumentVersionCommandOutput,
|
|
200
|
+
} from "./commands/UpdateDocumentVersionCommand";
|
|
201
|
+
import {
|
|
202
|
+
UpdateFolderCommandInput,
|
|
203
|
+
UpdateFolderCommandOutput,
|
|
204
|
+
} from "./commands/UpdateFolderCommand";
|
|
205
|
+
import {
|
|
206
|
+
UpdateUserCommandInput,
|
|
207
|
+
UpdateUserCommandOutput,
|
|
208
|
+
} from "./commands/UpdateUserCommand";
|
|
209
|
+
export declare type ServiceInputTypes =
|
|
210
|
+
| AbortDocumentVersionUploadCommandInput
|
|
211
|
+
| ActivateUserCommandInput
|
|
212
|
+
| AddResourcePermissionsCommandInput
|
|
213
|
+
| CreateCommentCommandInput
|
|
214
|
+
| CreateCustomMetadataCommandInput
|
|
215
|
+
| CreateFolderCommandInput
|
|
216
|
+
| CreateLabelsCommandInput
|
|
217
|
+
| CreateNotificationSubscriptionCommandInput
|
|
218
|
+
| CreateUserCommandInput
|
|
219
|
+
| DeactivateUserCommandInput
|
|
220
|
+
| DeleteCommentCommandInput
|
|
221
|
+
| DeleteCustomMetadataCommandInput
|
|
222
|
+
| DeleteDocumentCommandInput
|
|
223
|
+
| DeleteFolderCommandInput
|
|
224
|
+
| DeleteFolderContentsCommandInput
|
|
225
|
+
| DeleteLabelsCommandInput
|
|
226
|
+
| DeleteNotificationSubscriptionCommandInput
|
|
227
|
+
| DeleteUserCommandInput
|
|
228
|
+
| DescribeActivitiesCommandInput
|
|
229
|
+
| DescribeCommentsCommandInput
|
|
230
|
+
| DescribeDocumentVersionsCommandInput
|
|
231
|
+
| DescribeFolderContentsCommandInput
|
|
232
|
+
| DescribeGroupsCommandInput
|
|
233
|
+
| DescribeNotificationSubscriptionsCommandInput
|
|
234
|
+
| DescribeResourcePermissionsCommandInput
|
|
235
|
+
| DescribeRootFoldersCommandInput
|
|
236
|
+
| DescribeUsersCommandInput
|
|
237
|
+
| GetCurrentUserCommandInput
|
|
238
|
+
| GetDocumentCommandInput
|
|
239
|
+
| GetDocumentPathCommandInput
|
|
240
|
+
| GetDocumentVersionCommandInput
|
|
241
|
+
| GetFolderCommandInput
|
|
242
|
+
| GetFolderPathCommandInput
|
|
243
|
+
| GetResourcesCommandInput
|
|
244
|
+
| InitiateDocumentVersionUploadCommandInput
|
|
245
|
+
| RemoveAllResourcePermissionsCommandInput
|
|
246
|
+
| RemoveResourcePermissionCommandInput
|
|
247
|
+
| UpdateDocumentCommandInput
|
|
248
|
+
| UpdateDocumentVersionCommandInput
|
|
249
|
+
| UpdateFolderCommandInput
|
|
250
|
+
| UpdateUserCommandInput;
|
|
251
|
+
export declare type ServiceOutputTypes =
|
|
252
|
+
| AbortDocumentVersionUploadCommandOutput
|
|
253
|
+
| ActivateUserCommandOutput
|
|
254
|
+
| AddResourcePermissionsCommandOutput
|
|
255
|
+
| CreateCommentCommandOutput
|
|
256
|
+
| CreateCustomMetadataCommandOutput
|
|
257
|
+
| CreateFolderCommandOutput
|
|
258
|
+
| CreateLabelsCommandOutput
|
|
259
|
+
| CreateNotificationSubscriptionCommandOutput
|
|
260
|
+
| CreateUserCommandOutput
|
|
261
|
+
| DeactivateUserCommandOutput
|
|
262
|
+
| DeleteCommentCommandOutput
|
|
263
|
+
| DeleteCustomMetadataCommandOutput
|
|
264
|
+
| DeleteDocumentCommandOutput
|
|
265
|
+
| DeleteFolderCommandOutput
|
|
266
|
+
| DeleteFolderContentsCommandOutput
|
|
267
|
+
| DeleteLabelsCommandOutput
|
|
268
|
+
| DeleteNotificationSubscriptionCommandOutput
|
|
269
|
+
| DeleteUserCommandOutput
|
|
270
|
+
| DescribeActivitiesCommandOutput
|
|
271
|
+
| DescribeCommentsCommandOutput
|
|
272
|
+
| DescribeDocumentVersionsCommandOutput
|
|
273
|
+
| DescribeFolderContentsCommandOutput
|
|
274
|
+
| DescribeGroupsCommandOutput
|
|
275
|
+
| DescribeNotificationSubscriptionsCommandOutput
|
|
276
|
+
| DescribeResourcePermissionsCommandOutput
|
|
277
|
+
| DescribeRootFoldersCommandOutput
|
|
278
|
+
| DescribeUsersCommandOutput
|
|
279
|
+
| GetCurrentUserCommandOutput
|
|
280
|
+
| GetDocumentCommandOutput
|
|
281
|
+
| GetDocumentPathCommandOutput
|
|
282
|
+
| GetDocumentVersionCommandOutput
|
|
283
|
+
| GetFolderCommandOutput
|
|
284
|
+
| GetFolderPathCommandOutput
|
|
285
|
+
| GetResourcesCommandOutput
|
|
286
|
+
| InitiateDocumentVersionUploadCommandOutput
|
|
287
|
+
| RemoveAllResourcePermissionsCommandOutput
|
|
288
|
+
| RemoveResourcePermissionCommandOutput
|
|
289
|
+
| UpdateDocumentCommandOutput
|
|
290
|
+
| UpdateDocumentVersionCommandOutput
|
|
291
|
+
| UpdateFolderCommandOutput
|
|
292
|
+
| UpdateUserCommandOutput;
|
|
293
|
+
export interface ClientDefaults
|
|
294
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
295
|
+
requestHandler?: __HttpHandler;
|
|
296
|
+
|
|
297
|
+
sha256?: __HashConstructor;
|
|
298
|
+
|
|
299
|
+
urlParser?: __UrlParser;
|
|
300
|
+
|
|
301
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
302
|
+
|
|
303
|
+
streamCollector?: __StreamCollector;
|
|
304
|
+
|
|
305
|
+
base64Decoder?: __Decoder;
|
|
306
|
+
|
|
307
|
+
base64Encoder?: __Encoder;
|
|
308
|
+
|
|
309
|
+
utf8Decoder?: __Decoder;
|
|
310
|
+
|
|
311
|
+
utf8Encoder?: __Encoder;
|
|
312
|
+
|
|
313
|
+
runtime?: string;
|
|
314
|
+
|
|
315
|
+
disableHostPrefix?: boolean;
|
|
316
|
+
|
|
317
|
+
maxAttempts?: number | __Provider<number>;
|
|
318
|
+
|
|
319
|
+
retryMode?: string | __Provider<string>;
|
|
320
|
+
|
|
321
|
+
logger?: __Logger;
|
|
322
|
+
|
|
323
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
324
|
+
|
|
325
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
326
|
+
|
|
327
|
+
serviceId?: string;
|
|
328
|
+
|
|
329
|
+
region?: string | __Provider<string>;
|
|
330
|
+
|
|
331
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
332
|
+
|
|
333
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
334
|
+
|
|
335
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
336
|
+
|
|
337
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
338
|
+
}
|
|
339
|
+
declare type WorkDocsClientConfigType = Partial<
|
|
340
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
341
|
+
> &
|
|
342
|
+
ClientDefaults &
|
|
343
|
+
RegionInputConfig &
|
|
344
|
+
EndpointsInputConfig &
|
|
345
|
+
RetryInputConfig &
|
|
346
|
+
HostHeaderInputConfig &
|
|
347
|
+
AwsAuthInputConfig &
|
|
348
|
+
UserAgentInputConfig;
|
|
349
|
+
|
|
350
|
+
export interface WorkDocsClientConfig extends WorkDocsClientConfigType {}
|
|
351
|
+
declare type WorkDocsClientResolvedConfigType =
|
|
352
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
353
|
+
Required<ClientDefaults> &
|
|
354
|
+
RegionResolvedConfig &
|
|
355
|
+
EndpointsResolvedConfig &
|
|
356
|
+
RetryResolvedConfig &
|
|
357
|
+
HostHeaderResolvedConfig &
|
|
358
|
+
AwsAuthResolvedConfig &
|
|
359
|
+
UserAgentResolvedConfig;
|
|
360
|
+
|
|
361
|
+
export interface WorkDocsClientResolvedConfig
|
|
362
|
+
extends WorkDocsClientResolvedConfigType {}
|
|
363
|
+
|
|
364
|
+
export declare class WorkDocsClient extends __Client<
|
|
365
|
+
__HttpHandlerOptions,
|
|
366
|
+
ServiceInputTypes,
|
|
367
|
+
ServiceOutputTypes,
|
|
368
|
+
WorkDocsClientResolvedConfig
|
|
369
|
+
> {
|
|
370
|
+
readonly config: WorkDocsClientResolvedConfig;
|
|
371
|
+
constructor(configuration: WorkDocsClientConfig);
|
|
372
|
+
|
|
373
|
+
destroy(): void;
|
|
374
|
+
}
|
|
375
|
+
export {};
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { AbortDocumentVersionUploadRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
WorkDocsClientResolvedConfig,
|
|
13
|
+
} from "../WorkDocsClient";
|
|
14
|
+
export interface AbortDocumentVersionUploadCommandInput
|
|
15
|
+
extends AbortDocumentVersionUploadRequest {}
|
|
16
|
+
export interface AbortDocumentVersionUploadCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class AbortDocumentVersionUploadCommand extends $Command<
|
|
20
|
+
AbortDocumentVersionUploadCommandInput,
|
|
21
|
+
AbortDocumentVersionUploadCommandOutput,
|
|
22
|
+
WorkDocsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: AbortDocumentVersionUploadCommandInput;
|
|
25
|
+
constructor(input: AbortDocumentVersionUploadCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WorkDocsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
AbortDocumentVersionUploadCommandInput,
|
|
33
|
+
AbortDocumentVersionUploadCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { ActivateUserRequest, ActivateUserResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
WorkDocsClientResolvedConfig,
|
|
13
|
+
} from "../WorkDocsClient";
|
|
14
|
+
export interface ActivateUserCommandInput extends ActivateUserRequest {}
|
|
15
|
+
export interface ActivateUserCommandOutput
|
|
16
|
+
extends ActivateUserResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ActivateUserCommand extends $Command<
|
|
20
|
+
ActivateUserCommandInput,
|
|
21
|
+
ActivateUserCommandOutput,
|
|
22
|
+
WorkDocsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ActivateUserCommandInput;
|
|
25
|
+
constructor(input: ActivateUserCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WorkDocsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ActivateUserCommandInput, ActivateUserCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|