@aws-sdk/client-workdocs 3.170.0 → 3.178.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 (54) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/WorkDocs.d.ts +0 -41
  6. package/dist-types/ts3.4/WorkDocsClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/AbortDocumentVersionUploadCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/ActivateUserCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/AddResourcePermissionsCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateCommentCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/CreateCustomMetadataCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/CreateLabelsCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/CreateNotificationSubscriptionCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DeactivateUserCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DeleteCommentCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DeleteCustomMetadataCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/DeleteFolderContentsCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/DeleteLabelsCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/DeleteNotificationSubscriptionCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/DescribeActivitiesCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/DescribeCommentsCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/DescribeDocumentVersionsCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/DescribeFolderContentsCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/DescribeGroupsCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/DescribeResourcePermissionsCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/DescribeRootFoldersCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/GetCurrentUserCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/GetDocumentPathCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/GetDocumentVersionCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/GetFolderPathCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/InitiateDocumentVersionUploadCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/RemoveAllResourcePermissionsCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/RemoveResourcePermissionCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/commands/UpdateDocumentVersionCommand.d.ts +0 -2
  46. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +0 -2
  47. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +0 -2
  48. package/dist-types/ts3.4/models/WorkDocsServiceException.d.ts +0 -1
  49. package/dist-types/ts3.4/models/models_0.d.ts +0 -415
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  54. package/package.json +26 -26
@@ -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,
@@ -15,7 +15,6 @@ export interface DeleteNotificationSubscriptionCommandInput
15
15
  extends DeleteNotificationSubscriptionRequest {}
16
16
  export interface DeleteNotificationSubscriptionCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class DeleteNotificationSubscriptionCommand extends $Command<
20
19
  DeleteNotificationSubscriptionCommandInput,
21
20
  DeleteNotificationSubscriptionCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteNotificationSubscriptionCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteNotificationSubscriptionCommandInput;
25
24
  constructor(input: DeleteNotificationSubscriptionCommandInput);
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 DeleteUserCommandInput extends DeleteUserRequest {}
15
15
  export interface DeleteUserCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteUserCommand extends $Command<
18
17
  DeleteUserCommandInput,
19
18
  DeleteUserCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteUserCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteUserCommandInput;
23
22
  constructor(input: DeleteUserCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: WorkDocsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeActivitiesCommandInput
19
19
  export interface DescribeActivitiesCommandOutput
20
20
  extends DescribeActivitiesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeActivitiesCommand extends $Command<
24
23
  DescribeActivitiesCommandInput,
25
24
  DescribeActivitiesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeActivitiesCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeActivitiesCommandInput;
29
28
  constructor(input: DescribeActivitiesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: WorkDocsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeCommentsCommandInput extends DescribeCommentsRequest {}
18
18
  export interface DescribeCommentsCommandOutput
19
19
  extends DescribeCommentsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeCommentsCommand extends $Command<
23
22
  DescribeCommentsCommandInput,
24
23
  DescribeCommentsCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeCommentsCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeCommentsCommandInput;
28
27
  constructor(input: DescribeCommentsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: WorkDocsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeDocumentVersionsCommandInput
19
19
  export interface DescribeDocumentVersionsCommandOutput
20
20
  extends DescribeDocumentVersionsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeDocumentVersionsCommand extends $Command<
24
23
  DescribeDocumentVersionsCommandInput,
25
24
  DescribeDocumentVersionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeDocumentVersionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeDocumentVersionsCommandInput;
29
28
  constructor(input: DescribeDocumentVersionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: WorkDocsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeFolderContentsCommandInput
19
19
  export interface DescribeFolderContentsCommandOutput
20
20
  extends DescribeFolderContentsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeFolderContentsCommand extends $Command<
24
23
  DescribeFolderContentsCommandInput,
25
24
  DescribeFolderContentsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeFolderContentsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeFolderContentsCommandInput;
29
28
  constructor(input: DescribeFolderContentsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: WorkDocsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeGroupsCommandInput extends DescribeGroupsRequest {}
18
18
  export interface DescribeGroupsCommandOutput
19
19
  extends DescribeGroupsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeGroupsCommand extends $Command<
23
22
  DescribeGroupsCommandInput,
24
23
  DescribeGroupsCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeGroupsCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeGroupsCommandInput;
28
27
  constructor(input: DescribeGroupsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: WorkDocsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeNotificationSubscriptionsCommandInput
19
19
  export interface DescribeNotificationSubscriptionsCommandOutput
20
20
  extends DescribeNotificationSubscriptionsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeNotificationSubscriptionsCommand extends $Command<
24
23
  DescribeNotificationSubscriptionsCommandInput,
25
24
  DescribeNotificationSubscriptionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeNotificationSubscriptionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeNotificationSubscriptionsCommandInput;
29
28
  constructor(input: DescribeNotificationSubscriptionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: WorkDocsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeResourcePermissionsCommandInput
19
19
  export interface DescribeResourcePermissionsCommandOutput
20
20
  extends DescribeResourcePermissionsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeResourcePermissionsCommand extends $Command<
24
23
  DescribeResourcePermissionsCommandInput,
25
24
  DescribeResourcePermissionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeResourcePermissionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeResourcePermissionsCommandInput;
29
28
  constructor(input: DescribeResourcePermissionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: WorkDocsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeRootFoldersCommandInput
19
19
  export interface DescribeRootFoldersCommandOutput
20
20
  extends DescribeRootFoldersResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeRootFoldersCommand extends $Command<
24
23
  DescribeRootFoldersCommandInput,
25
24
  DescribeRootFoldersCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeRootFoldersCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeRootFoldersCommandInput;
29
28
  constructor(input: DescribeRootFoldersCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: WorkDocsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeUsersCommandInput extends DescribeUsersRequest {}
18
18
  export interface DescribeUsersCommandOutput
19
19
  extends DescribeUsersResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeUsersCommand extends $Command<
23
22
  DescribeUsersCommandInput,
24
23
  DescribeUsersCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeUsersCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeUsersCommandInput;
28
27
  constructor(input: DescribeUsersCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: WorkDocsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetCurrentUserCommandInput extends GetCurrentUserRequest {}
18
18
  export interface GetCurrentUserCommandOutput
19
19
  extends GetCurrentUserResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetCurrentUserCommand extends $Command<
23
22
  GetCurrentUserCommandInput,
24
23
  GetCurrentUserCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetCurrentUserCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetCurrentUserCommandInput;
28
27
  constructor(input: GetCurrentUserCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: WorkDocsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetDocumentCommandInput extends GetDocumentRequest {}
15
15
  export interface GetDocumentCommandOutput
16
16
  extends GetDocumentResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetDocumentCommand extends $Command<
20
19
  GetDocumentCommandInput,
21
20
  GetDocumentCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetDocumentCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetDocumentCommandInput;
25
24
  constructor(input: GetDocumentCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: WorkDocsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetDocumentPathCommandInput extends GetDocumentPathRequest {}
18
18
  export interface GetDocumentPathCommandOutput
19
19
  extends GetDocumentPathResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetDocumentPathCommand extends $Command<
23
22
  GetDocumentPathCommandInput,
24
23
  GetDocumentPathCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetDocumentPathCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetDocumentPathCommandInput;
28
27
  constructor(input: GetDocumentPathCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: WorkDocsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetDocumentVersionCommandInput
19
19
  export interface GetDocumentVersionCommandOutput
20
20
  extends GetDocumentVersionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetDocumentVersionCommand extends $Command<
24
23
  GetDocumentVersionCommandInput,
25
24
  GetDocumentVersionCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetDocumentVersionCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetDocumentVersionCommandInput;
29
28
  constructor(input: GetDocumentVersionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: WorkDocsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetFolderCommandInput extends GetFolderRequest {}
15
15
  export interface GetFolderCommandOutput
16
16
  extends GetFolderResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetFolderCommand extends $Command<
20
19
  GetFolderCommandInput,
21
20
  GetFolderCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetFolderCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetFolderCommandInput;
25
24
  constructor(input: GetFolderCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: WorkDocsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetFolderPathCommandInput extends GetFolderPathRequest {}
18
18
  export interface GetFolderPathCommandOutput
19
19
  extends GetFolderPathResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetFolderPathCommand extends $Command<
23
22
  GetFolderPathCommandInput,
24
23
  GetFolderPathCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetFolderPathCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetFolderPathCommandInput;
28
27
  constructor(input: GetFolderPathCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: WorkDocsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetResourcesCommandInput extends GetResourcesRequest {}
15
15
  export interface GetResourcesCommandOutput
16
16
  extends GetResourcesResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetResourcesCommand extends $Command<
20
19
  GetResourcesCommandInput,
21
20
  GetResourcesCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetResourcesCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetResourcesCommandInput;
25
24
  constructor(input: GetResourcesCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: WorkDocsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface InitiateDocumentVersionUploadCommandInput
19
19
  export interface InitiateDocumentVersionUploadCommandOutput
20
20
  extends InitiateDocumentVersionUploadResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class InitiateDocumentVersionUploadCommand extends $Command<
24
23
  InitiateDocumentVersionUploadCommandInput,
25
24
  InitiateDocumentVersionUploadCommandOutput,
@@ -27,7 +26,6 @@ export declare class InitiateDocumentVersionUploadCommand extends $Command<
27
26
  > {
28
27
  readonly input: InitiateDocumentVersionUploadCommandInput;
29
28
  constructor(input: InitiateDocumentVersionUploadCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: WorkDocsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface RemoveAllResourcePermissionsCommandInput
15
15
  extends RemoveAllResourcePermissionsRequest {}
16
16
  export interface RemoveAllResourcePermissionsCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class RemoveAllResourcePermissionsCommand extends $Command<
20
19
  RemoveAllResourcePermissionsCommandInput,
21
20
  RemoveAllResourcePermissionsCommandOutput,
@@ -23,7 +22,6 @@ export declare class RemoveAllResourcePermissionsCommand extends $Command<
23
22
  > {
24
23
  readonly input: RemoveAllResourcePermissionsCommandInput;
25
24
  constructor(input: RemoveAllResourcePermissionsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: WorkDocsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface RemoveResourcePermissionCommandInput
15
15
  extends RemoveResourcePermissionRequest {}
16
16
  export interface RemoveResourcePermissionCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class RemoveResourcePermissionCommand extends $Command<
20
19
  RemoveResourcePermissionCommandInput,
21
20
  RemoveResourcePermissionCommandOutput,
@@ -23,7 +22,6 @@ export declare class RemoveResourcePermissionCommand extends $Command<
23
22
  > {
24
23
  readonly input: RemoveResourcePermissionCommandInput;
25
24
  constructor(input: RemoveResourcePermissionCommandInput);
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 UpdateDocumentCommandInput extends UpdateDocumentRequest {}
15
15
  export interface UpdateDocumentCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class UpdateDocumentCommand extends $Command<
18
17
  UpdateDocumentCommandInput,
19
18
  UpdateDocumentCommandOutput,
@@ -21,7 +20,6 @@ export declare class UpdateDocumentCommand extends $Command<
21
20
  > {
22
21
  readonly input: UpdateDocumentCommandInput;
23
22
  constructor(input: UpdateDocumentCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: WorkDocsClientResolvedConfig,
@@ -14,7 +14,6 @@ import {
14
14
  export interface UpdateDocumentVersionCommandInput
15
15
  extends UpdateDocumentVersionRequest {}
16
16
  export interface UpdateDocumentVersionCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class UpdateDocumentVersionCommand extends $Command<
19
18
  UpdateDocumentVersionCommandInput,
20
19
  UpdateDocumentVersionCommandOutput,
@@ -22,7 +21,6 @@ export declare class UpdateDocumentVersionCommand extends $Command<
22
21
  > {
23
22
  readonly input: UpdateDocumentVersionCommandInput;
24
23
  constructor(input: UpdateDocumentVersionCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: WorkDocsClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  } from "../WorkDocsClient";
14
14
  export interface UpdateFolderCommandInput extends UpdateFolderRequest {}
15
15
  export interface UpdateFolderCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class UpdateFolderCommand extends $Command<
18
17
  UpdateFolderCommandInput,
19
18
  UpdateFolderCommandOutput,
@@ -21,7 +20,6 @@ export declare class UpdateFolderCommand extends $Command<
21
20
  > {
22
21
  readonly input: UpdateFolderCommandInput;
23
22
  constructor(input: UpdateFolderCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: WorkDocsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface UpdateUserCommandInput extends UpdateUserRequest {}
15
15
  export interface UpdateUserCommandOutput
16
16
  extends UpdateUserResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class UpdateUserCommand extends $Command<
20
19
  UpdateUserCommandInput,
21
20
  UpdateUserCommandOutput,
@@ -23,7 +22,6 @@ export declare class UpdateUserCommand extends $Command<
23
22
  > {
24
23
  readonly input: UpdateUserCommandInput;
25
24
  constructor(input: UpdateUserCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: WorkDocsClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class WorkDocsServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }