@aws-sdk/client-workdocs 3.170.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.
Files changed (51) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/WorkDocs.d.ts +0 -41
  3. package/dist-types/ts3.4/WorkDocsClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/AbortDocumentVersionUploadCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/ActivateUserCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/AddResourcePermissionsCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreateCommentCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateCustomMetadataCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateLabelsCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/CreateNotificationSubscriptionCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeactivateUserCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteCommentCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DeleteCustomMetadataCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DeleteFolderContentsCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DeleteLabelsCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DeleteNotificationSubscriptionCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/DescribeActivitiesCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/DescribeCommentsCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/DescribeDocumentVersionsCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/DescribeFolderContentsCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/DescribeGroupsCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/DescribeResourcePermissionsCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/DescribeRootFoldersCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/GetCurrentUserCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/GetDocumentPathCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/GetDocumentVersionCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/GetFolderPathCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/InitiateDocumentVersionUploadCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/RemoveAllResourcePermissionsCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/RemoveResourcePermissionCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/UpdateDocumentVersionCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/models/WorkDocsServiceException.d.ts +0 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +0 -415
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  51. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-workdocs
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-workdocs
@@ -164,7 +164,6 @@ import {
164
164
  UpdateUserCommandOutput,
165
165
  } from "./commands/UpdateUserCommand";
166
166
  import { WorkDocsClient } from "./WorkDocsClient";
167
-
168
167
  export declare class WorkDocs extends WorkDocsClient {
169
168
  abortDocumentVersionUpload(
170
169
  args: AbortDocumentVersionUploadCommandInput,
@@ -179,7 +178,6 @@ export declare class WorkDocs extends WorkDocsClient {
179
178
  options: __HttpHandlerOptions,
180
179
  cb: (err: any, data?: AbortDocumentVersionUploadCommandOutput) => void
181
180
  ): void;
182
-
183
181
  activateUser(
184
182
  args: ActivateUserCommandInput,
185
183
  options?: __HttpHandlerOptions
@@ -193,7 +191,6 @@ export declare class WorkDocs extends WorkDocsClient {
193
191
  options: __HttpHandlerOptions,
194
192
  cb: (err: any, data?: ActivateUserCommandOutput) => void
195
193
  ): void;
196
-
197
194
  addResourcePermissions(
198
195
  args: AddResourcePermissionsCommandInput,
199
196
  options?: __HttpHandlerOptions
@@ -207,7 +204,6 @@ export declare class WorkDocs extends WorkDocsClient {
207
204
  options: __HttpHandlerOptions,
208
205
  cb: (err: any, data?: AddResourcePermissionsCommandOutput) => void
209
206
  ): void;
210
-
211
207
  createComment(
212
208
  args: CreateCommentCommandInput,
213
209
  options?: __HttpHandlerOptions
@@ -221,7 +217,6 @@ export declare class WorkDocs extends WorkDocsClient {
221
217
  options: __HttpHandlerOptions,
222
218
  cb: (err: any, data?: CreateCommentCommandOutput) => void
223
219
  ): void;
224
-
225
220
  createCustomMetadata(
226
221
  args: CreateCustomMetadataCommandInput,
227
222
  options?: __HttpHandlerOptions
@@ -235,7 +230,6 @@ export declare class WorkDocs extends WorkDocsClient {
235
230
  options: __HttpHandlerOptions,
236
231
  cb: (err: any, data?: CreateCustomMetadataCommandOutput) => void
237
232
  ): void;
238
-
239
233
  createFolder(
240
234
  args: CreateFolderCommandInput,
241
235
  options?: __HttpHandlerOptions
@@ -249,7 +243,6 @@ export declare class WorkDocs extends WorkDocsClient {
249
243
  options: __HttpHandlerOptions,
250
244
  cb: (err: any, data?: CreateFolderCommandOutput) => void
251
245
  ): void;
252
-
253
246
  createLabels(
254
247
  args: CreateLabelsCommandInput,
255
248
  options?: __HttpHandlerOptions
@@ -263,7 +256,6 @@ export declare class WorkDocs extends WorkDocsClient {
263
256
  options: __HttpHandlerOptions,
264
257
  cb: (err: any, data?: CreateLabelsCommandOutput) => void
265
258
  ): void;
266
-
267
259
  createNotificationSubscription(
268
260
  args: CreateNotificationSubscriptionCommandInput,
269
261
  options?: __HttpHandlerOptions
@@ -277,7 +269,6 @@ export declare class WorkDocs extends WorkDocsClient {
277
269
  options: __HttpHandlerOptions,
278
270
  cb: (err: any, data?: CreateNotificationSubscriptionCommandOutput) => void
279
271
  ): void;
280
-
281
272
  createUser(
282
273
  args: CreateUserCommandInput,
283
274
  options?: __HttpHandlerOptions
@@ -291,7 +282,6 @@ export declare class WorkDocs extends WorkDocsClient {
291
282
  options: __HttpHandlerOptions,
292
283
  cb: (err: any, data?: CreateUserCommandOutput) => void
293
284
  ): void;
294
-
295
285
  deactivateUser(
296
286
  args: DeactivateUserCommandInput,
297
287
  options?: __HttpHandlerOptions
@@ -305,7 +295,6 @@ export declare class WorkDocs extends WorkDocsClient {
305
295
  options: __HttpHandlerOptions,
306
296
  cb: (err: any, data?: DeactivateUserCommandOutput) => void
307
297
  ): void;
308
-
309
298
  deleteComment(
310
299
  args: DeleteCommentCommandInput,
311
300
  options?: __HttpHandlerOptions
@@ -319,7 +308,6 @@ export declare class WorkDocs extends WorkDocsClient {
319
308
  options: __HttpHandlerOptions,
320
309
  cb: (err: any, data?: DeleteCommentCommandOutput) => void
321
310
  ): void;
322
-
323
311
  deleteCustomMetadata(
324
312
  args: DeleteCustomMetadataCommandInput,
325
313
  options?: __HttpHandlerOptions
@@ -333,7 +321,6 @@ export declare class WorkDocs extends WorkDocsClient {
333
321
  options: __HttpHandlerOptions,
334
322
  cb: (err: any, data?: DeleteCustomMetadataCommandOutput) => void
335
323
  ): void;
336
-
337
324
  deleteDocument(
338
325
  args: DeleteDocumentCommandInput,
339
326
  options?: __HttpHandlerOptions
@@ -347,7 +334,6 @@ export declare class WorkDocs extends WorkDocsClient {
347
334
  options: __HttpHandlerOptions,
348
335
  cb: (err: any, data?: DeleteDocumentCommandOutput) => void
349
336
  ): void;
350
-
351
337
  deleteFolder(
352
338
  args: DeleteFolderCommandInput,
353
339
  options?: __HttpHandlerOptions
@@ -361,7 +347,6 @@ export declare class WorkDocs extends WorkDocsClient {
361
347
  options: __HttpHandlerOptions,
362
348
  cb: (err: any, data?: DeleteFolderCommandOutput) => void
363
349
  ): void;
364
-
365
350
  deleteFolderContents(
366
351
  args: DeleteFolderContentsCommandInput,
367
352
  options?: __HttpHandlerOptions
@@ -375,7 +360,6 @@ export declare class WorkDocs extends WorkDocsClient {
375
360
  options: __HttpHandlerOptions,
376
361
  cb: (err: any, data?: DeleteFolderContentsCommandOutput) => void
377
362
  ): void;
378
-
379
363
  deleteLabels(
380
364
  args: DeleteLabelsCommandInput,
381
365
  options?: __HttpHandlerOptions
@@ -389,7 +373,6 @@ export declare class WorkDocs extends WorkDocsClient {
389
373
  options: __HttpHandlerOptions,
390
374
  cb: (err: any, data?: DeleteLabelsCommandOutput) => void
391
375
  ): void;
392
-
393
376
  deleteNotificationSubscription(
394
377
  args: DeleteNotificationSubscriptionCommandInput,
395
378
  options?: __HttpHandlerOptions
@@ -403,7 +386,6 @@ export declare class WorkDocs extends WorkDocsClient {
403
386
  options: __HttpHandlerOptions,
404
387
  cb: (err: any, data?: DeleteNotificationSubscriptionCommandOutput) => void
405
388
  ): void;
406
-
407
389
  deleteUser(
408
390
  args: DeleteUserCommandInput,
409
391
  options?: __HttpHandlerOptions
@@ -417,7 +399,6 @@ export declare class WorkDocs extends WorkDocsClient {
417
399
  options: __HttpHandlerOptions,
418
400
  cb: (err: any, data?: DeleteUserCommandOutput) => void
419
401
  ): void;
420
-
421
402
  describeActivities(
422
403
  args: DescribeActivitiesCommandInput,
423
404
  options?: __HttpHandlerOptions
@@ -431,7 +412,6 @@ export declare class WorkDocs extends WorkDocsClient {
431
412
  options: __HttpHandlerOptions,
432
413
  cb: (err: any, data?: DescribeActivitiesCommandOutput) => void
433
414
  ): void;
434
-
435
415
  describeComments(
436
416
  args: DescribeCommentsCommandInput,
437
417
  options?: __HttpHandlerOptions
@@ -445,7 +425,6 @@ export declare class WorkDocs extends WorkDocsClient {
445
425
  options: __HttpHandlerOptions,
446
426
  cb: (err: any, data?: DescribeCommentsCommandOutput) => void
447
427
  ): void;
448
-
449
428
  describeDocumentVersions(
450
429
  args: DescribeDocumentVersionsCommandInput,
451
430
  options?: __HttpHandlerOptions
@@ -459,7 +438,6 @@ export declare class WorkDocs extends WorkDocsClient {
459
438
  options: __HttpHandlerOptions,
460
439
  cb: (err: any, data?: DescribeDocumentVersionsCommandOutput) => void
461
440
  ): void;
462
-
463
441
  describeFolderContents(
464
442
  args: DescribeFolderContentsCommandInput,
465
443
  options?: __HttpHandlerOptions
@@ -473,7 +451,6 @@ export declare class WorkDocs extends WorkDocsClient {
473
451
  options: __HttpHandlerOptions,
474
452
  cb: (err: any, data?: DescribeFolderContentsCommandOutput) => void
475
453
  ): void;
476
-
477
454
  describeGroups(
478
455
  args: DescribeGroupsCommandInput,
479
456
  options?: __HttpHandlerOptions
@@ -487,7 +464,6 @@ export declare class WorkDocs extends WorkDocsClient {
487
464
  options: __HttpHandlerOptions,
488
465
  cb: (err: any, data?: DescribeGroupsCommandOutput) => void
489
466
  ): void;
490
-
491
467
  describeNotificationSubscriptions(
492
468
  args: DescribeNotificationSubscriptionsCommandInput,
493
469
  options?: __HttpHandlerOptions
@@ -507,7 +483,6 @@ export declare class WorkDocs extends WorkDocsClient {
507
483
  data?: DescribeNotificationSubscriptionsCommandOutput
508
484
  ) => void
509
485
  ): void;
510
-
511
486
  describeResourcePermissions(
512
487
  args: DescribeResourcePermissionsCommandInput,
513
488
  options?: __HttpHandlerOptions
@@ -521,7 +496,6 @@ export declare class WorkDocs extends WorkDocsClient {
521
496
  options: __HttpHandlerOptions,
522
497
  cb: (err: any, data?: DescribeResourcePermissionsCommandOutput) => void
523
498
  ): void;
524
-
525
499
  describeRootFolders(
526
500
  args: DescribeRootFoldersCommandInput,
527
501
  options?: __HttpHandlerOptions
@@ -535,7 +509,6 @@ export declare class WorkDocs extends WorkDocsClient {
535
509
  options: __HttpHandlerOptions,
536
510
  cb: (err: any, data?: DescribeRootFoldersCommandOutput) => void
537
511
  ): void;
538
-
539
512
  describeUsers(
540
513
  args: DescribeUsersCommandInput,
541
514
  options?: __HttpHandlerOptions
@@ -549,7 +522,6 @@ export declare class WorkDocs extends WorkDocsClient {
549
522
  options: __HttpHandlerOptions,
550
523
  cb: (err: any, data?: DescribeUsersCommandOutput) => void
551
524
  ): void;
552
-
553
525
  getCurrentUser(
554
526
  args: GetCurrentUserCommandInput,
555
527
  options?: __HttpHandlerOptions
@@ -563,7 +535,6 @@ export declare class WorkDocs extends WorkDocsClient {
563
535
  options: __HttpHandlerOptions,
564
536
  cb: (err: any, data?: GetCurrentUserCommandOutput) => void
565
537
  ): void;
566
-
567
538
  getDocument(
568
539
  args: GetDocumentCommandInput,
569
540
  options?: __HttpHandlerOptions
@@ -577,7 +548,6 @@ export declare class WorkDocs extends WorkDocsClient {
577
548
  options: __HttpHandlerOptions,
578
549
  cb: (err: any, data?: GetDocumentCommandOutput) => void
579
550
  ): void;
580
-
581
551
  getDocumentPath(
582
552
  args: GetDocumentPathCommandInput,
583
553
  options?: __HttpHandlerOptions
@@ -591,7 +561,6 @@ export declare class WorkDocs extends WorkDocsClient {
591
561
  options: __HttpHandlerOptions,
592
562
  cb: (err: any, data?: GetDocumentPathCommandOutput) => void
593
563
  ): void;
594
-
595
564
  getDocumentVersion(
596
565
  args: GetDocumentVersionCommandInput,
597
566
  options?: __HttpHandlerOptions
@@ -605,7 +574,6 @@ export declare class WorkDocs extends WorkDocsClient {
605
574
  options: __HttpHandlerOptions,
606
575
  cb: (err: any, data?: GetDocumentVersionCommandOutput) => void
607
576
  ): void;
608
-
609
577
  getFolder(
610
578
  args: GetFolderCommandInput,
611
579
  options?: __HttpHandlerOptions
@@ -619,7 +587,6 @@ export declare class WorkDocs extends WorkDocsClient {
619
587
  options: __HttpHandlerOptions,
620
588
  cb: (err: any, data?: GetFolderCommandOutput) => void
621
589
  ): void;
622
-
623
590
  getFolderPath(
624
591
  args: GetFolderPathCommandInput,
625
592
  options?: __HttpHandlerOptions
@@ -633,7 +600,6 @@ export declare class WorkDocs extends WorkDocsClient {
633
600
  options: __HttpHandlerOptions,
634
601
  cb: (err: any, data?: GetFolderPathCommandOutput) => void
635
602
  ): void;
636
-
637
603
  getResources(
638
604
  args: GetResourcesCommandInput,
639
605
  options?: __HttpHandlerOptions
@@ -647,7 +613,6 @@ export declare class WorkDocs extends WorkDocsClient {
647
613
  options: __HttpHandlerOptions,
648
614
  cb: (err: any, data?: GetResourcesCommandOutput) => void
649
615
  ): void;
650
-
651
616
  initiateDocumentVersionUpload(
652
617
  args: InitiateDocumentVersionUploadCommandInput,
653
618
  options?: __HttpHandlerOptions
@@ -661,7 +626,6 @@ export declare class WorkDocs extends WorkDocsClient {
661
626
  options: __HttpHandlerOptions,
662
627
  cb: (err: any, data?: InitiateDocumentVersionUploadCommandOutput) => void
663
628
  ): void;
664
-
665
629
  removeAllResourcePermissions(
666
630
  args: RemoveAllResourcePermissionsCommandInput,
667
631
  options?: __HttpHandlerOptions
@@ -675,7 +639,6 @@ export declare class WorkDocs extends WorkDocsClient {
675
639
  options: __HttpHandlerOptions,
676
640
  cb: (err: any, data?: RemoveAllResourcePermissionsCommandOutput) => void
677
641
  ): void;
678
-
679
642
  removeResourcePermission(
680
643
  args: RemoveResourcePermissionCommandInput,
681
644
  options?: __HttpHandlerOptions
@@ -689,7 +652,6 @@ export declare class WorkDocs extends WorkDocsClient {
689
652
  options: __HttpHandlerOptions,
690
653
  cb: (err: any, data?: RemoveResourcePermissionCommandOutput) => void
691
654
  ): void;
692
-
693
655
  updateDocument(
694
656
  args: UpdateDocumentCommandInput,
695
657
  options?: __HttpHandlerOptions
@@ -703,7 +665,6 @@ export declare class WorkDocs extends WorkDocsClient {
703
665
  options: __HttpHandlerOptions,
704
666
  cb: (err: any, data?: UpdateDocumentCommandOutput) => void
705
667
  ): void;
706
-
707
668
  updateDocumentVersion(
708
669
  args: UpdateDocumentVersionCommandInput,
709
670
  options?: __HttpHandlerOptions
@@ -717,7 +678,6 @@ export declare class WorkDocs extends WorkDocsClient {
717
678
  options: __HttpHandlerOptions,
718
679
  cb: (err: any, data?: UpdateDocumentVersionCommandOutput) => void
719
680
  ): void;
720
-
721
681
  updateFolder(
722
682
  args: UpdateFolderCommandInput,
723
683
  options?: __HttpHandlerOptions
@@ -731,7 +691,6 @@ export declare class WorkDocs extends WorkDocsClient {
731
691
  options: __HttpHandlerOptions,
732
692
  cb: (err: any, data?: UpdateFolderCommandOutput) => void
733
693
  ): void;
734
-
735
694
  updateUser(
736
695
  args: UpdateUserCommandInput,
737
696
  options?: __HttpHandlerOptions
@@ -293,47 +293,26 @@ export declare type ServiceOutputTypes =
293
293
  export interface ClientDefaults
294
294
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
295
295
  requestHandler?: __HttpHandler;
296
-
297
296
  sha256?: __HashConstructor;
298
-
299
297
  urlParser?: __UrlParser;
300
-
301
298
  bodyLengthChecker?: __BodyLengthCalculator;
302
-
303
299
  streamCollector?: __StreamCollector;
304
-
305
300
  base64Decoder?: __Decoder;
306
-
307
301
  base64Encoder?: __Encoder;
308
-
309
302
  utf8Decoder?: __Decoder;
310
-
311
303
  utf8Encoder?: __Encoder;
312
-
313
304
  runtime?: string;
314
-
315
305
  disableHostPrefix?: boolean;
316
-
317
306
  maxAttempts?: number | __Provider<number>;
318
-
319
307
  retryMode?: string | __Provider<string>;
320
-
321
308
  logger?: __Logger;
322
-
323
309
  useDualstackEndpoint?: boolean | __Provider<boolean>;
324
-
325
310
  useFipsEndpoint?: boolean | __Provider<boolean>;
326
-
327
311
  serviceId?: string;
328
-
329
312
  region?: string | __Provider<string>;
330
-
331
313
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
332
-
333
314
  regionInfoProvider?: RegionInfoProvider;
334
-
335
315
  defaultUserAgentProvider?: Provider<__UserAgent>;
336
-
337
316
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
338
317
  }
339
318
  declare type WorkDocsClientConfigType = Partial<
@@ -346,7 +325,6 @@ declare type WorkDocsClientConfigType = Partial<
346
325
  HostHeaderInputConfig &
347
326
  AwsAuthInputConfig &
348
327
  UserAgentInputConfig;
349
-
350
328
  export interface WorkDocsClientConfig extends WorkDocsClientConfigType {}
351
329
  declare type WorkDocsClientResolvedConfigType =
352
330
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -357,10 +335,8 @@ declare type WorkDocsClientResolvedConfigType =
357
335
  HostHeaderResolvedConfig &
358
336
  AwsAuthResolvedConfig &
359
337
  UserAgentResolvedConfig;
360
-
361
338
  export interface WorkDocsClientResolvedConfig
362
339
  extends WorkDocsClientResolvedConfigType {}
363
-
364
340
  export declare class WorkDocsClient extends __Client<
365
341
  __HttpHandlerOptions,
366
342
  ServiceInputTypes,
@@ -369,7 +345,6 @@ export declare class WorkDocsClient extends __Client<
369
345
  > {
370
346
  readonly config: WorkDocsClientResolvedConfig;
371
347
  constructor(configuration: WorkDocsClientConfig);
372
-
373
348
  destroy(): void;
374
349
  }
375
350
  export {};
@@ -15,7 +15,6 @@ export interface AbortDocumentVersionUploadCommandInput
15
15
  extends AbortDocumentVersionUploadRequest {}
16
16
  export interface AbortDocumentVersionUploadCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class AbortDocumentVersionUploadCommand extends $Command<
20
19
  AbortDocumentVersionUploadCommandInput,
21
20
  AbortDocumentVersionUploadCommandOutput,
@@ -23,7 +22,6 @@ export declare class AbortDocumentVersionUploadCommand extends $Command<
23
22
  > {
24
23
  readonly input: AbortDocumentVersionUploadCommandInput;
25
24
  constructor(input: AbortDocumentVersionUploadCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: WorkDocsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ActivateUserCommandInput extends ActivateUserRequest {}
15
15
  export interface ActivateUserCommandOutput
16
16
  extends ActivateUserResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ActivateUserCommand extends $Command<
20
19
  ActivateUserCommandInput,
21
20
  ActivateUserCommandOutput,
@@ -23,7 +22,6 @@ export declare class ActivateUserCommand extends $Command<
23
22
  > {
24
23
  readonly input: ActivateUserCommandInput;
25
24
  constructor(input: ActivateUserCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: WorkDocsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface AddResourcePermissionsCommandInput
19
19
  export interface AddResourcePermissionsCommandOutput
20
20
  extends AddResourcePermissionsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class AddResourcePermissionsCommand extends $Command<
24
23
  AddResourcePermissionsCommandInput,
25
24
  AddResourcePermissionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class AddResourcePermissionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: AddResourcePermissionsCommandInput;
29
28
  constructor(input: AddResourcePermissionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: WorkDocsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateCommentCommandInput extends CreateCommentRequest {}
18
18
  export interface CreateCommentCommandOutput
19
19
  extends CreateCommentResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateCommentCommand extends $Command<
23
22
  CreateCommentCommandInput,
24
23
  CreateCommentCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateCommentCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateCommentCommandInput;
28
27
  constructor(input: CreateCommentCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: WorkDocsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateCustomMetadataCommandInput
19
19
  export interface CreateCustomMetadataCommandOutput
20
20
  extends CreateCustomMetadataResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateCustomMetadataCommand extends $Command<
24
23
  CreateCustomMetadataCommandInput,
25
24
  CreateCustomMetadataCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateCustomMetadataCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateCustomMetadataCommandInput;
29
28
  constructor(input: CreateCustomMetadataCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: WorkDocsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateFolderCommandInput extends CreateFolderRequest {}
15
15
  export interface CreateFolderCommandOutput
16
16
  extends CreateFolderResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateFolderCommand extends $Command<
20
19
  CreateFolderCommandInput,
21
20
  CreateFolderCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateFolderCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateFolderCommandInput;
25
24
  constructor(input: CreateFolderCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: WorkDocsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateLabelsCommandInput extends CreateLabelsRequest {}
15
15
  export interface CreateLabelsCommandOutput
16
16
  extends CreateLabelsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateLabelsCommand extends $Command<
20
19
  CreateLabelsCommandInput,
21
20
  CreateLabelsCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateLabelsCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateLabelsCommandInput;
25
24
  constructor(input: CreateLabelsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: WorkDocsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateNotificationSubscriptionCommandInput
19
19
  export interface CreateNotificationSubscriptionCommandOutput
20
20
  extends CreateNotificationSubscriptionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateNotificationSubscriptionCommand extends $Command<
24
23
  CreateNotificationSubscriptionCommandInput,
25
24
  CreateNotificationSubscriptionCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateNotificationSubscriptionCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateNotificationSubscriptionCommandInput;
29
28
  constructor(input: CreateNotificationSubscriptionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: WorkDocsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateUserCommandInput extends CreateUserRequest {}
15
15
  export interface CreateUserCommandOutput
16
16
  extends CreateUserResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateUserCommand extends $Command<
20
19
  CreateUserCommandInput,
21
20
  CreateUserCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateUserCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateUserCommandInput;
25
24
  constructor(input: CreateUserCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: WorkDocsClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  } from "../WorkDocsClient";
14
14
  export interface DeactivateUserCommandInput extends DeactivateUserRequest {}
15
15
  export interface DeactivateUserCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeactivateUserCommand extends $Command<
18
17
  DeactivateUserCommandInput,
19
18
  DeactivateUserCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeactivateUserCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeactivateUserCommandInput;
23
22
  constructor(input: DeactivateUserCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: WorkDocsClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  } from "../WorkDocsClient";
14
14
  export interface DeleteCommentCommandInput extends DeleteCommentRequest {}
15
15
  export interface DeleteCommentCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteCommentCommand extends $Command<
18
17
  DeleteCommentCommandInput,
19
18
  DeleteCommentCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteCommentCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteCommentCommandInput;
23
22
  constructor(input: DeleteCommentCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: WorkDocsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteCustomMetadataCommandInput
19
19
  export interface DeleteCustomMetadataCommandOutput
20
20
  extends DeleteCustomMetadataResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteCustomMetadataCommand extends $Command<
24
23
  DeleteCustomMetadataCommandInput,
25
24
  DeleteCustomMetadataCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteCustomMetadataCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteCustomMetadataCommandInput;
29
28
  constructor(input: DeleteCustomMetadataCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: WorkDocsClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  } from "../WorkDocsClient";
14
14
  export interface DeleteDocumentCommandInput extends DeleteDocumentRequest {}
15
15
  export interface DeleteDocumentCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteDocumentCommand extends $Command<
18
17
  DeleteDocumentCommandInput,
19
18
  DeleteDocumentCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteDocumentCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteDocumentCommandInput;
23
22
  constructor(input: DeleteDocumentCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: WorkDocsClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  } from "../WorkDocsClient";
14
14
  export interface DeleteFolderCommandInput extends DeleteFolderRequest {}
15
15
  export interface DeleteFolderCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteFolderCommand extends $Command<
18
17
  DeleteFolderCommandInput,
19
18
  DeleteFolderCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteFolderCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteFolderCommandInput;
23
22
  constructor(input: DeleteFolderCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: WorkDocsClientResolvedConfig,
@@ -14,7 +14,6 @@ import {
14
14
  export interface DeleteFolderContentsCommandInput
15
15
  extends DeleteFolderContentsRequest {}
16
16
  export interface DeleteFolderContentsCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class DeleteFolderContentsCommand extends $Command<
19
18
  DeleteFolderContentsCommandInput,
20
19
  DeleteFolderContentsCommandOutput,
@@ -22,7 +21,6 @@ export declare class DeleteFolderContentsCommand extends $Command<
22
21
  > {
23
22
  readonly input: DeleteFolderContentsCommandInput;
24
23
  constructor(input: DeleteFolderContentsCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: WorkDocsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteLabelsCommandInput extends DeleteLabelsRequest {}
15
15
  export interface DeleteLabelsCommandOutput
16
16
  extends DeleteLabelsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DeleteLabelsCommand extends $Command<
20
19
  DeleteLabelsCommandInput,
21
20
  DeleteLabelsCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteLabelsCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteLabelsCommandInput;
25
24
  constructor(input: DeleteLabelsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: WorkDocsClientResolvedConfig,