@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,210 +1,707 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
AbortDocumentVersionUploadCommandInput,
|
|
4
|
+
AbortDocumentVersionUploadCommandOutput,
|
|
5
|
+
} from "./commands/AbortDocumentVersionUploadCommand";
|
|
6
|
+
import {
|
|
7
|
+
ActivateUserCommandInput,
|
|
8
|
+
ActivateUserCommandOutput,
|
|
9
|
+
} from "./commands/ActivateUserCommand";
|
|
10
|
+
import {
|
|
11
|
+
AddResourcePermissionsCommandInput,
|
|
12
|
+
AddResourcePermissionsCommandOutput,
|
|
13
|
+
} from "./commands/AddResourcePermissionsCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateCommentCommandInput,
|
|
16
|
+
CreateCommentCommandOutput,
|
|
17
|
+
} from "./commands/CreateCommentCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateCustomMetadataCommandInput,
|
|
20
|
+
CreateCustomMetadataCommandOutput,
|
|
21
|
+
} from "./commands/CreateCustomMetadataCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateFolderCommandInput,
|
|
24
|
+
CreateFolderCommandOutput,
|
|
25
|
+
} from "./commands/CreateFolderCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateLabelsCommandInput,
|
|
28
|
+
CreateLabelsCommandOutput,
|
|
29
|
+
} from "./commands/CreateLabelsCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateNotificationSubscriptionCommandInput,
|
|
32
|
+
CreateNotificationSubscriptionCommandOutput,
|
|
33
|
+
} from "./commands/CreateNotificationSubscriptionCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateUserCommandInput,
|
|
36
|
+
CreateUserCommandOutput,
|
|
37
|
+
} from "./commands/CreateUserCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeactivateUserCommandInput,
|
|
40
|
+
DeactivateUserCommandOutput,
|
|
41
|
+
} from "./commands/DeactivateUserCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteCommentCommandInput,
|
|
44
|
+
DeleteCommentCommandOutput,
|
|
45
|
+
} from "./commands/DeleteCommentCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteCustomMetadataCommandInput,
|
|
48
|
+
DeleteCustomMetadataCommandOutput,
|
|
49
|
+
} from "./commands/DeleteCustomMetadataCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteDocumentCommandInput,
|
|
52
|
+
DeleteDocumentCommandOutput,
|
|
53
|
+
} from "./commands/DeleteDocumentCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteFolderCommandInput,
|
|
56
|
+
DeleteFolderCommandOutput,
|
|
57
|
+
} from "./commands/DeleteFolderCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteFolderContentsCommandInput,
|
|
60
|
+
DeleteFolderContentsCommandOutput,
|
|
61
|
+
} from "./commands/DeleteFolderContentsCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteLabelsCommandInput,
|
|
64
|
+
DeleteLabelsCommandOutput,
|
|
65
|
+
} from "./commands/DeleteLabelsCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteNotificationSubscriptionCommandInput,
|
|
68
|
+
DeleteNotificationSubscriptionCommandOutput,
|
|
69
|
+
} from "./commands/DeleteNotificationSubscriptionCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteUserCommandInput,
|
|
72
|
+
DeleteUserCommandOutput,
|
|
73
|
+
} from "./commands/DeleteUserCommand";
|
|
74
|
+
import {
|
|
75
|
+
DescribeActivitiesCommandInput,
|
|
76
|
+
DescribeActivitiesCommandOutput,
|
|
77
|
+
} from "./commands/DescribeActivitiesCommand";
|
|
78
|
+
import {
|
|
79
|
+
DescribeCommentsCommandInput,
|
|
80
|
+
DescribeCommentsCommandOutput,
|
|
81
|
+
} from "./commands/DescribeCommentsCommand";
|
|
82
|
+
import {
|
|
83
|
+
DescribeDocumentVersionsCommandInput,
|
|
84
|
+
DescribeDocumentVersionsCommandOutput,
|
|
85
|
+
} from "./commands/DescribeDocumentVersionsCommand";
|
|
86
|
+
import {
|
|
87
|
+
DescribeFolderContentsCommandInput,
|
|
88
|
+
DescribeFolderContentsCommandOutput,
|
|
89
|
+
} from "./commands/DescribeFolderContentsCommand";
|
|
90
|
+
import {
|
|
91
|
+
DescribeGroupsCommandInput,
|
|
92
|
+
DescribeGroupsCommandOutput,
|
|
93
|
+
} from "./commands/DescribeGroupsCommand";
|
|
94
|
+
import {
|
|
95
|
+
DescribeNotificationSubscriptionsCommandInput,
|
|
96
|
+
DescribeNotificationSubscriptionsCommandOutput,
|
|
97
|
+
} from "./commands/DescribeNotificationSubscriptionsCommand";
|
|
98
|
+
import {
|
|
99
|
+
DescribeResourcePermissionsCommandInput,
|
|
100
|
+
DescribeResourcePermissionsCommandOutput,
|
|
101
|
+
} from "./commands/DescribeResourcePermissionsCommand";
|
|
102
|
+
import {
|
|
103
|
+
DescribeRootFoldersCommandInput,
|
|
104
|
+
DescribeRootFoldersCommandOutput,
|
|
105
|
+
} from "./commands/DescribeRootFoldersCommand";
|
|
106
|
+
import {
|
|
107
|
+
DescribeUsersCommandInput,
|
|
108
|
+
DescribeUsersCommandOutput,
|
|
109
|
+
} from "./commands/DescribeUsersCommand";
|
|
110
|
+
import {
|
|
111
|
+
GetCurrentUserCommandInput,
|
|
112
|
+
GetCurrentUserCommandOutput,
|
|
113
|
+
} from "./commands/GetCurrentUserCommand";
|
|
114
|
+
import {
|
|
115
|
+
GetDocumentCommandInput,
|
|
116
|
+
GetDocumentCommandOutput,
|
|
117
|
+
} from "./commands/GetDocumentCommand";
|
|
118
|
+
import {
|
|
119
|
+
GetDocumentPathCommandInput,
|
|
120
|
+
GetDocumentPathCommandOutput,
|
|
121
|
+
} from "./commands/GetDocumentPathCommand";
|
|
122
|
+
import {
|
|
123
|
+
GetDocumentVersionCommandInput,
|
|
124
|
+
GetDocumentVersionCommandOutput,
|
|
125
|
+
} from "./commands/GetDocumentVersionCommand";
|
|
126
|
+
import {
|
|
127
|
+
GetFolderCommandInput,
|
|
128
|
+
GetFolderCommandOutput,
|
|
129
|
+
} from "./commands/GetFolderCommand";
|
|
130
|
+
import {
|
|
131
|
+
GetFolderPathCommandInput,
|
|
132
|
+
GetFolderPathCommandOutput,
|
|
133
|
+
} from "./commands/GetFolderPathCommand";
|
|
134
|
+
import {
|
|
135
|
+
GetResourcesCommandInput,
|
|
136
|
+
GetResourcesCommandOutput,
|
|
137
|
+
} from "./commands/GetResourcesCommand";
|
|
138
|
+
import {
|
|
139
|
+
InitiateDocumentVersionUploadCommandInput,
|
|
140
|
+
InitiateDocumentVersionUploadCommandOutput,
|
|
141
|
+
} from "./commands/InitiateDocumentVersionUploadCommand";
|
|
142
|
+
import {
|
|
143
|
+
RemoveAllResourcePermissionsCommandInput,
|
|
144
|
+
RemoveAllResourcePermissionsCommandOutput,
|
|
145
|
+
} from "./commands/RemoveAllResourcePermissionsCommand";
|
|
146
|
+
import {
|
|
147
|
+
RemoveResourcePermissionCommandInput,
|
|
148
|
+
RemoveResourcePermissionCommandOutput,
|
|
149
|
+
} from "./commands/RemoveResourcePermissionCommand";
|
|
150
|
+
import {
|
|
151
|
+
UpdateDocumentCommandInput,
|
|
152
|
+
UpdateDocumentCommandOutput,
|
|
153
|
+
} from "./commands/UpdateDocumentCommand";
|
|
154
|
+
import {
|
|
155
|
+
UpdateDocumentVersionCommandInput,
|
|
156
|
+
UpdateDocumentVersionCommandOutput,
|
|
157
|
+
} from "./commands/UpdateDocumentVersionCommand";
|
|
158
|
+
import {
|
|
159
|
+
UpdateFolderCommandInput,
|
|
160
|
+
UpdateFolderCommandOutput,
|
|
161
|
+
} from "./commands/UpdateFolderCommand";
|
|
162
|
+
import {
|
|
163
|
+
UpdateUserCommandInput,
|
|
164
|
+
UpdateUserCommandOutput,
|
|
165
|
+
} from "./commands/UpdateUserCommand";
|
|
166
|
+
import { WorkDocsClient } from "./WorkDocsClient";
|
|
167
|
+
export declare class WorkDocs extends WorkDocsClient {
|
|
168
|
+
abortDocumentVersionUpload(
|
|
169
|
+
args: AbortDocumentVersionUploadCommandInput,
|
|
170
|
+
options?: __HttpHandlerOptions
|
|
171
|
+
): Promise<AbortDocumentVersionUploadCommandOutput>;
|
|
172
|
+
abortDocumentVersionUpload(
|
|
173
|
+
args: AbortDocumentVersionUploadCommandInput,
|
|
174
|
+
cb: (err: any, data?: AbortDocumentVersionUploadCommandOutput) => void
|
|
175
|
+
): void;
|
|
176
|
+
abortDocumentVersionUpload(
|
|
177
|
+
args: AbortDocumentVersionUploadCommandInput,
|
|
178
|
+
options: __HttpHandlerOptions,
|
|
179
|
+
cb: (err: any, data?: AbortDocumentVersionUploadCommandOutput) => void
|
|
180
|
+
): void;
|
|
181
|
+
activateUser(
|
|
182
|
+
args: ActivateUserCommandInput,
|
|
183
|
+
options?: __HttpHandlerOptions
|
|
184
|
+
): Promise<ActivateUserCommandOutput>;
|
|
185
|
+
activateUser(
|
|
186
|
+
args: ActivateUserCommandInput,
|
|
187
|
+
cb: (err: any, data?: ActivateUserCommandOutput) => void
|
|
188
|
+
): void;
|
|
189
|
+
activateUser(
|
|
190
|
+
args: ActivateUserCommandInput,
|
|
191
|
+
options: __HttpHandlerOptions,
|
|
192
|
+
cb: (err: any, data?: ActivateUserCommandOutput) => void
|
|
193
|
+
): void;
|
|
194
|
+
addResourcePermissions(
|
|
195
|
+
args: AddResourcePermissionsCommandInput,
|
|
196
|
+
options?: __HttpHandlerOptions
|
|
197
|
+
): Promise<AddResourcePermissionsCommandOutput>;
|
|
198
|
+
addResourcePermissions(
|
|
199
|
+
args: AddResourcePermissionsCommandInput,
|
|
200
|
+
cb: (err: any, data?: AddResourcePermissionsCommandOutput) => void
|
|
201
|
+
): void;
|
|
202
|
+
addResourcePermissions(
|
|
203
|
+
args: AddResourcePermissionsCommandInput,
|
|
204
|
+
options: __HttpHandlerOptions,
|
|
205
|
+
cb: (err: any, data?: AddResourcePermissionsCommandOutput) => void
|
|
206
|
+
): void;
|
|
207
|
+
createComment(
|
|
208
|
+
args: CreateCommentCommandInput,
|
|
209
|
+
options?: __HttpHandlerOptions
|
|
210
|
+
): Promise<CreateCommentCommandOutput>;
|
|
211
|
+
createComment(
|
|
212
|
+
args: CreateCommentCommandInput,
|
|
213
|
+
cb: (err: any, data?: CreateCommentCommandOutput) => void
|
|
214
|
+
): void;
|
|
215
|
+
createComment(
|
|
216
|
+
args: CreateCommentCommandInput,
|
|
217
|
+
options: __HttpHandlerOptions,
|
|
218
|
+
cb: (err: any, data?: CreateCommentCommandOutput) => void
|
|
219
|
+
): void;
|
|
220
|
+
createCustomMetadata(
|
|
221
|
+
args: CreateCustomMetadataCommandInput,
|
|
222
|
+
options?: __HttpHandlerOptions
|
|
223
|
+
): Promise<CreateCustomMetadataCommandOutput>;
|
|
224
|
+
createCustomMetadata(
|
|
225
|
+
args: CreateCustomMetadataCommandInput,
|
|
226
|
+
cb: (err: any, data?: CreateCustomMetadataCommandOutput) => void
|
|
227
|
+
): void;
|
|
228
|
+
createCustomMetadata(
|
|
229
|
+
args: CreateCustomMetadataCommandInput,
|
|
230
|
+
options: __HttpHandlerOptions,
|
|
231
|
+
cb: (err: any, data?: CreateCustomMetadataCommandOutput) => void
|
|
232
|
+
): void;
|
|
233
|
+
createFolder(
|
|
234
|
+
args: CreateFolderCommandInput,
|
|
235
|
+
options?: __HttpHandlerOptions
|
|
236
|
+
): Promise<CreateFolderCommandOutput>;
|
|
237
|
+
createFolder(
|
|
238
|
+
args: CreateFolderCommandInput,
|
|
239
|
+
cb: (err: any, data?: CreateFolderCommandOutput) => void
|
|
240
|
+
): void;
|
|
241
|
+
createFolder(
|
|
242
|
+
args: CreateFolderCommandInput,
|
|
243
|
+
options: __HttpHandlerOptions,
|
|
244
|
+
cb: (err: any, data?: CreateFolderCommandOutput) => void
|
|
245
|
+
): void;
|
|
246
|
+
createLabels(
|
|
247
|
+
args: CreateLabelsCommandInput,
|
|
248
|
+
options?: __HttpHandlerOptions
|
|
249
|
+
): Promise<CreateLabelsCommandOutput>;
|
|
250
|
+
createLabels(
|
|
251
|
+
args: CreateLabelsCommandInput,
|
|
252
|
+
cb: (err: any, data?: CreateLabelsCommandOutput) => void
|
|
253
|
+
): void;
|
|
254
|
+
createLabels(
|
|
255
|
+
args: CreateLabelsCommandInput,
|
|
256
|
+
options: __HttpHandlerOptions,
|
|
257
|
+
cb: (err: any, data?: CreateLabelsCommandOutput) => void
|
|
258
|
+
): void;
|
|
259
|
+
createNotificationSubscription(
|
|
260
|
+
args: CreateNotificationSubscriptionCommandInput,
|
|
261
|
+
options?: __HttpHandlerOptions
|
|
262
|
+
): Promise<CreateNotificationSubscriptionCommandOutput>;
|
|
263
|
+
createNotificationSubscription(
|
|
264
|
+
args: CreateNotificationSubscriptionCommandInput,
|
|
265
|
+
cb: (err: any, data?: CreateNotificationSubscriptionCommandOutput) => void
|
|
266
|
+
): void;
|
|
267
|
+
createNotificationSubscription(
|
|
268
|
+
args: CreateNotificationSubscriptionCommandInput,
|
|
269
|
+
options: __HttpHandlerOptions,
|
|
270
|
+
cb: (err: any, data?: CreateNotificationSubscriptionCommandOutput) => void
|
|
271
|
+
): void;
|
|
272
|
+
createUser(
|
|
273
|
+
args: CreateUserCommandInput,
|
|
274
|
+
options?: __HttpHandlerOptions
|
|
275
|
+
): Promise<CreateUserCommandOutput>;
|
|
276
|
+
createUser(
|
|
277
|
+
args: CreateUserCommandInput,
|
|
278
|
+
cb: (err: any, data?: CreateUserCommandOutput) => void
|
|
279
|
+
): void;
|
|
280
|
+
createUser(
|
|
281
|
+
args: CreateUserCommandInput,
|
|
282
|
+
options: __HttpHandlerOptions,
|
|
283
|
+
cb: (err: any, data?: CreateUserCommandOutput) => void
|
|
284
|
+
): void;
|
|
285
|
+
deactivateUser(
|
|
286
|
+
args: DeactivateUserCommandInput,
|
|
287
|
+
options?: __HttpHandlerOptions
|
|
288
|
+
): Promise<DeactivateUserCommandOutput>;
|
|
289
|
+
deactivateUser(
|
|
290
|
+
args: DeactivateUserCommandInput,
|
|
291
|
+
cb: (err: any, data?: DeactivateUserCommandOutput) => void
|
|
292
|
+
): void;
|
|
293
|
+
deactivateUser(
|
|
294
|
+
args: DeactivateUserCommandInput,
|
|
295
|
+
options: __HttpHandlerOptions,
|
|
296
|
+
cb: (err: any, data?: DeactivateUserCommandOutput) => void
|
|
297
|
+
): void;
|
|
298
|
+
deleteComment(
|
|
299
|
+
args: DeleteCommentCommandInput,
|
|
300
|
+
options?: __HttpHandlerOptions
|
|
301
|
+
): Promise<DeleteCommentCommandOutput>;
|
|
302
|
+
deleteComment(
|
|
303
|
+
args: DeleteCommentCommandInput,
|
|
304
|
+
cb: (err: any, data?: DeleteCommentCommandOutput) => void
|
|
305
|
+
): void;
|
|
306
|
+
deleteComment(
|
|
307
|
+
args: DeleteCommentCommandInput,
|
|
308
|
+
options: __HttpHandlerOptions,
|
|
309
|
+
cb: (err: any, data?: DeleteCommentCommandOutput) => void
|
|
310
|
+
): void;
|
|
311
|
+
deleteCustomMetadata(
|
|
312
|
+
args: DeleteCustomMetadataCommandInput,
|
|
313
|
+
options?: __HttpHandlerOptions
|
|
314
|
+
): Promise<DeleteCustomMetadataCommandOutput>;
|
|
315
|
+
deleteCustomMetadata(
|
|
316
|
+
args: DeleteCustomMetadataCommandInput,
|
|
317
|
+
cb: (err: any, data?: DeleteCustomMetadataCommandOutput) => void
|
|
318
|
+
): void;
|
|
319
|
+
deleteCustomMetadata(
|
|
320
|
+
args: DeleteCustomMetadataCommandInput,
|
|
321
|
+
options: __HttpHandlerOptions,
|
|
322
|
+
cb: (err: any, data?: DeleteCustomMetadataCommandOutput) => void
|
|
323
|
+
): void;
|
|
324
|
+
deleteDocument(
|
|
325
|
+
args: DeleteDocumentCommandInput,
|
|
326
|
+
options?: __HttpHandlerOptions
|
|
327
|
+
): Promise<DeleteDocumentCommandOutput>;
|
|
328
|
+
deleteDocument(
|
|
329
|
+
args: DeleteDocumentCommandInput,
|
|
330
|
+
cb: (err: any, data?: DeleteDocumentCommandOutput) => void
|
|
331
|
+
): void;
|
|
332
|
+
deleteDocument(
|
|
333
|
+
args: DeleteDocumentCommandInput,
|
|
334
|
+
options: __HttpHandlerOptions,
|
|
335
|
+
cb: (err: any, data?: DeleteDocumentCommandOutput) => void
|
|
336
|
+
): void;
|
|
337
|
+
deleteFolder(
|
|
338
|
+
args: DeleteFolderCommandInput,
|
|
339
|
+
options?: __HttpHandlerOptions
|
|
340
|
+
): Promise<DeleteFolderCommandOutput>;
|
|
341
|
+
deleteFolder(
|
|
342
|
+
args: DeleteFolderCommandInput,
|
|
343
|
+
cb: (err: any, data?: DeleteFolderCommandOutput) => void
|
|
344
|
+
): void;
|
|
345
|
+
deleteFolder(
|
|
346
|
+
args: DeleteFolderCommandInput,
|
|
347
|
+
options: __HttpHandlerOptions,
|
|
348
|
+
cb: (err: any, data?: DeleteFolderCommandOutput) => void
|
|
349
|
+
): void;
|
|
350
|
+
deleteFolderContents(
|
|
351
|
+
args: DeleteFolderContentsCommandInput,
|
|
352
|
+
options?: __HttpHandlerOptions
|
|
353
|
+
): Promise<DeleteFolderContentsCommandOutput>;
|
|
354
|
+
deleteFolderContents(
|
|
355
|
+
args: DeleteFolderContentsCommandInput,
|
|
356
|
+
cb: (err: any, data?: DeleteFolderContentsCommandOutput) => void
|
|
357
|
+
): void;
|
|
358
|
+
deleteFolderContents(
|
|
359
|
+
args: DeleteFolderContentsCommandInput,
|
|
360
|
+
options: __HttpHandlerOptions,
|
|
361
|
+
cb: (err: any, data?: DeleteFolderContentsCommandOutput) => void
|
|
362
|
+
): void;
|
|
363
|
+
deleteLabels(
|
|
364
|
+
args: DeleteLabelsCommandInput,
|
|
365
|
+
options?: __HttpHandlerOptions
|
|
366
|
+
): Promise<DeleteLabelsCommandOutput>;
|
|
367
|
+
deleteLabels(
|
|
368
|
+
args: DeleteLabelsCommandInput,
|
|
369
|
+
cb: (err: any, data?: DeleteLabelsCommandOutput) => void
|
|
370
|
+
): void;
|
|
371
|
+
deleteLabels(
|
|
372
|
+
args: DeleteLabelsCommandInput,
|
|
373
|
+
options: __HttpHandlerOptions,
|
|
374
|
+
cb: (err: any, data?: DeleteLabelsCommandOutput) => void
|
|
375
|
+
): void;
|
|
376
|
+
deleteNotificationSubscription(
|
|
377
|
+
args: DeleteNotificationSubscriptionCommandInput,
|
|
378
|
+
options?: __HttpHandlerOptions
|
|
379
|
+
): Promise<DeleteNotificationSubscriptionCommandOutput>;
|
|
380
|
+
deleteNotificationSubscription(
|
|
381
|
+
args: DeleteNotificationSubscriptionCommandInput,
|
|
382
|
+
cb: (err: any, data?: DeleteNotificationSubscriptionCommandOutput) => void
|
|
383
|
+
): void;
|
|
384
|
+
deleteNotificationSubscription(
|
|
385
|
+
args: DeleteNotificationSubscriptionCommandInput,
|
|
386
|
+
options: __HttpHandlerOptions,
|
|
387
|
+
cb: (err: any, data?: DeleteNotificationSubscriptionCommandOutput) => void
|
|
388
|
+
): void;
|
|
389
|
+
deleteUser(
|
|
390
|
+
args: DeleteUserCommandInput,
|
|
391
|
+
options?: __HttpHandlerOptions
|
|
392
|
+
): Promise<DeleteUserCommandOutput>;
|
|
393
|
+
deleteUser(
|
|
394
|
+
args: DeleteUserCommandInput,
|
|
395
|
+
cb: (err: any, data?: DeleteUserCommandOutput) => void
|
|
396
|
+
): void;
|
|
397
|
+
deleteUser(
|
|
398
|
+
args: DeleteUserCommandInput,
|
|
399
|
+
options: __HttpHandlerOptions,
|
|
400
|
+
cb: (err: any, data?: DeleteUserCommandOutput) => void
|
|
401
|
+
): void;
|
|
402
|
+
describeActivities(
|
|
403
|
+
args: DescribeActivitiesCommandInput,
|
|
404
|
+
options?: __HttpHandlerOptions
|
|
405
|
+
): Promise<DescribeActivitiesCommandOutput>;
|
|
406
|
+
describeActivities(
|
|
407
|
+
args: DescribeActivitiesCommandInput,
|
|
408
|
+
cb: (err: any, data?: DescribeActivitiesCommandOutput) => void
|
|
409
|
+
): void;
|
|
410
|
+
describeActivities(
|
|
411
|
+
args: DescribeActivitiesCommandInput,
|
|
412
|
+
options: __HttpHandlerOptions,
|
|
413
|
+
cb: (err: any, data?: DescribeActivitiesCommandOutput) => void
|
|
414
|
+
): void;
|
|
415
|
+
describeComments(
|
|
416
|
+
args: DescribeCommentsCommandInput,
|
|
417
|
+
options?: __HttpHandlerOptions
|
|
418
|
+
): Promise<DescribeCommentsCommandOutput>;
|
|
419
|
+
describeComments(
|
|
420
|
+
args: DescribeCommentsCommandInput,
|
|
421
|
+
cb: (err: any, data?: DescribeCommentsCommandOutput) => void
|
|
422
|
+
): void;
|
|
423
|
+
describeComments(
|
|
424
|
+
args: DescribeCommentsCommandInput,
|
|
425
|
+
options: __HttpHandlerOptions,
|
|
426
|
+
cb: (err: any, data?: DescribeCommentsCommandOutput) => void
|
|
427
|
+
): void;
|
|
428
|
+
describeDocumentVersions(
|
|
429
|
+
args: DescribeDocumentVersionsCommandInput,
|
|
430
|
+
options?: __HttpHandlerOptions
|
|
431
|
+
): Promise<DescribeDocumentVersionsCommandOutput>;
|
|
432
|
+
describeDocumentVersions(
|
|
433
|
+
args: DescribeDocumentVersionsCommandInput,
|
|
434
|
+
cb: (err: any, data?: DescribeDocumentVersionsCommandOutput) => void
|
|
435
|
+
): void;
|
|
436
|
+
describeDocumentVersions(
|
|
437
|
+
args: DescribeDocumentVersionsCommandInput,
|
|
438
|
+
options: __HttpHandlerOptions,
|
|
439
|
+
cb: (err: any, data?: DescribeDocumentVersionsCommandOutput) => void
|
|
440
|
+
): void;
|
|
441
|
+
describeFolderContents(
|
|
442
|
+
args: DescribeFolderContentsCommandInput,
|
|
443
|
+
options?: __HttpHandlerOptions
|
|
444
|
+
): Promise<DescribeFolderContentsCommandOutput>;
|
|
445
|
+
describeFolderContents(
|
|
446
|
+
args: DescribeFolderContentsCommandInput,
|
|
447
|
+
cb: (err: any, data?: DescribeFolderContentsCommandOutput) => void
|
|
448
|
+
): void;
|
|
449
|
+
describeFolderContents(
|
|
450
|
+
args: DescribeFolderContentsCommandInput,
|
|
451
|
+
options: __HttpHandlerOptions,
|
|
452
|
+
cb: (err: any, data?: DescribeFolderContentsCommandOutput) => void
|
|
453
|
+
): void;
|
|
454
|
+
describeGroups(
|
|
455
|
+
args: DescribeGroupsCommandInput,
|
|
456
|
+
options?: __HttpHandlerOptions
|
|
457
|
+
): Promise<DescribeGroupsCommandOutput>;
|
|
458
|
+
describeGroups(
|
|
459
|
+
args: DescribeGroupsCommandInput,
|
|
460
|
+
cb: (err: any, data?: DescribeGroupsCommandOutput) => void
|
|
461
|
+
): void;
|
|
462
|
+
describeGroups(
|
|
463
|
+
args: DescribeGroupsCommandInput,
|
|
464
|
+
options: __HttpHandlerOptions,
|
|
465
|
+
cb: (err: any, data?: DescribeGroupsCommandOutput) => void
|
|
466
|
+
): void;
|
|
467
|
+
describeNotificationSubscriptions(
|
|
468
|
+
args: DescribeNotificationSubscriptionsCommandInput,
|
|
469
|
+
options?: __HttpHandlerOptions
|
|
470
|
+
): Promise<DescribeNotificationSubscriptionsCommandOutput>;
|
|
471
|
+
describeNotificationSubscriptions(
|
|
472
|
+
args: DescribeNotificationSubscriptionsCommandInput,
|
|
473
|
+
cb: (
|
|
474
|
+
err: any,
|
|
475
|
+
data?: DescribeNotificationSubscriptionsCommandOutput
|
|
476
|
+
) => void
|
|
477
|
+
): void;
|
|
478
|
+
describeNotificationSubscriptions(
|
|
479
|
+
args: DescribeNotificationSubscriptionsCommandInput,
|
|
480
|
+
options: __HttpHandlerOptions,
|
|
481
|
+
cb: (
|
|
482
|
+
err: any,
|
|
483
|
+
data?: DescribeNotificationSubscriptionsCommandOutput
|
|
484
|
+
) => void
|
|
485
|
+
): void;
|
|
486
|
+
describeResourcePermissions(
|
|
487
|
+
args: DescribeResourcePermissionsCommandInput,
|
|
488
|
+
options?: __HttpHandlerOptions
|
|
489
|
+
): Promise<DescribeResourcePermissionsCommandOutput>;
|
|
490
|
+
describeResourcePermissions(
|
|
491
|
+
args: DescribeResourcePermissionsCommandInput,
|
|
492
|
+
cb: (err: any, data?: DescribeResourcePermissionsCommandOutput) => void
|
|
493
|
+
): void;
|
|
494
|
+
describeResourcePermissions(
|
|
495
|
+
args: DescribeResourcePermissionsCommandInput,
|
|
496
|
+
options: __HttpHandlerOptions,
|
|
497
|
+
cb: (err: any, data?: DescribeResourcePermissionsCommandOutput) => void
|
|
498
|
+
): void;
|
|
499
|
+
describeRootFolders(
|
|
500
|
+
args: DescribeRootFoldersCommandInput,
|
|
501
|
+
options?: __HttpHandlerOptions
|
|
502
|
+
): Promise<DescribeRootFoldersCommandOutput>;
|
|
503
|
+
describeRootFolders(
|
|
504
|
+
args: DescribeRootFoldersCommandInput,
|
|
505
|
+
cb: (err: any, data?: DescribeRootFoldersCommandOutput) => void
|
|
506
|
+
): void;
|
|
507
|
+
describeRootFolders(
|
|
508
|
+
args: DescribeRootFoldersCommandInput,
|
|
509
|
+
options: __HttpHandlerOptions,
|
|
510
|
+
cb: (err: any, data?: DescribeRootFoldersCommandOutput) => void
|
|
511
|
+
): void;
|
|
512
|
+
describeUsers(
|
|
513
|
+
args: DescribeUsersCommandInput,
|
|
514
|
+
options?: __HttpHandlerOptions
|
|
515
|
+
): Promise<DescribeUsersCommandOutput>;
|
|
516
|
+
describeUsers(
|
|
517
|
+
args: DescribeUsersCommandInput,
|
|
518
|
+
cb: (err: any, data?: DescribeUsersCommandOutput) => void
|
|
519
|
+
): void;
|
|
520
|
+
describeUsers(
|
|
521
|
+
args: DescribeUsersCommandInput,
|
|
522
|
+
options: __HttpHandlerOptions,
|
|
523
|
+
cb: (err: any, data?: DescribeUsersCommandOutput) => void
|
|
524
|
+
): void;
|
|
525
|
+
getCurrentUser(
|
|
526
|
+
args: GetCurrentUserCommandInput,
|
|
527
|
+
options?: __HttpHandlerOptions
|
|
528
|
+
): Promise<GetCurrentUserCommandOutput>;
|
|
529
|
+
getCurrentUser(
|
|
530
|
+
args: GetCurrentUserCommandInput,
|
|
531
|
+
cb: (err: any, data?: GetCurrentUserCommandOutput) => void
|
|
532
|
+
): void;
|
|
533
|
+
getCurrentUser(
|
|
534
|
+
args: GetCurrentUserCommandInput,
|
|
535
|
+
options: __HttpHandlerOptions,
|
|
536
|
+
cb: (err: any, data?: GetCurrentUserCommandOutput) => void
|
|
537
|
+
): void;
|
|
538
|
+
getDocument(
|
|
539
|
+
args: GetDocumentCommandInput,
|
|
540
|
+
options?: __HttpHandlerOptions
|
|
541
|
+
): Promise<GetDocumentCommandOutput>;
|
|
542
|
+
getDocument(
|
|
543
|
+
args: GetDocumentCommandInput,
|
|
544
|
+
cb: (err: any, data?: GetDocumentCommandOutput) => void
|
|
545
|
+
): void;
|
|
546
|
+
getDocument(
|
|
547
|
+
args: GetDocumentCommandInput,
|
|
548
|
+
options: __HttpHandlerOptions,
|
|
549
|
+
cb: (err: any, data?: GetDocumentCommandOutput) => void
|
|
550
|
+
): void;
|
|
551
|
+
getDocumentPath(
|
|
552
|
+
args: GetDocumentPathCommandInput,
|
|
553
|
+
options?: __HttpHandlerOptions
|
|
554
|
+
): Promise<GetDocumentPathCommandOutput>;
|
|
555
|
+
getDocumentPath(
|
|
556
|
+
args: GetDocumentPathCommandInput,
|
|
557
|
+
cb: (err: any, data?: GetDocumentPathCommandOutput) => void
|
|
558
|
+
): void;
|
|
559
|
+
getDocumentPath(
|
|
560
|
+
args: GetDocumentPathCommandInput,
|
|
561
|
+
options: __HttpHandlerOptions,
|
|
562
|
+
cb: (err: any, data?: GetDocumentPathCommandOutput) => void
|
|
563
|
+
): void;
|
|
564
|
+
getDocumentVersion(
|
|
565
|
+
args: GetDocumentVersionCommandInput,
|
|
566
|
+
options?: __HttpHandlerOptions
|
|
567
|
+
): Promise<GetDocumentVersionCommandOutput>;
|
|
568
|
+
getDocumentVersion(
|
|
569
|
+
args: GetDocumentVersionCommandInput,
|
|
570
|
+
cb: (err: any, data?: GetDocumentVersionCommandOutput) => void
|
|
571
|
+
): void;
|
|
572
|
+
getDocumentVersion(
|
|
573
|
+
args: GetDocumentVersionCommandInput,
|
|
574
|
+
options: __HttpHandlerOptions,
|
|
575
|
+
cb: (err: any, data?: GetDocumentVersionCommandOutput) => void
|
|
576
|
+
): void;
|
|
577
|
+
getFolder(
|
|
578
|
+
args: GetFolderCommandInput,
|
|
579
|
+
options?: __HttpHandlerOptions
|
|
580
|
+
): Promise<GetFolderCommandOutput>;
|
|
581
|
+
getFolder(
|
|
582
|
+
args: GetFolderCommandInput,
|
|
583
|
+
cb: (err: any, data?: GetFolderCommandOutput) => void
|
|
584
|
+
): void;
|
|
585
|
+
getFolder(
|
|
586
|
+
args: GetFolderCommandInput,
|
|
587
|
+
options: __HttpHandlerOptions,
|
|
588
|
+
cb: (err: any, data?: GetFolderCommandOutput) => void
|
|
589
|
+
): void;
|
|
590
|
+
getFolderPath(
|
|
591
|
+
args: GetFolderPathCommandInput,
|
|
592
|
+
options?: __HttpHandlerOptions
|
|
593
|
+
): Promise<GetFolderPathCommandOutput>;
|
|
594
|
+
getFolderPath(
|
|
595
|
+
args: GetFolderPathCommandInput,
|
|
596
|
+
cb: (err: any, data?: GetFolderPathCommandOutput) => void
|
|
597
|
+
): void;
|
|
598
|
+
getFolderPath(
|
|
599
|
+
args: GetFolderPathCommandInput,
|
|
600
|
+
options: __HttpHandlerOptions,
|
|
601
|
+
cb: (err: any, data?: GetFolderPathCommandOutput) => void
|
|
602
|
+
): void;
|
|
603
|
+
getResources(
|
|
604
|
+
args: GetResourcesCommandInput,
|
|
605
|
+
options?: __HttpHandlerOptions
|
|
606
|
+
): Promise<GetResourcesCommandOutput>;
|
|
607
|
+
getResources(
|
|
608
|
+
args: GetResourcesCommandInput,
|
|
609
|
+
cb: (err: any, data?: GetResourcesCommandOutput) => void
|
|
610
|
+
): void;
|
|
611
|
+
getResources(
|
|
612
|
+
args: GetResourcesCommandInput,
|
|
613
|
+
options: __HttpHandlerOptions,
|
|
614
|
+
cb: (err: any, data?: GetResourcesCommandOutput) => void
|
|
615
|
+
): void;
|
|
616
|
+
initiateDocumentVersionUpload(
|
|
617
|
+
args: InitiateDocumentVersionUploadCommandInput,
|
|
618
|
+
options?: __HttpHandlerOptions
|
|
619
|
+
): Promise<InitiateDocumentVersionUploadCommandOutput>;
|
|
620
|
+
initiateDocumentVersionUpload(
|
|
621
|
+
args: InitiateDocumentVersionUploadCommandInput,
|
|
622
|
+
cb: (err: any, data?: InitiateDocumentVersionUploadCommandOutput) => void
|
|
623
|
+
): void;
|
|
624
|
+
initiateDocumentVersionUpload(
|
|
625
|
+
args: InitiateDocumentVersionUploadCommandInput,
|
|
626
|
+
options: __HttpHandlerOptions,
|
|
627
|
+
cb: (err: any, data?: InitiateDocumentVersionUploadCommandOutput) => void
|
|
628
|
+
): void;
|
|
629
|
+
removeAllResourcePermissions(
|
|
630
|
+
args: RemoveAllResourcePermissionsCommandInput,
|
|
631
|
+
options?: __HttpHandlerOptions
|
|
632
|
+
): Promise<RemoveAllResourcePermissionsCommandOutput>;
|
|
633
|
+
removeAllResourcePermissions(
|
|
634
|
+
args: RemoveAllResourcePermissionsCommandInput,
|
|
635
|
+
cb: (err: any, data?: RemoveAllResourcePermissionsCommandOutput) => void
|
|
636
|
+
): void;
|
|
637
|
+
removeAllResourcePermissions(
|
|
638
|
+
args: RemoveAllResourcePermissionsCommandInput,
|
|
639
|
+
options: __HttpHandlerOptions,
|
|
640
|
+
cb: (err: any, data?: RemoveAllResourcePermissionsCommandOutput) => void
|
|
641
|
+
): void;
|
|
642
|
+
removeResourcePermission(
|
|
643
|
+
args: RemoveResourcePermissionCommandInput,
|
|
644
|
+
options?: __HttpHandlerOptions
|
|
645
|
+
): Promise<RemoveResourcePermissionCommandOutput>;
|
|
646
|
+
removeResourcePermission(
|
|
647
|
+
args: RemoveResourcePermissionCommandInput,
|
|
648
|
+
cb: (err: any, data?: RemoveResourcePermissionCommandOutput) => void
|
|
649
|
+
): void;
|
|
650
|
+
removeResourcePermission(
|
|
651
|
+
args: RemoveResourcePermissionCommandInput,
|
|
652
|
+
options: __HttpHandlerOptions,
|
|
653
|
+
cb: (err: any, data?: RemoveResourcePermissionCommandOutput) => void
|
|
654
|
+
): void;
|
|
655
|
+
updateDocument(
|
|
656
|
+
args: UpdateDocumentCommandInput,
|
|
657
|
+
options?: __HttpHandlerOptions
|
|
658
|
+
): Promise<UpdateDocumentCommandOutput>;
|
|
659
|
+
updateDocument(
|
|
660
|
+
args: UpdateDocumentCommandInput,
|
|
661
|
+
cb: (err: any, data?: UpdateDocumentCommandOutput) => void
|
|
662
|
+
): void;
|
|
663
|
+
updateDocument(
|
|
664
|
+
args: UpdateDocumentCommandInput,
|
|
665
|
+
options: __HttpHandlerOptions,
|
|
666
|
+
cb: (err: any, data?: UpdateDocumentCommandOutput) => void
|
|
667
|
+
): void;
|
|
668
|
+
updateDocumentVersion(
|
|
669
|
+
args: UpdateDocumentVersionCommandInput,
|
|
670
|
+
options?: __HttpHandlerOptions
|
|
671
|
+
): Promise<UpdateDocumentVersionCommandOutput>;
|
|
672
|
+
updateDocumentVersion(
|
|
673
|
+
args: UpdateDocumentVersionCommandInput,
|
|
674
|
+
cb: (err: any, data?: UpdateDocumentVersionCommandOutput) => void
|
|
675
|
+
): void;
|
|
676
|
+
updateDocumentVersion(
|
|
677
|
+
args: UpdateDocumentVersionCommandInput,
|
|
678
|
+
options: __HttpHandlerOptions,
|
|
679
|
+
cb: (err: any, data?: UpdateDocumentVersionCommandOutput) => void
|
|
680
|
+
): void;
|
|
681
|
+
updateFolder(
|
|
682
|
+
args: UpdateFolderCommandInput,
|
|
683
|
+
options?: __HttpHandlerOptions
|
|
684
|
+
): Promise<UpdateFolderCommandOutput>;
|
|
685
|
+
updateFolder(
|
|
686
|
+
args: UpdateFolderCommandInput,
|
|
687
|
+
cb: (err: any, data?: UpdateFolderCommandOutput) => void
|
|
688
|
+
): void;
|
|
689
|
+
updateFolder(
|
|
690
|
+
args: UpdateFolderCommandInput,
|
|
691
|
+
options: __HttpHandlerOptions,
|
|
692
|
+
cb: (err: any, data?: UpdateFolderCommandOutput) => void
|
|
693
|
+
): void;
|
|
694
|
+
updateUser(
|
|
695
|
+
args: UpdateUserCommandInput,
|
|
696
|
+
options?: __HttpHandlerOptions
|
|
697
|
+
): Promise<UpdateUserCommandOutput>;
|
|
698
|
+
updateUser(
|
|
699
|
+
args: UpdateUserCommandInput,
|
|
700
|
+
cb: (err: any, data?: UpdateUserCommandOutput) => void
|
|
701
|
+
): void;
|
|
702
|
+
updateUser(
|
|
703
|
+
args: UpdateUserCommandInput,
|
|
704
|
+
options: __HttpHandlerOptions,
|
|
705
|
+
cb: (err: any, data?: UpdateUserCommandOutput) => void
|
|
706
|
+
): void;
|
|
707
|
+
}
|